@font-face {
    font-family: 'Lufga Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Regular'),
    url('../assets/font/LufgaRegular.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Italic'), url('../assets/font/LufgaItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Thin'), url('../assets/font/LufgaThin.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Thin Italic'),
    url('../assets/font/LufgaThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga ExtraLight'),
    url('../assets/font/LufgaExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Lufga ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga ExtraLight Italic'),
    url('../assets/font/LufgaExtraLightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Light';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Light'), url('../assets/font/LufgaLight.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Light Italic'),
    url('../assets/font/LufgaLightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Medium'), url('../assets/font/LufgaMedium.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Medium Italic'),
    url('../assets/font/LufgaMediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga SemiBold'),
    url('../assets/font/LufgaSemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Lufga SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga SemiBold Italic'),
    url('../assets/font/LufgaSemiBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Bold'), url('../assets/font/LufgaBold.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Bold Italic'),
    url('../assets/font/LufgaBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga ExtraBold'),
    url('../assets/font/LufgaExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Lufga ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga ExtraBold Italic'),
    url('../assets/font/LufgaExtraBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Black';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Black'), url('../assets/font/LufgaBlack.woff') format('woff');
}

@font-face {
    font-family: 'Lufga Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lufga Black Italic'),
    url('../assets/font/LufgaBlackItalic.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Poetsen+One&display=swap');

:root {
    --text-color: #b0b0b0;
    --h1-font-size: 2.625rem;
    --h1-mob-font-size: 1.8rem;
    --h2-font-size: 2.2rem;
    --h2-mob-font-size: 1.6rem;
    --h3-font-size: 1.9rem;
    --h3-mob-font-size: 1.5rem;
    --h4-font-size: 1.5rem;
    --h4-mob-font-size: 1.625rem;
    --h5-font-size: 1.1rem;
    --h5-mob-font-size: 1.1rem;
    --text-font-size: 1rem;
    --text-big-font-size: 1.125rem;
    --text-mob-font-size: 0.9rem;
    --shadow: 0px 0px 2px 0px rgba(204, 204, 204, 0.4);
    --color-bg: #050505;
    --color-white: rgba(255, 255, 255, 1);
    --color-secondary: #0d0c34;
    --color-primary: #99e101;
    --color-primary600: #76b500;
    --color-primary500: #99e101;
    --color-black: #0b0514;
    --color-menu: rgba(255, 255, 255, 0.64);
    --star-size: 60px;
    --star-color: #000;
    --star-background: #fc0;
    --width-loader: 0%;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    background-color: var(--color-bg);
    color: var(--text-color);
    overflow: hidden;
    font-family: 'Lufga Regular', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
}

h1 {
    font-size: var(--h1-font-size);
    font-style: normal;
    font-family: 'Lufga Bold', sans-serif;
    font-weight: 700;
    line-height: 4.4rem;
    margin: 1.5rem 0 1rem;
    color: var(--color-white);
}

h2 {
    font-size: var(--h2-font-size);
    font-style: normal;
    font-family: 'Lufga Medium', sans-serif;
    font-weight: 600;
    line-height: normal;
    color: var(--color-white);
}

h3 {
    font-size: var(--h3-font-size);
    font-family: 'Lufga Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    color: var(--color-white);
}

h4 {
    font-size: var(--h4-font-size);
    font-family: 'Lufga Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    color: var(--color-primary600);
}

h5 {
    font-size: var(--h5-font-size);
    font-family: 'Lufga Medium', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4rem;
    color: var(--color-white);
}

@media (max-width: 1024px) {
    h1 {
        font-size: var(--h1-mob-font-size);
        line-height: 2rem;
    }
    h2 {
        font-size: var(--h2-mob-font-size);
        line-height: 1.8rem;
    }
    h3 {
        font-size: var(--h3-mob-font-size);
        line-height: 1.5rem;
    }
    h4 {
        font-size: var(--h4-mob-font-size);
        line-height: 1.6rem;
    }
    h5 {
        font-size: var(--h5-mob-font-size);
        line-height: 1.6rem;
    }
}

p {
    font-size: var(--text-big-font-size);
    font-weight: 400;
    line-height: 1.4em;
    color: var(--text-color);
}

@media (max-width: 1024px) {
    p {
        font-size: var(--text-mob-font-size);
    }
}

a {
    color: var(--color-primary);
}
ul {
    padding-left: 1rem;
}

ul li::marker {
    content: '- ';
}

img,
video {
    display: block;
}

video {
    width: 100%;
}

input,
textarea {
    appearance: none;
    border: none;
    width: 100%;
    display: flex;
    padding: 0.725rem 0.874rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 2rem;
    border: 1px solid #ffffff14;
    background: transparent;
    color: #b0b0b0;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.2rem;
    background-color: var(--color-bg);
}

textarea {
    border-radius: 0.8rem;
    font-family: 'Lufga Regular', sans-serif;
}

input::placeholder,
textarea::placeholder {
    color: #ffffff70;
    font-family: 'Lufga Regular', sans-serif;
}

label {
    color: #f6f6f6;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
    display: block;
}

.radio-ratings {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.form-check-label {
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    align-items: center;
}

.form-check-input {
    background-color: #6e6e6e;
    padding: 0;
    width: 15px;
    height: 15px;
    margin-top: 3px;
}

input[type='radio']:checked {
    background-color: var(--color-primary500);
}

.img-uploaded {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

#search {
    background-image: url('../assets/img/search.svg');
    background-position: left 16px center;
    background-repeat: no-repeat;
    padding: 0.75rem 1rem;
    padding-left: 2.8rem;
    max-width: 320px;
}

.input-upload {
    padding: 0.725rem 0.874rem;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #ffffff14;
    background-color: var(--color-bg);
    cursor: pointer;
}

.input-upload .custom-file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.custom-file-upload p span {
    color: var(--color-primary500);
}

.custom-file-upload p,
.custom-file-upload span {
    font-size: 0.9rem;
    margin: 0;
}

.custom-file-upload:hover {
    cursor: pointer;
}

.input-upload input {
    display: none;
}

.form-input {
    margin-bottom: 1rem;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    position: relative;
}

.contact-form .form-input {
    flex-direction: column;
    gap: 0;
}

.form-input input {
    flex: 1;
}

.form-input textarea {
    margin-bottom: 0.5rem;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-input .description {
    font-size: 0.9rem;
    color: #ffffff40;
}

.form-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.form-input__wrap {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
}

.form-input__wrap span {
    font-size: 0.9rem;
}

.form-input__wrap label {
    margin-bottom: 0;
}

.radio-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.custom-radio {
    display: none;
}
.custom-radio-label {
    display: inline-block;
    padding: 32px 20px;
    text-align: center;
    cursor: pointer;
    background-color: var(--color-bg);
    border: 1px solid #99e10152;
    border-radius: 0.6rem;
    font-size: 1rem;
    user-select: none;
    transition: ease 0.2s;
    flex: 2;
}
.custom-radio-label:hover {
    border-color: var(--color-primary600);
    outline: 1px solid #99e10152;
    outline-offset: 3px;
}
.custom-radio:checked + .custom-radio-label {
    color: white;
    border-color: var(--color-primary600);
    outline: 1px solid #99e10152;
    outline-offset: 3px;
}

.button {
    display: inline-block;
    appearance: none;
    border: none;
    padding: 0.4rem 1.2rem;
    background: var(--color-primary600);
    color: var(--color-white);
    border: 3px solid transparent;
    outline: 1px solid #99e10152;
    outline-offset: 3px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Lufga Medium', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2rem;
    border-radius: 1.5rem;
    box-shadow: 0px 6px 4px 0px #76b50029;
    transition: ease 0.4s;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.button-icon:hover,
.button:hover {
    box-shadow: none;
    outline-offset: -2px;
}

.button-icon {
    display: inline-block;
    appearance: none;
    border: none;
    padding: 0.4rem 2rem 0.4rem 1.5rem;
    background: var(--color-primary600);
    background-image: url(../assets/img/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: var(--color-white);
    border: 3px solid transparent;
    outline: 1px solid #99e10152;
    outline-offset: 3px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Lufga Medium', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2rem;
    border-radius: 1.5rem;
    box-shadow: 0px 6px 4px 0px #76b50029;
    transition: ease 0.4s;
    text-align: center;
}

.button-secondary {
    display: inline-block;
    appearance: none;
    border: none;
    padding: 0.2rem 1.3rem 0.2rem 0.2rem;
    background: transparent;
    /*color: var(--color-primary500)*/;
    color: #76b500;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Lufga Regular', sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    border-radius: 0.375rem;
    background-image: url(../assets/img/open-btn.svg);
    background-repeat: no-repeat;
    background-position: right center;
    transition: ease 0.2s;
    text-align: center;
}

.button-secondary:hover {
    transform: scale(1.1);
}

.button-secondary-dashboard {
    display: inline-block;
    appearance: none;
    border: none;
    padding: 0.2rem 1.3rem 0.2rem 0.2rem;
    background: transparent;
    /*color: var(--color-primary500)*/;
    color: #ffffff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Lufga Regular', sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    border-radius: 0.375rem;
    background-image: url(../assets/img/open-btn-white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    transition: ease 0.2s;
    text-align: center;
}

.button-secondary-dashboard:hover{
    transform: scale(1.1);
}

.button-finished {
    outline: none;
    outline-offset: 0;
    background-color: #ffffff14;
    color: var(--color-primary500);
    font-size: 1rem;
    box-shadow: none;
    text-align: center;
    font-family: 'Lufga Regular', sans-serif;
}

.button-attach {
    border: 1px solid var(--color-primary600);
    background-image: none;
    background-repeat: no-repeat;
    background-position: left 8px center;
    padding: 0.5rem 1rem;
    /*padding-left: 2rem;*/
    border-radius: 2rem;
    margin: 0.5rem 0;
}

.button-attach input {
    display: none;
}

.button-active {
    font-size: 1rem;
    font-family: 'Lufga Regular', sans-serif;
}

.button-lock {
    outline-color: transparent;
    background-color: #0f0f0f;
    border: 1px solid #ffffff14;
    box-shadow: none;
    background-image: url('../assets/img/lock.svg');
    background-position: left 0.5rem center;
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 1rem;
    font-family: 'Lufga Regular', sans-serif;
    color: #a5a5a5;
    margin: 0.5rem 0;
}

.button-back {
    background-color: var(--color-white);
    color: #5d5d5d;
    background-image: url('../assets/img/arrow-right.svg');
    background-position: left 0.5rem center;
    padding-left: 2rem;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Lufga Bold', sans-serif;
    margin-bottom: 2.5rem;
}

.table-wrapper {
    overflow-x: auto;
}

table {
    text-indent: 0;
    border-color: inherit;
    margin-bottom: 1rem;
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.75rem;
    overflow: hidden;
}

tr {
    color: white;
    border: 1px solid var(--color-secondary);
    background: rgba(255, 255, 255, 0.15);
}

tr:last-child td:first-child {
    border-bottom-left-radius: 0.75rem;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 0.75rem;
}

th {
    text-align: center;
    padding: 0.375rem 0.625rem;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 500;
}

th:first-child,
td:first-child {
    text-align: left;
}

td {
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    padding: 0.375rem 0.625rem;
    text-align: center;
}

ul li {
    font-size: 1.3rem;
}

.hidden {
    display: none;
}

.policy {
    color: var(--text-color);
}

.policy section {
    margin-bottom: 2rem;
}

.policy p {
    margin-bottom: 0.3rem;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.container-big {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.header {
    padding: 0rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
    background: linear-gradient(
        90.52deg,
        rgba(5, 5, 5, 0.92) 37.2%,
        rgba(5, 5, 5, 0.64) 72.47%
    );
    backdrop-filter: blur(8px);
}

@media (max-width: 1024px) {
    .header {
        background: #050505;
    }
}

.header .container {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 0.5rem;
}

.header .logo {
    width: 100%;
}

.header .logo img {
    height: 2rem;
}

.header__right {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .header__right {
        display: none;
    }
}

.main-menu .menu,
.user-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
    align-items: center;
}

.menu li::marker {
    content: '';
}

.main-menu .menu-item-link,
.user-menu .menu-item-link {
    padding: 0.8rem 1rem;
}

.main-menu .menu-item-link:hover,
.user-menu .menu-item-link:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .header .main-menu {
        display: none;
    }
}

.menu-item-link {
    text-decoration: none;
    font-size: 0.8rem;
    color: var(--color-menu);
    font-weight: 600;
    display: block;
}

.social-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.social-menu .menu-item {
    background: linear-gradient(
        130.94deg,
        rgba(255, 255, 255, 0.1024) 1.82%,
        rgba(255, 255, 255, 0.0064) 100%
    );
    border-radius: 4rem;
    transition: background ease 0.2s;
}
.social-menu .menu-item-link {
    display: block;
    text-indent: -9999px;
    border: 1px solid rgba(255, 255, 255, 0.1024);
    border-radius: 4rem;
    padding: 0.5rem;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.social-menu .menu-item:hover {
    background: rgba(255, 255, 255, 0.1024);
}

.menu-item-link[href*='instagram.com'] {
    background-image: url(../assets/img/insta.svg);
}
.menu-item-link[href*='youtube.com'] {
    background-image: url(../assets/img/youtube.svg);
}
.menu-item-link[href*='tiktok.com'] {
    background-image: url(../assets/img/tiktok.svg);
}

.stop-scroll {
    overflow: hidden;
}

.hero__video-wrap, .about-us__video-wrap {
    position: relative;
    z-index: 2;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
}

/*.blog__box-info-bottom p {*/
/*    height: 50px;*/
/*}*/

.blog__box img {
    height: 200px;
}

.backdrop.active {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.303);
    pointer-events: none;
}

.hamburger-menu {
    transform: translateY(-100%);
    transition: ease 0.2s;
    background-color: var(--color-bg);
    padding: 1.4rem;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    margin: 0 !important;
}

.hamburger-menu .menus {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hamburger-menu .menus__wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hamburger-menu .main-menu .menu {
    flex-direction: column;
}

.hamburger-menu .main-menu .menu-item-link {
    color: var(--color-white);
    padding: 0.6rem;
}

.hamburger-menu .social-menu {
    border-bottom: 1px solid rgba(176, 176, 176, 0.16);
    padding-bottom: 1.5rem;
}

.hamburger-menu .social-menu .menu {
    justify-content: space-between;
}

.hamburger-menu .social-menu .menu-item-link {
    width: auto;
    height: auto;
    padding: 0.6rem 3rem;
    background-size: 26px;
}

.hamburger-menu .button {
    width: 100%;
}

.hamburger-menu .user-menu .menu {
    justify-content: center;
}

.menu-trigger {
    display: none;
}

@media (max-width: 1024px) {
    .hamburger-menu.open {
        transform: translateY(75px);
    }
    .menu-trigger {
        display: block;
    }
    .menu-trigger .menu-close {
        display: none;
    }

    .menu-trigger .menu-open {
        display: block;
    }

    .menu-is-open .menu-close {
        display: block;
    }
    .menu-is-open .menu-open {
        display: none;
    }
}

.footer {
    margin: 0 1rem 1rem;
}

.footer .container-big {
    background-color: rgba(8, 8, 8, 1);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 0.5rem;
    padding: 4rem 1rem 2rem;
    background-image: url(../assets/img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

@media (max-width: 1024px) {
    .footer {
        margin: 1.2rem 1rem 0;
        width: auto;
    }
}

.footer__wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer .container-big::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../assets/img/bg.png);
    opacity: 0.05;
    z-index: 0;
}

.footer__top {
    position: relative;
    z-index: 2;
    padding: 1rem 0 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .footer__top {
        flex-direction: column;
        padding: 1rem 0 2rem;
    }
}

.footer__top .logo img {
    height: 24px;
}

.footer__top-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__bottom {
    position: relative;
    z-index: 2;
    padding: 4rem 0 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 4rem;
}

.footer__bottom .logo img {
    width: 100%;
}

.footer__bottom a {
    color: var(--text-color);
    text-decoration: none;
}

.footer__bottom a:hover {
    text-decoration: underline;
}
.footer__bottom a,
.footer__bottom span {
    width: 100%;
}
.footer__bottom a:nth-child(2) {
    text-align: center;
}
.footer__bottom span {
    text-align: right;
}
.footer__info {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

footer__info a{
    font-size: 16px;
}

.footer .social-menu .menu-item-link {
    border-color: var(--color-primary600);
    background-color: var(--color-primary600);
    width: 3rem;
    height: 3rem;
    background-size: 24px;
}

.footer__quote {
    width: 80%;
}

.footer__quote p {
    font-size: var(--text-font-size);
}

@media (max-width: 1024px) {
    .footer__bottom {
        padding: 1rem 0;
        gap: 1rem;
    }
    .footer__info {
        flex-direction: column;
    }
    .footer__bottom a:nth-child(2),
    .footer__bottom span {
        text-align: left;
    }
    .footer__quote {
        width: 100%;
    }
}

.content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 6rem 1rem 1rem;
}

.box {
    background-color: rgba(8, 8, 8, 1);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1rem;
    padding: 4rem 1rem;
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .box {
        padding: 1.5rem 0;
    }
}
.box > div {
    position: relative;
    z-index: 2;
}

.box::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../assets/img/bg.png);
    opacity: 0.05;
    z-index: 0;
}

.hero {
    padding-bottom: 0;
}

.hero__wrap {
    max-width: 680px;
    margin: 0 auto 8rem;
    width: 100%;
    text-align: center;
}

@media (max-width: 1024px) {
    .hero__wrap {
        margin: 0 auto 3rem;
    }
}

.hero__wrap h1 {
    color: var(--color-white);
    font-weight: 100;
    font-size: 4em;
}

.hero__wrap h1 span {
    color: var(--color-primary500);
    display: block;
}

.hero__wrap-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .hero__wrap h1 {
        font-size: 2.5em;
        line-height: 1em;
    }
    .hero__wrap-bottom {
        flex-direction: column;
        gap: 2rem;
    }
}
.hero__wrap-bottom .button {
    font-size: 0.8rem;
    padding: 0.4rem 1.8rem 0.4rem 1.6rem;
}

.hero__subscribers {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
}

@media (max-width: 1024px) {
    .hero__subscribers {
        flex-direction: column;
        gap: 0.5rem;
    }
}

.hero__subscribers img {
    display: block;
}

.hero__subscribers-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}

.hero__subscribers-text span {
    color: var(--color-primary500);
    font-weight: 600;
    font-family: 'Lufga Medium';
    font-size: 1.2rem;
}

.hero__video {
    position: relative;
    padding: 8rem 1rem 3rem;
    background-image: url(../assets/img/video-bg-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.about-us__video {
    padding: 2rem 1rem;
    position: relative;
}

@media (max-width: 1024px) {
    .hero__video {
        padding: 4rem 0 1rem;
        background-size: 60%;
    }
    .about-us__video {
        padding: 1rem 0;
    }
}

.hero__video::after,
.about-us__video::after {
    content: '';
    position: absolute;
    inset: 4rem 0 0;
    background-image: url(../assets/img/video-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.about-us__video::after {
    inset: -1rem 0 0;
}

.hero__video-wrap,
.about-us__video-wrap {
    position: relative;
    z-index: 2;
}

.hero__video .video {
    margin-bottom: -8rem;
}

.about-us__video .video {
    margin-bottom: -8rem;
    min-height: 600px;
}

@media (max-width: 1024px) {
    .hero__video .video {
        margin-bottom: -4rem;
    }
}

.hero__video video,
.about-us__video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
}

@media (max-width: 1024px) {
    .hero__video video,
    .about-us__video video {
        border-radius: 0.4rem;
    }
}

.watch-video {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .watch-video {
        justify-content: center;
    }
}

.watch-video span {
    font-family: 'Kalam', cursive;
    font-size: 1.2rem;
    display: inline-block;

    background: linear-gradient(
        93.58deg,
        rgba(255, 255, 255, 0.1008) 0%,
        rgba(255, 255, 255, 0.1764) 100%
    );
    border: 1px solid #ffffff29;
    box-shadow: 0px 2px 8px 0px #0505058f;
    border-radius: 1.4rem;
    padding: 0.2rem 0.8rem;
    position: relative;
}

.watch-video span::after {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    right: -50px;
    background-image: url(../assets/img/video-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 70px;
}

@media (max-width: 1024px) {
    .watch-video span::after {
        width: 30px;
        height: 70px;
        right: -50px;
    }
}

.start::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-image: url(../assets/img/start-bg.png);
    background-position: bottom 2rem left 2rem;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .start::before {
        background-size: 80%;
    }
}

.start__wrap {
    margin: 0 auto;
    width: 800px;
    padding: 7rem 0 2rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .start__wrap {
        width: 100%;
    }
}

.lower-text-wrapper {
    width: 100%;
}

.start__wrap p {
    text-align: center;
}

@media (max-width: 1024px) {
    .start__wrap {
        padding: 4rem 0;
    }
    .start__wrap p {
        width: 100%;
    }
    .start__wrap h4 {
        margin-bottom: 0.7rem;
    }
}

.about-us {
    padding-bottom: 10rem;
}

.offer__wrap h4,
.start__wrap h4,
.blog-hero h4,
.about-us h4 {
    font-family: 'Kalam', cursive;
    font-weight: 400;
    color: var(--color-primary600);
}

.start__wrap h2 {
    margin-bottom: 2.2rem;
}

.stories__wrap {
    display: flex;
    flex-direction: row;
    gap: 5.5rem;
    align-items: start;
}

.swiper-slide-active .slide__right-bottom::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: var(--width-loader);
    background-color: var(--color-primary600);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: width 0.1s ease;
}

.stories__left,
.slider {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-page .blog-page__text p{
    color: var(--text-color)!important;
}
.blog-page .blog-page__text span{
    color: var(--text-color)!important;
}
.blog-page .blog-page__text h2{
    color: var(--text-color)!important;
}
.blog-page .blog-page__text h1{
    color: var(--text-color)!important;
}
.blog-page .blog-page__text h3{
    color: var(--text-color)!important;
}
.blog-page .blog-page__text h4{
    color: var(--text-color)!important;
}

.stories__left,
.stories__right {
    flex: 1;
    width: 100%;
}

@media (max-width: 1024px) {
    .stories__wrap {
        flex-direction: column;
        gap: 2rem;
    }
}

.stories__left h2 span {
    margin-right: 0.5rem;
    color: var(--color-primary500);
}

.stories__clientImage {
    background: linear-gradient(
        130.94deg,
        rgba(255, 255, 255, 0.1024) 1.82%,
        rgba(255, 255, 255, 0.0064) 100%
    );
    border: 1px solid;

    border-image-source: linear-gradient(
        125.64deg,
        rgba(255, 255, 255, 0.1024) 0%,
        rgba(255, 255, 255, 0.0512) 100%
    );
    box-shadow: 0px 4px 16px 0px #050505d1;
    padding: 0.8rem;
    border-radius: 0.6rem;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.stories__clientImage img {
    border-radius: 1.2rem;
    width: 100%;
    height: 100%;
    padding: 1rem;
    object-position: center;
    position: absolute; /* Added to make the image fill the container */
    top: 0; /* Added to make the image fill the container */
    left: 0; /* Added to make the image fill the container */
}

@media (max-width: 1024px) {
    .stories__clientImage img {
        object-fit: contain; /* Use contain to ensure the entire image fits within the div */
    }
}

.slider__arrows {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(8, 8, 8, 1);
    width: 100%;
    z-index: 4;
}

@media (max-width: 1024px) {
    .slider__arrows {
        gap: 0.2rem;
    }
}

.slider__arrows::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../assets/img/bg.png);
    opacity: 0.05;
    z-index: 0;
}

.slider__arrow {
    background: #ffffff0a;
    border: 1px solid #ffffff1f;
    box-shadow: 0px 2px 6px 0px #050505a3;
    background-image: url(../assets/img/arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;

    inset: auto !important;
    position: relative !important;
    margin-top: 0 !important;
}

@media (max-width: 1024px) {
    .slider__arrow {
        height: 1.8rem !important;
        width: 1.8rem !important;
        background-size: 80%;
    }
}

.slider__arrow::after {
    content: '' !important;
}

.slider__next-arrow {
    transform: rotate(180deg);
}

.slider__slides {
    display: flex;
    flex-direction: column;
}

.slider__slides-wrap {
    height: 100%;
    overflow: hidden; /* Hide overflow */
}
.slider__slide {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.4rem;
}

.stories__wrap .slider__prev-arrow {
    transform: rotate(0deg);
}

.stories__wrap .slider__next-arrow {
    transform: rotate(180deg);
}

.vertical-swiper {
    height: 640px !important;
    padding-top: 6rem !important;
}

.horizontal-swiper {
    padding-top: 4rem !important;
    margin-top: -3rem;
}

@media (max-width: 1024px) {
    .horizontal-swiper {
        padding-top: 2rem !important;
        margin-top: -2rem;
    }
}

.horizontal-swiper .slider__slides {
    flex-direction: row;
    padding-top: 2rem;
}

.horizontal-swiper .slider__arrows {
    width: auto;
}

.horizontal-swiper .slider__arrow {
    transform: rotate(90deg);
}

.horizontal-swiper .swiper-button-prev {
    transform: rotate(-90deg);
}
.horizontal-swiper-weeks {
    margin: 1rem 0;
}
.horizontal-swiper-weeks,
.horizontal-swiper-video {
    display: flex !important;
    flex-direction: row;
    gap: 0.5rem;
    /* max-width: 1172px; */
}

.swiper-button-disabled {
    display: none !important;
    opacity: 0;
    transition: 0.2s ease;
}

.horizontal-swiper-weeks .swiper-slide,
.horizontal-swiper-video .swiper-slide {
    width: auto;
}

.horizontal-swiper-weeks .slider__arrow-wrap,
.horizontal-swiper-video .slider__arrow-wrap {
    background-color: rgba(8, 8, 8, 1);
}

.training__types-row .slider__arrow-wrap {
    display: block;
}

@media (max-width: 1024px) {
    .training__types-row .slider__arrow-wrap {
        display: none;
    }
}

.horizontal-swiper-weeks .slider__arrows,
.horizontal-swiper-video .slider__arrows {
    position: relative;
    background-color: transparent;
    display: block;
}

.slider__prev-arrow,
.slider__next-arrow {
    background: #ffffff0a;
    border: 1px solid #ffffff1f;
    box-shadow: 0px 2px 6px 0px #050505a3;
    background-image: url(../assets/img/arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(8, 8, 8, 1);
    display: block;
    height: 3rem !important;
    width: 3rem !important;
    border-radius: 50%;
    transform: rotate(-90deg);
    position: relative !important;
    margin: 0 0.3rem !important;
    opacity: 1;
    transition: ease 0.2s;
    cursor: pointer;
}



@media (max-width: 1024px) {
    .slider__prev-arrow,
    .slider__next-arrow {
        height: 2rem !important;
        width: 2rem !important;
        margin: 0 !important;
    }
}

.slider__next-arrow {
    transform: rotate(90deg);
}

.slider__next-arrow::after,
.slider__prev-arrow::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(54, 54, 54);
    opacity: 0.05;
    z-index: 0;
}

.slider__next-arrow::after,
.slider__prev-arrow::after {
    content: '';
}

.dashboard-weeks .swiper-button-disabled {
    display: none;
}

.slide__right-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.slide__right-top h5 {
    line-height: 1.2rem;
}

.slide__right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.slide__right-top span {
    color: var(--color-primary600);
}
.slide__right-bottom {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff14;
    position: relative;
}
.slide__right-bottom p {
    font-size: var(--text-font-size);
}

.offer__wrap {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

@media (max-width: 1024px) {
    .offer__wrap {
        flex-direction: column;
        gap: 1rem;
    }
}

.offer__left {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    flex: 1;
}

.offer__card {
    background: #0e0e0e;
    border: 1px solid #ffffff0a;
    box-shadow: 0px 4px 16px 0px #050505d1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.4rem;
}

.offer__card p {
    font-size: var(--text-font-size);
}

.offer__card-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.6rem;
    align-items: center;
    margin-top: 1rem;
}

.offer__card-bottom-owner {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.offer__card-bottom p,
.offer__card-bottom span {
    font-size: 0.8rem;
    font-family: 'Lufga Medium', sans-serif;
    margin: 0;
}

.offer__right {
    flex: 1;
}

.offer__right img {
    width: 100%;
}

.video {
    background: linear-gradient(
        185.26deg,
        rgba(255, 255, 255, 0.1024) 3.05%,
        rgba(255, 255, 255, 0.0064) 95.86%
    );
    box-shadow: 0px 4px 30px 10px #05050533;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
}

@media (max-width: 1024px) {
    .video {
        border-radius: 0.5rem;
        padding: 0.5rem;
    }
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 50px;
    background-image: url(../assets/img/play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.reviews video {
    height: auto;
    width: 100%;
}

.reviews .video {
    width: 100%;
}

.blog-content {
    padding: 0 1rem 1rem;
}

.blog__content {
    padding: 1rem 1rem 1rem;
}

.blog__wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 1208px;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .blog__wrap {
        width: 100%;
        flex-direction: column;
    }
}

.blog__box {
    border: 1px solid #ffffff14;
    background: #0d0d0d;
    box-shadow: 0px 4px 16px 0px #050505d1;
    border-radius: 0.6rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
}

.blog__box-horizontal {
    flex-direction: row;
}

.blog__box-horizontal img,
.blog__box-horizontal .blog__box-info {
    width: 50%;
}
.blog__box-horizontal .blog__box-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__box img {
    border-radius: 0.3rem;
    object-fit: cover;
    width: 100%;
}

.blog__box-info {
    padding: 0 0.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog__box-info p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.blog__box-info h5 {
    margin: 0.5rem 0 1rem;
}
.btn-wrap {
    display: flex;
    justify-content: flex-end;
}

.blog-block .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.login__wrap,
.signup__wrap {
    position: relative;
    padding: 7rem 1rem 3rem;
    background-image: url(../assets/img/video-bg-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.login__wrap-box,
.signup__wrap-box {
    max-width: 540px;
    margin: 0 auto;
    border: 1px solid #ffffff14;
    background: #0d0d0d;
    box-shadow: 0px 4px 16px 0px #050505d1;
    border-radius: 12px;
    padding: 1.6rem;
    position: relative;
    z-index: 2;
}

.signup__wrap-box {
    max-width: 878px;
}

.signup__wrap::after {
    content: '';
    position: absolute;
    inset: 4rem 0 30rem;
    background-image: url(../assets/img/video-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    max-width: 600px;
    margin: 0 auto;
}

.login__wrap::after {
    content: '';
    position: absolute;
    inset: 5rem -6rem -4rem;
    background-image: url(../assets/img/video-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    max-width: 600px;
    margin: 0 auto;
}

.signup__wrap::after {
    max-width: unset;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.login__wrap h1 {
    font-size: 2.625rem;
    margin: 0 0 1.4rem;
    line-height: 3rem;
    color: var(--color-white);
    font-weight: 600;
}

form .button-wrap .button {
    width: 100%;
    background-image: none;
    margin-top: 1rem;
}

.signup-form .button-wrap {
    display: flex;
    justify-content: flex-end;
}

.signup-form .button-wrap .button {
    width: auto;
}

.signup__wrap-top {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    margin: 1.5rem 0;
}

.signup__wrap-top h1 {
    flex: 0 0 30%;
    margin: 0;
    font-size: 2.625rem;
    line-height: 3rem;
    color: var(--color-white);
    font-weight: 600;
}

.signup__wrap-top p {
    font-size: 0.9rem;
    margin-bottom: unset;
}

.training-type-row {
    display: flex;
    flex-direction: row;
    gap: 2em;
    width: 100%;
}

.training-type {
    flex: 1;
    display: flex;
    justify-content: center;
}

.training-type input {
    width: 100%;
    height: auto;
}

#submitRegisterForm {
    width: 25%;
}

@media (max-width: 1024px) {
    .login {
        padding-bottom: 0;
        overflow: hidden;
    }
    .login .container {
        padding: 0;
    }
    .login__wrap {
        padding: 4rem 1rem 2rem;
        background-size: 70%;
    }

    .login__wrap::after {
        inset: 3rem 0 0;
    }
    .signup__wrap-top {
        flex-direction: column;
    }
    .form-input {
        flex-direction: column;
    }
    .signup__wrap {
        padding: 0;
    }
    #submitRegisterForm {
        width: 100%;
    }
}

.blog-hero,
.about-us-hero {
    text-align: center;
    padding-bottom: 6rem;
}

.blog-hero h2 {
    margin: 1.5rem 0;
    font-size: 3.5rem;
}

.about-us-hero h1, .blog-hero h1 {
    line-height: 2rem !important;
    margin: 0 !important;

}

.blog-hero__wrap {
    margin-bottom: 2rem;
}

.blog-hero__wrap p {
    padding-top: 2.5rem;
}

.search-input {
    display: flex;
    justify-content: center;
}

/*.blog > div {*/
/*    padding: 0 1rem;*/
/*}*/

.blog-recent {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-recent .blog__wrap {
    gap: 1.5rem;
    align-items: normal;
}

.blog-recent__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
}

.blog-recent .blog__box img {
    height: 264px;
}

.blog-recent .blog__box-horizontal img {
    height: 100%;
    width: 50%;
}

.blog__box-horizontal .blog__box-info {
    justify-content: space-between;
    padding-bottom: 0;
}
.blog-all {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-all .blog__wrap {
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-all .blog__wrap .blog__box {
    flex: 0 0 32%;
    width: unset;
}

.blog-recent,
.blog-all {
    max-width: fit-content;
    margin: 7rem auto 1rem auto;

}

@media (max-width: 1024px) {
    .blog-all {
        max-width: 100%;
    }
    .blog-all {
        margin: 1rem 0;
    }
    .blog-recent .blog__box img {
        height: auto;
        width: 100%;
    }
    .blog__box-horizontal {
        flex-direction: column;
    }

    .blog__box-horizontal img,
    .blog__box-horizontal .blog__box-info {
        width: 100%;
    }
}

.blog-page h2 {
    color: var(--color-white);
}

.blog-page > div {
    max-width: 1172px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.blog-page__main-image img {
    width: 100%;
    height: 443px;
    object-fit: cover;
    border-radius: 1rem;
}

.blog-page .blog-page__text {
    max-width: 748px;
    margin-top: 4rem;
}

.blog-page__text p {
    margin-bottom: 1.5rem;
}

.blog-page .blog-page__bottom {
    max-width: 748px;
    border-top: 1px solid #eaecf0;
    padding: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 3rem auto 0;
}

.blog-page__bottom-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.blog-page__bottom-card span {
    font-family: 'Lufga SemiBold', sans-serif;
    color: var(--color-white);
}

.blog-page__bottom-card p {
    font-size: var(--text-font-size);
}

.blog-page__bottom a {
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    height: 40px;
    min-width: 40px;
    transition: ease 0.2s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.blog-page__bottom a:hover {
    transform: scale(1.04);
}
.blog-page__bottom a:first-child {
    background-image: url(../assets/img/copy.svg);
    width: 122px;
}

.blog-page__bottom a[href*='twitter.com'] {
    background-image: url(../assets/img/twitter-share.svg);
}
.blog-page__bottom a[href*='facebook.com'] {
    background-image: url(../assets/img/facebook-share.svg);
}
.blog-page__bottom a[href*='linkedin.com'] {
    background-image: url(../assets/img/linekedin-share.svg);
}

@media (max-width: 1024px) {
    .blog-page .blog-page__bottom {
        flex-direction: column;
        margin: 3rem 1rem 0;
    }
}

.about-us-page .start__wrap {
    max-width: unset;
}



.page-body {
    padding-bottom: 2rem;
}

.page-body h2 {
    margin-bottom: 1rem;
}

.dashboard__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.dashboard__title h1 {
    font-size: 1.4rem;
}

.dashboard__title .button {
    background: #ffffff14;
    outline-color: #ffffff14;
    box-shadow: none;
    color: var(--color-primary500);
}

.dashboard__cards {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}



.dashboard__cards-top {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}



.dashboard__cards-bottom {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .dashboard__cards-top {
        flex-direction: column;
    }

    .dashboard__cards-bottom {
        flex-direction: column;
    }
}

.dashboard__cards-video {
    flex: 0 0 60%;
}

.dashboard__cards-video .video {
    padding: 0;
    border: none;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.dashboard__cards-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dashboard__card-clientInfo {
    flex: 1;
}

.dashboard__card-clientInfo {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    background: linear-gradient(
        130.94deg,
        rgba(255, 255, 255, 0.1024) 1.82%,
        rgba(255, 255, 255, 0.0064) 100%
    );
    border: 1px solid;
    border-image-source: linear-gradient(
        270.57deg,
        rgba(255, 255, 255, 0.1024) 0%,
        rgba(255, 255, 255, 0.0384) 101.9%
    );
    padding: 1.8rem;
    border-radius: 0.5rem;
}

.dashboard__card-clientInfo .client {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dashboard__card-clientInfo .client img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.dashboard__card-clientInfo .client span {
    font-size: 1.4rem;
    font-family: 'Lufga SemiBold', sans-serif;
    color: var(--color-white);
}

.client__stats {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.client__current-stats {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.client__current-stats p {
    margin-bottom: 0;
}

.client__stat h4 {
    margin: 0 !important;
}

.client__start-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.start-date  {
    margin: 0;
    font-size: 1em;
}

.hero__subscribers-text p{
    margin-bottom: 0;
}

.client__start-wrap p,
.client__start-wrap span,
.client__current-stats p {
    color: var(--color-white);
    font-size: 1.1rem;
}

.client__start,
.client__current-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.client__start .client__stat h4 {
    color: var(--color-white);
    font-family: 'Lufga SemiBold', sans-serif;
    margin: 0;
}

.card-box {
    background: linear-gradient(
        130.94deg,
        rgba(153, 225, 1, 0.24) 1.82%,
        rgba(90, 137, 2, 0.24) 100%
    );
    border: 1px solid;
    border-image-source: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-radius: 0.5rem;
    padding: 1rem;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 0.8rem;
}

.card-box p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.card-box.tasks {
    background: linear-gradient(
        130.94deg,
        rgba(248, 159, 8, 0.24) 1.82%,
        rgba(182, 83, 7, 0.24) 100%
    );
    border: 1px solid;
    border-image-source: linear-gradient(
        107.51deg,
        rgba(182, 83, 7, 0.42) 0%,
        rgba(248, 159, 8, 0.42) 100%
    );
}

.tasks .card-box__card-icon {
    background: #b653075c;
    border-color: rgba(182, 83, 7, 0.12);
}

.card-box__card p {
    font-size: 0.8rem;
}

.card-box__card-top {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.card-box__card-top-wrap {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.ask {
    background: linear-gradient(130.94deg, rgba(88, 147, 234, 0.24) 1.82%, rgba(43, 89, 202, 0.24) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(107.51deg, rgba(43, 89, 202, 0.24) 1.82%, rgba(88, 147, 234, 0.24) 100%);
}

.icon-ask {
    background: rgba(43, 89, 202, 0.36) !important;
}

.card-box__card-top-wrap h5 {
    margin: 0;
}

.card-box__card-icon {
    background: #76b5005c;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    padding: 0.2rem;
    height: 36px;
    width: 36px;
    overflow: hidden;
}

.card-box__card-top-wrap h5 {
    font-size: 1.2rem;
    font-family: 'Lufga Regular', sans-serif;
}

@media (max-width: 1024px) {
    .card-box__cards-top,
    .card-box__cards-bottom {
        flex-direction: column;
    }
}

/*.modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 1000;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgb(0, 0, 0);*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.modal-content {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content {
    background: #0d0d0d;
    border: 1px solid #ffffff14;
    box-shadow: 0px 4px 16px 0px #050505d1;
    padding: 1.2rem;
    border-radius: 0.8rem;
}

.modal-header {
    color: white;
    padding: 10px;
}

.modal-body {
    padding: 10px;
}
/* .question-set {
	display: none;
} */
.question-set__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.done {
    display: none;
}

.active {
    display: block;
}

.next {
    margin-top: 20px;
    background-color: #6a9e03;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
}

.next:disabled {
    background-color: #d3d3d3;
    cursor: not-allowed;
}

.calc-rating {
    display: none;
    /* display: flex; */
    gap: 0.6rem;
    flex-direction: column;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
}

#motivation-talk {
    margin: 1rem 0;
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);

    display: inline-block;
    font-size: var(--star-size);
    font-family: Times, serif;
    line-height: 1;
}

.stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.training__types {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.training__types-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 1024px) {
    .training__types-row {
        padding-bottom: 28px;
    }
}

.swiper-pagination-bullet {
    background-color: #5d5d5d !important ;
}
.swiper-pagination-bullet-active {
    background-color: var(--color-primary600) !important;
}

.training__types-row .swiper-pagination {
    display: none;
}

@media (max-width: 1024px) {
    .training__types-row .swiper-pagination {
        display: block;
        bottom: -28px !important;
    }
}

.training__types-row-title h4 {
    color: #f6f6f6;
}
/*.training__slider-wrap {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0.5rem;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/

.training__video .video {
    padding: 0;
    overflow: hidden;
}

.training__video .video::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    inset: 0;
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0.5) -3.87%,
        rgba(0, 0, 0, 0) 105.65%
    );
}

.playing .video::after {
    display: none;
}

.training__video {
    position: relative;
}

.training__video .video-title {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 1rem;
    text-align: center;
    font-size: var(--h4-font-size);
    font-family: 'Lufga Bold', sans-serif;
    color: var(--color-white);
}

.training__video .video .play-button {
    z-index: 4;
}

.diet {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.diet-plan h4 {
    color: var(--color-white);
    margin-top: 2rem;
}

/*.diet-plan p {*/
/*    font-size: 24px;*/
/*    margin-top: 1rem;*/
/*    width: 65%;*/
/*    line-height: 36px;*/
/*}*/

@media (max-width: 1024px) {
    .diet-plan p {
        font-size: var(--text-font-size);
        line-height: 1.3rem;
        width: 100%;
    }
}

.diet__wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
@media (max-width: 1024px) {
    .diet__wrap {
        flex-direction: column;
    }
}

.small-box {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    background: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, 0.044);
    padding: 1rem;
    border-radius: 0.5rem;
}

.diet__menu-card {
    flex: 1;
}

.macro {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #6bfae9;
    border-radius: 50%;
}

.pink {
    background-color: #ea58b8;
}
.sky-blue {
    background-color: #6bfae9;
}
.blue {
    background-color: #5893ea;
}
.green {
    background-color: #9bcd0d;
}

.diet__menu-card h4 {
    font-size: 1.5rem;
    color: var(--color-white);
}

.diet__menu-card-ingredients {
    padding-left: 0.8rem;
}
.diet__menu-card-ingredients li::marker {
    content: '- ';
}

.diet__menu-card-ingredients li {
    font-size: var(--text-font-size);
}

.portion-ratio {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: start;
}
@media (max-width: 1024px) {
    .portion-ratio {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.portion-ratio h4 {
    color: var(--color-white);
}

.portion-ratio__wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    flex: 0 0 70%;
}

.graph {
    display: flex;
    flex-direction: row;
    margin: 16px 0;
}

.graph span {
    border-radius: 4px;
    height: 8px;
    padding: 4px 0;
    display: block;
    margin-left: -8px;
}
.graph span:first-child {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .portion-ratio__wrap {
        width: 100%;
    }
    .graph {
        flex-direction: column;
        gap: 1.4rem;
        margin: 16px 0;
    }
    .graph span {
        margin: 10px 0;
    }
}

.w-46 {
    width: 46%;
}
.w-10 {
    width: 46%;
}

.w-26 {
    width: 26%;
}

.macro-labels {
    display: flex;
    flex-direction: row;
}
.macro-labels span {
    font-family: 'Lufga Bold', sans-serif;
}

@media (max-width: 1024px) {
    .macro-labels {
        position: absolute;
        flex-direction: column;
        width: 100%;
        gap: 1.4rem;
    }
}

.suppl__wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.suppl {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .suppl__wrap {
        flex-direction: column;
    }
}

.descr-task__body {
    margin-bottom: 2rem;
}

.descr-task__body ul li {
    margin-bottom: 1rem;
}

.descr-task__body img {
    margin: 1rem 0;
}

.feedback-form {
    position: relative;
    margin-top: 2rem;
}

.ask-form .form-input__message,
.feedback-form .form-input__message {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0;
}

.ask-form .form-input__message input,
.feedback-form .form-input__message input {
    height: 200px;
}

.ask-form__wrap,
.feedback-form__wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.feedback-form .form-input__upload {
    width: auto;
    display: inline-block;
    flex: unset;
    margin: 0;
}

.feedback-form .button-attach {
    margin-top: 1rem;
}

.ask__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.ask__top .avatar {
    position: relative;
}
.ask__top .avatar img {
    border-radius: 50%;
}

.ask__top .avatar span {
    background-color: var(--color-primary);
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.ask-chat {
    border-top: 1px solid #ffffff14;
    padding: 1rem 0;

    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message {
    border: 1px solid #ffffff14;
    background-color: var(--color-bg);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    width: 50%;
}

@media (max-width: 1024px) {
    .message {
        width: 80%;
    }
}

.message span {
    font-family: 'Lufga Bold', sans-serif;
    font-size: 14px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.message span img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.message-client {
    margin-left: auto;
    background-color: #2923238f;
}

/*custom modal theme*/
.jconfirm.jconfirm-my-theme .jconfirm-bg{
    background-color: rgba(0,0,0, 0.4);
}
.jconfirm.jconfirm-my-theme .jconfirm-box{
    background-color: #0d0d0d;
    color: #fff;
    width: 720px;
    margin: auto;
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:before{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:after{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-closeIcon{
    display: none;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-title-c{
    text-align: center
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content-pane{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content{
    text-align: center;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons{
    width: 100%;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button{
    display: inline-block;
    appearance: none;
    border: none;
    padding: 0.4rem 1.2rem;
    background: var(--color-primary600);
    color: var(--color-white);
    border: 3px solid transparent;
    outline: 1px solid #99e10152;
    outline-offset: 3px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Lufga Medium', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2rem;
    border-radius: 1.5rem;
    box-shadow: 0px 6px 4px 0px #76b50029;
    transition: ease 0.4s;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}
/*custom modal theme*/

.policy-password-list {
    list-style-type: none;
}

/*dropdown styling*/
.dropdown-menu {
    background-color: rgba(8, 8, 8, 1);
    text-align: left;
    border: 1px solid #ffffff14;
}

.dropdown-menu li::marker {
    content: none;
}

.dropdown-item {
    font-size: 0.9em;
    list-style: none;
    color: white;
    padding: 0.3em 1.5em;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #76b500;
}

.dropdown-divider {
    width: 200px;
    margin: 0.5em auto;
    background-color: #ffff;
}
/*dropdown styling*/

/*body measurement*/
.body-measurement-prop {
    background-color: rgba(8, 8, 8, 1);
    color: #b0b0b0;
    border: 1px solid #ffffff14;
    border-radius: 10px;
}

.container-wrapper {
    max-width: 1100px;
    margin: auto;
}
/*body measurement*/

/*complete week form*/

@media(max-width: 512px) {
    #modalBody-dialog {
        min-width: unset !important;
    }
    #completeWeek-comment {
        width: auto !important;
    }
    #rating-confirm {
        width: unset !important;
    }
}

.pick-group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 2em;
    padding-bottom: 0.8em;
}

@media (max-width: 1024px) {
    .pick-group {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
    }


}

@media(max-width: 512px) {
    .radio-ratings {
        flex-direction: column;
        gap: 0.5em;
    }
}

.pick-group p {
    width: 320px;
    color: #ffffff;
}

.button-group {
    display: flex;
    justify-content: end;
}

.label-rating {
    width: 920px;
}

.form-check-input {
    border: transparent;
}

.form-check-input:checked {
    border: none;
}
/*complete week form*/

