/* Extra Small Device */
@media only screen and (max-width: 430px) {
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 12px;
    }

    .fs-1 {
        font-size: 32px !important;
    }

    .logo--header {
        max-width: 158px;
    }
    .mobile-menu-open,
    .mobile-menu-close {
        font-size: 24px;
    }
    .hero__inner,
    .training--section,
    .contentBlock--section,
    .newsletter--section,
    .blog--section,
    .review--section {
        padding: 64px 0;
    }
    .contentBlock__thumb__inner {
        height: 400px;
        padding: 16px;
        border-radius: 0 60px 60px 60px;
        margin-bottom: 112px;
    }
    .contentBlock__thumb__image {
        border-radius: 0 52px 52px 52px;
    }
    .list-card {
        min-width: 288px;
        padding: 20px 16px;
        border-radius: 20px;
    }
    .review__inner::after {
        border-radius: 0 46px 46px 46px;
    }
    .footer__ellipse {
        bottom: 0;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .btn--common {
        padding: 12px 24px;
        height: 54px;
        font-size: 17px;
        border-radius: 0 15px 15px 15px;
    }
    .body__ellipse {
        left: -164px;
        top: -180px;
    }

    .card__thumb {
        height: 280px;
    }
    .card__title,
    .blog__title {
        font-size: 24px;
    }
    .newsletter__input,
    .newsletter__submit {
        height: 48px;
    }
    .newsletter__submit {
        max-width: 204px;
    }
    .blog__item {
        padding: 36px 0;
    }
    .blog__inner {
        padding: 16px 0;
        height: auto;
    }
    .review__inner::after {
        height: calc(100% - 41px);
    }
    .review__item {
        padding: 0 24px 24px;
    }
    .review__thumb {
        width: 82px;
        height: 82px;
        margin-bottom: 22px;
    }
    .review__quote {
        font-size: 192px;
        top: 80px;
        left: 48px;
    }
    .footer__circle__object {
        right: -32px;
    }
    .widget__title {
        font-size: 22px;
    }
    .footer__social__item {
        gap: 12px;
    }
    .footer__social__item .icon {
        width: 38px;
        height: 38px;
        padding: 8px;
    }
    .legal__wrap {
        gap: 36px;
    }
    .footer__wrapper__inner {
        padding-bottom: 44px;
    }
    .footer--area {
        padding: 72px 0 48px;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .header--area {
        border-bottom: none;
    }
    .hero__inner {
        padding: 64px 0 80px;
    }
    .hero__thumb__image {
        border-radius: 0 36px 36px 36px;
    }
    .hero__thumb__top__object {
        top: -15%;
    }
    .training--section {
        padding: 72px 0 88px;
    }
    .training--section .section__para {
        max-width: 436px;
    }
    .card {
        border-radius: 0 32px 32px 32px;
    }
    .card__thumb {
        border-radius: 0 24px 24px 24px;
    }
    .training__cards__row.g-md-4 {
        --bs-gutter-x: 36px;
        --bs-gutter-y: 36px;
    }
    .contentBlock--section {
        padding: 112px 0 96px;
    }

    .contentBlock__content {
        max-width: 540px;
    }
    .contentBlock__thumb__inner {
        max-width: 568px;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 20px;
        margin-bottom: 0;
    }
    .contentBlock--section .list-card--one {
        bottom: 64px;
    }
    .newsletter--section {
        padding: 60px 0 96px;
    }
    .newsletter__input,
    .newsletter__submit {
        height: 58px;
    }
    .newsletter__input {
        padding: 16px 20px;
        border-radius: 20px 0 20px 20px;
    }
    .newsletter__submit {
        border-radius: 0 20px 20px 20px;
    }
    .newsletter__lines {
        bottom: -36px;
    }
    .blog--section {
        padding: 88px 0;
    }
    .review--section {
        padding: 80px 0;
    }
    .review__inner::after {
        border-radius: 0 58px 58px 58px;
    }
    .review--section .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    body {
        font-size: 18px;
    }

    .fs-1 {
        font-size: 40px !important;
    }

    .logo--header {
        max-width: 208px;
    }
    .nav--header {
        gap: 44px;
    }
    .nav__ul {
        gap: 30px;
    }
    .header__tel__btn .icon svg {
        width: 28px;
        height: 28px;
    }
    .hero__inner {
        padding: 80px 0 112px;
    }
    .card__title {
        font-size: 28px;
    }
    .contentBlock--section {
        padding: 148px 0 196px;
    }
    .contentBlock--even {
        padding: 148px 0;
    }
    .contentBlock__thumb__inner {
        border-radius: 0 96px 96px 96px;
    }
    .contentBlock__thumb__image {
        border-radius: 0 88px 88px 88px;
    }
    .newsletter--section {
        padding: 60px 0 130px;
    }
    .blog__item {
        padding: 50px 0;
    }
    .blog--section {
        padding: 112px 0;
    }
    .blog__date {
        font-size: 16px;
    }
    .review__inner::after {
        height: calc(100% - 46px);
    }
    .review__item {
        padding: 0 30px 30px;
    }
    .review__thumb {
        width: 92px;
        height: 92px;
        margin-bottom: 28px;
    }
    .review__quote {
        font-size: 300px;
    }
    .widget__title {
        font-size: 24px;
    }
    .footer--area {
        padding: 104px 0 72px;
    }
    .footer__wrapper__inner {
        padding-bottom: 64px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1264px;
        width: 100%;
    }

    .fs-1 {
        font-size: 46px !important;
    }
    .body__ellipse {
        top: -200px;
    }

    .logo--header {
        max-width: 252px;
    }
    .nav--header {
        gap: 60px;
    }
    .nav__ul {
        gap: 36px;
    }
    .hero__inner {
        padding: 96px 0 164px;
    }
    .hero__thumb__image {
        border-radius: 0 50px 50px 50px;
    }
    .training--section {
        padding: 72px 0 116px;
    }
    .card {
        border-radius: 0 40px 40px 40px;
    }
    .card__thumb {
        border-radius: 0 32px 32px 32px;
    }
    .contentBlock__thumb__inner {
        border-radius: 0 132px 132px 132px;
    }
    .contentBlock__thumb__image {
        border-radius: 0 124px 124px 124px;
    }
    .contentBlock--section .list-card--one {
        bottom: 96px;
        left: -96px;
        transform: unset;
    }
    .contentBlock--even .list-card--one {
        bottom: 72px;
        left: -72px;
        transform: unset;
    }
    .contentBlock--even .list-card--two {
        top: 20%;
        right: -10%;
        transform: unset;
    }
    .newsletter--section {
        padding: 60px 0 164px;
    }
    .newsletter__lines {
        bottom: -72px;
    }
    .blog--section {
        padding: 130px 0;
    }
    .blog__inner {
        padding: 30px 0;
    }
    .review__inner::after {
        border-radius: 0 70px 70px 70px;
    }
    .logo--footer {
        max-width: 266px;
    }
}
