html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "regular";
    word-break: break-word;
    overflow-x: hidden;
    letter-spacing: 1.5px;
    min-height: 100vh;
    animation: 1s 0.1s fadeIn backwards;
}

.sec {
    padding: 60px 0 0 0;
}

.sec-pg {
    margin: 70px 0;
}

.opacity-90 {
    opacity: 0.9;
}

.pt-6 {
    padding-top: 6rem;
}

#pagination-parent .pagination {
    justify-content: center;
}

select option {
    background-color: #081b1d;
    border: 1px solid white;
}

.bold-new {
    font-family: "Bold";
}

.bold {
    font-family: bold;
}

.regular {
    font-family: "regular";
}

.phonk {
    font-family: "phonk";
}

@font-face {
    font-family: bold;
    src: url(../fonts/Helvetica-Narrow-CE-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: regular;
    src: url(../fonts/HelveticaNeue-Roman.otf);
    font-display: swap;
}

@font-face {
    font-family: phonk;
    src: url(../fonts/Phonk-Regular-DEMO.otf);
    font-display: swap;
}



ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}

a:-webkit-any-link:focus-visible {
    outline: unset;
    outline-offset: 0;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button:focus {
    outline: none;
}

/* width */

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    /* display: none; */
}

/* Track */

::-webkit-scrollbar-track {
    background: rgb(255 255 255);
    /* display: none; */
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #ff288c;
    border-radius: 5px;
    /* display: none; */
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #000;
    /* display: none; */
}

.form-control {
    background-color: transparent;
    border-radius: 10px;
    height: 55px;
    border-color: rgba(134, 146, 166, 0.3);
}

.form-control::placeholder {
    /* font-weight: bold; */
    font-size: 0.9rem;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 4px 10px 3px #0000001c;
    background-color: transparent !important;
    border-color: #ef4123;
    color: #333;
}

.footer-link-vt {
    display: inline-block !important;
    vertical-align: top;
}

::selection {
    color: #ef4123;
}

textarea {
    resize: none;
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
}

.default-btn {
    position: relative;
    padding: 0.6rem 2.3rem;
    line-height: 2;
    font-size: 17px;
    letter-spacing: 2px;
    border-width: 1px;
    border-radius: 10px;
    overflow: hidden;
}

.no-default {
    font-size: 13px !important;
    padding: 0.7rem !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
}

/* .auth-list {
    padding-inline-start: 50px;
} */

.navbar-nav {
    align-items: center;
    justify-content: center;
}

.nav-link.lang {
    border-bottom: 1px solid #ef4123;
}

.default-btn i {
    transform: rotateZ(38deg);
    font-size: 14px;
}

.default-btn:before,
.default-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ef4123;
}

.default-btn:before {
    top: 0;
    right: 0;
}

.default-btn:after {
    left: 0;
    bottom: 0;
}

.default-btn:hover:before,
.default-btn:hover:after {
    width: 100%;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn-border {
    border-color: #ef4123;
}

.bg-none {
    background: none;
}

a {
    text-decoration: none;
}

.lineThrough {
    text-decoration: line-through;
}

.br-0 {
    border-radius: 0px;
}

.br-5 {
    border-radius: 5px !important;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-50 {
    border-radius: 50px;
}

.w-160 {
    width: 160px;
}

.fit-cover {
    object-fit: cover;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.form-select:focus {
    border-color: #ef4123;
    outline: 0;
    box-shadow: none;
    color: rgb(255 255 255);
}

/* .row {
    margin-inline: 0px;
} */
.f-17 {
    font-size: 17px;
}

.f-27 {
    font-size: 27px;
}

.f-40 {
    font-size: 40px;
}

.f-60 {
    font-size: 60px;
}

.f-50 {
    font-size: 50px;
}

.f-39 {
    font-size: 18px;
}

.f-90 {
    font-size: 80px;
}

.f-110 {
    font-size: 55px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-14 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-25 {
    font-size: 27px;
}

.f-33 {
    font-size: 16px;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-20 {
    font-size: 14px;
}

.f-21 {
    font-size: 22px;
}

.f-28 {
    font-size: 28px
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-31 {
    font-size: 31px;
}

.f-36 {
    font-size: 36px;
}

.f-32 {
    font-size: 28px;
}

.w-580 {
    width: 580px;
}

.line-1-5 {
    line-height: 1.5;
}

.payment-a {
    display: inline-flex;
    width: 335px;
    height: 75px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.payment-a span {
    color: #d28f70;
}

.job-padding {
    padding: 0.3rem 4rem !important;
}

.grad-p {
    background-image: linear-gradient(to right, #fde6df, white);
    padding: 40px 30px;
    border-left: 4px solid #ef4123;
}

/* ================== colors ================== */

.second-bg {
    background-color: #ef4123;
}

.second-color {
    color: #ef4123;
}

.default-color,
a:hover {
    color: #ef4123;
}

.feature div:hover .number {
    color: #ef4123;
}

.dark-bg {
    background-color: #000;
}

.color-job {
    color: #4a4a4a;
}

/* =============== hover ================ */

header,
.social a,
a,
.scroll-top,
.default-btn,
.default-btn:before,
.default-btn:after,
.btn,
#Membership .package .package-details,
#programsSlider img,
.feature div .number,
.video .playVideo,
nav .nav-item .nav-link,
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after,
.story_video img,
.job-details,
.all-job .page-link,
.job li::before,
.radio-item,
.radio-item h3,
.form-check,
.form-check-label,
.programs .services-details,
.journy-sec .services-details {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* ============================ join us ==================== */

.iti.iti--allow-dropdown {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 22px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 75px !important;
    margin-left: 0;
    background-color: #fff !important;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
    color: #333 !important;
}

.color-selver {
    color: #74758f;
}

/* ====================== policy ====================== */

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    margin-inline-end: 0.8rem;
}

.social a:hover,
.scroll-top:hover,
.btn:hover {
    background-color: transparent !important;
    color: #ff288c !important;
    border-color: transparent;
}

.social a:hover,
.scroll-top:hover,
.btn:not(.default-btn):hover {
    border: 1px solid #ef4123;
}

/*
.page-header {
    background-image: url(../images/sst-bg-top.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.page-header {
    height: 350px;
    background-color: #000;
    width: 100%;
}

.page-header img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.page-header .bread-panner {
    top: 150px;
    left: 14%;
}

.page-header .breadcrumb {
    align-items: center;
    justify-content: flex-start;
}

/* ========================== about ====================== */

.play-video {
    font-size: 66px;
    position: absolute;
    top: 40%;
    right: 42%;
}

.free-package {
    background-color: #152729;
}

.plus-package {
    background-color: #1e3638;
}

.features li {
    list-style-type: disc;
}

.memberShip-border {
    border-bottom: 1px solid #1e3638;
}

.partners img {
    height: 55px;
    width: 100%;
    object-fit: contain;
}

.counter-shadow {
    position: absolute;
    top: -40px;
    left: auto;
    z-index: 0;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    font-size: 100px;
    right: 25px;
    margin: auto;
}

.asterisk {
    color: red;
}

.img-partner {
    height: 40px;
}

/* ========================== Suceess stories ==================== */

.stories img {
    height: 260px;
    width: 200px;
}

.story-header h1 {
    font-size: 54px;
}

.story-header .header-img:after {
    content: "";
    /* background-image: linear-gradient(to bottom, #ff000000, #081b1d); */
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 100px;
    right: 0;
}

.story-word {
    background-image: url(../images/story-word.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.before img,
.after img {
    height: 360px;
}

.before img {
    border-radius: 20px 0 0 20px;
    object-fit: cover;
}

.after img {
    border-radius: 0px 20px 20px 0;
    object-fit: cover;
}

.before div,
.after div {
    position: absolute;
    /* background-image: linear-gradient( to bottom, rgba(8, 27, 29, 0) 0%, #081b1d 50%); */
    position: absolute;
    bottom: -33px;
    z-index: 4;
    width: 100%;
    right: 0;
    height: 101px;
}

.color-darkblue {
    color: #181945;
}

.before div h2,
.after div h2 {
    font-size: 37px;
}

.finalResult img {
    height: 380px;
    border-radius: 20px;
    object-fit: cover;
}

.changes img {
    height: 300px;
    border-radius: 25px;
}

.changes .changes-info {
    position: absolute;
    bottom: 20px;
    /* background-image: linear-gradient( to bottom, rgba(8, 27, 29, 0) 0%, #081b1d 50%); */
    width: 100%;
    left: 40px;
}

/* ========================== home ========================= */

.label-yes {
    width: 48px;
    align-items: center;
}

.w-30 {
    width: 30px;
}

.w-130 {
    width: 130px;
}


.bg-video-wrap {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 0;
}

.bg-video-wrap video {
    width: 100%;
    height: 100%;
}

.bg-video-wrap .overlay {
    background: #504d4dad;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.captain-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-stories .head:first-of-type {
    position: relative;
    z-index: 1;
}

.home-stories .head:first-of-type::after {
    content: " ";
    position: absolute;
    bottom: -120px;
    background-image: url(../images/Fill.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-stories .big-title {
    font-size: 60px;
    /* padding-bottom: 70px; */
}

.respnsive-ar {
    display: none;
}

.home-stories .changes img {
    height: 300px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.home-stories .changes .col-lg-3:nth-child(2) {
    margin-top: 325px !important;
    padding-inline: 0px;
}

.home-stories .changes .col-lg-3:nth-child(1) {
    padding-inline-end: 0px;
}

.home-stories .changes .col-lg-6 {
    padding-inline-start: 0px;
    position: absolute;
    right: 0;
    top: -50px;
}

.home-stories .changes .col-lg-6 img {
    height: 400px;
}
.videos-card {
    background-color: #e9b757;
    bottom: 0;
}

.workout-card {
    top: 40%;
}

.workoutVideos-card {
    background-color: #acbf58;
    z-index: 99;
}

.img-shadow {
    animation: shadow-pulse 1s linear infinite;
    border-radius: 50%;
}

.img-shadow:last-of-type {
    animation-delay: 0.5s;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.404);
    }

    100% {
        box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.123);
    }
}

#programsSlider .swiper-slide:not(.active) {
    padding: 1rem;
}

/*
#programsSlider .swiper-wrapper {
    height: 65vh;
} */

#programsSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background-color: #ef4123;
}

#programsSlider img {
    /*opacity: 0.5;*/
    filter: grayscale(1);
}

#programsSlider .swiper-pagination-programs {
    direction: rtl;
    position: absolute;
}

#programsSlider img:hover {
    /* opacity: 1; */
    filter: grayscale(0);
}

#transformation .swiper-button-next,
#transformation .swiper-button-prev {
    margin-inline: 0;
    background-color: #f4f4f5;
    border: 1px solid #e1e2e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: 0.5sa all;
}

.nav1-left {
    display: none;
}

#transformation .swiper-button-next:hover,
#transformation .swiper-button-prev:hover,
#transformation .swiper-button-next:focus,
#transformation .swiper-button-prev:focus {
    background-color: #e7b5ac;
    border-color: #e7634c;
}

#transformation .swiper-button-prev.swiper-button-disabled,
#transformation .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

#transformation .Success-div {
    align-items: center;
    justify-content: center;
}

#transformation .swiper-button-next:after,
#transformation .swiper-rtl .swiper-button-next:after {
    content: "\f061 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #5a5b66;
    transition: 0.5s all;
}

#transformation .swiper-button-prev:after,
#transformation .swiper-rtl .swiper-button-prev:after {
    content: "\f060 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #5a5b66;
    transition: 0.5s all;
}

#transformation .swiper-button-next:hover::after,
#transformation .swiper-button-prev:hover::after,
#transformation .swiper-button-next:focus::after,
#transformation .swiper-button-prev:focus::after {
    color: #fff;
}

#transformation {
    background: #f1eeee;
}

#transformation .swiper-slide {
    margin-inline-start: 1px;
}

#transformation .swiper-slide a {
    filter: grayscale(1);
    transition: all 0.1s ease-in-out;
}

#transformation .swiper-slide a:hover {
    filter: grayscale(0);
}

.workout {
    background-color: #fff;
    color: #000;
}

.workout-mainBock .image {
    position: absolute !important;
    top: 46%;
}

.workout-mainBock .image img {
    height: 405px;
    width: 330px;
    object-fit: cover;
}

.border-gray {
    border: 1px solid #353535;
}

.span-b {
    border-bottom: 2px solid #ef4123;
}

.accordion-button:not(.collapsed) {
    color: #212529;
}

/* ====================== navbar ==================== */

header {
    width: 100%;
    box-shadow: unset;
}

.sticky-navbar {
    position: fixed;
    top: 0px;
    padding: 0 !important;
    z-index: 100000;
    animation: sticky-animate 0.7s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}

@keyframes sticky-animate {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.logo {
    width: 100px;
}

.navbar-toggler {
    padding: 0;
}


.navbar-toggler .navbar-toggler-icon {
    position: relative;
    width: 1.7rem;
    height: 3px;
    border-radius: 15px;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background: inherit;
}

.navbar-toggler .navbar-toggler-icon::before {
    top: -6px;
}

.navbar-toggler .navbar-toggler-icon::after {
    bottom: -6px;
    opacity: 1;
}

.navbar-toggler .navbar-toggler-icon.collapsed::before,
.navbar-toggler .navbar-toggler-icon.collapsed::after {
    width: 60%;
}

nav .nav-item .nav-link.active,
nav .nav-item .nav-link:hover {
    color: #ff288c;
    font-weight: 600;
    cursor: pointer;
}

.navbar .user-img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}

nav .dropdown-toggle::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: none;
    position: absolute;
    right: 0px;
    top: 35%;
}

header .no-default {
    font-size: 11px !important;
    font-weight: 700;
    padding: 0.7rem 0.8rem !important;
}

header .lang .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-inline-start: 1rem;
    padding: 0.5rem 0.8rem;
}

header.navbar-nav .nav-link, header .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #6d758f;
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
}
header nav .dropdown-toggle::after{
    content: none;
}

.nav-link.lang-ar {
    letter-spacing: 0;
    font-family: "regular-ar";
}
.navbar-nav .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .dropdown-menu {
    border-radius: 15px;
    border: none;
    right: 0;
    left: auto;
    width: 200px;
    position: absolute;
}

.navbar-nav .dropdown-item {
    width: 100%;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: #ef4123;
    border-radius: 8px;
}

.navbar .btn:hover {
    border-color: transparent;
}

.input-group input:focus {
    box-shadow: none;
    color: #ef4123;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 10rem #f5f5f5 inset,
        0 0.2rem 0.2rem rgba(209, 209, 209, 0.22) !important;
    -moz-box-shadow: 0 0 0 10rem #f5f5f5 inset,
        0 0.2rem 0.2rem rgba(209, 209, 209, 0.22) !important;
    -ms-box-shadow: 0 0 0 10rem #f5f5f5 inset,
        0 0.2rem 0.2rem rgba(209, 209, 209, 0.22) !important;
    -o-box-shadow: 0 0 0 10rem #f5f5f5 inset,
        0 0.2rem 0.2rem rgba(209, 209, 209, 0.22) !important;
    box-shadow: 0 0 0 10rem #f5f5f5 inset,
        0 0.2rem 0.2rem rgba(209, 209, 209, 0.22) !important;
}

/*=================================hover button==============================*/
.buttonfx {
    outline: none;
    background-color: #000 !important;
    border: none;
    position: relative;
    padding: 0.5rem 2.7rem;
    line-height: 2;
    letter-spacing: 2px;
    border-width: 1px;
    border-radius: 10px;
    border-bottom: 3px solid #000;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
}

.buttonfx i {
    font-size: 14px;
}

.buttonfx:before,
.buttonfx:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #ff288c !important;
    z-index: 1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}

.buttonfx:before {
    background-color: #000 !important;
    z-index: 1;
    transform: translate3D(0, 0, 0);
}

.buttonfx:hover {
    color: white;
}

.buttonfx:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}

.angleinleft:after {
    width: 200%;
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
}

.angleinleft:hover:after {
    transform: rotate(0deg);
    transition: all .5s;
}

.bouncein:hover:before,
.bouncein:hover:after {
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

.no-default.buttonfx:before,
.no-default.buttonfx:after {
    background-color: #ff288c !important;

}

.no-default.buttonfx,
.no-default.buttonfx:before {
    background-color: #000 !important;
}

.no-default.buttonfx {

    border-bottom: 3px solid #000;

}

.no-default.buttonfx i {
    font-size: 10px;
}

.bg-btn-transparent {
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.bg-btn-transparent:before {
    background-color: transparent !important;
}

.bg-btn-transparent:hover {
    border-color: transparent !important;
    color: #fff !important;
    border-bottom: 3px solid #000 !important;
}

.ladies-packages2 .buttonfx {
    background-color: #ff288c !important;
    border-bottom: 3px solid #ff288c;
    text-align: center;
}

.select-div2 i {
    right: 15px;
    top: 42%;
    font-size: 15px;
}

.ladies-packages2 .buttonfx:before,
.ladies-packages2 .buttonfx:after {
    background-color: #000 !important;
}

.ladies-packages2 .buttonfx:before {
    background-color: #ff288c !important;
}

/* =========================== footer ======================== */

footer .footer-logo {
    width: 90px;
    object-fit: contain;
    height: auto;
}

footer .fas {
    margin-inline-end: 0.5rem;
}

#scroll-top {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 999;
}

.scroll-top i {
    animation: rotate-y 1s ease-in-out infinite forwards;
}

@keyframes rotate-y {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(70%);
    }

    55% {
        opacity: 1;
    }
}

.scroll-top,
.scroll-top.non-visible {
    opacity: 0;
    transform: translateX(100px);
}

.scroll-top.visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

footer {
    background-image: url(../images/bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
}

footer .input-group button.default-btn:hover {
    color: rgb(255 255 255) !important;
    border: 1px solid rgb(255 255 255) !important;
    border-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    background-color: transparent !important;
}

/* #programsSlider {
    padding-inline-start: 120px;
} */

/* #programsSlider .swiper-slide {
    flex-shrink: 0;
    width: 450px;
}
 */
footer .phone {
    direction: ltr;
}

.page-header .back {
    color: #fff !important;
}

/* ============================  ======================= */

footer {
    background-image: none;
}

.questions {
    background-color: transparent;
}

.accordion-flush .accordion-item {
    background: transparent;
    border-bottom-width: 2px;
    border-style: solid;
}

.accordion-flush .accordion-item .accordion-button {
    padding: 1.2rem 0;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    box-shadow: unset;
}

.accordion-button::after {
    background-image: none;
    /* transition: transform .2s ease-in-out; */
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    /* transition: transform .2s ease-in-out; */
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordion-button:focus {
    box-shadow: none;
}

#Membership ul li {
    display: flex;
    align-items: flex-start;
    border-bottom: 2px solid #f5f6f7;
    font-size: 14px;
}

/* #Membership ul li:hover {
    background-color: #f5f6f7;

} */
#Membership h5 {
    font-size: 18px;
}

#Membership .fa-check {
    color: #ef4123;
    font-size: 14px;
    margin-top: 0.2rem;
    margin-inline-end: 0.4rem;
}

#Membership .before-sale .fa-check {
    color: rgb(128 137 141);
}

#Membership .row {
    border-radius: 25px;
}

#Membership .package:hover .package-details {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(80 85 136 / 15%);
}

#Membership .package:hover .package-details>a {
    color: #000 !important;
}

/* #Membership .package:hover .package-details,
#Membership .package:hover .before-sale {

    color: rgb(255 255 255);

} */

#Membership .package:first-child {
    border-radius: 25px 0 0 25px;
}

#Membership .package:last-child {
    border-radius: 0 25px 25px 0;
}

#Membership .package .package-details {
    border-radius: 25px;
}

/* #Membership .package:hover .btn {
    background-color: rgb(255 255 255);
} */

/* #Membership .package:hover .fa-check {
    background: rgb(255 255 255 / 40%);
    border-radius: 50px;
    padding: 5px;
    color: rgb(255 255 255);
    font-size: 12px;
} */

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
    /* content: "\f30a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; */
    content: url(../images/next.svg);
    font-family: unset;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
    /* content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4123; */
    content: url(../images/prev.svg);
    font-family: unset;
}

#programsSlider .slidr-nav {
    direction: rtl;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    display: inline-block;
    right: 0;
    margin-inline: 30px;
    outline: unset !important;
}

#programsSlider .swiper-button-next,
#programsSlider .swiper-button-prev {
    margin-inline: 0;
}

#programsSlider .swiper-button-next {
    right: -55px;
}

.change-theme {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99;
}

.change-theme .btn {
    background: #ef4123;
}


.switch {
    animation: fade 2s ease-in-out;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ========================= course page ====================== */

.course img {
    height: 230px;
    border-radius: 30px;
    object-fit: cover;
}

.course .course-name {
    position: absolute;
    top: 160px;
    left: 35px;
    color: #fff;
}

/* .courses .course-img::after,
.course-img::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */

.all-job .botom {
    border-bottom: 1px solid #e6e6e6;
}

.span-job {
    border: 1px solid #e6e6e6;
    padding: 4px 8px;
}

.feature div {
    border-radius: 15px;
}

.feature div .number {
    font-size: 75px;
    font-weight: 900;
}

.playVideo {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    top: 45%;
    border-radius: 50%;
    font-size: 51px;
    color: #fff;
}

.main-video {
    height: 300px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.by {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto;
    margin-top: -40px;
}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link {
    font-size: 30px;
    font-weight: 700;
    border: none;
}

.nav-tabs .nav-link:hover {
    border: none;
}

.locked {
    /* background: #ffffff5e; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-inline-start: auto;
}

.download-file {
    background: rgba(242, 78, 30, 0.47);
    width: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin-inline-start: auto;
    position: relative;
    height: 20px;
}

.download-file i {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    font-size: 25px;
}

.file:hover .download-file i {
    animation: download 1s infinite;
}

@keyframes download {
    from {
        transform: translateY(0px);
        opacity: 0.5;
    }

    to {
        transform: translateY(-5px);
        opacity: 1;
    }
}

input[type="checkbox"] {
    accent-color: #ef4123;
}

/* =================================
                edit profile
                ==================================== */

.filupp>input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 50%;
    border: 4px solid #fff;
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%); */
    margin: auto;
}

.avatar-edit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 2px solid #286f6c; */
}

/* ================= payment ============== */

.order-summary img {
    height: 150px;
    width: 100%;
}

.payment .check:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #ef4123;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.payment .check::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #ef4123;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal {
    background: #ffffff26;
}

.nav-link:focus,
.nav-link:hover {
    color: #ef4123;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ef4123;
    background-color: transparent;
    border-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.modal-content {
    border-radius: 15px;
    outline: 0;
    border: none;
    box-shadow: 0px 0px 10px #818181;
}

/* ======================================== */

.challenges-list li {
    list-style-type: disc;
}




.successStory {
    color: rgb(255 255 255) !important;
}

.successStory .btn {
    background-color: rgb(255 255 255);
}

.second-about img {
    /* min-height: 600px; */
    max-height: 100%;
    object-fit: cover;
}

.img-partner img {
    object-fit: contain;
}


#about-sst {
    background-image: url(../images/sst-programs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sst-form {
    box-shadow: -5px 5px 21px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.sst-form .form-check-input:checked:before {
    content: url(../images/Vector.png);
    /* background-image: url(../images/Vector.png); */
}

.sst-form .form-check-input:checked[type="radio"] {
    background-image: none;
}

.sst-form .form-check-input:checked {
    background-color: #ef4123;
    border-color: #ef4123;
}

.sst-form .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.sst-form .form-check-input:checked+label:before {
    content: "";
    background-color: #8c8c8c1f;
    width: 105%;
    height: auto;
    position: absolute;
    right: 0;
    border-radius: 10px;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sst-form .form-check {
    position: relative;
}

.nav-item i {
    font-weight: 900;
}

.challenges-list {
    padding-inline-start: 25px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ef4123;
    background-image: none;
    box-shadow: none;
}

.alert-danger {
    font-size: 0.93rem;
    color: #d83327;
    background-color: #fff3f4;
    border-color: #f5c2c7;
    margin-top: 1rem;
}

.invalid-feedback,
form .text-danger {
    position: relative;
    width: 100%;
    margin: 1rem 0 0;
    font-size: 13px;
    background-color: #ff929263;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    animation: invalid-animate 0.5s linear forwards;
    font-weight: 100;
}

.invalid-feedback::before,
form .text-danger::before {
    content: "\f0d8";
    position: absolute;
    top: -18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
}

.img-flag {
    width: 30px;
}

#partners-slider .swiper-wrapper {
    justify-content: center;
}

#partners-slider .swiper-slide {
    text-align: center;
    margin-block: auto;
}

.workout-card a,
.videos-card a {
    color: #fff;
}

.before-sale {
    color: rgb(128 137 141);
    position: relative;
}

.before-sale:before {
    content: "";
    background: #ff3b30;
    width: 80px;
    height: 2px;
    position: absolute;
    right: 0;
    transform: rotate(-10deg) translateY(10px);
}

.page-header h2 {
    color: #fff !important;
}

/* ======================= quiz form ==================== */
.quiz::before {
    content: "";
    width: 100%;
    height: 200px;
    background-color: #f24e1e;
    position: absolute;
    top: 0;
    z-index: -1;
}

.quiz-form {
    box-shadow: -6px 6px 41px rgb(75 17 0 / 6%);
    border-radius: 22px;
}

.quiz-form .gender-tab img {
    /* width: 80px;
    height: 80px; */
    border-radius: 15px;
    /* margin-inline-end: 20px; */
}

.quiz-form .btn-outline-primary {
    color: #333;
    border: 1px solid #cecece;
    background: none;
    font-weight: 900;
    text-align: start;
    border-radius: 15px;
    padding-top: 38px;
}

.quiz-form .btn-check:checked+.btn-outline-primary,
.quiz-form .btn-outline-primary.active,
.quiz-form .btn-outline-primary.dropdown-toggle.show,
.quiz-form .btn-outline-primary:active {
    color: #f24e1e;
    border-color: #f24e1e;
    background: #f24e1e17;
    box-shadow: none;
}

.quiz-form .oldTraining .btn-outline-primary {
    width: 80%;
}

.quiz-form .goal img,
.quiz-form .gender-tab img {
    /* width: 100px;
    height: 100px; */
    object-fit: contain;
}

.landing-footer .social a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.landing-lang {
    color: #f24e1e !important;
    opacity: 1 !important;
}

.landing-form input {
    border-radius: 10px;
    height: 60px;

    background: #fafafa;
    border: none;
}

.landing-form .form-label {
    font-size: 14px;
    color: #0c1a30 !important;
    opacity: 1 !important;
}

/* =================== landing overWeight ==================== */
.landing-footer .logo {
    width: 100px;
}

.landing-footer.text-white {
    color: #fff !important;
}

.landing-footer .copyRight {
    text-align: start;
}

.landing-questions .logo {
    width: 200px;
}

.landing-join {
    background-color: #fdf1ec;
    margin-block: 100px;
}

.landing-join .fa-check {
    background: #ef4123;
    border-radius: 50px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

.landing-join .landing-form {
    background-color: #fff;
    padding: 50px;
    border-radius: 25px;
    position: absolute;
    top: -133px;
    box-shadow: -6px 6px 41px rgb(75 17 0 / 6%);
    right: 50px;
    width: inherit;
}

#testmonialLanding .swiper-button-next,
#testmonialLanding .swiper-button-prev {
    position: relative;
    display: inline-block;
    right: 0;
    width: 51px;
    height: 50px;
    margin-inline: 0;
    background: #fdf1ec;
    border-radius: 50%;
    line-height: 4.6;
    font-weight: 100;
}

#testmonialLanding .swiper-button-next {
    right: -20px;
}

#testmonialLanding .swiper-button-prev {
    right: 20px;
}


.color-white {
    color: #fff !important;
}

.landing-info {
    background-color: #fdf1ec;
}

.landing-info h3 {
    font-size: 40px;
}

.chart {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 160px;
    color: #333;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    width: 125px;
    right: 0;
    margin: auto;
    bottom: 0;
}

.achievementLanding,
.howLanding,
.why {
    background-color: #f5f5fa;
}

.achievementLanding .charts {
    background-color: #fff;
    /* border: 1px dashed #ef4123; */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ef4123' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0'  stroke-linecap='square'/%3e%3c/svg%3e ");
    border-radius: 5px;
}

.panner {
    background-image: url(../images/Background_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.panner .panner-details {
    width: max-content;
}

.panner a {
    color: #fff;
}

.panner-details {
    position: absolute !important;
    top: auto;
    bottom: 20%;
    margin: auto;
    color: #fff;
    right: 0;
    left: 0;
    height: max-content;
    width: 66%;
}

#testmonialLanding .swiper-button-next:after,
#testmonialLanding .swiper-rtl .swiper-button-next:after,
#testmonial .swiper-button-prev:after,
#testmonial .swiper-rtl .swiper-button-next:after,
#testmonialLanding .swiper-button-prev:after,
#testmonialLanding .swiper-rtl .swiper-button-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}



.howLanding li::marker {
    font-size: 40px;
    color: #ef4123;
    font-weight: 900;
}

.howLanding li p {
    text-align: start;
}

.howLanding .dumble-img {
    position: absolute;
    bottom: -150px;
    right: 0;
    left: auto;
    width: auto;
}

.story_video .overlay {
    top: 0;
    left: 0;
    right: 0;
    background-color: #ef41234a;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.story_video .fa-play {
    position: absolute;
    top: 45%;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 70px;
    color: #ef4123;
}

.questions-list li {
    list-style-type: disc;
    margin-bottom: 15px;
}

.Calculate-form input {
    background-color: #fff;
    border: none;
}

.Calculate-form .form-label {
    font-size: 23px;
    color: #000000b2;
}

.story_video img {
    height: 500px;
    object-fit: cover;
}

.story_video a {
    width: 100%;
}

.btn-back {
    color: rgb(0 0 0 / 40%);
}

#testmonialLanding img {
    height: 340px;
    border-radius: 15px;
}

#testmonialLanding {
    direction: inherit;
}


.btn-check {
    width: auto;
}

#successSend img,
#errorMessage img {
    width: 150px;
}

#successSend .modal-content {
    background: #ffffff;
    box-shadow: -6px 6px 41px rgba(75, 17, 0, 0.06);
    border-radius: 22px;
}

#paymentHistoryTable tr {
    border: none;
}

#paymentHistoryTable .table> :not(:first-child) {
    border-top: 10px solid #fff;
}

#paymentHistoryTable tr th:first-child,
#paymentHistoryTable tr td:first-child {
    border-radius: 10px 0 0 10px;
}

#paymentHistoryTable tr th:last-child,
#paymentHistoryTable tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.statistics,
.questions,
.testmonial {
    background-color: #f5f5fa;
}

#paymentHistoryTable tr {
    background-color: #f5f5fa;
    border-bottom: 10px solid #fff;
}

#paymentHistoryTable strong {
    color: #9b9fa8;
    font-size: 15px;
}

#paymentHistoryTable td,
#paymentHistoryTable th {
    color: #9b9fa8;
    white-space: nowrap;
    border: none;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 40px;
    border-bottom-width: 0;
}

#paymentHistoryTable .status span {
    background: rgba(0, 175, 60, 0.13);
    border-radius: 6px;
    padding: 10px 40px;
    color: #00880e;
}

#paymentHistoryTable tr:last-child td {
    border: none;
}

#paymentHistoryTable .table {
    overflow: hidden;
}

/* ============================== effects ======================== */

.navbar-brand {
    transition: unset !important;
}

/*-- text effect --*/

.btn.active {
    animation: slideInDown 0.5s linear backwards;
}

h2.effect.active,
.swiper-button-prev.active,
.radio-item.position-relative.effect.active,
.payment-left.effect.active,
.services-details.effect1 {
    animation: fillup-x 2s linear backwards;
}

.theme.active,
.swiper-button-next.active.active-method,
.radio-item.active-method.active,
.payment-right.active,
.services-details.active {
    animation: fillup-x-flip 2s linear backwards;
}

p.active,
.services-details.active-y {
    animation: fillup-y 2s linear backwards;
}

.cards .active {
    animation: zoom-gray 1s linear alternate;
}

.home-stories .head.active::after {
    animation: zoom 1s linear alternate;
}

h2.effect {
    overflow: hidden;
}

h2.effect::before {
    content: attr(data-text);
    position: absolute;
    width: 4.5em;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

h2.effect.active::before {
    animation: load-color 7s linear backwards;
}

.text-white {
    color: #fff !important;
}

.workout h2.effect.active::before,
.questions h2.effect.active::before,
.job h2.effect.active::before,
.all-job h2.effect.active::before {
    animation: load-color 7s linear backwards infinite;
}

/*--// text effect --*/

/*-- text gradient --*/
.text-gradient {
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 180% 140%;
}

.text-gradient.active {
    animation: gradient 6s ease-in-out backwards infinite;
}

/*--// text shadow --*/
/* ==============================// effects ======================== */

/* ========================== effects animation ===================== */

@keyframes blurfade {
    0% {
        opacity: 0;
        text-shadow: 50px 0 100px rgba(255, 255, 255, 0.952);
        filter: blur(50);
        clip-path: inset(100% 0 100% 100%);
        border-radius: 100%;
    }

    50% {
        opacity: 1;
        text-shadow: 50px 0 70px rgba(255, 255, 255, 0.945);
        filter: blur(30);
        clip-path: inset(50% 0 50% 50%);
        border-radius: 30%;
    }

    100% {
        opacity: 1;
        text-shadow: 50px 0 50px rgba(255, 255, 255, 0.829);
        filter: blur(0);
        clip-path: inset(0 0 0 0);
        border-radius: 0;
    }
}

@keyframes fillup-x {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fillup-x-flip {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fillup-y {
    0% {
        transform: translateY(150%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes load-color {
    0% {
        width: 0;
        color: #f24e1e;
    }

    50% {
        width: 4.5em;
        color: #f24e1e;
    }

    100% {
        width: 0;
        color: #f24e1e;
    }
}

@keyframes zoom-gray {
    0% {
        transform: scale(3);
        clip-path: circle(0 at 0 0);
        filter: grayscale(1) blur(9px);
    }

    50% {
        transform: scale(2);
        clip-path: circle(0 at 0 0);
        filter: grayscale(1) blur(7px);
    }

    100% {
        transform: scale(1);
        clip-path: circle(150% at 100% -30%);
        filter: grayscale(1) blur(0);
    }
}

@keyframes zoom {
    0% {
        transform: scale(2);
        clip-path: circle(0 at 0 0);
        filter: blur(9px);
    }

    50% {
        transform: scale(1.5);
        clip-path: circle(0 at 0 0);
        filter: blur(7px);
    }

    100% {
        transform: scale(1);
        clip-path: circle(150% at 100% -30%);
        filter: blur(0);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 150% 50%;
    }

    100% {
        background-position: 0% 100%;
    }
}

/* =========================// effects animation ==================== */
.contact {
    color: #383c3e;
}

.sst-title {
    text-align: center;
    margin-bottom: 30px;
}

.contact .title {
    font-weight: 700;
    font-size: 44px;
    color: #383c3e;
}

.contact p {
    font-size: 14px;
    color: #383c3e;
}

.contact #contact-form .form-control {
    border: 0;
    border-bottom: 1px solid #737b7d;
    border-radius: 0;
}

.contact #contact-form .form-control:focus {
    box-shadow: none;
}

.contact #contact-form .form-control::placeholder {
    color: #8e8e8e;
    font-size: 16px;
}

.contact #contact-form .invalid-feedback,
.contact #contact-form .text-danger {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    font-size: 10px;
    color: #d50d0d;
}

.contact #contact-form .invalid-feedback::before,
.contact #contact-form .text-danger::before {
    display: none;
}

.contact .flag {
    width: 25px;
}

/*===================================step2==========================*/
.w-230 {
    width: 230px;
}

.w-700 {
    width: 700px;
}

.form-select {
    width: 600px;
    padding: 0;
    border: none;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.radio-item {
    padding: 40px;
    height: 350px;
    position: relative;
    border-radius: 25px;
    background-color: #f5f5fa;
}

.radio-item:hover {
    background-color: #f24e1e;
}

.radio-item:hover h3 {
    color: #fff !important;
}

.radio-item:hover h3,
.radio-item:focus h3 {
    color: #000;
}

/* .radio-item:before {
    content: " ";
    display: inline-flex;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ef4123;
    background-color: transparent;
    left: 82%;
    transition: .5s all;
    top: 40px;
} */

/* .radio-item:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: transparent;
    position: absolute;
    display: flex;
    bottom: 77%;
    font-size: 16px;
    left: 84%;
}
.radio-item:focus:after{
    color: #ef4123;
} */

.color-i {
    color: #ef4123;
    font-size: 20px;
}

.partners,
.job {
    background-color: #000;
    padding-bottom: 60px;
}

.subscribe .input-group,
.job .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.subscribe .input-group input {
    height: 55px;
    border-radius: 50px !important;
    border: none;
    background: #f2f2f7;
    padding-inline-start: 50px;
}

.job .input-group input {
    height: 55px;
    border-radius: 50px !important;
    border: none;
    background: #282828;
    padding-inline-start: 30px;
}

.job .input-group input:focus {
    border: none;
    background: #282828 !important;
}

.subscribe .input-group input:focus {
    border-radius: 50px !important;
    background: #f2f2f7 !important;
}

.subscribe .input-group .btn {
    position: absolute;
    right: 4px;
    height: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px !important;
    padding-inline: 30px;
    font-size: 16px;
    z-index: 2;
    width: 110px;
    letter-spacing: 0px !important;
    line-height: 1 !important;
}

.job .input-group input::placeholder {
    color: #fff;
    font-size: 14px;
}

.job .input-group .btn {
    position: absolute;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    top: 10px;
    bottom: 0;
    border-radius: 50% !important;
    background-color: #fff;
    font-size: 16px;
    z-index: 3;
}

.job ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0rem;
}

.job li {
    /* list-style-type: disc; */
    padding-right: 50px;
    position: relative;
}

.job li::before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 700;
    right: 17px;
    bottom: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: #fff;
    font-size: 13px;
}

.lang li::marker {
    display: none;
}

.job li:hover::before {
    background-color: transparent;
    font-size: 15px;
    width: 27px;
    height: 25px;
    right: 20;
    bottom: 10px;
}

/* .job li::marker {
    color: #fff;
    font-size: 30px;
} */
.job-details {
    padding: 30px 25px;
}

.job-details:hover,
.job-details:focus {
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
}

.all-job .pagination,
.courses .pagination,
#paymentHistoryTable .pagination {
    align-items: center;
    justify-content: center;
}

.all-job .page-item:first-child .page-link,
.pagination .page-item:first-child .page-link,
#paymentHistoryTable .page-item:first-child .page-link {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.all-job .page-link {
    margin: 0 10px;
}

.pagination .page-link,
#paymentHistoryTable .page-link {
    margin: 0 5px;
}

.all-job .page-item:last-child .page-link,
.pagination .page-item:last-child .page-link,
#paymentHistoryTable .page-item:last-child .page-link {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.all-job .page-link,
.pagination .page-link,
#paymentHistoryTable .page-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
    width: 46px;
    height: 46px;
    justify-content: center;
    color: #ef4123;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 13px;
    border: 1px solid #ef4123;
}

.all-job .page-link:focus,
.all-job .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:hover,
#paymentHistoryTable .page-link:focus,
#paymentHistoryTable .page-link:hover {
    color: #fff;
    background-color: #ef4123;
    box-shadow: none;
}

.career-details .img-overlay::before {
    content: " ";
    width: 160px;
    height: 75px;
    background: #000;
    position: absolute;
    left: -55px;
    transform: rotate(132deg);
    top: -7px;
    z-index: 1;
}

.career-details-2 li {
    list-style-type: disc;
}

.smiler-job {
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.smiler-details {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.smiler-details2 span {
    color: #ef4123;
    border-bottom: 1px solid #ef4123;
}

/*
#exampleModal .modal-header {
    display: inline-block;
    text-align: center;
} */

#exampleModal .modal-body i {
    position: absolute;
    top: 61%;
    right: 14px;
    font-size: 14px;
    color: #2b2a2a;
}

#exampleModal .modal-title {
    margin-bottom: 10px;
    font-size: 21px;
}

#exampleModal .modal-dialog {
    max-width: 770px;
    margin: 2.4rem auto;
}

#exampleModal .modal-content {
    border-radius: 25px;
    padding: 55px 105px;
}

#exampleModal .modal-header p {
    color: #74758f;
}

#exampleModal .modal-header,
#exampleModal .modal-body,
#exampleModal .modal-footer {
    padding: 0;
    border-bottom: none;
    border-top: none;
}

#exampleModal .form-control {
    border-radius: 10px;
    height: 40px;
}

#exampleModal .input-file {
    height: 35px;
    font-size: 14px;
}

.p-phone {
    padding: 0.375rem 2.3rem !important;
}

#exampleModal .modal-footer {
    justify-content: center;
}

#exampleModal input,
#exampleModal input::placeholder {
    font-size: 13px;
    color: #74758f;
}

.btn-model {
    padding: 0.6rem 6.4rem;
}

.color-p {
    color: #9f9f9f;
}

#exampleModalToggle .modal-content {
    padding: 50px;
}

#exampleModalToggle .modal-dialog {
    top: 1%;
}

#exampleModalToggle .modal-header {
    border-bottom: none;
}

#exampleModalToggle .modal-body {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

#exampleModalToggle .modal-body .social {
    width: calc(100% / 4 - 2px);
    margin-bottom: 40px;
    text-align: center;
}

#exampleModalToggle .color-face {
    color: #385996;
}

#exampleModalToggle .color-tewi {
    color: #27b9d8;
}

#exampleModalToggle .color-link {
    color: #176da2;
}

#exampleModalToggle .color-insta {
    color: #386e94;
}

#exampleModalToggle .color-baha {
    color: #1e3790;
}

#exampleModalToggle .color-ever {
    color: #579f28;
}

#exampleModalToggle .color-snap {
    color: #f8f619;
}

.fa-google {
    background: conic-gradient(from -45deg,
            #ea4335 110deg,
            #4285f4 90deg 180deg,
            #34a853 180deg 270deg,
            #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.img-about {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

#programsSlider {
    height: 400px;
}

.nav1-left {
    display: none !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.img-login::before {
    content: " ";
    width: 180px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: -63px;
    transform: rotate(134deg);
    top: -20px;
    z-index: 1;
}

.main-video::before {
    content: " ";
    width: 180px;
    height: 100px;
    background: #000;
    position: absolute;
    left: -63px;
    transform: rotate(134deg);
    top: -20px;
    z-index: 1;
}

.img-login img,
.main-video img {
    object-fit: cover;
}

.video-details {
    padding: 40px 40px 60px;
}

.all-course-detail {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 16px rgb(80 85 136 / 15%);
}

.all-course-detail ul li {
    list-style-type: disc !important;
}

.nav-control-course #nav-tabs {
    width: 100%;
    height: 64px;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: flex-start;
}

.nav-control-course {
    border-bottom: 2px solid #dee2e6;
}

.nav-control-course .nav-tabs {
    width: fit-content;
    justify-content: flex-start;
}

.nav-control-course #nav-tab button {
    /* height: 56px; */
    padding-inline: 10px;
    transition: all 0.5s ease-in-out;
    margin: 0 20px;
    font-size: 18px;
}

.nav-control-course .nav-tabs .nav-link.active {
    color: #ef4123 !important;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
}


.video-i {
    color: #fff;
    background-color: #f24e1e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 10px;
}

.video-lock {
    color: #fff;
    background-color: #eaeaf6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.gray-span {
    color: #b2b2b5;
}

.d-center {
    justify-content: space-between;
}

.form-check-label {
    color: #97a3b6;
    font-weight: 600;
    font-size: 13px;
}

.form-check {
    display: block;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0.125rem;
    border-radius: 10px;
    height: 55px;
    border: 1px solid rgba(134, 146, 166, 0.3);
}

.form-check:focus,
.form-check:hover {
    border-color: #f24e1e;
}

.form-check:focus .form-check-label,
.form-check:hover .form-check-label {
    color: #f24e1e;
}

.form-check .form-check-input {
    float: right;
}

.form-check-input {
    margin-top: 0;
}

.form-check-input:checked {
    background-color: #f24e1e;
    border-color: #f24e1e;
}

.form-check-input:focus {
    box-shadow: none;
}

.sec-pg .form-control {
    height: 40px !important;
}

.payment-form .radio-item {
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 1.5;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
}

.payment-form label {
    padding: 0.375rem 0.75rem;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(134, 146, 166, 0.3);
    background-color: transparent;
    width: 100%;
}

.payment-form label h4 {
    color: #7a8598;
}

.payment-form .radio input:checked+label,
#installmentOption .radio input:checked+label {
    border-color: #f24e1e;
}

.payment-form .radio input:checked~label h4,
#installmentOption .radio input:checked~label h4 {
    color: #f24e1e;
}

.payment-form img {
    width: 70px;
    margin: 5px 0;
}

.payment-form .radio-item2 label {
    padding: 0.7rem 0.75rem !important;
}

.radio-item2 {
    height: 100% !important;
}

input[name="payment_type"],
input[name="payment_method"],
input[name="installment_type"] {
    accent-color: #f24e1e;
    outline: none;
}

.payment-form input {
    position: absolute;
    right: 10px;
}

.sec-pg .package {
    border: 1px solid #dadee4;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.sec-pg .all-step3 li,
.sec-pg .all-step3 .first-package {
    border-bottom: 1px solid #e8eaea;
}

.sec-pg .all-step3 .second-package {
    align-items: center;
    justify-content: space-between;
}

.header-details .hd-1 {
    padding: 40px 50px;
    height: 335px;
}

.header-details .hd-back0 {
    background-color: #2f2f2f;
}

.header-details .hd-back1 {
    background-color: #1b1b1b;
}

.header-details .hd-back2 {
    background-color: #000 !important;
}

.programs .services-details {
    background-color: #f2f2f7;
    padding: 30px 40px;
    border-radius: 20px;
    height: 375px;
}

.programs .services-details img {
    width: 65px;
    margin-bottom: 20px;
}

.programs .services-details h2 {
    font-size: 25px;
}

/* .programs .services-details:hover {
  border-color: #f24e1e;
} */

.journy-sec .services-details img {
    width: 65px;
    margin-bottom: 60px;
}

.journy-sec .services-details {
    padding: 20px;
    border-radius: 20px;
    background-color: transparent;
    height: 350px;
}

.journy-sec .services-details:hover {
    background-color: #131314;
}

.journy-sec .services-details p {
    color: #b2b2b2;
}

.programs .row {
    justify-content: center;
}

.header-details h3 {
    font-size: 20px;
}

.header-details p {
    font-size: 25px;
}

.blackfriday-sec .box {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* @media only screen and (min-width: 750px){

    .blackfriday-sec .box{

            margin: 60px auto;

            padding: 20px;

            display: flex;

            flex-direction: row;

            flex-wrap: wrap;

            width: 720px;

            justify-content: space-around;

    }

    .blackfriday-sec .inner-box{

            width: 00px;

            height: 80px;

            line-height: 80px;

            font-size: 2.9em;

            margin: 10px;

    }

} */
.blackfriday-sec .row {
    align-items: center;
}

.blackfriday-sec .inner-box {
    background-color: transparent;
    margin: 0 10px;
    text-align: center;
    line-height: 12px;
    font-size: 16px;
    font-family: bold;
    color: #fff;
    height: 35px;
    width: 100px;
    padding: 10px;
    position: relative;
}

.blackfriday-sec .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(to right, #f24e1e, #fff 50%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.blackfriday-sec .inner-box span {
    font-size: 13px;
    font-weight: 400;
    padding: 0 3px;
}

.tween-looper {
    backface-visibility: hidden;
    animation: pulse 2s infinite alternate ease-in-out;
}

@keyframes pulse {
    to {
        transform: scale(0.8);
    }
}

#marquee-cont {
    color: #fff;
    background-color: #1e1e1e;
}

#marquee-cont h2 {
    display: inline-flex;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    align-items: center;
    padding-top: 5px;
}

#marquee-cont strong {
    padding: 0 7px;
}

#marquee-cont marquee {
    margin-top: 3px;
    margin-bottom: 0px;
}

.blackfriday-sec .default-btn {
    padding: 0.3rem 2.3rem;
    font-size: 14px;
    border-radius: 7px;
}


#ladiesStoriesSlider img {
    height: 333px;
    object-fit: cover;
}

.navbar-nav .nav-item .dropdown-item:focus, .navbar-nav .nav-item .dropdown-item:hover {
    background-color: rgba(217, 217, 217, .4);
    border-radius: 0;
    color: #ff288c !important;
}


/* ================================= media ==================================== */
@media (max-width:1400px) {
    header .navbar-nav .nav-link {
        font-size: 11px;
    }

    header .no-default {
        padding: 0.5rem 0.5rem !important;
    }

    header .lang .nav-link {
        font-size: 12px;
        margin-inline-start: 0.5rem;
        padding: 0.45rem 0.8rem !important;
    }
}

@media (max-width: 1200px) {

    /* .sticky-navbar {
        top: 75px;
    } */
    header .navbar-nav .nav-link {
        font-size: 10px;
    }
    header .nav-item.mx-2 {
        margin-right: .3rem !important;
        margin-left: 0.3rem !important;
    }

    header .header-home .no-default {
        font-size: 10px !important;
    }

    header .lang .nav-link {
        font-size: 11px;
        margin-inline-start: 0.5rem;
        padding: 0.5rem 0.5rem !important;
    }

    .header-details p {
        font-size: 18px;
    }

    .journy-sec .services-details img {
        margin-bottom: 30px;
    }

    .programs .services-details {
        padding: 30px;
        height: 390px;
    }

    .programs .services-details img {
        width: 55px;
        margin-bottom: 15px;
    }

    .programs .services-details h2 {
        font-size: 22px;
        margin-bottom: 10px !important;
    }

    .f-12 {
        font-size: 11px;
    }

    .header-details .hd-1 {
        padding: 35px 50px;
        height: 260px;
    }

    .f-26 {
        font-size: 24px;
    }


    #paymentHistoryTable td,
    #paymentHistoryTable th {
        font-size: 13px;
        padding: 20px;
    }

    #paymentHistoryTable strong {
        font-size: 14px;
    }

    .page-header .bread-panner {
        top: 190px;
    }

    #programsSlider {
        height: 350px;
    }

    .f-36 {
        font-size: 30px;
    }

    .before div h2,
    .after div h2 {
        font-size: 30px;
    }

    .finalResult img {
        height: 430px;
    }
    .job li::before {
        bottom: 13px;
    }

    .job li:hover:before {
        bottom: 5px;
    }

    .f-21 {
        font-size: 17px;
    }

    .sec-pg .package h3 {
        margin-bottom: 5px !important;
    }

    .sec-pg .package {
        padding: 15px 20px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    #Membership h5 {
        font-size: 16px;
    }

    .f-110 {
        font-size: 49px;
    }

    .f-110 {
        font-size: 35px;
    }

    .f-31 {
        font-size: 28px;
    }

    .f-60 {
        font-size: 50px;
    }

    header .no-default {
        font-size: 9px !important;
        padding: 0.5rem !important;
    }

    .f-50 {
        font-size: 35px;
    }

    .f-32 {
        font-size: 23px;
    }

    .f-25 {
        font-size: 18px;
    }

    #Membership .span-b h5 {
        font-size: 16px;
    }

    .trans-title.pb-5.mb-5 {
        margin-bottom: 0 !important;
    }

    header .logo {
        width: 70px;
    }

    .navbar-nav .nav-link,
    .lang .nav-link {
        font-size: 10px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .default-btn {
        padding: 0.5rem 1.5rem;
        font-size: 16px;
    }

    .btn-model {
        padding: 0.5rem 6rem;
    }
}

@media (min-width: 1024px) {
    #ladiesStoriesSlider .swiper-slide {
        margin-inline: auto !important;
        width: 24%;
    }


    #ladiesStoriesSlider .swiper-slide>div {
        margin-inline: 10px;
    }
}

@media (max-width: 1024px) {

    /* .sticky-navbar {
        top: 106px;
    } */
    #programsSlider .pe-lg-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .f-33 {
        font-size: 14px;
    }

    .w-md-50 {
        width: 50%;
    }

    .w-md-75 {
        width: 75%;
    }

    .w-md-25 {
        width: 25%;
    }

    #partners-slider .swiper-slide {
        margin-inline: 25px;
    }
}

@media (max-width: 992px) {
    .before_after_colors .f-19 {
        font-size: 13px !important;
    }
    #collapsibleNavbar {
        height: 94vh;
    }
    nav .dropdown-toggle::after {
        content: "\f107" !important;
        position: unset;
    }
    .navbar .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-item .dropdown-menu {
        padding: .5rem 0 !important;
        border: none !important;
        position: unset !important;
        background-color: transparent;
        width: 100%;
    }
    .navbar .dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header .navbar-collapse .navbar-nav {
        padding: 35px 0 0;
        align-items: center !important;
    }

    .nav1-left {
        display: flex;
    }

    header .logo {
        width: 95px;
    }

    .navbar-toggler {
        width: 95px;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-color: #ff288c;
        width: 1.7rem;
        height: 3px;
    }

    .img-partner {
        height: 30px;
    }

    header .navbar-nav .nav-link {
        font-size: 18px;
        font-weight: 700;
    }

    .respnsive-ar {
        display: block;
    }

    header .lang .nav-link {
        color: #6d758f;
        border: none;
        margin-inline-start: 1rem;
        margin-inline-start: 0 !important;
    }

    .before_after_colors i {
        font-size: 10px;
    }

    .username {
        font-size: 15px !important;
    }

    .quote {
        font-size: 25px !important;
    }

    .quote:before {
        content: "\f10d";

        left: 0 !important;
        font-size: 25px;
        top: 5px !important;
        color: #ef4123;
    }

    /* .sticky-navbar {
        top: 98px;
    } */
    .blackfriday-sec .default-btn {
        padding: 0.2rem !important;
        font-size: 12px !important;
    }

    #marquee-cont h2 {
        font-size: 11px;
        padding-top: 0px;
    }

    .blackfriday-sec .inner-box {
        line-height: 16px;
        /* font-size: 16px; */
        height: 30px;
        width: 95px;
        margin: 0 5px;
        padding: 8px 10px;
    }

    .f-33 {
        font-size: 14px;
    }

    .f-39 {
        font-size: 16px;
    }

    .blackfriday-sec .inner-box span {
        font-size: 12px;
    }

    .header-details h3 {
        font-size: 18px;
    }

    .header-details p {
        font-size: 16px;
    }

    .journy-sec .services-details {
        height: 310px;
    }

    .membership .col-lg-3 {
        padding-top: 0 !important;
    }

    .sst-title {
        margin-bottom: 0px;
        margin-top: 0 !important;
    }

    .programs .services-details {
        height: 350px;
    }

    .radio-item2 {
        height: 100% !important;
    }

    .f-26 {
        font-size: 18px;
    }

    .header-details .hd-1 {
        padding: 30px 35px;
        height: 270px;
    }

    .navbar-nav .nav-link,
    .lang .nav-link {
        font-size: 14px;
    }

    .radio-item {
        height: 335px;
    }

    .all-course-detail {
        position: unset;
        box-shadow: none;
    }

    .nav-control-course #nav-tab button {
        font-size: 16px;
    }

    .course-text {
        text-align: center;
    }

    .nav-control-course .nav-tabs {
        width: unset;
        justify-content: center;
    }

    .form-control {
        height: 50px;
    }

    .page-header .bread-panner {
        top: 150px;
    }

    #exampleModal .modal-content {
        text-align: left;
    }

    #exampleModal .modal-dialog {
        max-width: 700px;
    }

    .img-about {
        height: 440px;
    }

    .nav1-left .nav-link2 {
        color: #333;
        font-weight: 600;
        font-size: 14px;
        padding: 0 2px;
    }

    .nav2-left {
        display: none !important;
    }

    .nav1-left {
        display: inline-flex !important;
    }

    /* #programsSlider {
        height: 350px;
    } */

    .finalResult img {
        height: 100%;
    }

    .p-center {
        text-align: center;
    }

    .page-header img,
    .page-header {
        height: 300px;
    }

    .career-details-2 .modal-dialog {
        max-width: 700px;
    }

    .career-details .d-inline-flex {
        text-align: center;
    }

    .job-padding {
        padding: 0.3rem 2.5rem !important;
    }

    .img-overlay {
        margin: 35px 0;
    }

    .f-24 {
        font-size: 21px;
    }

    .career-details .img-overlay::before {
        left: -78px;
    }

    .f-20 {
        font-size: 13px;
    }

    .f-31 {
        font-size: 25px;
    }

    .job li {
        padding-right: 40px;
    }

    .job li::before {
        right: 10px;
        width: 11px;
        height: 11px;
        font-size: 10px;
    }

    .job li:hover:before {
        right: 13px;
        bottom: 7px;
        width: 20px;
        height: 18px;
        font-size: 14px;
    }

    .partners img {
        height: 35px;
    }

    .subscribe .input-group .btn {
        padding-inline: 20px;
        font-size: 14px;
        width: 85px;
    }

    .sst-title {
        text-align: center !important;
    }

    .f-110 {
        font-size: 35px;
    }

    #Membership .row .package .package-details {
        text-align: center;
        width: 500px;
        margin: auto;
        padding: 15px 40px 40px !important;
    }

    #Membership ul li {
        display: flex;
        align-items: center;
    }

    .workout-mainBock .image {
        position: unset !important;
        width: 100%;
        height: 100%;
    }

    .workout-mainBock .image img {
        width: 100%;
        height: 100%;
    }

    .partners img {
        height: 40px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .f-16 {
        font-size: 18px;
    }

    .f-32 {
        font-size: 28px;
    }


    #paymentHistoryTable {
        padding: 15px;
    }

    .quiz-form .btn-outline-primary {
        padding-top: 27px;
    }

    .landing-join .landing-form {
        left: 00 !important;
        right: 0 !important;
    }

    .landing-join .landing-form {
        position: relative;
        top: 0;
        padding: 30px;
        right: 0;
    }

    .logo {
        width: 100px;
    }

    .achievementLanding .charts {
        padding-block: 20px;
        text-align: center;
    }

    .navbar-collapse .navbar-nav {
        text-align: center;
        padding-top: 15px;
    }

    /* .auth-list {
        position: absolute;
        top: 0;
        right: 37%;
        margin: auto;
        width: fit-content;
        padding-inline-start: 0px;
    } */
    /*
    .lang {
        position: absolute;
        top: 0;
        right: 29%;
        margin: auto;
        width: fit-content;
        padding-inline-start: 0px;
    } */

    .auth-list .navbar-nav {
        flex-direction: row;
    }

    .navbar .dropdown {
        margin-inline-end: 3rem;
    }

    .navbar .user-img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        object-fit: cover;
    }

    #Membership .row .package {
        background-color: transparent !important;
    }

    .home-stories .col-lg-6:last-of-type {
        margin-top: 7rem;
    }
}

@media (max-width: 991px) {
    #about .image {
        text-align: center;
    }

    .before_after_block {
        height: 400px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .panner-details {
        bottom: 10%;
        width: 90%;
    }

    .panner {
        min-height: 75vh;
    }

    /* .stories img {
          height: 200px;
      } */

    .f-90 {
        font-size: 63px;
    }

    .captain-img {
        /* position: absolute; */
        /* right: 0px; */
        width: 100%;
        height: 100%;
        /* top: 0;
          z-index: -1; */
    }

    .home-stories .changes .col-lg-3:nth-child(2) {
        margin-top: 0px !important;
        padding-inline: 15px;
    }

    .home-stories .changes .col-lg-3:nth-child(1) {
        padding-inline-end: 15px;
    }

    .home-stories .changes .col-lg-6 {
        padding-inline-start: 0px;
        position: relative;
        right: 0;
        top: 0px;
    }

    .home-stories .changes .col-lg-6 img {
        height: 350px;
    }

    .changes .changes-info {
        bottom: 22px;
    }

    .home-stories .big-title {
        font-size: 60px;
    }

    /* .workout-mainBock {
          height: 555px;
          position: relative;
      } */

    /* #programsSlider {
          padding-inline-start: 80px;
      }
      #programsSlider .swiper-slide {
          flex-shrink: 0;
          width: 333px;
      } */
}

@media (max-width: 768px) {

    /* .sticky-navbar {
        top: 83px;
    } */
    .f-33 {
        font-size: 12px;
    }

    .f-39 {
        font-size: 13px;
    }

    .navbar-brand {
        margin-right: 0rem;
    }

    .blackfriday-sec .default-btn {
        padding: 0.3rem !important;
        font-size: 8px !important;
        border-radius: 3px !important;
    }

    .blackfriday-sec .inner-box {
        line-height: 16px;
        font-size: 14px;
        height: 30px;
        width: 100px;
        margin: 0 3px;
        padding: 7px 8px;
    }

    .blackfriday-sec .inner-box span {
        font-size: 11px;
    }

    .header-details h3 {
        font-size: 18px;
    }

    .header-details p {
        font-size: 13px;
    }

    .journy-sec .services-details {
        padding: 10px;
        display: inline-flex;
        width: 100%;
        align-items: center;
        height: 100%;
    }

    .journy-sec .services-details div {
        padding: 0 15px;
    }

    .journy-sec .services-details img {
        width: 50px;
        margin-bottom: 0px;
    }

    .journy-sec .services-details h2 {
        margin-bottom: 10px !important;
        margin-top: 14px;
    }

    .programs .services-details {
        height: 100%;
    }

    .radio-item2 {
        height: 100% !important;
    }

    .f-26 {
        font-size: 14px;
    }

    .header-details .hd-1 {
        padding: 25px;
        height: 100%;
    }

    #paymentHistoryTable td,
    #paymentHistoryTable th {
        font-size: 11px;
        padding: 15px;
    }

    #paymentHistoryTable strong {
        font-size: 12px;
    }

    .f-18 {
        font-size: 14px;
    }

    .course-text p {
        font-size: 14px;
    }

    .page-header .bread-panner {
        top: 115px;
    }

    .nav-control-course #nav-tab button {
        margin: 0 10px;
        font-size: 14px;
    }

    .career-details {
        text-align: center;
    }

    .career-details .d-inline-flex {
        text-align: center;
        justify-content: center;
    }

    .career-details .position-relative .d-inline-flex {
        text-align: center;
        justify-content: start;
    }

    #exampleModal .modal-dialog {
        max-width: 540px;
    }

    #exampleModal .modal-content {
        padding: 30px 50px;
        text-align: left;
    }

    .about-row .col-12:nth-child(1) {
        order: 1;
    }

    .img-about {
        height: 400px;
    }

    #programsSlider {
        height: 375px;
    }


    .f-36 {
        font-size: 22px;
    }

    .before div,
    .after div {
        height: 70px;
    }

    .page-header img,
    .page-header {
        height: 250px;
    }


    .career-details-2 .modal-dialog {
        max-width: 550px;
    }

    .career-details-2 .modal-content {
        border-radius: 25px;
        padding: 40px 70px;
    }

    .career-details .img-overlay::before {
        width: 145px;
        height: 65px;
        left: 7px;
        top: -3px;
    }

    .f-24 {
        font-size: 22px;
    }

    .img-overlay {
        margin: 0;
    }

    .img-overlay img {
        width: 75% !important;
    }

    .f-13 {
        font-size: 11px;
    }

    .job ul {
        justify-content: center;
    }

    .w-580 {
        width: 100%;
    }

    #transformation .Success-div .text-end {
        text-align: start !important;
    }

    .center {
        text-align: center;
    }

    .questions .title-ques,
    .questions .head {
        text-align: center;
    }

    .questions .title-ques h2,
    .questions .head h2 {
        margin-bottom: 10px !important;
    }

    .workout-mainBock .image img {
        width: 100%;
        height: 100%;
    }

    .partners img {
        height: 35px;
    }

    .subscribe .input-group .btn {
        height: 47%;
        top: 3px;
        padding-inline: 15px;
        width: 75px;
    }

    .f-31 {
        font-size: 20px;
    }

    .f-32 {
        font-size: 30px;
    }

    .f-60 {
        font-size: 40px;
    }

    .job li {
        padding-right: 35px;
    }

    .job li::before {
        bottom: 8px;
    }

    .job li:hover:before {
        bottom: 2px;
    }

    .all-job .page-link {
        font-size: 16px;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }


    #Careers {
        text-align: center;
    }

    #Membership .install span {
        width: 7px;
        height: 7px;
    }

    #Membership .row .package .package-details {
        width: 100%;
    }

    .f-110 {
        font-size: 25px;
    }

    .workout {
        text-align: center;
    }



    .sst-img {
        text-align: center;
    }

    .sst-img img {
        width: 60%;
    }

    .f-50 {
        font-size: 30px;
    }

    .sst-p {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .auth-list .default-btn {
        margin-bottom: 0;
    }

    .radio-item:before {
        width: 25px;
        height: 25px;
    }

    .w-700 {
        width: 100%;
    }

    .radio-item {
        height: 300px;
        padding: 30px;
    }

    /* .radio-item:after {
        bottom: 75%;
        font-size: 14px;
    } */
    .radio-item h3 {
        font-size: 20px;
    }

    .avatar-upload {
        margin: auto;
    }

    .avatar-edit {
        text-align: center;
    }

    #testmonialLanding .swiper-button-next,
    #testmonialLanding .swiper-button-prev{
        line-height: 3.2;
    }

    .howLanding .dumble-img {
        position: absolute;
        bottom: -100px;
        right: 0;
        left: auto;
        width: auto;
        width: 200px;
    }

    .story_video .fa-play {
        position: absolute;
        top: 40%;
        font-size: 50px;
    }


    .panner-details {
        bottom: 10%;
        width: 88%;
    }

    .panner {
        min-height: 60vh;
    }

    .landing-join {
        margin-block: 0px;
    }

    .landing-join .landing-form {
        position: relative;
        top: 0;
        padding: 30px;
        right: 0;
    }

    .landing-footer,
    .landing-footer .copyRight {
        text-align: center !important;
    }

    .quiz-form .oldTraining .btn-outline-primary {
        width: 100%;
    }

    #partners-slider .swiper-wrapper {
        justify-content: initial;
    }

    #Membership .row .package {
        background-color: transparent !important;
    }

    .f-60 {
        font-size: 50px;
    }

    .story-back {
        position: relative !important;
    }

    .story-header h1 {
        font-size: 30px;
    }

    /* .before img,
      .after img {
          height: 250px;
      } */

    .before div h2,
    .after div h2 {
        font-size: 20px;
    }

    .changes img {
        height: 285px;
    }

    .f-90 {
        font-size: 53px;
    }

    .navbar .dropdown {
        margin-inline-end: 1.5rem;
    }

    /* .captain-img {
          position: absolute;
          right: 0px;
          width: 100%;
          height: 100%;
          top: 0;
          z-index: -1;
      } */

    /* .workout p {
          opacity: 1 !important;
      } */

    .home-stories .changes .col-lg-3:nth-child(2) {
        margin-top: 1.5rem !important;
        padding-inline: 15px;
    }

    .home-stories .changes .col-lg-3:nth-child(1) {
        padding-inline-end: 15px;
    }

    .home-stories .changes .col-lg-6 {
        padding-inline-start: 15px;
        position: relative;
        right: 0;
        top: 0px;
    }

    .finalResult img {
        height: 400px;
    }

    .home-stories .big-title {
        font-size: 55px;
    }




    .home-stories .changes img,
    .home-stories .changes .col-lg-6 img {
        height: 250px;
        width: 100%;
    }

    .home-stories .head:first-of-type::after {
        bottom: -100px;
    }


    #testmonial .swiper-pagination-bullet {
        background: #dadadf;
        opacity: 1;
        width: 12px;
        height: 12px;
    }

    .sst-form .form-check-input:checked+label:before {
        content: "";
        width: 109%;
    }

    .quiz-form .btn-outline-primary {
        width: -webkit-fill-available;
    }

    .landing-info .f-60 {
        font-size: 40px;
    }

    .landing-info h3 {
        font-size: 25px;
    }

    .subscribe .input-group {
        flex-direction: column;
    }

    .subscribe .form-control {
        width: 100%;
        margin-bottom: 3rem;
    }

    .subscribe .default-btn {
        width: max-content;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {

    .stories img,
    .before img,
    .after img {
        height: 100%;
    }

    .buttonfx.f-17 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .b-friday-swiper {
        display: none;
    }

    header .logo {
        width: 80px;
    }

    /* .sticky-navbar {
        top: 155px;
    } */
    .blackfriday-sec {
        padding-bottom: 0 !important;
    }

    #marquee-cont h2 {
        font-size: 14px;
        padding-top: 0px;
    }

    #marquee-cont marquee {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    /* .offer-black {
        display: inline-flex;
    } */
    .f-33 {
        font-size: 10px;
    }

    .f-39 {
        font-size: 12px;
    }

    /* .offer-black h3 {
        padding: 0 10px;
    }

    .offer-black h2 {
        margin-bottom: 0 !important;
    } */

    .blackfriday-sec .default-btn {
        padding: 0.2rem !important;
        font-size: 7px !important;
        border-radius: 5px !important;
        /* width: 100% !important; */
    }

    .blackfriday-sec .inner-box {
        line-height: 13px;
        font-size: 11px;
        height: 29px;
        width: 90px;
        padding: 7px 3px;
    }

    .blackfriday-sec .inner-box span {
        font-size: 9px;
    }

    .w-230 {
        width: 100%;
    }

    .all-job .page-item:first-child .page-link,
    .pagination .page-item:first-child .page-link,
    #paymentHistoryTable .page-item:first-child .page-link {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .all-job .page-link,
    .pagination .page-link,
    #paymentHistoryTable .page-link {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

    .all-job .page-item:last-child .page-link,
    .pagination .page-item:last-child .page-link,
    #paymentHistoryTable .page-item:last-child .page-link {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .edit {
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    #exampleModal .modal-dialog {
        max-width: 90%;
    }


    .career-details-2 .modal-dialog {
        max-width: 480px;
    }

    .career-details-2 .modal-content {
        padding: 40px 40px;
    }

    .career-details .img-overlay::before {
        width: 100px;
        height: 50px;
        left: 14px;
        top: 3px;
        transform: rotate(124deg);
    }

    .f-31 {
        font-size: 18px;
    }

    .f-60 {
        font-size: 40px;
    }

    .subscribe .input-group input {
        height: 45px;
        padding-inline-start: 20px;
    }

    .subscribe .input-group .btn {
        height: 40%;
        padding-inline: 10px;
        width: 70px;
    }

    .subscribe .input-group input {
        height: 45px;
        padding-inline-start: 20px;
    }

    #Membership ul li {
        font-size: 13px;
    }

    .no-default {
        padding: 0.5rem !important;
    }

    .logo {
        width: 75px;
    }

    #transformation .Success-div .text-end {
        text-align: start !important;
    }

    .mb-sm-2 {
        margin-bottom: 20px;
    }

    #transformation .swiper-button-prev:after,
    #transformation .swiper-rtl .swiper-button-prev:after,
    #transformation .swiper-button-next:after,
    #transformation .swiper-rtl .swiper-button-next:after {
        font-size: 16px;
    }

    #transformation .swiper-button-next,
    #transformation .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .f-32 {
        font-size: 23px;
    }


    .radio-item:before {
        top: 20px;
        left: 88%;
    }

    .radio-item {
        width: 100%;
        height: auto;
        padding: 60px;
        margin-bottom: 25px;
    }

    /* .radio-item:after {
        bottom: 80%;
        left: 90%;
    } */
    .default-btn {
        padding: 0.3rem 1.5rem;
    }

    .radio-item h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .radio-item img {
        margin-bottom: 25px !important;
    }

    .payment-form .radio-item img {
        margin-bottom: 5px !important;
    }

    .payment-form .radio-item {
        margin-bottom: 0px;
    }

    .f-13 {
        font-size: 14px;
    }

    .home-stories .col-lg-6:last-of-type {
        margin-top: 5rem;
    }

    .home-stories .head:first-of-type::after {
        bottom: -70px;
    }

    h2.effect::before {
        max-width: 3em;
    }

    .header-details h3 {
        font-size: 18px;
    }

    .header-details p {
        font-size: 13px;
    }

    @keyframes load-color {
        0% {
            width: 0;
            color: #f24e1e;
        }

        50% {
            width: 3em;
            color: #f24e1e;
        }

        100% {
            width: 0;
            color: #f24e1e;
        }
    }
}

@media (max-width: 480px) {
    .f-33 {
        font-size: 7px;
    }

    .navbar-toggler {
        width: 50px;
    }

    header .navbar-nav .nav-link {
        font-size: 17px;
    }

    .second-home .logo {
        width: 75px;
    }

    .blackfriday-sec .default-btn {
        /* font-size: 7px !important; */
        width: 90% !important;
    }

    .blackfriday-sec .col-3 {
        padding: 0 !important;
    }

    .f-39 {
        font-size: 9px;
    }

    .blackfriday-sec .inner-box span {
        font-size: 11px;
    }

    .blackfriday-sec .col-6:nth-child(2) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .programs .services-details {
        padding: 20px 35px;
    }

    .f-32 {
        font-size: 20px;
    }

    .programs .services-details h2 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .f-14 {
        font-size: 12px;
    }

    .header-details .hd-1 {
        padding: 20px;
    }

    .f-13 {
        font-size: 11px;
    }

    .f-26 {
        font-size: 12px;
    }


    .second-details li,
    .video-details li {
        font-size: 14px;
    }

    .video-i {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .video-lock {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .f-15 {
        font-size: 11px;
    }

    /* .page-header .bread-panner {
        top: 150px;
    } */

    .f-50 {
        font-size: 22px;
    }

    .f-25 {
        font-size: 18px;
    }

    .career-details-2 .modal-dialog {
        max-width: 400px;
    }

    .f-36 {
        font-size: 18px;
    }

    .career-details .img-overlay::before {
        width: 89px;
        height: 42px;
        left: 6px;
        top: 4px;
    }

    .f-24 {
        font-size: 18px;
    }

    .workout-mainBock .image img {
        width: 100%;
        height: 100%;
    }


    .default-btn {
        padding: 0.5rem 1rem !important;
        font-size: 11px;
    }

    .radio-item {
        padding: 35px;
    }

    .radio-item:before {
        width: 20px;
        height: 20px;
        top: 20px;
        left: 86%;
    }

    /* .radio-item:after {
        bottom: 80%;
        font-size: 13px;
        left: 88%;
    } */
    .radio-item h3 {
        font-size: 15px;
    }

    /* .radio-item {
        height: 200px;
    } */

    .f-90 {
        font-size: 45px;
    }

    .navbar .dropdown {
        margin-inline-end: 1rem;
    }

    /* .auth-list {
        right: 35%;
    } */

    /* .lang {
        right: 22%;
    } */
    .header-details h3 {
        font-size: 16px;
    }

    .header-details p {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    .blackfriday-sec .inner-box {
        line-height: 13px;
        font-size: 11px;
        height: 30px;
        width: 90px;
        margin: 0 2px;
    }

    .navbar-toggler {
        width: 30px;
    }

    header .navbar-nav .nav-link,
    header .lang {
        font-size: 16px;
        margin-inline-start: 1rem;
    }

    .blackfriday-sec .inner-box span {
        font-size: 8px;
    }

    .all-job .page-link,
    .pagination .page-link,
    #paymentHistoryTable .page-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .all-job .page-link,
    .pagination .page-link,
    #paymentHistoryTable .page-link {
        margin: 0 1px;
    }

    .career-details .img-overlay::before {
        width: 80px;
        height: 42px;
        left: -1px;
        top: 1px;
    }

    .nav1-left .nav-link2 {
        font-size: 11px;
    }

    .f-20 {
        font-size: 16px;
    }

    .f-16 {
        font-size: 16px;
    }

    .all-job .page-link {
        font-size: 14px;
    }

    .no-default {
        font-size: 12px !important;
        padding: 0.5rem !important;
    }

    .logo {
        width: 60px;
    }

    .radio-item h3 {
        font-size: 18px;
    }

    .radio-item:before {
        left: 83%;
    }

    /* .radio-item:after {
        left: 85%;
    } */

    .home-stories .head:first-of-type::after {
        bottom: -40px;
    }

    /* .auth-list {


        right: 15%;

    } */
}

@media (max-width: 320px) {
    .blackfriday-sec .inner-box span {
        display: block;
        font-size: 9px;
    }

    .blackfriday-sec .inner-box {
        height: 40px;
    }

    .logo {
        width: 50px;
    }

    .navbar-brand {
        margin-right: 0rem;
    }

    .f-110 {
        font-size: 20px;
    }



    .default-btn {
        padding: 0.5rem !important;
        font-size: 10px;
    }
}

@media (max-width: 280px) {
    .blackfriday-sec .inner-box span {
        display: block;
        font-size: 7px;
    }

    .blackfriday-sec .inner-box {
        height: 39px;
    }

    .no-default {
        font-size: 9px !important;
    }

    .f-20 {
        font-size: 11px;
    }

    .f-15 {
        font-size: 9px;
    }

    .mb-5 .p-3 {
        padding: 0rem !important;
    }
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url("/site/images/loader.gif") no-repeat center center;
    z-index: 9999;
}

/* =================================== SST Ladies ============================== */
.pink-color {
    color: #ff288c;
}

.fs-125 {
    font-size: 125px;
}

.Autography {
    font-family: "Autography";
    text-transform: lowercase;
    letter-spacing: 0;
    line-height: 0.5;
}

@font-face {
    font-family: Autography;
    src: url(../fonts/ladies/Autography.otf);
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/ladies/Helvetica_CE_Bold.ttf);
}

.Helvetica {
    font-family: Helvetica;

}

.header-description {
    position: absolute;
    top: 175px;
    width: 50%;
    left: 0;
    margin: auto;
    right: 0;
}

.header-description h1 {
    font-size: 75px;
}

.ladies-logo {
    width: 150px;
    position: absolute;
    top: 50px;
    left: 150px;
    z-index: 11;
}

.ladies-header img {
    height: 100vh;
    width: 100%;
    /* padding-top: 100px; */
}

/* .ladies-header:before {
    content: "";
    background: linear-gradient(180deg, #03030B 26.56%, rgba(1, 3, 10, 0) 100%);
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 0;
} */

.header-description .btn,
.header-description .btn:hover {
    background: linear-gradient(90deg, #ff5ea9 0%, #ff288c 100%),
        linear-gradient(90deg, #8742eb 0%, #6800ff 100%);
    box-shadow: 0px 40px 60px rgba(135, 66, 235, 0.2);
    border-radius: 50px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    padding-inline: 25px;
    padding-block: 12px;
    border: none !important;
    line-height: 2;
}

.feature-img {
    background: #ff288c;
    border-radius: 15px;
    display: inline-block;
    padding: 20px;
}

.feature-ladies p {
    color: rgba(23, 33, 32, 0.6);
    font-size: 12px;
}

.feature-img img {
    width: 30px;
    height: 30px;
}

.serv-title span {
    vertical-align: middle;
}

.serv-title img {
    width: 30px;
}

.serv {
    cursor: pointer;
}

.serv:hover .serv-data {
    display: block;
}

.serv-title {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: -6px 6px 26px -1px rgba(255, 40, 140, 0.06);
    backdrop-filter: blur(10.5px);
    border-radius: 19px;
    padding: 25px;
}

.serv-data {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: -6px 6px 26px -1px rgba(255, 40, 140, 0.06);
    backdrop-filter: blur(10.5px);
    border-radius: 19px;
    padding: 20px;
    width: 88%;
    display: none;
}

.left-position {
    left: -66px;
}

.right-position {
    right: -66px;
}

.ladies-footer .social a {
    line-height: 1.9;
}

.ladies-faq p {
    color: rgba(23, 33, 32, 0.6);
    opacity: 0.75;
    font-weight: 700;
}

.ladies-faq .talk-form .btn,
.ladies-faq .talk-form .btn:hover {
    background: #ff288c !important;
    border-radius: 50px;
    color: #fff !important;
    font-size: 12px;
    padding-inline: 25px;
    padding-block: 12px;
    border: none !important;
    line-height: 2;
}

.ladies-faq .talk-form input::placeholder {
    font-size: 14px;
    text-transform: capitalize;

    color: #aaaaaa;
}

.ladies-faq .talk-form input:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.ladies-faq .more-faq {
    border-bottom: 1px solid #ff288c;
}

.ladies-faq .accordion-button::after {
    font-weight: 900;
    font-size: 10px;
    background: #ff288c;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    color: #fff;
}

.ladies-faq .accordion {
    border-top: 1px solid #eeeeeee5;
    border-bottom: 1px solid #eeeeeee5;
}

.ladies-faq .accordion-flush .accordion-item {
    background: transparent;
    border-bottom-width: 1px;
    border-style: solid;
}

.ladies-partners .partner-img {
    width: 125px;
}

.pink-border-bottom {
    border-bottom: 2px solid #ff288c;
}

.ladies-packages .package-feature-list li:hover {
    background-color: #f2f2f7;
}

.ladies-packages .package-feature-list li {
    position: relative;
}

.ladies-packages .package-feature-list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 80%;
    background-color: #f3f5f6;
    right: 15px;
}

.gray-color {
    color: rgba(23, 33, 32, 0.5);
}

.ladies-packages .package .before-sale:before {
    content: "";
    background-color: #ff3b30;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotateZ(4deg) translate(0px, 14px);
}

.ladies-packages .package .before-sale {
    position: relative;
    color: #172120;
}

.ladies-packages .package .btn,
.ladies-packages .package .btn:hover {
    background-color: #ff288c !important;
    border-radius: 8px;
    color: #fff !important;
    padding-block: 10px;
    font-size: 13px;
}

.ladies-packages .package-or span {
    font-size: 11px;
    padding-inline: 10px;
    display: block;
}

.ladies-packages .package-or:before {
    content: "";
    background-color: #ff288c;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ladies-packages .package-or:after {
    content: "";
    background-color: #ff288c;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ladies-subscribtion {
    background-image: url(../images/sstLadies/bg-dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 150%;
    /* padding: 222px 0 100px 0; */
}

.ladies-subscribtion .step-info {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

.ladies-subscribtion .step-num {
    position: absolute;
    top: -40px;
    left: -30px;
    color: #1f2c2a;
}

.ladies-subscribtion .step-title {
    z-index: 5;
    position: relative;
    font-size: 27px;
    padding-inline-end: 70px;
}


.ladies-lead .btn {
    border: 2px solid transparent;
    background: linear-gradient(90deg, #ff5ea9 0%, #ff288c 100%);
    box-shadow: 0px 40px 60px rgba(255, 40, 140, 0.2);
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
}

.ladies-lead .btn:hover {
    color: #ff288c !important;
    border: 2px solid #ff288c;
    background: transparent;
}

.lead-description {
    /* position: absolute;
    top: 0; */
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.lead-description h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 45px;
}

.lead-description p {
    font-size: 14px;
    font-family: regular;
    margin-bottom: 40px;
}

.lead-video {
    position: absolute;
    top: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ladies-lead:before {
    content: "";
    background-image: url(../images/sstLadies/Noise.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #333333ed;
}

.ladies-services .serv-bg {
    background-image: url(../images/sstLadies/serv-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 100px;
}

.ladies-services .serv-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: -15px;
    height: 95%;
}

.ladies-features .row {
    background: #ffffff;
    box-shadow: -6px 6px 26px -1px rgba(255, 40, 140, 0.06);
    backdrop-filter: blur(10.5px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 19px;
}

.ladies-features {
    margin-top: -120px;
}

.ladies-faq .accordion-flush .accordion-item:last-child {
    border-bottom: none;
}

.ladies-subscribtion .row .col-lg-3:nth-child(1) .step-num {
    -webkit-animation-name: steps-text-color;
    animation-name: steps-text-color;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.ladies-subscribtion .row .col-lg-3:nth-child(2) .step-num {
    -webkit-animation-name: steps-text-color;
    animation-name: steps-text-color;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.ladies-subscribtion .row .col-lg-3:nth-child(3) .step-num {
    -webkit-animation-name: steps-text-color;
    animation-name: steps-text-color;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ladies-subscribtion .row .col-lg-3:nth-child(4) .step-num {
    -webkit-animation-name: steps-text-color;
    animation-name: steps-text-color;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

@keyframes steps-text-color {
    0% {
        color: #ffffff;
        opacity: 0.09;
    }

    50% {
        color: #ff288c;
        opacity: 1;
    }
}

/* ================= media ============= */
@media (min-width: 768px) {
    /* .ladies-subscribtion {
        padding-block-start: 150px;
    } */

    .ladies-packages .package-name {
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 21px;
    }
}

@media (max-width: 991px) {

    .ladies-packages .package .before-sale:before {
        transform: rotateZ(4deg) translate(0px, 10px);
    }

    /* .ladies-subscribtion {
        padding-block-start: 222px;
    } */
    .ladies-subscribtion .step-num {
        left: 0;
        font-size: 90px;
        top: -30px;
    }

    .ladies-logo {
        width: 90px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .ladies-header img {
        height: 50vh;
        width: 100%;
    }

    .header-description {
        width: 50%;
        top: 150px;
    }

    .serv-title {
        padding: 7px 10px;
        border-radius: 10px;
    }

    .serv-title img {
        width: 15px;
    }

    .serv-title span {
        font-size: 10px !important;
    }

    .left-position {
        left: -15px;
    }

    .serv-data p {
        font-size: 9px;
    }

    .right-position {
        right: -15px;
    }

    .header-description h1 {
        font-size: 30px;
    }

    .header-description .fs-125 {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .ladies-features {
        margin-top: -55px;
    }
    .lead-description h2 {
        font-size: 25px;
    }

    .ladies-services .serv-img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        top: -25px;
        height: 301px;
    }

    .ladies-services .serv-bg {
        background-size: 80% 97%;
        padding-block: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 666px) {
    .header-description {
        width: 90%;
        top: 80px;
    }

    .ladies-header:before {
        height: 333px;
    }

    ._langing-page .hero-header .hero-text {
        height: 100%;
        padding: 1rem !important;
        padding-inline-start: 1rem !important;
    }

    ._langing-page .hero-header .img-container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .main_title-heading {
        font-size: 1.5rem !important;
    }

    .landing-page.subbenifit .video-container {
        height: 200px !important;
    }

    ._langing-page .hero-header .hero-text h2 {
        font-size: clamp(10px, 10vh, 2rem) !important;
    }

    /* ._langing-page .hero-header {
        height: 62vh !important;
    } */

    ._langing-page .hero-header .hero-img img.web {
        filter: blur(1px);
    }
}

/* landing page  */
._langing-page .hero-header {
    height: 100vh;
}

/* ._langing-page .hero-header .img-container {

} */

._langing-page .hero-header .hero-text {
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-inline-start: 4rem;
    position: relative;
    z-index: 55;
}

._langing-page .hero-header .hero-text {
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-inline-start: 4rem;
}

._langing-page .hero-header .hero-text h2 {
    /* font-size: 4.3rem; */
    font-size: clamp(10px, 10vh, 4rem);
    padding-bottom: 1.2rem !important;
}

._langing-page .hero-header .hero-img {
    overflow: hidden;
    color: #f14e1c99;
}

/* ._langing-page .hero-header .hero-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000010;
    background: linear-gradient(0deg, #fff 1%, rgba(0, 0, 0, 0) 40%);
}

._langing-page .hero-header .hero-img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000010;
    background: linear-gradient(0deg, #fff 1%, rgba(0, 0, 0, 0) 40%);
} */

._langing-page .hero-header .hero-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._langing-page .hero-header .hero-img img.web {
    opacity: 1;
    pointer-events: all;
}

._langing-page .hero-header .hero-img img.mobile {
    opacity: 0;
    pointer-events: none;
}

html[lang="en"] ._langing-page .hero-header .hero-img img {
    transform: scaleX(-1);
}

.landing-page.subbenifit {
    background-color: #000;
    color: #fff;
}

.landing-page.subbenifit .benifits-card {
    display: flex;
    background: #d9d9d912;
    padding: 1rem 0.1rem;
    border-radius: 17px;
    box-shadow: 0px 1px 3px 2px #52525212;
    margin: 10px;
    margin-top: 1rem;
    cursor: pointer;
    height: 100%;
    padding-inline-end: 8px;
}

.landing-page.subbenifit .benifits-card .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.landing-page.subbenifit .benifits-card .text .subtitle {
    margin: 0rem;
    flex: 1;
}

.landing-page.subbenifit .header-details {
    margin-top: 2rem;
}

.landing-page.subbenifit .benifits-card:hover .text .title {
    color: #ef4123 !important;
}

.landing-page.subbenifit .benifits-card:hover .icon-container {
    background: #ef4123 !important;
}

.landing-page.subbenifit .benifits-card .text .subtitle {
    font-size: 15px;
    opacity: 0.8;
}

.landing-page.subbenifit .benifits-card .text .title {
    transition: all 0.1s ease-in-out;
    font-size: 22px;
    margin-top: 0rem;
    font-weight: bold;
}

.landing-page.subbenifit .benifits-card .icon-container {
    background: #242424;
    margin: 0.3rem 1rem 1rem 1rem;
    padding: 0.8rem;
    border: 1px solid #242424;
    border-radius: 11px;
    width: 82px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s ease-in-out;
}

.landing-page.subbenifit .benifits-card .icon-container img {
    object-fit: contain;
    width: 40.77px;
    height: 38px;
}

.landing-page.subbenifit .video-container {
    position: relative;
    border-radius: 13px;
    background: #0f0f0f;
    margin: 1rem 0rem;
    height: 403px;
    width: 100%;
}

.landing-page.subbenifit .video-container video {
    width: 100%;
    height: 100%;
}

.video-js {
    width: 100%;
    height: 100%;
}

.landingpage.workout .text-container .title {
    font-weight: 600;
    font-size: 2rem;
}

.landingpage.workout .text-container .title span {
    color: #ef4123;
}

.fancybox__container {
    z-index: 9999999;
}

.clients-about .mySwiper a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 0rem !important;
}

.clients-about .swiper-slide {
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
    position: relative;
}

.clients-about .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients-about .swiper-container {
    height: 80vh;
}

.clients-about .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.clients-about .mySwiper a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
    backdrop-filter: blur(3px);
}

.clients-about .mySwiper a .overlay .icon-container .fa-play-circle {
    color: #fff;
    font-size: 2rem;
}

.clients-about {
    padding: 1.5rem 0rem;
    text-align: center;
    background: #f1eeee;
    font-size: 2rem;
}

.main_title-heading {
    font-size: 2.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
}

.journy-sec .services-details {
    border: 2px solid #202020;
    position: relative;
    height: 100% !important;
    margin: 1rem auto;
    /* max-width: 250px; */
}

.journy-sec .services-details:hover {
    border: 2px solid #ef4123;
    position: relative;
}

.journy-sec .services-details .default-color {
    position: absolute;
    top: -21px;
    background: #ef4123;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
}

.journy-sec .services-details .default-color::after {
    content: " ";
    width: 27px;
    height: 23px;
    background: #000000;
    position: absolute;
    left: -16px;
    transform: rotate(142deg);
    top: -12px;
    z-index: 1;
}

html[lang="en"] .journy-sec .services-details .default-color::after {
    left: unset;
    right: -16px;
    transform: rotate(-142deg);
}

/* //--- hero section  */

._langing-page_hero {
    opacity: 1;
}

._langing-page_hero .title {
    opacity: 1;
}

._langing-page_hero .subtitle {
    opacity: 1;
}

._langing-page_hero a {
    opacity: 1;
}

._langing-page_hero .wrapper {
    position: relative;
    height: 100%;
    align-items: flex-end;
}

._langing-page_hero .text-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 53%;
    font-size: 11px;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin-top: 1rem;
    padding-inline-start: 5%;
    padding-bottom: 1rem;
    height: 100%;
    align-self: center;
}

._langing-page_hero .text-container .subtitle {
    font-weight: normal;
    font-size: 15px;
    margin: 0rem;
}

._langing-page_hero .text-container .title {
    font-weight: 600;
    margin: 0rem;
}

._langing-page_hero .text-container ._btn {
    margin: 2rem 0rem;
    padding: 2% 14%;
    font-size: clamp(10px, 10vw, 1.4rem);
    border-radius: 6px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

._langing-page_hero .img-container {
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

html[lang="en"] ._langing-page_hero .img-container {
    background-position: bottom right;
}

._langing-page_hero .img-container img {
    display: none;
}

html[lang="en"] ._langing-page_hero .img-container img {
    transform: scaleX(-1);
}

.landing_page ._services-details {
    position: relative;
    padding-top: 3rem;
    height: 100%;
    margin: 1rem auto;
    max-width: 300px;
}

.landing_page ._services-details ._card {
    background-color: #f2f2f7;
    border-radius: 20px;
    padding: 2rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%, 0 23%);
}

.landing_page ._services-details ._card h2,
.landing_page ._services-details ._card p {
    flex: 1;
}

.landing_page ._services-details .img_container {
    width: 65px;
    height: 65px;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 9px;
    border-radius: 10px;
    overflow: hidden;
    clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0 100%, 0 23%);
    z-index: 2;
}

html[lang="en"] .landing_page ._services-details .img_container {
    clip-path: polygon(0% 0%, 75% 0, 100% 23%, 100% 100%, 0% 100%);
    left: 9px;
    right: unset;
}

html[lang="en"] .landing_page ._services-details ._card {
    clip-path: polygon(0% 0%, 79% 0, 100% 22%, 100% 100%, 0% 100%);
}

.landing_page ._services-details .img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =================== sst ladies 2 ==================================  */
.fs-55 {
    font-size: 55px;
}

.fs-75 {
    font-size: 75px;
}

.black-btn,
.black-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 0 !important;
    direction: initial;
    background: #000 !important;
}

.header2 .border-btn,
.header2 .border-btn:hover {
    background-color: transparent !important;
    color: #000 !important;
    padding: 12px 30px !important;
    border-radius: 0 !important;
    direction: initial;
    border: 1px solid #000 !important;
    background: transparent !important;
}

.header2:before {
    content: "";
    background-image: url(../images/sstLadies/right-bg.png);

    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 139%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    z-index: -1;
}

.header2 .header-description {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
}

.header2 .header-description .btn {
    box-shadow: none !important;
}

.header2 .step-icon {
    width: 55px;
}

.header2 p {
    color: #666666;
    font-size: 20px;
    margin-bottom: 0px;
}

.Transform-block:before {
    content: "";
    background-image: url(../images/sstLadies/left-bg.png);

    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 139%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    z-index: -1;
}

.Transform-block .step-icon {
    width: 55px !important;
    background: #f9428f;
    border-radius: 10px;
    min-width: 55px;
    height: 55px;
    padding: 10px;
}

.Transform-block p {
    color: #666666;
    font-size: 20px !important;
    margin-bottom: 0px;
    font-weight: 500;
}

.Transform-block .trans:last-child {
    margin-bottom: 0 !important;
}

.ladiesFeatures {
    background-image: url(../images/sstLadies/features.png);
    padding-block: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ladiesFeatures p {
    color: rgba(255, 255, 255, 0.43);
    font-size: 20px;
}

.ladiesFeatures .feature-icon {
    background-color: #ff288c;
    width: 66px;
    height: 66px;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
}

.ladiesFeatures .feature {
    padding: 25px;
    transition: all 0.5s ease-in-out;
}

.ladiesFeatures .feature:hover {
    background-color: #ff288c;
    border-radius: 15px;

    color: #fff;
}

.ladiesFeatures .feature:hover .feature-icon {
    background-color: #fff;
    color: #ff288c;
}

.ladiesFeatures .feature:hover p {
    color: rgba(255, 255, 255, 0.82);
}

.ladies-stories2 .story {
    margin-bottom: 20px;
}

.ladies-stories2 .story p {
    color: rgba(255, 255, 255, 0.65);
    padding-block: 5px;
}

.ladies-stories2 .overlay {
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.ladies-stories2 .story:hover .overlay {
    opacity: 1;
}

.ladies-stories2 .storyColumn:first-child .story:first-child img {
    height: 333px;
    object-fit: cover;
}

.ladies-stories2 .storyColumn:first-child .story:last-child img {
    height: 333px;
    object-fit: cover;
}

.ladies-stories2 .storyColumn:nth-child(2) .story:first-child img {
    height: 383px;
    object-fit: cover;
}

.ladies-stories2 .storyColumn:nth-child(2) .story:last-child img {
    height: 410px;
    object-fit: cover;
}

.ladies-stories2 .storyColumn:last-child .story:first-child img {
    height: 316px;
    object-fit: cover;
}

.ladies-stories2 .storyColumn:nth-child(3) .story:last-child img {
    height: 475px;
    object-fit: cover;
}

.pink-btn,
.pink-btn:hover {
    background-color: #ff288c !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
    direction: initial;
    font-size: 20px;
}

.steps:before {
    content: "";
    background-image: url(../images/sstLadies/right-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 60%;
    height: 118%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    z-index: -1;
}

.step-icon {
    width: 88px;
}

.ladies-packages2 {
    background: #000000;
    padding-block: 100px !important;
}

.ladies-packages2 .package {
    border-radius: 25px !important;
    padding: 25px 5px;
    text-align: start;
}

.ladies-packages2 .pink-border-bottom {
    border-bottom: 2px solid #ff288c;
}

.ladies-packages2 .package-feature-list li {
    position: relative;
}

.ladies-packages2 .package-feature-list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 80%;
    background-color: #f3f5f6;
    right: 15px;
}

.ladies-packages2 .package .btn,
.ladies-packages2 .package .btn:hover {
    background-color: #ff288c !important;
    border-radius: 8px;
    color: #fff !important;
    padding-block: 10px;
    font-size: 13px;
}

.ladies-partners2 .partner-img {
    width: 100px;
    margin: auto;
}

.ladies-footer2 {
    background: #000000;
    color: rgba(255, 255, 255, 0.53);
    padding-block: 50px;
    /*background-image: url(../images/footer-bg.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.ladies-footer2 a {
    color: rgba(255, 255, 255, 0.53);
    text-decoration: none;
}

.ladies-footer2 .footer-logo {
    width: 150px;
}

.ladies-footer2 .social a {
    line-height: 1.9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    margin-inline-end: 0.8rem;
    border: 1px solid #fff;
    color: #fff;
    margin-inline-end: 10px !important;
}

.steps .step-icon {
    width: 55px;
}

.ladies-packages2 #Membership .row .package {
    background-color: #fff !important;
}

.whatsup-btn {
    background-color: #25d366;
}

.whatsup-btn i {
    transform: rotateZ(0deg) !important;
    font-size: 24px;
    margin-inline-end: 9px;
    vertical-align: inherit;
}

.quote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #5a5b66;
    transition: 0.5s all;
    position: absolute;
    left: 30px;
    font-size: 30px;
    top: 0;
    color: #ef4123;
}

.before_after_block {
    height: 687px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.before_after_block img {
    object-fit: cover;
    object-position: center;

}

#transSlider img {
    height: 350px;
    object-fit: cover;
}

#transSlider .swiper-pagination-bullet-active {
    background: #ef4123;
}

.before_after_block:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    z-index: 9999;
}

.status {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: rgba(242, 78, 30, 0.33);
    backdrop-filter: blur(5.5px);
    border-radius: 50px;
    left: 0;
    margin: auto;
    width: auto;
    text-align: center;
    padding: 12px;
    width: 70%;
    color: #fff;
}

.transformation-result {
    background: #F2F2F7;
    border-radius: 27px;
}

.transformation-result .progress {
    display: flex;
    height: 6px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0;
}

.transformation-result .progress {
    background-color: transparent;
}

.transformation-result .progress.before-transform .progress-bar {
    background-color: #000000;
}

.transformation-result .progress.after-transform .progress-bar {
    background-color: #F24E1E;
}

.username {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 700;
}

/* =============================== media ================== */
@media (min-width: 991px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .whatsup-btn i {
        font-size: 20px;
    }

    .ladies-packages2 .package {
        padding: 25px 20px;
    }

    .Transform-block .step-icon {
        width: 70px;
    }

    .header2 .header-description h1 {
        font-size: 45px;
    }

    .header2 .header-description .fs-125 {
        font-size: 66px;
    }

    .step-icon {
        width: 70px;
    }

    .fs-55 {
        font-size: 25px;
    }

    .fs-75 {
        font-size: 35px;
    }

    .fs-125 {
        font-size: 66px;
    }

    .ladiesFeatures .feature {
        padding-block: 15px;
    }

    .ladies-packages2 .package {
        padding: 25px 20px;
    }

    .ladies-stories2 .storyColumn .story img {
        height: 300px !important;
    }

    .step:nth-last-child(2),
    .step:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 788px) {
    html[lang="en"] ._langing-page_hero .img-container {
        background-position: bottom left !important;
        transform: scaleX(-1) !important;
    }
}

@media (max-width: 500px) {
    html[lang="en"] ._langing-page_hero .text-container .subtitle {
        font-size: 9px !important;
    }

    html[lang="en"] ._langing-page_hero .text-container ._btn {
        font-size: 10px !important;
    }
}

@media (min-width: 788px) {
    ._langing-page_hero .img-container {
        position: relative;
        background-image: none !important;
    }

    ._langing-page_hero .img-container img {
        display: block;
        width: 100%;
        height: 100%;
    }

    ._langing-page_hero .wrapper {
        display: flex;
        padding: 3rem 2rem 0rem;
        padding-inline-end: 0rem;
        /* align-items: center; */
    }

    ._langing-page_hero .text-container {
        width: 100%;
    }

    ._langing-page_hero .text-container .title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    ._langing-page_hero .text-container .subtitle {
        font-size: clamp(1rem, 10vw, 1.5rem);
    }
}


#spinerModal .container {
    position: relative;
    width: 340px;
    height: 340px;
}


#spinerModal #wheel {
    max-height: inherit;
    width: inherit;
    /* background: #2B2B2B; */
    border-radius: 50%;
    padding: 17px;
    background-image: url(../images/circle-dots.svg);
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative;
    transition: transform 4s ease-out;
    width: 280px;
    height: 280px;
    box-shadow: 20px 0px 20px 0px rgb(0 0 0 / 3%);
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}


#spinerModal #spin-btn {
    border-radius: 10px;
    background: #F24E1E;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    margin: auto;
    width: 161px;
    height: 56px;
    padding: 14px 18px;
    color: #fff;
    border: none;
}


#spinerModal .spinerArrow {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(0deg);
    z-index: 999;
    bottom: 11px;
}

#spinerModal canvas {
    transform: rotate(300deg);
    width: 100%;
}


@media screen and (max-width: 768px) {
    #spinerModal img {
        right: -5%;
    }
}



#spinerModal .wheel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Stack arrow and wheel vertically */
    align-items: center;
    /* Center content horizontally */
    font-family: Inter;
}



#spinerModal button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

#spinerModal .firstResult {
    color: #F24E1E;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
}

.spinning .modal-body {
    background-image: url(../images/win.gif);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

#spinerModal .copyCode {
    border-radius: 20px;
    background: #F5F5FA;
    padding: 19px 30px;
    display: flex;
    width: max-content;
    align-items: center;
    margin: auto;
}
#spinerModal .copyCode i{
    color: #F24E1E;
}
#spinerModal .copyCode h5 {
    font-size: 22px;
}

#spinerModal .modal-content {
    border-radius: 36px;
    box-shadow: none;
}

#spinerModal h4 {
    font-size: 29px;
}

.congrats h6,
.congrats p {
    font-size: 24px !important;
    font-weight: 700;
    font-family: Inter;
}


@media (min-width: 576px) {
    #spinerModal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 576px){
    #spinerModal .firstResult {

        font-size: 25px;
    }
    .congrats h6, .congrats p {
        font-size: 14px !important;

    }
    #spinerModal #wheel{
        background-size: 93%;
        background-repeat: no-repeat;
        border-radius: 50%;
        position: relative;
        transition: transform 4s ease-out;
        width: 250px;
        height: 250px;
    }
    #spinerModal h4 {
        font-size: 20px;
    }
    #spinerModal .copyCode h5 {
        font-size: 15px;
    }
}
