/* 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;
    }
    .choose__wrapper {
        gap: 0 20px;
    }
    .choose__item {
        width: calc(50% - 10px);
    }
    .form__input,
    .nice-select {
        height: 48px;
    }
    .form__input--pl {
        padding-left: 44px;
    }
    .form__input__icon {
        width: 22px;
        height: 22px;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-1 {
        font-size: 40px !important;
    }
    .fs-2 {
        font-size: 32px !important;
    }
    .fs-3 {
        font-size: 28px !important;
    }
    .section-padding {
        padding: 64px 0;
    }
    .logo {
        max-width: 112px;
    }
    .mobile-menu-open,
    .mobile-menu-close {
        font-size: 24px;
    }
    .hero--section {
        padding: 200px 0 48px;
    }
    .hero__scroll {
        margin-top: 96px;
    }
    .choose__item__title {
        font-size: 24px;
    }
    .solution__thumb__box {
        max-width: 550px;
        width: 100%;
    }
    .form--contact {
        padding: 24px;
    }
    .cta__banner {
        padding: 30px;
        border-radius: 24px;
    }
    .cta__thumb {
        max-width: 138px;
        right: 10%;
    }
    .footer--area {
        padding: 64px 0 32px;
    }
    .footer--topSpace {
        padding-top: 174px;
    }
    .footer__content {
        gap: 64px;
    }
    .widget--footer {
        max-width: 290px;
        width: 100%;
    }
    .footer__legal__wrap {
        gap: 40px;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 48px !important;
    }
    .fs-2 {
        font-size: 40px !important;
    }
    .fs-3 {
        font-size: 32px !important;
    }
    .btn--common {
        height: 52px;
    }

    .header--area {
        padding: 24px 0;
    }
    .choose__item__icon {
        width: 80px;
        height: 80px;
    }
    .choose__item__icon__image {
        width: 30px;
    }
    .choose__item {
        padding: 24px 0;
    }
    .choose__item {
        gap: 26px;
    }
    .card,
    .card--bottomGradient::before,
    .card--bottomGradient::after {
        border-radius: 24px;
    }
    .card__thumb {
        border-radius: 16px;
    }
    .card__thumb {
        height: 272px;
    }
    .contact__item {
        gap: 12px;
    }
    .contact__icon {
        width: 40px;
        height: 40px;
    }
    .contact__icon svg,
    .contact__icon img {
        width: 22px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    body,
    .body-font-18,
    .body-font-20 {
        font-size: 18px;
    }

    .fs-1 {
        font-size: 56px !important;
    }
    .fs-2 {
        font-size: 48px !important;
    }
    .fs-3 {
        font-size: 36px !important;
    }
    .btn--common {
        height: 58px;
        padding: 10px 26px;
        font-size: 18px;
        border-radius: 16px;
    }
    .btn--gradient::before,
    .btn--gradient::after,
    .btn--white::after {
        border-radius: inherit;
    }
    .section-padding {
        padding: 80px 0;
    }

    .hero__button__item .btn {
        font-size: 16px;
    }
    .about__thumb__box {
        padding: 5px;
    }
    .about__thumb {
        max-width: 600px;
    }
    .choose__wrapper {
        gap: 0 40px;
    }
    .choose__item {
        width: calc(25% - 30px);
    }
    .choose__item__title {
        font-size: 28px;
    }
    .form--contact {
        padding: 32px;
    }
    .form__input,
    .nice-select {
        height: 52px;
    }
    .form__input--pl {
        padding-left: 46px;
    }
    .form__input__icon {
        width: 24px;
        height: 24px;
    }
    .btn--common {
        height: 60px;
        padding: 10px 37px;
    }
    .footer--area {
        padding: 80px 0 32px;
    }
    .footer__head {
        max-width: 316px;
        width: 100%;
    }
    .footer--topSpace {
        padding-top: 200px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1344px;
        width: 100%;
    }

    .fs-1 {
        font-size: 64px !important;
    }
    .fs-2 {
        font-size: 56px !important;
    }

    .logo {
        max-width: 130px;
    }
    .hero--section {
        padding: 264px 0 48px;
    }
    .hero__scroll {
        margin-top: 140px;
    }
    .choose__item__icon {
        width: 90px;
        height: 90px;
    }
    .choose__item__icon__image {
        width: 32px;
    }
    .card__thumb {
        height: 330px;
    }
    .cta__banner {
        padding: 40px;
        border-radius: 30px;
    }
    .footer__content {
        gap: 72px;
    }
}

@media only screen and (min-width: 1600px) {
    body,
    .body-font-20 {
        font-size: 20px;
    }

    .fs-1 {
        font-size: 72px !important;
    }
    .fs-2 {
        font-size: 64px !important;
    }

    .logo {
        max-width: 150px;
    }
    .hero__button__item .btn {
        height: 64px;
    }
    .choose__item__title {
        font-size: 32px;
    }
    .choose__item {
        padding: 30px 0;
    }
    .choose__item {
        gap: 32px;
    }
    .contact__icon {
        width: 44px;
        height: 44px;
    }
    .contact__icon svg,
    .contact__icon img {
        width: 24px;
    }
    .footer__content {
        gap: 82px;
    }
}
