@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    font-family: "Manrope", sans-serif;
    /* font-family: "Merriweather", serif; */
}

:root {
    --brown: #6a4d3b;
    --light-brown: #9b7a5b;
    --light-bg: #ebe2d9;
    --border: #c4b4a6;
    --slide-duration: 15s;
}

::-webkit-scrollbar {
    width: 0;
}

.loader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999;
}
.lineHun {
    position: absolute;
    width: 100%;
    top: 110%;
    z-index: -1;
}

.line-hunder {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 110%;
}
.line-hunder-fr {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 90%;
}

.line-sec-hun {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.line-thrd-hun {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 260%;
}

/* Form Modal Window */
.modal {
    display: flex;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.modal.factive{
    pointer-events: painted;
    opacity: 1;
}
.modal-content {
    background: #fff;
    padding: 2rem;
    height: 14rem;
    width: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    text-align: center;
    width: 90%;
    max-width: 26rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal h3 {
    color: var(--brown);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.modal p {
    color: var(--brown);
    font-size: 1.1rem;
}

.modal-close {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    font-size: 3rem;
    font-weight: 200;
    cursor: pointer;
    color: var(--brown);
}

/* Header */
.header {
    background: white;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.1rem 0;
}

.logo img {
    width: 5.5rem;
    height: 5.5rem;
}

.nav {
    display: flex;
    gap: 2.5rem;
}

.nav a {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 1rem;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.lang {
    position: relative;
}

.lang-btn {
    font-size: 1rem;
    background: none;
    border: none;
    color: var(--brown);
    cursor: pointer;
    display: flex;
    gap: 0.4rem;
    flex-wrap: nowrap;
}

.icon-down {
    width: 1rem;
    margin-bottom: 0.1rem;
}

.lang-dropdown {
    position: absolute;
    top: 2rem;
    left: 0;
    background: white;
    border: 1px solid var(--brown);
    border-radius: 0.6rem;
    display: none;
    flex-direction: column;
}

.lang-dropdown.active {
    display: flex;
}

.lang-dropdown a {
    padding: 0.5rem 1rem;
    color: var(--brown);
}

.lang-dropdown a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.socials {
    display: flex;
    gap: 1.2rem;
}

.socials a img {
    width: 1.6rem;
    height: 1.6rem;
}

.contact-btn {
    border: 1px solid var(--brown);
    border-radius: 0.6rem;
    color: var(--brown);
    text-decoration: none;
    transition: background 0.3s;
    width: 12rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.contact-btn:hover {
    background: var(--brown);
    color: white;
}

.menu-toggle {
    background: none;
    color: var(--brown);
    font-size: 1rem;
    border: 1px solid var(--brown);
    border-radius: 0.6rem;
    text-transform: uppercase;
    width: 8rem;
    height: 3rem;
    display: none;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--light-bg);
    display: none;
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    z-index: 999;
    gap: 1rem;
}

.menu-body {
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;
    width: 100%;
}

.mobile-menu.open {
    display: flex;
}

.menu-social {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    justify-content: end;
}

.mobile-menu-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mobile-menu nav a {
    font-weight: 300;
    color: var(--brown);
    font-size: 1rem;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
}

.close-menu {
    background: none;
    color: var(--brown);
    font-size: 1rem;
    border: 1px solid var(--brown);
    border-radius: 0.6rem;
    text-transform: uppercase;
    width: 9rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.contact-btn-menu {
    border: 1px solid var(--brown);
    border-radius: 0.6rem;
    color: var(--brown);
    text-decoration: none;
    transition: background 0.3s;
    width: 12rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .header-right,
    .nav {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
}

.footer {
    background-color: var(--brown);
    color: #fff;
    min-height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 0;
    gap: 2rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2rem;
}

.footer-logo img {
    width: 8rem;
    height: 8rem;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 1rem;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-contacts {
    display: flex;
    gap: 4rem;
}

.footer-contact-left {
    max-width: 14rem;
}
.footer-contact-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-contacts h3 {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2rem;
}

.footer-contacts p {
    font-size: 1rem;
    font-weight: 300;
}

.footer-socials {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: end;
}

.footer-socials img {
    width: 2.2rem;
    height: 2.2rem;
}

.foot-txt {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-bottom {
    border-top: 0.05rem solid rgba(255, 255, 255, 0.3);
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #d5c0a5;
    font-size: 1rem;
}

.footer-bottom a {
    color: #e7d6c0;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

@media (max-width: 48rem) {
    .footer {
        display: flex;
        flex-direction: column;
    }

    .footer-container {
        flex-direction: column;
        align-items: start;
    }

    .footer-contacts {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }
}

/* Modal window */
.contact-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
}

.contact-modal-content {
    background-color: var(--light-bg);
    padding: 4rem;
    min-height: 30rem;
    width: 65%;
    position: relative;
    text-align: center;
    background-image: url("/images/main-lotus.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-modal-content h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--brown);
    font-weight: 300;
}

.contact-modal-content p {
    font-size: 1rem;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: start;
}

.contact-form input {
    padding: 0 0.9rem;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    width: 100%;
    height: 3rem;
}

.btn-primary {
    background-color: var(--light-brown);
    color: #fff;
    font-size: 0.9rem;
    width: 15rem;
    height: 3rem;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.btn-primary:hover {
    background-color: var(--brown);
}

.form-note {
    font-size: 0.9rem;
    color: var(--light-brown);
}

/* main sections */
section {
    margin-bottom: 4rem;
    width: 100%;
}

.content,
.header-container {
    width: 90%;
    margin: 0 auto;
}

.bootom-remove {
    margin-bottom: 0;
}

/* hero section */
.hero {
    height: 100%;
    min-height: 38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin-top: 6rem;
}

.hero-overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.hero p {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 1.2rem;
    max-width: 35rem;
    margin: 0 auto;
    font-weight: 300;
}

.hero h1 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 200;
    max-width: 45rem;
    margin: 0 auto;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.hero-btn {
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    border-radius: 0.6rem;
    font-size: 1rem;
    font-weight: 300;
    transition: all 0.3s ease;
    width: 21rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-btn:hover {
    background: white;
    color: var(--brown);
}

/* about-section */

.about-section {
    display: flex;
    justify-content: center;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.about-image {
    width: 20rem;
    height: 28rem;
    object-fit: cover;
}
.about-image-two {
    width: 24rem;
    height: 36rem;
    object-fit: cover;
}

.about-content {
    max-width: 45rem;
    text-align: left;
    font-weight: 400;
    /*height: 28rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.about-content h2 {
    color: var(--brown);
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.about-content p,
.about-content li {
    font-size: 1rem;
}

.about-content ul {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-left: 1.5rem;
}

.about-btn {
    background: var(--light-brown);
    color: white;
    text-decoration: none;
    border-radius: 0.6rem;
    font-size: 1rem;
    font-weight: 300;
    transition: all 0.3s ease;
    width: 18rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/* services */
.services-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.services-content p {
    font-size: 1.1rem;
    text-align: center;
    max-width: 44rem;
    color: var(--light-brown);
}

.services-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
}

.service-card {
    max-width: 18rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
    width: 18rem;
    height: 22rem;
    object-fit: cover;
    border-top-right-radius: 50% 35%;
    border-top-left-radius: 50% 35%;
}

.service-card h2 {
    font-size: 1.2rem;
    color: var(--light-brown);
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.line {
    width: 100%;
    height: 0.1rem;
    background-color: var(--light-brown);
}

.service-card p {
    font-size: 0.95rem;
    color: grey;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-0.5rem);
}

/* benefits */
.benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: -2rem;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -6rem;
    position: relative;
}

.row.lower {
    margin-top: -5rem;
    opacity: 0.5;
}

.circle {
    position: relative;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(135deg, #a58c54 0%, #f2e2be 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 20px rgba(165, 140, 84, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.circle h3 {
    font-size: 1.2rem;
    color: var(--light-brown);
    font-weight: 400;
    font-family: "Merriweather", serif;
}

.circle p {
    font-size: 0.9rem;
    color: var(--light-brown);
}

.circle.center {
    background: transparent;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(180deg, #a58c54, #f2e2be);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.circle.center img {
    width: 16rem;
}
.text-center {
    text-align: center;
}
.center-text {
    font-size: 1rem;
    color: #a8a8a8;
}
.result p {
    margin-top: 1rem;
    font-size: 0.9rem!important;
}

.circle.highlight {
    background-image: url("../images/back.jpg"),
        linear-gradient(180deg, #a58c54, #f2e2be);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
}

/* franchise  */

.studio {
    width: 100%;
    min-height: 38rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studio-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    max-width: 68rem;
    height: 30rem;
}

.studio-img {
    width: 25rem;
    height: 30rem;
    border-top-right-radius: 60% 50%;
    border-bottom-right-radius: 60% 50%;
}

.studio-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.studio-info h2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: var(--brown);
    text-transform: uppercase;
}

.studio-info p {
    font-size: 1rem;
    color: var(--brown);
    margin-bottom: 0.5rem;
}

.studio-info ul {
    list-style: disc;
    padding-left: 2rem;
    color: var(--brown);
}

.studio-info ul li {
    margin-bottom: 0.1rem;
}

.studio-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.studio-btn-main {
    background-color: var(--light-brown);
    width: 100%;
    height: 3.2rem;
    color: #fff;
    border: none;
    font-size: 1rem;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 30rem;
}

.studio-btn-main:hover {
    background-color: #8c6846;
}

.studio-btn-outline {
    text-transform: uppercase;
    background: transparent;
    border: 1px solid var(--light-brown);
    color: var(--brown);
    width: 30rem;
    height: 3.2rem;
    font-size: 1rem;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studio-btn-outline:hover {
    background-color: white;
}

.studio-star {
    font-size: 2rem;
    color: var(--light-brown);
}

/* testimonials */
.testimonials {
    background-image: url("../images/main-feedback.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 24rem;
}

.testimonials-container {
    height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonials h2 {
    color: var(--brown);
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
}

.arrow {
    background: none;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.arrow:hover {
    transform: scale(1.1);
}

.testimonial-content {
    flex: 1;
    max-width: 55rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.testimonial-content p {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.rev_author {
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-family: "Merriweather", serif;
    font-size: 1.2rem;
}

/* news */

.news-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.news h2 {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.news-card:hover {
    transform: translateY(-0.5rem);
}

.news-img {
    position: relative;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover img {
    transform: scale(1.05);
}

.news-date {
    position: absolute;
    top: 0rem;
    right: 0rem;
    background: #a99058;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    height: 2.5rem;
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 1.5rem;
}

.news-card {
    cursor: pointer;
    min-height: 20rem;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.news-card h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: var(--brown);
    font-weight: 400;
    font-family: "Merriweather", serif;
}

.news-card p {
    font-size: 0.95rem;
    color: #353433;
}

.btn-more {
    background-color: var(--light-brown);
    color: #fff;
    border: none;
    font-size: 1rem;
    width: 25rem;
    height: 3.2rem;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.btn-more:hover {
    background-color: #8c6846;
}

/* pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.page-number,
.page-arrow {
    width: 2.3rem;
    height: 2.3rem;
    border: 0px;
    background: transparent;
    color: var(--brown);
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-number:hover {
    width: 2.3rem;
    height: 2.3rem;
    background-color: var(--light-brown);
    color: #fff;
    border-color: var(--light-brown);
}

.page-number.active {
    width: 2.3rem;
    height: 2.3rem;
    background-color: var(--light-brown);
    color: #fff;
    pointer-events: none;
}

.pagination:hover .page-number.active {
    background-color: transparent;
    color: var(--brown);
    border-color: transparent;
}

.pagination:hover .page-number:hover {
    background-color: var(--light-brown);
    color: #fff;
    border-color: var(--light-brown);
}

.page-arrow-img {
    width: 1.6rem;
    height: 1.6rem;
}

/* request-section */
.request-section {
    background-image: url("../images/try.png");
    min-height: 24rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-color: var(--light-bg);
}

.request-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem 0;
    min-height: 24rem;
}

.request-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.request-text:nth-child(1) {
    max-width: 38rem;
    margin: 0 auto;
}

.request-content h2 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--brown);
    text-align: center;
    text-transform: uppercase;
}

.request-content p {
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-family: "Merriweather", serif;
}

.request-policy {
    color: var(--brown);
    font-size: 0.9rem;
}

.request-form {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.request-input {
    width: 20rem;
    height: 3.2rem;
    border: none;
    padding: 0 1rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    outline: none;
}

.request-input::placeholder {
    color: gray;
}

.request-button {
    outline: none;
    border: none;
    background-color: #a87d55;
    color: #fff;
    width: 20rem;
    height: 3.2rem;
    font-size: 0.9rem;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.request-button:hover {
    background-color: #8c6846;
}

/* contact section */
.contacts {
    color: var(--light-brown);
}

.contacts-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contacts-container h2 {
    color: var(--brown);
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: uppercase;
}

.contacts-box {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: start;
}

.contacts-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.contact-left div {
    font-family: "Merriweather", serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 400;
}

.contact-left p {
    font-size: 1rem;
    color: black;
}

.contact-socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-social-img {
    width: 2rem;
    height: 2rem;
    transition: transform 0.3s ease;
}

.contact-social-img:hover {
    transform: scale(1.1);
}

.contacts-map {
    width: 45rem;
    height: 26rem;
    border: none;
}

/* head section for all */
.head-all {
    min-height: 16rem;
    background-image: url("../images/head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 6.5rem;
}

.head-all.rem-bottom {
    margin-bottom: -1px;
}

.rem-bot {
    margin-bottom: 2rem;
}

.head-all-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    min-height: 16rem;
}

.head-link {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: start;
    width: 100%;
}

.head-link a {
    color: white;
    font-size: 1rem;
    font-weight: 300;
}

.head-all h1 {
    font-size: 2.4rem;
    font-weight: 400;
    max-width: 65rem;
    text-transform: uppercase;
    text-align: center;
}

/* history section  */
.history-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.history-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.history-text h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--brown);
    text-transform: uppercase;
}

.his-txt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.his-txt div {
    font-style: italic;
    font-weight: 400;
    color: var(--brown);
    font-size: 1.3rem;
    font-family: "Merriweather", serif;
}

.history-text p {
    color: var(--brown);
    font-size: 1rem;
}

.history-images {
    display: flex;
    gap: 1.5rem;
}

.history-images img {
    width: 22rem;
    height: 30rem;
    object-fit: cover;
}

.history-image2 {
    margin-top: 3rem;
}

/* family-section */
.family-section {
    margin-top: 6rem;
}

.family-container {
    display: flex;
    flex-direction: column;
}

.family-card {
    height: 22rem;
    background-color: var(--light-bg);
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    overflow: visible;
    gap: 2rem;
    border-radius: 8rem 8rem 0 0;
    border: 1px solid var(--light-brown);
    margin-bottom: 8rem;
}

.family-card:last-child {
    margin-bottom: 0rem;
}

.family-card.reverse {
    justify-content: flex-end;
    color: white;
    background-color: var(--light-brown);
}

.family-img {
    width: 25rem;
    height: 26rem;
    object-fit: cover;
    border-top-left-radius: 60% 50%;
    border-top-right-radius: 60% 50%;
}

.family-text {
    display: flex;
    flex-direction: column;
    width: 55%;
    height: 100%;
    align-items: start;
    justify-content: center;
    gap: 2rem;
}

.family-text h2 {
    font-size: 2rem;
    color: var(--brown);
    text-transform: uppercase;
    font-weight: 400;
}
.family-text.reverse h2 {
    color: white;
}

.family-text p {
    font-size: 1rem;
    color: var(--brown);
    font-weight: 400;
}
.family-text.reverse p {
    color: white;
}

/* future-today section */
.future-section {
    text-align: center;
}

.future-section h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--brown);
    margin-bottom: 2rem;
}

.future-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.future-card {
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.future-card img {
    width: 100%;
    height: 19rem;
    object-fit: cover;
}

.future-card h3 {
    font-family: "Merriweather", serif;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
}

.underline {
    width: 100%;
    height: 0.08rem;
    background-color: #a99058;
}

.future-card p {
    font-size: 1rem;
    margin-bottom: 0.7rem;
}

.new {
    text-align: start;
}

.new h3 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 300;
}

.course-item div {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    font-weight: 300;
}

.course-item ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.course-item ul li {
    font-size: 1rem;
    margin-bottom: 0.1rem;
}

/* franchise-section */
.thrive-franchise {
    background-color: var(--light-bg);
    width: 100%;
    height: 24rem;
    margin-bottom: 11rem;
}

.thrive-franchise-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    overflow: visible;
    height: 24rem;
    gap: 1.5rem;
}

.thrive-franchise-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    height: 24rem;
}

.thrive-franchise-text h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 30rem;
}

.thrive-franchise-text p {
    font-size: 1rem;
    max-width: 45rem;
}

.btn-brown {
    background-color: var(--light-brown);
    color: #fff;
    border: none;
    font-size: 1rem;
    height: 3.2rem;
    width: 20rem;
    border-radius: 0.6rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-img {
    border-bottom-left-radius: 20rem;
    border-bottom-right-radius: 20rem;
    height: 34rem;
    width: 34rem;
}

/* slider section */
.relax-scroll {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
}

.scroll-container {
    display: flex;
    gap: 2rem;
    width: max-content;
    padding: 0 1rem;
}

.scroll-container img {
    height: 24rem;
    width: 26rem;
    flex-shrink: 0;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.scroll-container img:hover {
    transform: scale(1.03);
}

.relax-scroll::-webkit-scrollbar {
    height: 0;
}

/* circle section */
.flex {
    display: flex;
    justify-content: space-between;
}
.wrap {
    flex-wrap: wrap;
}
.circles {
    padding: 0 1.5rem;
}
.new_circle {
    width: 33.333%;
    height: 25.666rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.new_circle:after {
    position: absolute;
    content: "";
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    left: -1.5rem;
    top: -1.5rem;
    border: 1px solid #a58c54;
    border-radius: 50%;
    background: linear-gradient(to top, #ffffffad, transparent);
}
.new_circle:before {
    position: absolute;
    content: "";
    bottom: -1.6rem;
    left: 0;
    right: 0;
    height: 90%;
    background: linear-gradient(to top, #ffffffad, transparent);
    z-index: 1;
}
.new_circle:nth-child(4),
.new_circle:nth-child(6) {
    z-index: 3;
}
.new_circle:nth-child(5) {
    z-index: 2;
}

.new_circle_bg {
    position: absolute;
    content: "";
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    left: -1.5rem;
    top: -1.5rem;
    border: 1px solid #a58c54;
    border-radius: 50%;
    z-index: 0;
    background-image: url("../images/new_circle_bg.jpg");
    background-size: cover;
    background-position: center center;
}
.new_circle_box {
    position: relative;
    z-index: 5;
    color: #6a4d3b;
    text-align: center;
    font-weight: 300;
    padding: 0 1rem;
}
.circle_logo {
    width: 12.5rem;
}
.full {
    display: block;
    width: 100%;
}
.new_cirlce_title {
    font-family: Merriweather, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}
.new_cirlce_text {
    font-size: 0.95rem;
}
#benefits {
    padding-top: 3rem;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.new_franchise_img {
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
    overflow: hidden;
}
.new_franchise_row {
    align-items: flex-start;
}

/* pilates-section */
.pilates-section {
    min-height: 40rem;
    background-image: url("../images/why-plates.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    justify-content: center;
}

.pilates-content {
    padding: 4rem 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.pilates-content h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    width: 80%;
}

.pilates-boxes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
}

.pilates-item {
    width: 18rem;
    /* height: 15rem; */
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
}

.pilates-item.sec {
    position: relative;
    top: 4rem;
}
.pilates-item.thrd {
    position: relative;
    top: 8rem;
}
.pilates-item.forth {
    position: relative;
    top: 12rem;
}

.pilates-item h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.pilates-item div {
    font-size: 1.2rem;
    font-style: italic;
    font-family: "Merriweather", serif;
    font-weight: 400;
}

.pilates-item p {
    font-size: 0.95rem;
}

/* support section */
.support-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.support-content h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--brown);
    text-align: center;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
}

.support-item {
    width: 100%;
    background-image: url("../images/brown-wood.jpg");
    background-size: cover;
    background-position: center;
    min-height: 18rem;
}

.support-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-text {
    background-color: var(--brown);
    color: #fff;
    padding: 3rem;
}

.support-text h3 {
    font-style: italic;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.support-text ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.support-text ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 300;
}

/* services section */

.therapy-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.therapy-wrapper h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--brown);
}

.therapy-block {
    display: flex;
    align-items: center;
    min-height: 20rem;
}

.therapy-text {
    background-color: var(--light-bg);
    color: var(--brown);
    border-top-left-radius: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid var(--light-brown);
    width: 36rem;
    min-height: 26rem;
    padding: 2rem;
}
.therapy-img {
    width: 50rem;
    height: 26rem;
    object-fit: cover;
}

.therapy-text h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--brown);
    font-weight: 400;
    text-align: center;
}

.therapy-text p {
    font-size: 1rem;
}

.therapy-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.therapy-main-btn {
    background-color: var(--light-brown);
    color: #fff;
    border: none;
    height: 3.2rem;
    border-radius: 0.6rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.therapy-main-btn:hover {
    background-color: #8c6846;
}

.therapy-outline-btn {
    background: transparent;
    border: 0.08rem solid var(--light-brown);
    font-size: 0.9rem;
    color: var(--brown);
    height: 3.2rem;
    border-radius: 0.6rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.therapy-outline-btn:hover {
    background-color: #fff;
}

.therapy-outline-btn span {
    font-size: 1.8rem;
    color: var(--light-brown);
}

/* acupuncture section */
.acupuncture {
    margin-top: -1px;
}

.acupuncture-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.acupuncture-img-wrapper {
    display: flex;
    align-items: end;
}

.acupuncture-img-wrapper div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a99058;
    color: white;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    border-radius: 50rem;
    height: 12rem;
    width: 12rem;
    position: relative;
    right: 6rem;
    bottom: 3rem;
}

.acupuncture-img {
    width: 30rem;
    height: 30rem;
    object-fit: cover;
    border-bottom-left-radius: 20rem;
    border-bottom-right-radius: 20rem;
}
.acupuncture-img.rev {
    width: 28rem;
    height: 32rem;
    border-top-left-radius: 20rem;
    border-top-right-radius: 20rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.acupuncture-content {
    color: var(--brown);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.acupuncture-content.mar {
    position: relative;
    right: 6rem;
}

.acupuncture-content p {
    font-size: 1rem;
}

.about-ser {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.acupuncture-content span {
    font-style: italic;
    font-weight: 400;
    font-family: "Merriweather", serif;
    font-size: 1.2rem;
}

.acupuncture-content ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.acupuncture-content ul li {
    font-size: 1rem;
}

.acupuncture-btn {
    background-color: var(--light-brown);
    color: #fff;
    border: none;
    height: 3rem;
    width: 25rem;
    border-radius: 0.6rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acupuncture-btn:hover {
    background-color: #8c6846;
}

/* wellness section */
.wellness-article {
    font-size: 1rem;
}

.wellness-container {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    max-width: 80%;
    margin: 0 auto;
}

.wellness-hero {
    position: relative;
}

.wellness-hero img {
    width: 100%;
    object-fit: cover;
}

.wellness-date {
    position: absolute;
    top: 0rem;
    right: 0rem;
    background: #a99058;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 3rem;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 1.5rem;
    font-family: "Merriweather", serif;
    font-style: italic;
}

.wellness-section h3 {
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: "Merriweather", serif;
}

.wellness-section ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.wellness-section li {
    margin-bottom: 0.1rem;
    margin-left: 1.2rem;
}

.wellness-images {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    /*margin-top: 2rem;*/
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.wellness-images img {
    width: calc(50% - 0.5rem);
    object-fit: cover;
}

.mob-img-about {
    display: none;
}
/*@media (max-width: 992px) {*/
/*    html {*/
/*        font-size: 13px !important;*/
/*    }*/
/*}*/

@media (max-width: 435px) {
    .hero {
        min-height: 43rem;
    }
    .hero h1 {
        font-size: 2.8rem;
    }
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    .hero-btn {
        width: 100%;
    }
    .about-container {
        flex-direction: column;
    }
    .about-image,
    .about-image-two {
        display: none;
    }
    .about-btn {
        width: 100%;
    }
    .mob-img-about {
        display: flex;
        gap: 1rem;
        width: 100%;
    }
    .mob-img-about-image {
        display: flex;
        width: 48%;
        height: 20rem;
        object-fit: cover;
    }

    .services-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 1rem;
    }
    .service-card {
        min-height: 28rem;
    }
    .service-card h2 {
        display: flex;
        gap: 0.2rem;
        flex-wrap: nowrap;
        font-size: 0.95rem;
        justify-content: center;
    }
    .service-card img {
        width: 100%;
        height: 16rem;
    }

    .studio {
        background-image: none;
    }
    .studio-wrapper {
        flex-direction: column;
        min-height: 55rem;
        gap: 2rem;
    }
    .studio-img {
        width: 100%;
        height: 26rem;
        object-fit: cover;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    .studio-info {
        gap: 1.2rem;
    }

    .arrow {
        font-size: 2rem;
    }

    .news-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .btn-more {
        width: 100%;
    }

    .request-form {
        flex-direction: column;
        width: 100%;
    }
    .request-input {
        width: 100%;
    }
    .request-button {
        width: 100%;
    }

    .contacts-box {
        flex-direction: column-reverse;
    }
    .contacts-map {
        width: 100%;
    }

    .studio-info h2 {
        font-size: 1.9rem;
    }
    .studio-btn-main {
        width: 100%;
    }
    .studio-btn-outline {
        width: 100%;
    }

    .arrow img {
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 435px) {
    .head-all h1 {
        font-size: 1.9rem;
    }
    .history-container {
        display: flex;
        flex-direction: column;
    }
    .family-card {
        flex-direction: column;
    }

    .history-images {
        display: flex;
        gap: 1rem;
    }

    .history-images img {
        width: 48%;
        height: 20rem;
        object-fit: cover;
    }

    .history-image2 {
        margin-top: 2rem;
    }

    .family-container {
        margin-top: 1rem;
    }
    .family-text h2 {
        font-size: 1.5rem;
    }
    .family-card {
        flex-direction: column;
        height: 45rem;
        margin-bottom: 5rem;
        gap: 0;
        background-color: white;
        border: none;
        z-index: -2;
    }
    .family-text {
        padding: 1.6rem;
        gap: 1rem;
        width: 100%;
        border-radius: 0 8rem 0 0;
        background-color: var(--light-bg);
        border: 1px solid var(--light-brown);
        position: relative;
        bottom: 8rem;
    }
    .family-img {
        position: relative;
        width: 100%;
        height: 30rem;
        z-index: -1;
    }
    .family-card.reverse {
        flex-direction: column-reverse;
        background-color: transparent;
        border: none;
    }
    .family-text.reverse {
        border-radius: 8rem 0 0 0;
        color: var(--brown);
        background-color: var(--light-brown);
        border: 1px solid var(--brown);
    }
    .family-text.reverse h2 {
        text-align: end;
    }

    .future-wrapper {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .future-card {
        max-width: 100%;
    }
}

@media (max-width: 435px) {
    .thrive-franchise {
        background-color: var(--light-bg);
        width: 100%;
        min-height: 45rem;
        display: flex;
        justify-content: start;
        margin-bottom: 4rem;
    }
    .thrive-franchise-container {
        flex-direction: column-reverse;
        justify-content: center;
        min-height: 45rem;
    }
    .thrive-franchise-text {
        width: 100%;
        gap: 1rem;
        height: 20rem;
        justify-content: start;
        padding-bottom: 2rem;
    }
    .franchise-img {
        border-bottom-left-radius: 20rem;
        border-bottom-right-radius: 20rem;
        height: 33rem;
        width: 100%;
    }
    .thrive-franchise-text h2 {
        width: 100%;
    }

    .pilates-section {
        background-image: url("/images/plate-mob-img.jpg");
    }
    .pilates-boxes {
        flex-direction: column;
        gap: 2rem;
    }
    .pilates-item,
    .pilates-item.sec,
    .pilates-item.thrd,
    .pilates-item.forth {
        top: 0;
        gap: 1.5rem;
    }
    .pilates-content h2,
    .pilates-item {
        width: 100%;
    }
    .pilates-item h3 {
        font-size: 2.2rem;
    }
    .pilates-item div {
        font-size: 1.3rem;
    }
    .pilates-item p {
        font-size: 1.1rem;
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-text:nth-child(2) {
        order: 4;
    }
    .support-item.fr {
        order: 4;
    }
    .future-section h2 {
        font-size: 1.9rem;
    }

    .contact-modal-content {
        padding: 2rem 1rem;
        width: 85%;
    }
    .contact-modal-content h2 {
        font-size: 1.8rem;
    }
    .btn-primary {
        width: 100%;
    }
    .form-note {
        text-align: start;
    }

    .therapy-block {
        flex-direction: column;
        gap: 0rem;
    }
    .therapy-text {
        width: 100%;
        min-height: 26rem;
    }
    .therapy-img {
        width: 100%;
        height: 20rem;
        object-fit: cover;
    }

    .acupuncture-container {
        flex-direction: column;
    }
    .acupuncture-img {
        width: 100%;
        height: 28rem;
        object-fit: cover;
    }
    .acupuncture-btn {
        width: 100%;
    }

    .acupuncture {
        position: relative;
        bottom: 10rem;
        margin-bottom: -6rem;
    }
    .acupuncture-img-wrapper {
        align-items: start;
        flex-direction: column-reverse;
    }
    .acupuncture-img-wrapper div {
        right: 0;
        bottom: 0;
        top: 11rem;
        height: 11rem;
        width: 11rem;
    }
    .acupuncture-content.mar {
        right: 0;
    }
    .acupuncture-img.rev {
        width: 100%;
    }

    .head-link {
        flex-wrap: wrap;
    }
    .wellness-hero img {
        height: 18rem;
    }
    .wellness-date {
        width: 14rem;
    }
    .wellness-container {
        max-width: 90%;
    }
    .wellness-images {
        flex-direction: column;
    }
    .wellness-images img {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .service-card img {
        height: 14.5rem;
    }
    .history-images img {
        height: 18rem;
    }
}

#contactModal .result p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.btn_submit:disabled{
    opacity: 0.6;
    pointer-events: none;
}
.footer-contacts a{
    color: white;
}
.footer-contacts a:hover{
    text-decoration: underline;
}
.page{
    padding-bottom: 4rem;
}
.page ul{
    margin-left: 3rem;
    margin-top: 1rem;
}
.page ul a, .contacts-info a{
    color: black;
}
.contacts-info a:hover{
    text-decoration: underline;
}
.page ul li{
    margin-bottom: 0.3rem;
}

.page_text img{
    max-width: 100%;
    max-width: 100%;
    height: auto!important;
}
@media screen and (max-width:1050px) {
    .page_text img{
        width: 100%!important;
        margin: 0!important;
        margin-bottom: 1.5rem!important;
    }
}
.page_text p, .page_text img, .page_text ol, .page_text ul, .page_text table {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.page_text table{
    width: 100%!important;
    border-collapse: collapse!important;
    border: none!important;
}
.page_text table td, .page_text table th{
    border: 1px solid #0072ac!important;
    padding: 1rem!important;
}
.page_text ul, .page_text ol{
    /*margin-bottom: 1rem;*/
    /*margin-left: 3rem;*/
}
.page_text li{
    margin-bottom: 0.5rem;
}
.page_text li:last-child{
    margin-bottom: 0;
}


.page_text ul, .page_text ol{
    margin-left: 2.5rem;
    padding: 0;
}
.page_text h1, .page_text h2, .page_text h3, .page_text h4, .page_text h5, .page_text h6{
    margin-bottom: 1rem;
}
.page_text a{
    color: #6a4d3b;
    text-decoration: underline;
}
.page_text a:hover{
    text-decoration: none;
}
.nav a{
    transition: all 0.35s;
}
.nav a:hover, .nav a.active{
    opacity: 0.6;
}
.footer-links a.active{
    opacity: 0.6;
}