.default-btn, body {
    position: relative
}

:root {
    --primary-color: #0344dc;
    --secondary-color: #ced302;
    --agency-font: Agency FB, sans-serif;
    --inter-font: Inter, sans-serif;
    --blur: 0px;
    --brightness: 1;
    --contrast: 1;
    --grayscale: 0;
    --hue-rotate: 0deg;
    --invert: 0;
    --opacity: 1;
    --saturate: 0;
    --sepia: 0
}

.tw-text-secondary {
    color: var(--secondary-color)
}

.tw-text-primary {
    color: var(--primary-color)
}

.border-primary {
    border: 1px solid var(--primary-color)
}

.tw-bg-secondary {
    background-color: var(--secondary-color)
}

._link-header:hover::before, .tw-bg-primary {
    background-color: var(--primary-color)
}

.font-AgencyFB {
    font-family: var(--agency-font);
    font-display: swap;
}

.font-Inter {
    font-family: var(--inter-font);
    font-display: swap;
}

.font-HelveticaNeue {
    font-family: Helvetica Neue, sans-serif;
    font-display: swap;
}

.alert-danger, .font-Inter, .form-control, body {
    font-family: Inter, sans-serif;
    font-display: swap;
}

body, html {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

body {
    word-break: break-word;
    min-height: 100vh
    animation: 1s .1s backwards fadeIn
}

select option {
    background-color: #1b1b1b;
    border: 1px solid #fff
}

.navbar-toggler:focus, a, a:hover, ul li {
    text-decoration: none
}

.ltr {
    direction: ltr
}

button:focus {
    outline: 0
}

::-webkit-scrollbar {
    width: 2px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, .12)
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 32px
}

::-webkit-scrollbar-thumb:hover {
    background: #ced302
}

.auto-div ::-webkit-scrollbar {
    position: absolute;
    right: 0
}

.form-control {
    padding: .375rem 1rem;
    background-color: transparent;
    border-radius: 18px;
    color: #adabc3;
    font-size: 14px;
    font-weight: 400;
    height: 55px;
    border-color: rgba(134, 146, 166, .3)
}

.form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #adabc3;
    font-family: Inter, sans-serif
}

.form-control:focus {
    color: #adabc3;
    outline: 0;
    box-shadow: 0 4px 10px 3px #0000001c
}

.line-2, .line-3, .line-4, .line-5 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

::selection {
    color: #3c7dd9
}

textarea {
    resize: none
}

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

.default-btn {
    display: block;
    overflow: hidden;
    width: fit-content;
    padding: 19px 33px;
    border-radius: 21px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    border: none;
    transition: .5s ease-in-out;
    z-index: 1;
    box-shadow: inset 0 0 3px #0344dc
}

.default-btn.bg-transparent {
    box-shadow: inset 0 0 3px #fff
}

.default-btn.bg-black {
    box-shadow: inset 0 0 3px #000
}

.default-btn:before {
    content: "";
    display: inline-block;
    transform: translateY(50%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 180px;
    border-radius: 40%;
    background-color: #ced302;
    z-index: -1;
    transition: transform 1s
}

.default-btn.bg-transparent:hover, .default-btn:hover {
    color: #000 !important;
    box-shadow: inset 0 0 3px #ced302;
    transition: color .1s 0.2s
}

.default-btn.bg-black:before {
    background-color: #3c7dd9
}

.default-btn.bg-black:hover, .nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #ced302 !important
}

.default-btn:hover:before {
    transform: translateY(-45%)
}

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

#installmentOption .radio input:checked + label, .btn-border, .form-check:focus, .form-check:hover, .form-select:focus, .payment-form .radio input:checked + label {
    border-color: #3c7dd9
}

.default-btn i, .f-14 {
    font-size: 14px
}

.iti.iti--allow-dropdown, .navbar-nav .dropdown-item, .story_video a {
    width: 100%
}

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

.bg-none {
    background: 0 0
}

.avatar-upload .avatar-preview > div, .story-word {
    background-repeat: no-repeat;
    background-position: center
}

.lineThrough {
    text-decoration: line-through
}

.br-0 {
    border-radius: 0
}

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

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

.br-15, .feature div, .quiz-form .gender-tab img {
    border-radius: 15px
}

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

.w-160 {
    width: 160px
}

.line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.line-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.line-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.line-5 {
    -webkit-line-clamp: 5;
    line-clamp: 5
}

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

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

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

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

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

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

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

.f-65 {
    font-size: 65px !important
}

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

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

#Membership h5, .f-18 {
    font-size: 18px
}

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

.f-90 {
    font-size: 80px !important
}

.fs-55 {
    font-size: 55px
}

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

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

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

#i35rh, . .opacity-75, .accordion-collapse div, .col-lg-5 .opacity-75 {
    font-size: 22px
}

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

.f-20 {
    font-size: 20px !important
}

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

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

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

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

.f-13, .social a {
    font-size: 13px
}

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

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

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

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

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

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

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

.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: .3rem 4rem !important
}

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

#installmentOption .radio input:checked ~ label h4, .default-color, .feature div:hover .number, .form-check:focus .form-check-label, .form-check:hover .form-check-label .payment-form .radio input:checked ~ label h4, .second-color, a:hover {
    color: #3c7dd9
}

.dark-bg {
    background-color: #1b1b1b
}

#Membership .package .package-details, #programsSlider img, #results-slider .swiper-button-next:after, #results-slider .swiper-button-prev:after, #results-slider .swiper-rtl .swiper-button-next:after, #results-slider .swiper-rtl .swiper-button-prev:after, .btn, .cart-nav, .feature div .number, .form-check, .form-check-label, .journy-sec .services-details, .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before, .programs .services-details, .radio-item, .radio-item h3, .scroll-top, .social a, .story_video img, .video .playVideo, a, header, nav .nav-item .nav-link {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.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=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 75px !important;
    margin-left: 0;
    color: #adabc3 !important;
    background-color: #000 !important;
    border-color: #000
}

.border-black {
    border-color: #000
}

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

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

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

.page-header, .page-header img {
    height: 350px;
    width: 100%
}

.page-header {
    background-color: #000
}

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

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

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

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

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

.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
}

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

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

.story-header .header-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 100px;
    right: 0
}

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

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

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

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

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

.after div, .before div {
    position: absolute;
    bottom: -33px;
    z-index: 4;
    width: 100%;
    right: 0;
    height: 101px
}

.color-darkblue {
    color: #181945
}

.after div h2, .before 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;
    width: 100%;
    left: 40px
}

.main-header {
    height: 655px;
    z-index: 1;
    background-color: #000
}

.main-header::after, .main-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.main-header .img1 img {
    width: 300px;
    object-fit: cover;
    z-index: 1
}

.main-header .img2 img {
    width: 210px;
    object-fit: cover;
    z-index: 1
}

.main-header .img3 img {
    width: 270px;
    height: 250px;
    object-fit: cover;
    z-index: 1
}

.main-header .img4 img {
    width: 265px;
    height: 160px;
    object-fit: cover;
    z-index: 1
}

.main-header .img5 img {
    width: 260px;
    z-index: 1
}

.main-header .img6 img {
    width: 240px;
    height: 240px;
    z-index: 2;
    object-fit: cover
}

.main-header .img1, .main-header .img3 {
    position: absolute;
    right: -75px
}

.main-header .img2 {
    position: absolute;
    top: 125px;
    animation-name: top;
    animation-duration: 3s
}

.main-header .img3 {
    top: 195px
}

.main-header .img4 {
    position: absolute;
    right: -110px;
    top: 470px
}

.main-header .img5 {
    position: absolute;
    top: 465px;
    left: -105px
}

.main-header .img6 {
    position: absolute;
    top: 310px;
    right: 122px
}

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

.img-flag, .serv-title img, .w-30 {
    width: 30px
}

.w-130 {
    width: 130px
}

.main-header::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .26), rgba(0, 0, 0, .039))
}

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

.bg-video-wrap video, .landing-page.subbenifit .video-container video, .video-js {
    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 .changes img {
    height: 300px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

.home-stories .changes .col-lg-3:first-child {
    padding-inline-end: 0px
}

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

#programsSlider, .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: 1s linear infinite shadow-pulse;
    border-radius: 50%
}

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

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

#programsSlider img {
    filter: grayscale(1)
}

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

#programsSlider img:hover {
    filter: grayscale(0)
}

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

.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 #3c7dd9
}

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

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

.logo {
    width: 50px
}

.navbar-toggler {
    padding: 0
}

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

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

.payment .check::after, .payment .check:before {
    width: 25px;
    top: 0;
    background: #3c7dd9;
    content: ""
}

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

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

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

nav .nav-item .nav-link:hover, nav .nav-item.active .nav-link {
    color: #3c7dd9;
    cursor: pointer
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600
}

.all-overlay {
    z-index: 3;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px
}

.prev-skip {
    position: absolute;
    z-index: 4;
    width: fit-content;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-49%, -49%);
    gap: 7rem
}

header .navbar-nav {
    background: rgba(13, 13, 13, .8);
    backdrop-filter: blur(9px);
    z-index: 2947483647;
    border-radius: 200px
}

.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: 0;
    top: 35%
}

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

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

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

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

@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
}

.color-white, .landing-footer.text-white, .page-header .back, .page-header h2, .radio-item:hover h3, .text-white {
    color: #fff !important
}

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

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

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

.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-size: 16px !important;
    font-weight: 900
}

.accordion-button:focus, .contact #contact-form .form-control:focus, .form-check-input:focus {
    box-shadow: none
}

#Membership ul li p {
    width: 100%;
    border-top: 1px solid rgba(47, 54, 64, .48)
}

#Membership ul li p:first-child {
    border-top: none
}

#Membership .fa-check {
    font-size: 10px;
    margin-inline-end: .7rem
}

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

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

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

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

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

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

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    content: url(../images/next.svg);
    font-family: unset
}

.swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
    content: url(../images/prev.svg);
    font-family: unset
}

.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
}

border-right-color: transparent .switch {
    animation: 2s ease-in-out fade
}

.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
}

.before-sale, .chart, .download-file {
    position: relative
}

.by, .locked {
    font-size: 20px
}

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

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

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

.locked, .nav-tabs {
    display: flex;
    justify-content: center
}

.download-file, .locked {
    margin-inline-start: auto
}

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

.locked {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center
}

.download-file {
    background: rgba(242, 78, 30, .47);
    width: 30px;
    display: block;
    border-radius: 3px;
    height: 20px
}

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

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

@keyframes download {
    from {
        transform: translateY(0);
        opacity: .5
    }
    to {
        transform: translateY(-5px);
        opacity: 1
    }
}

input[type=checkbox] {
    accent-color: #3c7dd9
}

.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 .avatar-edit input, .nav-responsive {
    display: none
}

.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 50%;
    border: 4px solid #fff;
    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
}

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

.payment .check:before {
    height: 2px;
    position: absolute;
    left: 10px;
    bottom: 0;
    margin: auto
}

.payment .check::after {
    height: 2px;
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: auto
}

.modal {
    background: #ffffff26;
    z-index: 99999999999
}

#about-sst, .main-header2 {
    background-position: center
}

#about-sst, .main-header2, .panner {
    background-size: cover
}

#about-sst, .main-header2, .panner, .text-gradient {
    background-repeat: no-repeat
}

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

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

#results-slider .swiper-slide {
    flex-shrink: 0;
    width: 350px;
    height: 450px
}

#results-slider img {
    height: 100%;
    width: 100%;
    border-radius: 15px
}

#results-slider .swiper-button-next:after, #results-slider .swiper-button-prev:after, #results-slider .swiper-rtl .swiper-button-next:after, #results-slider .swiper-rtl .swiper-button-prev:after {
    color: rgb(255 255 255);
    padding: 5px 10px
}

#results-slider .swiper-button-next:hover:after, #results-slider .swiper-button-prev:hover:after, #results-slider .swiper-rtl .swiper-button-next:hover:after, #results-slider .swiper-rtl .swiper-button-prev:hover:after {
    color: rgb(255 255 255);
    background: #ffffff3b;
    border-radius: 5px
}

.main-header2 .start:hover, .successStory {
    color: rgb(255 255 255) !important
}

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

.second-about img {
    max-height: 100%;
    object-fit: cover
}

.main-header2 {
    background-image: url(../images/Header.gif);
    background-blend-mode: overlay;
    color: rgb(255 255 255)
}

#results-slider {
    position: unset
}

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

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

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

.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
}

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

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

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

.diet-img-div, .img-provide {
    background-color: #1c1d1f;
    width: 64px;
    height: 64px;
    border-radius: 20px
}

.img-provide {
    background-color: #393c43
}

.img-diet, .img-provide img {
    width: 37px;
    height: 37px;
    object-fit: cover
}

.journey-box:hover .img-provide {
    background-color: #50535b
}

.landing-join .landing-form, .quiz-form {
    box-shadow: -6px 6px 41px rgb(75 17 0 / 6%)
}

.alert-danger {
    font-size: .93rem;
    color: #d83327;
    background-color: #fff3f4;
    border-color: #f5c2c7;
    margin-top: .2rem;
    width: 100%;
    display: flex;
    padding: .7rem
}

.landing-info, .landing-join {
    background-color: #fdf1ec
}

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

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

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

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

.quiz-form {
    border-radius: 22px
}

#errorMessage img, #successSend img, .quiz .quiz-logo {
    width: 150px
}

.quiz-form .btn-outline-primary {
    color: #333;
    border: 1px solid #cecece;
    background: 0 0;
    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: #3c7dd9;
    border-color: #3c7dd9;
    background: #f24e1e17;
    box-shadow: none
}

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

.img-book-table img, .quiz-form .gender-tab img, .quiz-form .goal img {
    object-fit: contain
}

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

.landing-lang {
    color: #3c7dd9 !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
}

.auto-div {
    overflow: auto;
    height: 300px;
    direction: rtl
}

.bg-payment2, .div-img-about, .story-img, h2.effect {
    overflow: hidden
}

.auto-div .video-container {
    height: 534px;
    margin: 0
}

.auto-div .prev-secounds, .auto-div .skip, .auto-div .video-container .overlay .button {
    border: 1px solid #fff !important
}

.landing-footer .logo {
    width: 100px
}

.howLanding li p, .landing-footer .copyRight, .model-dialog3 h6 {
    text-align: start
}

.client-wrapper .client-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 12px
}

._client-swiper {
    object-fit: cover;
    border-radius: 4px;
    height: 507px
}

._client {
    height: 507px
}

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

.landing-join {
    margin-block: 100px
}

.landing-join .fa-check {
    background: #3c7dd9;
    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;
    right: 50px;
    width: inherit
}

.achievementLanding, .howLanding, .radio-item, .statistics, .why {
    background-color: #f5f5fa
}

.chart {
    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;
    right: 0;
    margin: auto;
    bottom: 0
}

.achievementLanding .charts {
    background-color: #fff;
    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)
}

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

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

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

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

.story_video .overlay {
    top: 0;
    left: 0;
    right: 0;
    background-color: #3c7dd94a;
    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: #3c7dd9
}

.questions-list li {
    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
}

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

.btn-check {
    width: auto
}

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

.effect.text-blur.active {
    animation-name: right;
    animation-duration: 2s
}

.navbar-brand {
    transition: unset !important
}

.nav-web {
    display: flex
}

.contact {
    color: #383c3e
}

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

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

.contact .flag {
    width: 25px
}

.w-230 {
    width: 230px
}

.w-700 {
    width: 700px
}

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

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

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

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

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

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

.subscribe .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
}

.plan-container:hover .base-btn {
    background: #ced302;
    color: #000
}

.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: 0 !important;
    line-height: 1 !important
}

.lang li::marker {
    display: none
}

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

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

#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-body, #exampleModal .modal-footer, #exampleModal .modal-header {
    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: .375rem 2.3rem !important
}

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

.btn-model {
    padding: .6rem 6.4rem
}

.color-p {
    color: #9f9f9f
}

.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
}

#exampleModalToggle .modal-body .social i, #exampleModalToggle .modal-body .social p {
    background-color: #f4f4f4 !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 28px
}

.img-about {
    height: 500px;
    object-fit: cover;
    width: 100%
}

.video-i, .video-lock {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff
}

.nav1-left {
    display: none !important
}

#marquee-cont h2, .video-i, .video-lock {
    display: inline-flex
}

.main-video::before {
    background: #000
}

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

.all-course-detail {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 0 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 {
    padding-inline: 10px;
    transition: .5s ease-in-out;
    margin: 0 20px;
    font-size: 18px
}

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

.video-i {
    background-color: #3c7dd9;
    align-items: center;
    justify-content: center;
    font-size: 10px
}

.video-lock {
    background-color: #eaeaf6;
    align-items: center;
    justify-content: center;
    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: .375rem .75rem;
    margin-bottom: .125rem;
    border-radius: 10px;
    height: 55px;
    border: 1px solid rgba(134, 146, 166, .3)
}

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

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

.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: .375rem .75rem;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(134, 146, 166, .3);
    background-color: transparent;
    width: 100%
}

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

.payment-form img {
    width: 70px;
    margin: 5px 0;
    height: 70px;
    object-fit: contain
}

.payment-form .radio-item2 label {
    padding: .7rem .75rem !important
}

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

input[name=installment_type], input[name=payment_method], input[name=payment_type] {
    accent-color: #3c7dd9;
    outline: 0
}

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

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

.timeline-image h2, .timeline-imagertl h2 {
    border-radius: 18px;
    background: #000;
    width: 225px;
    height: 65px;
    margin-bottom: 0;
    z-index: 1;
    display: flex
}

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

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

#iohzm, .programs .services-details h2 {
    font-size: 25px
}

.journy-sec .services-details .big-img {
    width: 105px;
    height: 105px;
    object-fit: cover
}

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

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

._link-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 85%;
    margin-inline-start: 2px;
    background-color: var(--secondary-color)
}

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

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

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

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

.special-offer {
    background-image: url(../images/offer-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px
}

.bg-payment, .bg-payment2 {
    background-color: #0d0d0d;
    border-radius: 24px
}

.special-offer .pragraph-liner {
    background-image: linear-gradient(to right, #3c7dd9, #3c91d900);
    border-radius: 10px;
    width: 355px
}

.special-offer span {
    color: #a4a5aa;
    line-height: 1;
    margin-top: 1rem
}

._links a, .consult p {
    color: #868686
}

.special-offer h3 {
    line-height: .7
}

.special-offer .f-90 {
    font-size: 65px !important;
    line-height: .7;
    width: 80%;
    margin-bottom: 2rem !important
}

.special-offer .default-btn {
    margin-top: 1.8rem !important
}

.timeline {
    width: 63%;
    margin: 0 auto;
    position: relative;
    padding-top: 5rem
}

.timeline-image h2, .timeline-imagertl h2, .timeline-year, .timeline-yearrtl {
    position: absolute;
    top: -14%
}

.timeline-content, .timeline-imagertl {
    border-left: 7px solid #232323;
    transition: .5s ease-in-out
}

.about-sec .video-container {
    height: 92vh
}

.about-sec .thumbnail img {
    filter: unset !important;
    background: #000;
    object-position: bottom
}

.about-sec .video-container .overlay {
    background: unset
}

.timeline-year {
    right: 66px;
    font-weight: 700;
    transform: translateY(-50%)
}

.timeline-yearrtl {
    left: 48px;
    font-weight: 700;
    transform: translateY(-50%)
}

.timeline-image h2 {
    align-items: center;
    justify-content: center;
    left: 39px
}

.timeline-imagertl h2 {
    align-items: center;
    justify-content: center;
    right: 39px
}

.timeline-item .image {
    width: 327px;
    height: 421px;
    margin: auto
}

.timeline-image:after, .timeline-imagertl:after {
    content: url(../images/timeline-after.svg);
    top: -6%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute
}

.timeline-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.timeline-item .details {
    max-width: 320px;
    margin: auto
}

.timeline-item .details h2 {
    margin-bottom: 10px;
    color: #000;
    background-color: gold;
    padding: 5px 10px;
    border-radius: 5px
}

.timeline-image:after {
    right: 134px
}

.timeline-imagertl:after {
    left: 134px;
    transform: rotateY(180deg)
}

.timeline-item:hover .timeline-content, .timeline-item:hover .timeline-imagertl {
    border-color: #d9d9d9
}

.text-74px {
    font-size: 75px
}

.text-99px {
    font-size: 99px
}

.mb-4rem {
    margin-bottom: 4rem
}

.mb-5rem {
    margin-bottom: 5rem
}

.bg-payment {
    padding: 3rem
}

.payment-top {
    padding: 3rem 0 2rem
}

.w-68px {
    width: 68px
}

.book-content {
    border-radius: 15px;
    background: rgba(13, 13, 13, .85);
    backdrop-filter: blur(7.5px);
    bottom: 0
}

.tab-books-list .nav-link {
    padding: 1rem 1.5rem
}

.tab-books-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 25px
}

.tab-books-list .nav-link.active::after, .tab-books-list .show > .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ced302;
    border-radius: 25px
}

.tab-books-list {
    width: fit-content
}

.tab-books-list .nav-link.active, .tab-books-list .show > .nav-link {
    color: #ced302 !important;
    background-color: transparent
}

.btn-cart {
    height: 57px;
    width: 57px;
    border-radius: 8px
}

.btn-cart:hover {
    background-color: var(--primary-color) !important
}

.book-details {
    height: 321px;
    margin-bottom: 4.5rem
}

.custom-modal .modal-content, .payment .modal-content, .swal2-container .custom-sweet-modal {
    box-shadow: none;
    border-radius: 29px;
    background: #191919;
    padding: 2.5rem 5rem
}

.custom-modal .modal-dialog, .payment .modal-dialog {
    max-width: 571px
}

.payment .modal.show .modal-dialog {
    top: 25%
}

.custom-modal .modal.show .modal-dialog {
    top: 50%;
    transform: translate(0, -50%)
}

.pt-9rem {
    padding-top: 9rem
}

.py-5rem {
    padding: 5rem 0
}

.mb-6rem {
    margin-bottom: 6rem
}

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

.all-login {
    border-radius: 22px;
    background: #0d0d0d;
    padding: 2.5rem 3.5rem
}

.add, .add .accordion-item, .order, .personal-col {
    background-color: #0d0d0d;
    border-radius: 20px;
    padding: 1.7rem
}

.add .accordion-button:not(.collapsed) {
    color: #adabc3;
    background-color: transparent;
    box-shadow: none
}

.add, .add .accordion-item {
    padding: 1.5rem
}

.add .accordion-button {
    color: #adabc3
}

.add .accordion-button::after {
    content: "\f067" !important;
    font-weight: 900;
    font-size: 14px !important
}

.add .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    content: "\f068" !important;
    font-weight: 900;
    font-size: 14px !important
}

.add .accordion-body button {
    right: 17px;
    bottom: 18px
}

.scan {
    top: 18px;
    right: 17px
}

.custom-modal .form-check .form-check-input {
    float: left;
    margin-left: 0;
    background-color: transparent;
    border: 1px solid #6c727f;
    margin-top: 3px
}

.book-img img {
    height: 320px;
    margin: auto;
    width: 200px;
    object-fit: contain
}

.img-book-swiper {
    height: 65px;
    border-radius: 10px;
    background-color: #ced302;
    display: flex;
    align-items: center;
    justify-content: center
}

.img-book-details, .img-book-details2 {
    border-radius: 20px;
    align-items: center;
    display: flex
}

.img-book-details {
    background-color: #ced302;
    justify-content: center
}

.img-book-details2 {
    background: #191919;
    justify-content: center
}

.img-book-details img, .img-book-details2 img {
    height: 450px;
    object-fit: contain
}

.book-details-text {
    border-radius: 15px;
    background: #0d0d0d;
    height: 100%;
    padding: 1.6rem
}

.social-book a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.social-book i {
    color: #868686;
    font-size: 22px
}

.count-div {
    border-radius: 5px;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 68px
}

#clockdiv {
    gap: 10px
}

.second-book .default-btn {
    border-radius: 21px;
    border: 1px solid #fff;
    padding: 15px 33px
}

.pt-5rem {
    padding-top: 5rem
}

.cart-nav:focus, .cart-nav:hover {
    background: #0344dc !important
}

._langing-page_hero {
    height: 815px
}

._langing-page_hero video {
    width: 100%;
    object-fit: cover
}

.video-container .controls .ProgressContainer .progressBar {
    height: 2px !important;
    margin-left: 10px;
    margin-right: 10px
}

.plan-content {
    background: #000;
    box-shadow: 0 2px 11px 0 rgba(69, 65, 164, .06), 0 4px 10px 0 rgba(31, 37, 89, .07);
    border-radius: 16px;
    border: 2px solid #000;
    padding: 2rem;
    height: 100%;
    cursor: pointer
}

.plan-payment input[type=radio] {
    position: absolute;
    right: -4px;
    top: -3px;
    opacity: 0
}

.plan-payment .dark [type=radio]:checked, .plan-payment [type=radio]:checked {
    background-image: url(../images/check.svg);
    background-size: 1.4rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #0d0d0d;
    border: none;
    box-shadow: none
}

.plan-payment input[type=radio]:checked {
    opacity: 1
}

.plan-payment input[type=radio]:checked + .plan-content, .plan-payment:hover .plan-content {
    border-color: #ced302 !important;
    border: 2px solid #216ee0;
    background: #0d0d0d;
    box-shadow: 0 2px 11px 0 rgba(69, 65, 164, .06), 0 4px 10px 0 rgba(31, 37, 89, .07)
}

.img-plan-content {
    width: 66px;
    height: 66px
}

.swal2-popup.swal2-toast.swal2-show {
    top: 9% !important
}

footer {
    border-radius: 50px 50px 0 0;
    background: #161616
}

footer .footer-logo {
    width: 97px;
    height: 66px
}

._links a {
    padding: 1rem
}

._scroll-top img {
    width: 42px;
    height: 42px
}

footer a:hover {
    color: #0344dc !important
}

._scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px !important;
    height: 80px !important;
    border-radius: 20px;
    background: #ced302
}

.login-icon-in-mobile {
    display: none
}

.questions {
    padding: 5rem 0 4rem
}

.social-counts .item {
    border-radius: 25px;
    background: rgba(13, 13, 13, .82);
    backdrop-filter: blur(6.5px)
}

.fq-image {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0
}

.plan-container h2 {
    color: #d6dbe4
}

#programs, ._bg-champion, ._start-journy, .about-journey, .being-journy, .say-about {
    border-radius: 32px;
    background: #0d0d0d
}

.div-img-about {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .15)
}

#membership-parent .col-lg-4 {
    width: 31.5%
}

.progress_bar {
    flex-basis: 50%;
    background: rgba(255, 255, 255, .32);
    height: 8px;
    border-radius: 3px
}

.progress_bar .line {
    height: 8px;
    border-radius: 3px;
    transition: .5s
}

._customer_opinions {
    height: 200px !important
}

#_next_app, #_next_app-book, #_next_opinions, #_prev_app, #_prev_app-book, #_prev_opinions {
    width: 64px;
    height: 64px;
    border-radius: 21px
}

._app-img {
    height: 98.5%;
    width: 95%;
    top: 2px;
    left: 5px
}

.mobile-frame {
    height: 451px
}

._app-text {
    width: 92%;
    border-radius: 13px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, .15), 0 4px 4px 0 rgba(0, 0, 0, .3)
}

._simple {
    border-radius: 32px 31px
}

._download-sec {
    gap: 2rem
}

._custome_rounded-btn {
    padding: 1rem 2rem
}

._custome_rounded-btn:hover {
    background-color: #1c1d1f
}

.img-about-moamen {
    height: 585px
}

.btn-whatsapp {
    position: fixed;
    bottom: 5%;
    right: 4%;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 96px;
    border-radius: 22px;
    border: .2px solid rgba(255, 255, 255, .1);
    background: rgba(37, 37, 37, .6);
    box-shadow: 0 67px 19px 0 transparent, 0 43px 17px 0 rgba(0, 0, 0, .01), 0 24px 15px 0 rgba(0, 0, 0, .05), 0 11px 11px 0 rgba(0, 0, 0, .09), 0 3px 6px 0 rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    transition: .5s
}
.fixed-joinUs{
    position: fixed;
    bottom: 5%;
    left: 4%;
    z-index: 999999999999;
}
.soon{
    position: absolute;
    font-size: 10px;
    padding-top: 5px;
    display: block;

}
._video-home {
    height: 50vh;
    border-radius: 20px
}

.contact-form .form-control::placeholder {
    color: rgba(0, 0, 0, .51) !important
}

.contact-form .form-control {
    color: #000;
    transition: .5s ease-in-out
}

.contact #contact-form .form-control:focus, .contact #contact-form .form-control:hover {
    background-color: #000;
    color: #ced302
}

.contact #contact-form .form-control:focus::placeholder, .contact #contact-form .form-control:hover::placeholder {
    color: #ced302 !important
}

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

._video-transformation {
    border-radius: 20px;
    height: 54vh
}

.package-head h2 {
    font-size: 34px
}

#_next_app-book.swiper-button-disabled, #_next_app.swiper-button-disabled, #_next_opinions.swiper-button-disabled, #_prev_app-book.swiper-button-disabled, #_prev_app.swiper-button-disabled, #_prev_opinions.swiper-button-disabled {
    background: rgba(37, 37, 37, .6) !important;
    backdrop-filter: blur(9px)
}

#_next_app-book.swiper-button-disabled path, #_next_app.swiper-button-disabled path, #_next_opinions.swiper-button-disabled path, #_prev_app-book.swiper-button-disabled path, #_prev_app.swiper-button-disabled path, #_prev_opinions.swiper-button-disabled path {
    fill: rgba(255, 255, 255, 0.4)
}

.mb-8rem {
    margin-bottom: 8rem
}

.f-25 {
    font-size: 25px !important
}

.input-number, .input-number-decrement, .input-number-increment {
    background-color: transparent;
    user-select: none;
    border: none;
    color: rgba(255, 255, 255, .49);
    width: 34px;
    padding: 0;
    text-align: center
}

.input-number-decrement, .input-number-increment {
    display: inline-block;
    width: 30px;
    color: rgba(255, 255, 255, .49);
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

.input-number-decrement:active, .input-number-increment:active {
    background: #ddd
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0
}

.img-book-table {
    width: 102px;
    height: 110px;
    border-radius: 12px;
    background-color: #ced302
}

.table-cart-all td {
    vertical-align: middle;
    text-wrap: nowrap;
    border-color: rgba(224, 229, 235, .12)
}

.table-cart-all th {
    text-wrap: nowrap
}

.table-cart-all {
    background-color: #0d0d0d;
    border-radius: 20px;
    padding: 1rem 1.5rem;
    overflow: auto
}

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

.calc {
    margin-top: 150px
}

.gray {
    color: #a1a2a1 !important
}

.accordion-flush .accordion-item:first-of-type {
    border-top: 1px solid rgba(161, 162, 161, .27) !important
}

.accordion-flush .accordion-item {
    border-bottom: 1px solid rgba(161, 162, 161, .27) !important
}
@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Regular.eot');
    src: url('../fonts/Alexandria-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Alexandria-Regular.woff2') format('woff2'),
    url('../fonts/Alexandria-Regular.woff') format('woff'),
    url('../fonts/Alexandria-Regular.ttf') format('truetype'),
    url('../fonts/Alexandria-Regular.svg#Alexandria-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-alexandria h1,
.font-alexandria h2,
.font-alexandria h3,
.font-alexandria h4,
.font-alexandria h5,
.font-alexandria h6,
.font-alexandria strong,
.font-alexandria p,
.font-alexandria,
.font-alexandria span{
    font-family: 'Alexandria';
    font-style: normal;
}


@media (max-width: 1400px) {
    .timeline {
        width: 72%
    }

    ._langing-page_hero {
        height: 840px
    }

    .plan-content {
        padding: 2rem 1rem
    }

    .plan-payment .f-21 {
        font-size: 18px
    }

    .plan-payment .f-14 {
        font-size: 11px
    }

    .mobile-frame {
        height: 512px
    }

    ._app-img {
        height: 98.7%;
        width: 96%
    }

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

    .about-sec videoContainer {
        height: 79vh
    }

    .navbar-nav .nav-link {
        font-size: 13px
    }
}

@media (max-width: 1200px) {
    .mb-6rem {
        margin-bottom: 5rem
    }

    .client-details .f-25 {
        font-size: 18px !important
    }

    .swiper-pointer-events.swiper-vertical {
        height: 655px
    }

    ._client {
        height: 480px
    }

    ._client-swiper {
        height: 473px
    }

    .f-150 {
        font-size: 140px
    }

    ._video-foirst-trans .scale, ._video-home .scale {
        right: 8%
    }

    .text-99px {
        font-size: 80px
    }

    .bg-payment {
        padding: 2rem
    }

    .plan-content .f-14 {
        font-size: 11px;
        line-height: 1.6rem !important
    }

    .plan-payment .f-21 {
        font-size: 15px
    }

    ._app-img {
        width: 81%;
        top: 5px;
        left: 7px;
        height: 98.5%
    }

    ._app-text, .journy-sec .img-arrow img {
        width: 85%
    }

    .mobile-frame {
        height: 540px;
        background-size: contain
    }

    #membership-parent .col-lg-4 {
        width: 48%
    }

    .fq-image img {
        height: 100%;
        object-fit: cover
    }

    .img-plan-content {
        width: 45px !important;
        height: 45px !important
    }

    .img-plan-content img {
        width: 25px !important;
        height: 25px !important
    }

    .social-counts .ms-4 {
        margin-left: 1rem !important
    }

    .social-counts img {
        width: 22px !important
    }

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

    .w-68px {
        width: 45px
    }

    .plan-content {
        padding: 1rem;
        align-items: flex-start !important
    }

    .text-74px {
        font-size: 60px
    }

    ._langing-page_hero .text-container .title {
        font-size: clamp(4rem, 7vw, 3rem) !important;
        line-height: .9;
        margin-bottom: 8px
    }

    .f-30 {
        font-size: 22px
    }

    .btn-cart {
        height: 50px;
        width: 50px
    }

    .book-details {
        height: 312px
    }

    .about-sec .video-container {
        height: 68vh
    }

    .timeline {
        width: 87%
    }

    .payment-form img {
        height: 55px
    }

    .special-offer .pragraph-liner {
        width: 320px;
        font-size: 35px
    }

    .special-offer .f-65 {
        font-size: 50px !important
    }

    .f-50, .special-offer .f-40 {
        font-size: 35px
    }

    .special-offer .f-90 {
        font-size: 52px !important;
        width: 90%;
        margin-bottom: 1.7rem !important
    }

    .special-offer .default-btn {
        margin-top: 1rem !important
    }

    .special-offer .default-btn img {
        width: 15px
    }

    ._langing-page_hero .img-container {
        width: 53% !important
    }

    ._langing-page_hero .text-container {
        width: 75% !important
    }

    .landing_page ._services-details ._card {
        height: 300px !important
    }

    .landing_page ._services-details ._card h2 {
        font-size: 1.7rem
    }

    .journy-sec .services-details {
        margin: 0
    }

    .navbar-nav .nav-link {
        padding: .3rem .2rem !important;
        font-size: 12px
    }

    header .navbar-nav {
        padding: 1rem 1.8rem !important
    }

    .journy-sec .services-details .big-img {
        margin-bottom: 20px !important
    }

    .journy-sec .img-arrow {
        right: -32% !important
    }

    .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
    }

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

    #programsSlider {
        height: 350px
    }

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

    .finalResult img {
        height: 430px
    }

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

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

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

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

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

    .no-default {
        font-size: 12px !important;
        padding: .5rem !important
    }

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

    .f-25 {
        font-size: 25px !important
    }

    .main-header .big-title, .main-header2 .big-title {
        font-size: 55px;
        margin-bottom: 0 !important
    }

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

    .main-header::before {
        background-size: 55%
    }

    .main-header {
        height: 570px
    }

    .btn-model {
        padding: .5rem 6rem
    }
}

@media (max-width: 992px) {
    .img-login, .nav-web {
        display: none
    }

    .being-journy button, .center-mobile .default-btn, .center-mobile .position-relative, .diet-img-div {
        margin: auto
    }

    .bg-payment, .img-about-moamen, .table-cart-all {
        margin-bottom: 1.5rem
    }

    .add {
        padding: .5rem
    }

    .add .accordion-item {
        padding: 1rem .5rem
    }

    #programs .col-lg-2, .center-mobile, .p-center {
        text-align: center
    }

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

    .login-sec {
        min-height: 71vh
    }

    ._langing-page_hero {
        height: 880px
    }

    .before_after_block {
        height: 430px !important
    }

    ._video-foirst-trans .scale, ._video-home .scale {
        right: 9%
    }

    .auto-div {
        height: auto
    }

    ._video-transformation {
        margin-top: 1.5rem !important;
        height: 45vh !important
    }

    .text-99px {
        font-size: 70px
    }

    .img-about-moamen {
        height: 536px
    }

    .img-about-moamen img {
        object-fit: contain !important
    }

    ._order-1 {
        order: -1
    }

    .plan-content .f-14 {
        font-size: 13px;
        line-height: 1.8rem !important
    }

    .main-header h3, .plan-payment .f-21 {
        font-size: 20px
    }

    ._app-img, ._app-text {
        width: 72%
    }

    #membership-parent .col-lg-4 {
        width: 98%
    }

    .social-counts img {
        width: 32px !important
    }

    header nav {
        background: rgba(13, 13, 13, .8) !important;
        backdrop-filter: blur(9px) !important;
        z-index: 2947483647;
        border-radius: 20px !important;
        padding: .5rem .7rem
    }

    .navbar-nav .nav-link {
        padding: .5rem .2rem !important;
        font-size: 16px !important
    }

    .login-icon-in-web {
        display: none !important;
        visibility: hidden
    }

    .login-icon-in-mobile .link-mob {
        background-color: #0344dc;
        border-radius: 12px;
        margin-inline-end: .5rem
    }

    .login-icon-in-mobile, .nav-responsive {
        display: flex
    }

    header .navbar-nav {
        background: 0 0;
        backdrop-filter: unset
    }

    .ul1, .ul2, .ul3 {
        flex-direction: column
    }

    footer .f-20 {
        font-size: 18px !important
    }

    ._scroll-top {
        width: 70px !important;
        height: 70px !important
    }

    ._scroll-top img {
        width: 36px;
        height: 36px
    }

    .questions #questions, .speak-data {
        margin-bottom: 2rem
    }

    .book-details-text, .get-start .login-details {
        margin-top: 2rem
    }

    .pt-5rem {
        padding-top: 2rem
    }

    .mb-8rem {
        margin-bottom: 5rem
    }

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

    .mb-6rem {
        margin-bottom: 3rem
    }

    .img-book-details img, .img-book-details2 img {
        height: 375px
    }

    .col-in-responsive {
        order: -1;
        margin-bottom: 2rem
    }

    .tab-books-list .nav-link {
        padding: 1rem;
        font-size: 18px
    }

    .text-74px {
        font-size: 60px
    }

    .book-details {
        height: 312px;
        margin-bottom: 4rem
    }

    .before_after_colors .f-19 {
        font-size: 13px !important
    }

    .about-sec .video-container {
        height: 63vh
    }

    .timeline {
        width: 100%
    }

    .timeline-item .image {
        width: 280px;
        height: 375px
    }

    .timeline-image h2, .timeline-imagertl h2 {
        width: 170px;
        height: 55px;
        top: -12%
    }

    .special-offer .f-90 {
        font-size: 45px !important;
        width: 100%;
        margin-bottom: 2rem !important
    }

    .special-offer span {
        margin-top: .9rem
    }

    .special-offer .default-btn {
        margin-top: .8rem !important
    }

    .special-offer {
        background-position: center
    }

    ._langing-page_hero .img-container {
        width: 92% !important
    }

    ._langing-page_hero .text-container {
        width: 70% !important
    }

    ._langing-page_hero .text-container .title {
        font-size: clamp(3rem, 7vw, 3rem) !important
    }

    ._langing-page_hero .text-container ._btn, .quote {
        font-size: 25px !important
    }

    .landing_page ._services-details ._card {
        height: 240px !important
    }

    .navbar-brand {
        margin: 0
    }

    .journy-sec .img-arrow, .nav2-left {
        display: none !important
    }

    .journy-sec .services-details .big-img {
        width: 85px;
        height: 85px
    }

    .journy-sec .services-details {
        margin: 0 !important
    }

    .before_after_colors i {
        font-size: 10px
    }

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

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

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

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

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

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

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

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

    .radio-item {
        height: 335px
    }

    .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
    }

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

    .finalResult img {
        height: 100%
    }

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

    .job-padding {
        padding: .3rem 2.5rem !important
    }

    .img-overlay {
        margin: 35px 0
    }

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

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

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

    #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-32 {
        font-size: 28px
    }

    .main-header::before {
        background-size: 70%
    }

    .main-header .big-title, .main-header2 .big-title {
        font-size: 35px;
        margin-bottom: 0 !important
    }

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

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

    .logo {
        width: 40px
    }

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

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

    .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: 768px) {
    .book-img img {
        height: 310px
    }

    .swiper-hide {
        height: 1px !important
    }

    .swiper-hide .client-image {
        display: none
    }

    .tab-books-list .nav-link {
        padding: 1rem .6rem
    }

    .order .default-btn {
        padding: 19px 20px
    }

    ._langing-page_hero {
        height: 755px
    }

    . ._hero-wrapper {
        margin-top: 2rem
    }

    .client-wrapper .client-image, .page-header, .page-header img {
        height: 250px
    }

    .payment .modal.show .modal-dialog {
        top: 10%
    }

    .custom-modal .default-btn, .payment .default-btn {
        font-size: 15px !important;
        padding: 15px 21px;
        border-radius: 16px
    }

    .avatar-upload, .btn_see_full {
        margin: auto
    }

    .login-sec {
        min-height: 69.7vh
    }

    .all-login {
        padding: 2.5rem 2rem
    }

    .default-btn {
        font-size: 16px
    }

    .f-150 {
        font-size: 95px
    }

    .avatar-edit, .center, .center-mobile, .questions .head, .questions .title-ques, .special-offer, .sst-img, .workout {
        text-align: center
    }

    ._video-foirst-trans .scale, ._video-home .scale {
        right: 12%
    }

    .prev-secounds, .skip {
        width: 50px;
        height: 50px;
        padding: .5rem
    }

    .video-container .overlay .button {
        width: 70px;
        height: 70px
    }

    .btn-whatsapp {
        width: 70px;
        padding: 1.1rem;
        height: 80px;
        border-radius: 16px
    }

    .text-99px {
        font-size: 60px
    }

    ._apps .swiper-slide {
        align-items: center
    }

    ._app-img {
        width: 82%
    }

    ._app-text {
        width: 52%
    }

    .mobile-frame {
        height: 535px;
        width: 305px
    }

    .py-5rem {
        padding: 3.5rem 0
    }

    .pt-5rem {
        padding-top: 3.5rem
    }

    .mb-5rem {
        margin-bottom: 3rem
    }

    #_next_app, #_next_app-book, #_next_opinions, #_prev_app, #_prev_app-book, #_prev_opinions {
        width: 52px;
        height: 52px;
        border-radius: 16px
    }

    .questions {
        padding: 3.5rem 0 2rem
    }

    ._links ul, .subscribe .input-group {
        flex-direction: column
    }

    .get-start {
        padding: 2rem !important
    }

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

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

    .f-20 {
        font-size: 17px !important
    }

    .bg-payment {
        padding: 2rem
    }

    .text-74px {
        font-size: 45px
    }

    .special-offer .f-65, .special-offer .f-90 {
        font-size: 40px !important
    }

    .timeline-image h2, .timeline-imagertl h2 {
        left: 123px;
        right: unset;
        font-size: 18px
    }

    .f-32, .f-39, .f-50, .story-header h1 {
        font-size: 30px
    }

    .about-row .col-12:first-child, .timeline-contentrtl {
        order: 1
    }

    .timeline-content, .timeline-contentrtl {
        padding-bottom: 7rem
    }

    .timeline-item .image {
        width: 90%;
        height: 320px
    }

    .timeline-item .details {
        max-width: 90%;
        margin: auto
    }

    .timeline-image:after {
        left: 134px;
        transform: rotateY(180deg);
        right: unset
    }

    .timeline-content, .timeline-contentrtl, .timeline-image, .timeline-imagertl {
        border-left: 7px solid #232323;
        transition: .5s ease-in-out
    }

    .timeline-year {
        left: 66px;
        right: unset
    }

    .about-sec .video-container {
        height: 50vh
    }

    .after div, .before div, .payment-form img {
        height: 70px
    }

    .special-offer .default-btn {
        padding: .5rem 1rem !important
    }

    .special-offer .pragraph-liner {
        width: 230px;
        font-size: 26px;
        margin: auto auto 1rem
    }

    .landing-info h3, .special-offer .f-40 {
        font-size: 25px
    }

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

    ._langing-page_hero .text-container {
        width: 100% !important
    }

    ._langing-page_hero .text-container .subtitle, ._langing-page_hero .text-container .title, .sst-img img {
        width: 60%
    }

    .after div h2, .before div h2, .f-31, .radio-item h3, .second-package h5, .second-package span {
        font-size: 20px
    }

    ._langing-page_hero .text-container .title {
        font-size: clamp(2.5rem, 7vw, 2.5rem) !important
    }

    ._langing-page_hero .text-container .subtitle {
        font-size: 24px;
        font-weight: 600
    }

    .landing_page ._services-details ._card {
        height: auto !important
    }

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

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

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

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

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

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

    .course-text p, .f-18, .f-26 {
        font-size: 14px
    }

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

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

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

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

    .finalResult img, .img-about {
        height: 400px
    }

    #programsSlider {
        height: 375px
    }

    #programsSlider img {
        width: 40%;
        object-fit: cover
    }

    .f-24, .f-36 {
        font-size: 22px
    }

    .img-overlay {
        margin: 0
    }

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

    #Membership .row .package .package-details, .quiz-form .oldTraining .btn-outline-primary, .w-580, .w-700 {
        width: 100%
    }

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

    .social-counts img {
        width: 30px !important;
        object-fit: contain
    }

    .social-counts .item {
        border-radius: 14px
    }

    .questions .head h2, .questions .title-ques h2 {
        margin-bottom: 25px !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
    }

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

    #programsSlider .pe-lg-5 {
        text-align: center;
        padding-right: 25px !important
    }

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

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

    .main-header::before {
        background-size: contain
    }

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

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

    .howLanding .dumble-img {
        position: absolute;
        bottom: -100px;
        right: 0;
        left: 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
    }

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

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

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

    .story-back {
        position: relative !important
    }

    .changes img {
        height: 285px
    }

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

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

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

    .home-stories .changes .col-lg-3:first-child {
        padding-inline-end: 15px
    }

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
    .special-offer .pragraph-liner {
        width: 250px;
        margin: auto auto 1rem
    }

    .tab-books-list::after {
        width: 0;
        height: 0
    }

    .tab-books-list {
        margin-bottom: 2rem
    }

    .tab-books-list .nav-link {
        padding: .6rem
    }

    .order .default-btn {
        font-size: 14px
    }

    .text-99px {
        font-size: 55px
    }

    .calory-div {
        flex-direction: column
    }

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

    .li-start {
        align-items: start;
        gap: 10px
    }

    .li-start img {
        width: 25px
    }

    .mb-sm-2, .radio-item h3 {
        margin-bottom: 20px
    }

    .b-friday-swiper {
        display: none
    }

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

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

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

    .w-230 {
        width: 100%
    }

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

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

    #exampleModalToggle .modal-body .social i, #exampleModalToggle .modal-body .social p {
        width: 50px;
        height: 50px;
        font-size: 22px
    }

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

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

    .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: 23px
    }

    .radio-item:before {
        top: 20px;
        left: 88%
    }

    .radio-item {
        width: 100%;
        height: auto;
        padding: 60px;
        margin-bottom: 25px
    }

    .radio-item h3 {
        font-size: 25px
    }

    .radio-item img {
        margin-bottom: 25px !important
    }

    .payment-form .radio-item img {
        margin-bottom: 5px !important
    }

    .payment-form .radio-item {
        margin-bottom: 0
    }

    .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
    }
}

@media (max-width: 480px) {
    ._download-sec, .direction {
        flex-direction: column
    }

    .f-33 {
        font-size: 7px
    }

    .login-sec {
        min-height: 71vh
    }

    ._langing-page_hero {
        height: 800px
    }

    .img-about-moamen {
        height: 344px
    }

    ._langing-page_hero .default-btn {
        width: 100%
    }

    .f-150 {
        font-size: 70px
    }

    ._video-foirst-trans .scale, ._video-home .scale {
        right: 15%
    }

    .f-90, .text-99px {
        font-size: 45px
    }

    ._download-sec {
        gap: 1rem
    }

    ._app-img {
        width: 91%
    }

    ._app-text {
        width: 78%
    }

    .mobile-frame {
        height: 499px;
        width: 255px
    }

    footer .f-20 {
        font-size: 14px !important
    }

    ._scroll-top {
        width: 60px !important;
        height: 60px !important
    }

    ._scroll-top img {
        width: 29px;
        height: 29px
    }

    .sale-in-responsive {
        flex-direction: column;
        align-items: start !important;
        gap: 15px
    }

    .text-74px {
        font-size: 35px
    }

    .custom-modal .modal-content, .payment .modal-content {
        padding: 2rem 3rem !important
    }

    .logo {
        width: 35px
    }

    .programs .services-details {
        padding: 20px 35px
    }

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

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

    .second-details li, .video-details li {
        font-size: 14px
    }

    .video-i, .video-lock {
        width: 20px;
        height: 20px;
        font-size: 9px
    }

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

    #programsSlider {
        height: 370px
    }

    #exampleModalToggle .modal-body .social i, #exampleModalToggle .modal-body .social p {
        margin-bottom: 5px !important
    }

    #exampleModalToggle .modal-body .social {
        width: calc(100% / 2 - 2px);
        margin-bottom: 20px
    }

    .f-24, .f-36 {
        font-size: 18px
    }

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

    .main-header h3 {
        font-size: 11px;
        margin-bottom: 0 !important
    }

    .main-header .big-title, .main-header2 .big-title {
        font-size: 20px;
        padding-bottom: 10px !important;
        padding-top: 5px !important
    }

    .radio-item {
        padding: 35px
    }

    .radio-item:before {
        width: 20px;
        height: 20px;
        top: 20px;
        left: 86%
    }

    .radio-item h3 {
        font-size: 15px
    }

    .navbar .dropdown {
        margin-inline-end: 1rem
    }
}

@media (max-width: 375px) {
    footer .f-16 {
        font-size: 13px
    }

    ._langing-page_hero {
        height: 700px
    }

    ._hero-wrapper .f-40 {
        font-size: 26px
    }

    .all-login {
        padding: 1.5rem .5rem
    }

    .f-150 {
        font-size: 53px
    }

    ._video-foirst-trans .scale, ._video-home .scale {
        right: 20%
    }

    .contact-form {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .text-99px {
        font-size: 35px
    }

    #_next_app, #_next_app-book, #_next_opinions, #_prev_app, #_prev_app-book, #_prev_opinions {
        width: 40px;
        height: 40px;
        border-radius: 12px
    }

    ._customer_opinions-wrapper {
        margin-bottom: 2.5rem
    }

    ._links a {
        padding: 1.2rem 0
    }

    ._links ul {
        align-items: flex-start !important
    }

    ._scroll-top {
        width: 50px !important;
        height: 50px !important;
        border-radius: 14px
    }

    .get-start {
        padding: 1rem !important
    }

    .count-div {
        width: 44px;
        height: 53px
    }

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

    .custom-modal .modal-content, .payment .modal-content {
        padding: 1.5rem !important
    }

    .timeline-image h2, .timeline-imagertl h2 {
        left: 88px;
        right: unset;
        width: 140px;
        height: 50px;
        font-size: 15px !important
    }

    .timeline-year, .timeline-yearrtl {
        left: 44px;
        top: -13%;
        font-size: 25px !important
    }

    .special-offer .f-90 {
        font-size: 35px !important
    }

    .special-offer .pragraph-liner {
        width: auto;
        font-size: 23px
    }

    .special-offer .f-65 {
        font-size: 38px !important
    }

    .radio-item h3 {
        font-size: 18px
    }

    .radio-item:before {
        left: 83%
    }

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

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

@media (max-width: 320px) {
    .f-150 {
        font-size: 50px
    }

    .text-99px {
        font-size: 30px
    }

    .bg-payment {
        padding: 2rem 1.5rem
    }

    .plan-content .f-14 {
        font-size: 11px;
        line-height: 1.6rem !important
    }

    .plan-payment .f-21 {
        font-size: 15px
    }

    .special-offer .f-90 {
        font-size: 34px !important
    }

    .special-offer .pragraph-liner {
        font-size: 18px;
        padding-inline-start: 0rem !important
    }

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

@media (max-width: 280px) {
    .f-15 {
        font-size: 9px
    }

    .mb-5 .p-3 {
        padding: 0 !important
    }
}
