/* FONT IMPORT */


/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Local Font */

@font-face {
    font-family: "PoetsenOne";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #E91111;
    --secondary: #EF1C23;
    /* Font Variable */
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Jost", sans-serif;
}

section {
    position: relative;
}

span {
    font-family: "Jost", sans-serif;
}

h1,
h2,
h3 {
    font-family: "PoetsenOne";
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #162537;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--white);
}


/* PRELOADER */


/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 2.7rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 0;
    height: 3px;
    bottom: -5px;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
    opacity: 1;
    transform: scale(1);
}

.form-inline {
    margin-left: 6.25rem;
}

.themeBtn {
    font-size: 1.375rem;
    color: var(--white);
    font-family: "PoetsenOne";
    text-transform: uppercase;
    border: 2px solid var(--white);
    display: inline-block;
    padding: 0.9375rem 1.2em;
    border-radius: 5px;
    background: transparent;
}

.themeBtn:hover {
    background: var(--primary);
    color: var(--white);
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */



.main-slider:before {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*background: linear-gradient(100deg, #002969, #BA092E);*/
    /*opacity: 0.83;*/
}
.beforeSlider figure {
    padding: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.slideOne {
    margin-top: 6rem;
    position: relative;
    z-index: 1;
}

.borderHeading {
    font-size: 1.5625rem;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.borderHeading small {
    background: var(--secondary);
    width: 142px;
    height: 1px;
    display: block;
}

.slideOne h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 12.5rem;
    margin: 0;
    line-height: 0.8;
}

.slideOne h1 span {
    font-size: 13.75rem;
    font-family: 'PoetsenOne';
}

.slideOne h2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 9.375rem;
    line-height: 0.9;
}

.slideOne p {
    color: var(--white);
    font-size: 1.5625rem;
    font-weight: 500;
    margin: 2rem 0 2rem 0;
}

.banImg {
    margin: 0rem 0rem -9.2rem -9rem;
}

.scroll {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.scroll a {
    background: var(--white);
    width: 5rem;
    height: 5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--black);
    font-size: 2rem;
    box-shadow: 0 20px 20px #DCDCDC;
}

.scroll a:hover {
    background: var(--primary);
    color: var(--white);
}


/* !MAIN HERO SLIDER CSS */


/* About Sec Css Start */

.aboutSec {
    padding: 7.5rem 0;
}

.aboutImg {
    text-align: right;
    position: relative;
    margin-right: 3rem;
}

.aboutImages img {
    position: absolute;
}

.abt1 {
    top: 1rem;
    left: 0rem;
}

.abt2 {
    top: 45%;
    left: -3rem;
}

.abt3 {
    bottom: -1rem;
    left: 4rem;
}

.aboutImg figure img {
    width: 70%;
}

.abt5 {
    top: -1.5rem;
    right: 0;
    z-index: -1;
}

.aboutImg:before {
    content: "";
    position: absolute;
    background: #D3D9DB;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    bottom: 2rem;
    right: -2rem;
    z-index: -1;
}

.subHeading {
    color: var(--primary);
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.secHeading {
    font-size: 3.125rem;
    color: var(--black);
}

.aboutTabs ul li a {
    font-family: 'PoetsenOne';
    color: var(--black);
    background: #F3F3F3;
    border-radius: 5px !important;
    padding: 7px 1.1875rem;
    min-width: 137px;
    text-align: center;
}

.aboutTabs ul {
    gap: 0.9375rem;
}

.aboutTabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--secondary);
}

.aboutTabs .nav .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    background: red;
    width: 9px;
    height: 6px;
    bottom: -6px;
    clip-path: polygon(50% 0%, 100% 0, 50% 100%, 50% 100%, 0 0);
    left: 0;
    right: 0;
    margin: auto;
}

.aboutTabs .nav .nav-item .nav-link.active {
    position: relative;
}

.missionBox {
    display: flex;
    align-items: center;
    gap: 17px;
    background: #F3F3F3;
    border-radius: 5px;
    padding: 1.375rem 2.375rem;
    margin: 6px 0 1.25rem 0;
}

.missionBox p {
    line-height: 1.56;
    flex: 1;
    margin: 0;
}

.themeBtn1 {
    background: var(--black);
    border-radius: 7px;
    border-color: var(--black);
}

.aboutContent .btn-group {
    gap: 2rem;
    align-items: center;
}

.callBtn div {
    border: 2px solid var(--secondary);
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    background: transparent;
    transition: 0.5s ease;
}

.callBtn:hover div {
    background: var(--primary);
}

.callBtn:hover div img {
    filter: brightness(0)invert(1);
}

.callBtn {
    display: flex;
    gap: 7px;
    align-items: center;
}

.callBtn span {
    display: grid;
    color: var(--black);
    font-family: 'PoetsenOne';
    line-height: 1.1;
}

.callBtn span small {
    font-size: 0.875rem;
    color: #757575;
    font-family: 'Jost';
}


/* About Sec Css End */


/* Service Sec Css Start */

.serviceSec {
    padding: 5rem 0;
    background: url(../images/serviceBg.webp)center/cover no-repeat;
    background-attachment: fixed;
}

.serviceSec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(85deg, #002969, #BA092E);
    opacity: 0.87;
}

.serviceHeading {
    position: relative;
    z-index: 1;
    margin-bottom: 3.75rem;
    width: 80%;
    margin-left: 15%;
}

.mainHeading {
    font-size: 6.25rem;
    line-height: 0.9;
}

.serviceBox {
    background: var(--white);
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgb(119 119 119 / 16%);
    padding: 0.8125rem 0.6875rem 2rem 0.6875rem;
}

.serviceBox figure {
    overflow: hidden;
}

.serviceBox figure img {
    border-radius: 15px;
    transition: 0.5s ease;
}

.serviceBox:hover figure img {
    transform: scale(0.9);
}

.serviceContent {
    text-align: center;
    margin-top: 1.9375rem;
}

.serviceContent p {
    width: 94%;
    margin: 0 auto 1rem;
}

.serviceContent h3 {
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: #29384B;
}

.viewBtn .themeBtn {
    padding: 0.9375rem 2.1em;
}

.viewBtn {
    margin-top: 4.375rem;
}


/* Service Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    padding: 5.9375rem 0 7.5rem 0;
}

.testimonilaSlider {
    margin-left: 15rem;
}

.testimonialBox {
    border: 2px solid #EBEBEB;
    background: var(--white);
    padding: 3.75rem 2.375rem 3.125rem 2.375rem;
}

.testimonialBox ul {
    display: flex;
    gap: 5px;
}

.testimonialBox ul li {
    font-size: 1.25rem;
    color: #FFC107;
}

.testimonialBox p {
    font-size: 1.25rem;
    font-weight: 500;
    font-style: italic;
    color: #828282;
    line-height: 2;
    margin: 0.625rem 0 1.5rem 0;
}

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

.userWrap figure {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.userWrap h4 {
    font-size: 1.375rem;
    margin: 0;
    font-weight: 600;
    color: var(--black);
}

.testimonialSec .swiper-button-next:after,
.testimonialSec .swiper-button-prev:after {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 700;
}

.testimonialSec .swiper-button-next,
.testimonialSec .swiper-button-prev {
    background: #4D4D4D;
    width: 50px;
    height: 50px;
    top: 25%;
}

.testimonialSec .swiper-button-next:hover,
.testimonialSec .swiper-button-prev:hover {
    background: #003E6F;
}

.testimonialSec .swiper-button-next {
    right: 11rem;
}

.testimonialSec .swiper-button-prev {
    left: inherit;
    right: 15rem;
}

.testImg {
    position: absolute;
    left: 0.625rem;
    bottom: -0.8rem;
    z-index: 1;
}


/* Testimonial Sec Css End */


/* Coaches Sec Css Start */

.coachesSec {
    padding: 3.4375rem 0 8.4375rem 0;
}

.coachesWrap figure {
    overflow: hidden;
}

.coachesWrap figure img {
    transition: 0.5s ease;
}

.coachesWrap figure:hover img {
    transform: scale(1.1);
}

.coachesContent {
    margin-top: 1.5625rem;
}

.coachesContent h4 {
    color: var(--white);
    font-size: 1.5625rem;
    margin: 0;
}

.coachesContent p {
    color: var(--white);
    line-height: 1.875;
}

.coachesContent ul {
    display: flex;
    gap: 0.9375rem;
}

.coachesContent ul li a img {
    transition: 0.5s ease;
}

.coachesContent ul li a:hover img {
    transform: scale(1.2);
}


/* Coaches Sec Css End */


/* Video Sec Css Start */

.videoSec {
    padding: 3.75rem 0 5rem 0;
}

.videoWrap {
    position: relative;
}

.videoBtn {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: 0.5s ease;
    transform: scale(0);
}

.videoBtn a {
    border: 3px solid var(--white);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1.2rem;
}

.videoWrap:before {
    content: "";
    position: absolute;
    background: rgb(21 21 21 / 19%);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s ease;
    transform: scale(0);
}

.videoSlider {
    padding-bottom: 6rem;
}

.videoSlider .swiper-slide-active .videoBtn,
.videoSlider .swiper-slide-active .videoWrap:before {
    opacity: 1;
    transform: scale(1);
}

.videoSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.videoSlider .swiper-pagination-bullet {
    background: rgb(21 21 21 / 37%);
    opacity: 1;
}

.videoSlider .swiper-pagination-bullet-active {
    background: #151515;
}


/* Video Sec Css End */


/* Fitness Sec Css Start */

.fitnessSec {
    background: url(https://testv51.demowebsitelinks.com/PinellisTrainingWP/wp-content/uploads/2024/04/3rd-picture-scaled-e1713382781264.jpg)center/cover no-repeat;
    height: 895px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.fitnessSec:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #041A18, #09020300);
    width: 92%;
    height: 100%;
    top: 0;
}

.fitnessContent p {
    color: var(--white);
    font-size: 1.875rem;
}

.fitnessContent h2 {
    line-height: 1.2;
}

.fitnessContent .themeBtn {
    background: var(--secondary);
    border-color: var(--secondary);
}

.fitnessContent .themeBtn:hover,
.contactForm .themeBtn1:hover {
    background: var(--black);
}


/* Fitness Sec Css End */


/* Before Sec Css Start */

.beforeSec {
    padding: 3.75rem 0;
}

.beforeImgs {
    position: relative;
    height: 895px;
}

.beforeImgs .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.beforeImgs .background-img {
    background-image: url(../images/beforeImg1.webp);
    background-size: 50%;
}

.beforeImgs .foreground-img {
    background-image: url(../images/beforeImg2.webp);
    background-repeat: no-repeat;
}

.beforeImgs .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.beforeImgs .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.beforeImgs .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.beforeImgs .slider-button {
    pointer-events: none;
    position: absolute;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: #292929;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.beforeImgs .slider-button:after,
.beforeImgs .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.beforeImgs .slider-button:before {
    transform: rotate(135deg);
}

.afterSlider {
    margin: 2rem 0;
}

.viewAll .themeBtn {
    padding: 0.9375rem 2em;
}


/* Before Sec Css End */


/* Contact Sec Css Start */

.contactSec {
    padding: 5.625rem 0;
    background: url(../images/contactBg.webp)center/cover no-repeat;
    background-attachment: fixed;
}

.contactSec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(85deg, #002969, #BA092E);
    opacity: 0.87;
}

.contactForm .form-control,
.contactForm select {
    background: transparent;
    outline: unset;
    box-shadow: unset;
    border: 1.5px solid var(--white);
    font-size: 0.9375rem;
    color: var(--white);
    border-radius: unset;
    padding-left: 1.3rem;
    width: 100%;
}

.contactForm input,
.contactForm select {
    height: 60px;
}

.contactForm .form-control::placeholder {
    color: var(--white);
}

.contactForm textarea {
    padding-top: 1rem;
    margin-top: 10px;
}

.genders span,
.contactForm p {
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 500;
}

.genders label {
    color: var(--white);
    font-size: 0.9375rem;
    margin: 0;
}

.genders {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-inline-start: 0;
}

.genders input {
    height: 27px;
    width: 27px;
}

.genders div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.checkBox input {
    width: 18px;
    height: 18px;
}

.checkBox label {
    font-size: 0.9375rem;
    color: var(--white);
    margin-left: 5px;
}

.checkBox {
    margin-bottom: 5px;
}

.contactForm p {
    margin: 1.25rem 0 12px 0;
}

.contactForm {
    margin-top: 2.8rem;
}

.contactForm .themeBtn1 {
    background: var(--primary);
    border-color: var(--primary);
    padding: 0.9375rem 2em;
    margin-top: 1.5rem;
}

.contactImg {
    position: absolute;
    top: 0;
    right: -9rem;
    z-index: 11;
}


/* Contact Sec Css End */


/* Insta Sec Css Start */

.instaWrap {
    position: relative;
}

.instaWrap:hover .instaIcon {
    opacity: 1;
}

.instaWrap:hover:before {
    opacity: 1;
    transform: scale(1);
}

.instaIcon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: 0.5s ease;
}

.instaWrap:before {
    content: "";
    position: absolute;
    background: rgb(7 9 13 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s ease;
}


/* Insta Sec Css End */


/* Footer Css Start */

footer {
    background: #031E47;
    padding-top: 8.125rem;
}

footer h3 {
    color: var(--white);
    font-size: 1.5625rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

footer ul li a {
    color: var(--white);
    font-size: 0.875rem;
}

footer ul li a:hover {
    color: var(--primary);
}

.contactLinks li a span {
    display: block;
}

.contactLinks li+li {
    margin-top: 2rem;
}

.contactLinks li:last-child a {
    font-weight: 500;
    text-decoration: underline !important;
}

.footForm input {
    background: transparent;
    border: 2px solid #DCDCDC;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    outline: none;
    box-shadow: none;
    padding-left: 1.2rem;
    color: var(--white);
}

.footForm input::placeholder {
    color: rgb(170 170 170 / 58%);
}

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

.footForm button {
    background: transparent;
    border: unset;
    color: var(--primary);
    transform: rotate(45deg);
    position: absolute;
    right: 2rem;
}

.copyRight {
    border-top: 1px solid rgb(255 255 255 / 32%);
    margin-top: 4.375rem;
    padding: 2.5rem 0;
}

.copyRight p {
    color: var(--white);
    font-size: 1.25rem;
    margin: 0;
}

.socialMeida {
    display: flex;
    justify-content: end;
    gap: 2.375rem;
}

.socialMeida li a {
    font-size: 1.125rem;
}


/* Footer Css End */


/* inner pages css start */

.innerBaner {
    height: 629px;
    background: url(../images/mainBnnr.webp) center / cover no-repeat;
    display: flex;
    align-items: center;
}

/*.innerBaner:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    background: linear-gradient(100deg, #002969, #BA092E);*/
/*    opacity: 0.83;*/
/*}*/

.innerBaner h2, .videoBaner h2, .trainerBaner h2, .beforeBaner h2, .BookingBaner h2 {
    font-size: 6.25rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
}

.aboutSec.aboutPage .aboutImg {
    text-align: left;
    margin: 0;
}

.aboutSec.aboutPage .aboutImg:before {
    right: 0;
    display: none;
}

.aboutSec.aboutPage .aboutImg figure {
    position: relative;
}

.aboutSec.aboutPage .aboutImg.aboutpgImg figure img {
    width: 89%;
}

.aboutSec.aboutPage .aboutImg.aboutpgImg .aboutImages img {
    right: 0;
}

.aboutSec.aboutPage .aboutImg figure:before {
    content: "";
    position: absolute;
    background: #D3D9DB;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    bottom: -50px;
    right: 4rem;
    z-index: -1;
}

.aboutSec.aboutPage .aboutImg figure img {
    width: 100%;
    border-radius: 32px;
}

.aboutpgContent p {
    font-size: 1.375rem;
    color: #162537;
    line-height: 28px;
    margin: 0;
}

.aboutpgContent p+p {
    margin: 3.3rem 0 0;
}

.aboutpgContent ul li {
    font-size: 1.375rem;
    color: #162537;
    line-height: 28px;
}

.aboutpgContent ul li+li {
    margin: 1.5rem 0 0;
}

.aboutpgContent ul {
    margin: 3.3rem 0;
}

.aboutSec.aboutPage .aboutImg .aboutImages img {
    top: 30px;
    right: -80px;
}

.abtpgImg figure img:first-child {
    display: table;
    margin-left: auto;
    position: relative;
    z-index: 11;
}

.abtpgImg figure .oneImg {
    margin: -6rem 0;
    position: relative;
    z-index: 1;
}

.abtpgImg figure .twoImg {
    display: table;
    margin: auto;
}

.abtpgImg figure img:last-child {
    display: table;
    margin: auto;
    margin-top: -20px;
}

.aboutSec.aboutPage .row+.row {
    margin-top: 3rem;
}

.aboutContent.trainerContent ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.aboutImg.trainerImg .aboutImages img {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
}

.aboutImg.trainerImg figure:before {
    display: none;
}

.aboutImg.trainerImgRight figure img {
    display: table;
    margin-left: auto;
}

.aboutSec.aboutPage .aboutImg.trainerImgRight .aboutImages img {
    left: -87px;
    top: 0;
    bottom: 0;
    right: inherit;
    margin: auto;
}

.aboutSec.aboutPage .aboutImg.trainerImgRight figure:before {
    display: none;
}

.aboutSec.aboutPage .aboutImg.trainerImgRight figure img {
    width: 100%;
}

.aboutContent.trainerContent .btn-group {
    margin-top: 3rem;
}

.aboutContent.servicepgContent .secHeading {
    margin: 0 0 1.2rem;
}

.aboutContent.servicepgContent p {
    margin: 0 0 1.8rem;
}

.radiusImg img {
    border-radius: 15px;
    width: 100%;
}

.aboutSec.servicePage .row+.row {
    margin-top: 6rem;
}

.reviewPage {
    padding: 6rem 0;
}

.reviewPage .testimonialBox+.testimonialBox {
    margin-top: 3rem;
}

.reviewPage .testimonialBox {
    box-shadow: 9.58px 7.22px 29px rgb(145 145 145 / 14%);
}

.reviewPage .videoWrap .videoBtn {
    opacity: 1;
    transform: unset;
}

.reviewPage .videoWrap figure {
    position: relative;
    overflow: hidden;
}

.reviewPage .videoWrap figure img {
    border-radius: 20px;
}

.reviewPage .videoWrap figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 28%);
    border-radius: 20px;
}

.reviewPage .videoWrap+.videoWrap {
    margin-top: 3rem;
}

.beforePage {
    padding: 5rem 0;
}

.beforePage a {
    display: block;
}

.beforePage a+a {
    margin-top: 2.5rem;
}


/* booking css start */

.scheduleForm .form-group label,
.scheduleForm p {
    font-size: 1.375rem;
    display: block;
    color: #011824;
}

.scheduleForm .form-group {
    margin-bottom: 2.375rem;
}

.scheduleForm .form-group .form-control,
.scheduleForm .form-group select {
    border: 2px solid #E1E1E1;
    border-radius: unset;
    width: 100%;
    background: #F1F1F1;
    height: 75px;
    outline: none;
    box-shadow: none;
    color: #8B93A8;
    font-size: 1.125rem;
    font-weight: 500;
    padding-left: 1.2rem;
}

.scheduleForm .form-group .form-control::placeholder {
    color: #8B93A8;
}

.street {
    margin: 1.375rem 0 3.75rem 0 !important;
}

.radios input {
    width: 47px;
    height: 47px;
}

.radios label {
    font-size: 1.125rem;
    color: #8B93A8;
    font-weight: 500;
    margin: 0;
}

.radioWrap {
    display: flex;
    gap: 10px;
}

.radioWrap div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.button.hollow {
    border: 2px solid #141414;
    color: #141414;
    background: transparent;
    padding: 1.1875rem 0;
    border-radius: 7px;
    font-size: 1.375rem;
    font-weight: 500;
}

.master-container-slots .item {
    flex: 0 0 49%;
}

.flex-container-morning,
.flex-container-afternoon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
}

a.button.form-submit {
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.875rem 1em;
    background-color: var(--primary);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 500;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: 0;
    color: #BEC6D6;
    padding: 0.9375rem 0.625rem;
}

.ui-datepicker th {
    background: #FFFBEE;
    font-size: 0.8125rem;
    color: #011824;
    font-weight: 400;
    text-transform: uppercase;
}

.master-container-slots .item .button {
    width: 100%;
}

.contactWraps .social-link li a img {
    width: 19px;
}

.scheduleInner {
    padding: 5rem 0;
}


/* booking css end */

.contactPage {
    padding: 5rem 0;
}

.contactPage ul {
    display: flex;
    align-items: center;
    gap: 9rem;
}

.contactPage ul li {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.contactPage ul li h4 {
    font-size: 2.5rem;
    color: var(--black);
    font-weight: 400;
    margin: 0 0 5px;
}

.contactPage ul li a {
    font-size: 2.5rem;
    color: var(--black);
    font-weight: 400;
}

.aboutSec.aboutPage .row + .row {
    margin-top: 5rem;
}
/* inner pages css end */


.aboutContent.servicepgContent ul li {
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 10px;
}

.testimonialSec .testImg {
    position: absolute;
    top: 5%;
    left: 0px;
}

.contactForm select option {
    color: #000;
}

:is(.beforeSlider, .videoSlider) :is(.swiper-button-next, .swiper-button-prev) {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 100%;
}

:is(.beforeSlider, .videoSlider) .swiper-button-next::after,
:is(.beforeSlider, .videoSlider) .swiper-button-prev::after {
    font-size: 1.5rem;
    font-weight: 800;
}

.videoSlider-next {
    right: 20%;
}

.videoSlider-prev {
    left: 20%;
}