/* Extra Small Device */
@media only screen and (max-width: 430px) {
    .mobile-menu .offcanvas-start {
        width: 100%;
    }
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 12px;
    }

    .card--treatment .card__thumb {
        height: 400px;
        margin-bottom: 24px;
    }
    .card--team .card__thumb {
        height: 372px;
        border-radius: 16px;
    }
    .team__slider .swiper-slide {
        max-width: 300px;
    }
    .legal__item {
        padding: 0 16px;
    }
    .legal__item::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 18px;
        background-color: var(--black);
    }
    .legal__item:last-child::after {
        display: none;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-1 {
        font-size: 48px !important;
    }
    .fs-2 {
        font-size: 44px !important;
    }
    .fs-3 {
        font-size: 40px !important;
    }
    .fs-4 {
        font-size: 36px !important;
    }

    .logo--header {
        max-width: 128px;
    }
    .treatments--section,
    .together--section,
    .quick-links--section,
    .team--section,
    .contact__content {
        padding: 64px 0;
    }
    .card--treatment {
        padding: 0;
        border-bottom: none;
    }
    .together__thumbs {
        margin-bottom: 48px;
    }
    .quick-links__items {
        padding: 0 32px;
        border-bottom: none;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .contact__item {
        gap: 12px;
    }
    .contact__icon {
        width: 20px;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 56px !important;
    }
    .fs-2 {
        font-size: 48px !important;
    }
    .fs-3 {
        font-size: 44px !important;
    }
    .fs-4 {
        font-size: 40px !important;
    }

    .header--area {
        border: none;
    }
    .logo--header {
        max-width: 144px;
    }
    .hero__content {
        padding: 188px 0 128px;
    }
    .card--treatment .card__title {
        font-size: 28px;
    }
    .card--team .card__title {
        font-size: 24px;
    }
    .card--treatment .card__thumb {
        height: 456px;
        margin-bottom: 30px;
    }
    .together__thumbs {
        margin-bottom: 0;
    }
    .quick-links__items {
        padding: 0 48px;
    }
    .quick-links__title {
        font-size: 24px;
    }
    .team__slider__active::before,
    .team__slider__active::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 128px;
        height: 100%;
        background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            #fff 100%
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            to(#fff)
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            #fff 100%
        );
        z-index: 2;
    }
    .team__slider__active::after {
        right: auto;
        left: 0;
        background: -o-linear-gradient(
            right,
            rgba(255, 255, 255, 0) 0%,
            #fff 100%
        );
        background: -webkit-gradient(
            linear,
            right top,
            left top,
            from(rgba(255, 255, 255, 0)),
            to(#fff)
        );
        background: linear-gradient(
            to left,
            rgba(255, 255, 255, 0) 0%,
            #fff 100%
        );
    }
    .section__para--contact {
        font-size: 20px;
    }
    .form__input {
        height: 56px;
        padding: 14px 24px;
    }
    .form__input--textarea {
        height: 124px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    body {
        font-size: 18px;
        line-height: 1.45;
    }
    .fs-1 {
        font-size: 64px !important;
    }
    .fs-2 {
        font-size: 56px !important;
    }
    .fs-3 {
        font-size: 50px !important;
    }
    .fs-4 {
        font-size: 44px !important;
    }

    .btn {
        min-height: 52px;
        padding: 13px 42px;
        font-size: 15px;
        letter-spacing: 2.6px;
    }
    .btn__icon--arrow svg {
        max-width: 27px;
        height: auto;
    }

    .nav--header {
        padding: 16px 0 0;
    }
    .logo--header {
        max-width: 192px;
    }
    .nav__wrapper--header {
        gap: 44px;
    }
    .treatments--section,
    .together--section,
    .quick-links--section,
    .team--section,
    .contact__content {
        padding: 80px 0;
    }
    .together__content {
        padding-right: 48px;
    }
    .quick-links__items {
        padding: 0 64px;
    }
    .quick-links__title {
        font-size: 28px;
    }
    .contact__wrapper {
        padding-left: 16px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        width: 1320px;
    }

    .fs-1 {
        font-size: 72px !important;
    }
    .fs-2 {
        font-size: 64px !important;
    }
    .fs-3 {
        font-size: 56px !important;
    }
    .fs-4 {
        font-size: 50px !important;
    }

    .nav--header {
        padding: 20px 0 0;
    }
    .logo--header {
        max-width: 232px;
    }
    .nav__wrapper--header {
        gap: 56px;
    }
    .nav__link--header {
        font-size: 16px;
    }
    .hero__content {
        padding: 232px 0 156px;
    }
    .treatments__cards__row.gx-3 {
        --bs-gutter-x: 20px;
    }
    .card--treatment .card__thumb {
        margin-bottom: 36px;
    }
    .card--treatment .card__title {
        font-size: 32px;
    }
    .together__content {
        padding-right: 72px;
    }
    .quick-links__items {
        padding: 0 80px;
    }
    .quick-links__title {
        font-size: 32px;
    }
    .quick-links__items .link {
        font-size: 20px;
    }
    .card--team .card__title {
        font-size: 26px;
    }
    .team--section,
    .contact__content {
        padding: 108px 0;
    }
    .team__slider__active::before,
    .team__slider__active::after {
        width: 230px;
    }
    .section__para--contact {
        font-size: 24px;
    }
    .contact__wrapper {
        padding-left: 32px;
    }
    .form__input {
        height: 64px;
        padding: 16px 30px;
    }
    .form__input--textarea {
        height: 148px;
    }
    .logo--footer {
        max-width: 200px;
    }
}

/* XXL Device. */
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1360px;
        width: 100%;
    }

    .fs-1 {
        font-size: 80px !important;
    }
    .fs-2 {
        font-size: 70px !important;
    }
    .fs-3 {
        font-size: 60px !important;
    }

    .logo--header {
        max-width: 280px;
    }
    .hero__content {
        padding: 232px 0 180px;
    }
    .together__content {
        padding-right: 96px;
    }
    .quick-links__title {
        font-size: 37px;
    }
    .contact__wrapper {
        padding-left: 52px;
    }
}