/* 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;
    }

    .about__wrapper {
        padding: 24px;
    }
    .contact__wrapper {
        padding: 24px 24px 32px;
    }
    .contact__details {
        padding: 24px 24px 32px;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-1 {
        font-size: 38px !important;
    }
    .fs-2 {
        font-size: 32px !important;
    }

    .logo--header {
        max-width: 128px;
    }
    .hero--section {
        padding: 74px 0;
    }
    .main__title__sm {
        font-size: 28px;
    }
    .card__content {
        padding: 32px 24px;
    }
    .help--section {
        padding: 64px 0;
    }
    .project--section {
        padding: 64px 0 52px;
    }
    .project--section .swiper-slide {
        width: 360px;
        height: 256px;
    }
    .project__item {
        padding: 20px;
    }
    .project__title {
        font-size: 22px;
    }
    .trust--section {
        padding: 64px 0 16px;
    }
    .about__thumb {
        height: 340px;
        margin-bottom: 32px;
    }
    .testimonial--section .swiper-slide {
        width: 400px;
    }
    .card--testimonial {
        padding: 24px;
        border-radius: 16px;
    }
    .contact__wrapper {
        padding: 40px 40px 56px;
    }
    .form__input {
        height: 56px;
        font-size: 16px;
    }
    .form__input--textarea {
        height: 136px;
    }
    .form__input::placeholder {
        font-size: 16px;
    }
    .footer__contact__label {
        padding-right: 16px;
    }
    .footer__item--logo {
        width: 100%;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 44px !important;
    }
    .fs-2 {
        font-size: 36px !important;
    }

    .sticky-header + * {
        margin-top: 158px;
    }
    .header--area {
        padding: 24px 0;
    }
    .header--area::after {
        content: '';
        position: absolute;
        left: 0;
        top: 88px;
        width: 100%;
        height: 1px;
        background-color: #e8e8e8;
    }
    .logo--header {
        max-width: 160px;
    }
    .main__title__sm {
        font-size: 32px;
    }
    .help__wrapper__row.g-3 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 30px;
    }
    .section__logo__icon {
        max-width: 38px;
        margin-bottom: 28px;
    }
    .help__section__text {
        font-size: 18px;
        margin: 76px auto 0;
    }
    .help--section {
        padding: 64px 0 96px;
    }
    .trust__item__inner {
        box-shadow: unset;
    }
    .trust__item__inner:hover {
        box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    }
    .about__wrapper {
        padding: 32px 24px;
    }
    .about__thumb {
        height: 100%;
        margin-bottom: 0;
    }
    .about__content {
        height: 100%;
        padding: 24px 0;
    }
    .testimonial__text,
    .testimonial__meta {
        padding: 10px;
    }
    .testimonial__text {
        line-height: 2;
    }
    .star__icon {
        width: 24px;
    }
    .ratings {
        font-size: 20px;
    }
    .contact__details {
        height: 400px;
    }
    .footer__wrapper {
        padding: 64px 0;
    }
    .footer__item {
        width: auto;
    }
    .nav--footer {
        gap: 32px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    .fs-1 {
        font-size: 50px !important;
    }

    .sticky-header + * {
        margin-top: 180px;
    }
    .header--area::after {
        top: 104px;
    }
    .logo--header {
        max-width: 224px;
    }
    .nav--header {
        gap: 56px;
        margin-top: 14px;
    }
    .nav__wrapper--header {
        gap: 40px;
    }
    .nav__link--header {
        padding: 5px 0;
    }
    .nav__link--header::after {
        height: 2px;
    }
    .header__button {
        margin-top: 8px;
    }
    .main__title__sm {
        font-size: 36px;
    }
    .card__thumb {
        height: 282px;
    }
    .card__content {
        padding: 32px;
    }
    .project--section .swiper-slide {
        width: 420px;
        height: 320px;
    }
    .project__item {
        padding: 24px;
    }
    .project__title {
        font-size: 26px;
    }
    .trust--section {
        padding: 64px 0 48px;
    }
    .trust__circle {
        width: 144px;
        height: 144px;
    }
    .testimonial--section .swiper-slide {
        width: 500px;
    }
    .contact__wrapper {
        padding: 50px 50px 96px;
    }
    .contact__details {
        padding: 32px 28px 40px;
    }
    .form__wrapper__row.g-lg-4 {
        --bs-gutter-x: 32px;
        --bs-gutter-y: 32px;
    }
    .logo--footer {
        max-width: 188px;
    }
    .nav--footer {
        gap: 56px;
    }
    .footer__contact__label {
        padding-right: 20px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }

    .fs-1 {
        font-size: 56px !important;
    }
    .fs-2 {
        font-size: 40px !important;
    }

    .sticky-header + * {
        margin-top: 188px;
    }
    .header--area {
        padding: 24px 0 20px;
    }
    .header--area::after {
        top: 118px;
    }
    .logo--header {
        max-width: 290px;
    }
    .nav--header {
        gap: 60px;
        margin-top: 22px;
    }
    .header__button {
        margin-top: 16px;
    }
    .main__title__sm {
        font-size: 40px;
    }
    .help--section {
        padding: 64px 0 128px;
    }
    .card__content {
        padding: 40px;
    }
    .help__wrapper__row.g-3 {
        --bs-gutter-y: 40px;
    }
    .help__section__text {
        font-size: 20px;
        line-height: 2.5;
        margin: 104px auto 0;
    }
    .project--section .swiper-slide {
        width: 480px;
        height: 368px;
    }
    .project__item {
        padding: 28px;
    }
    .project__title {
        font-size: 30px;
    }
    .trust__circle {
        width: 190px;
        height: 190px;
    }
    .trust__title {
        font-size: 20px;
    }
    .about__wrapper {
        padding: 48px 40px;
    }
    .star__icon {
        width: 28px;
    }
    .ratings {
        font-size: 22px;
    }
    .testimonial--section .swiper-slide {
        width: 568px;
    }
    .card--testimonial {
        padding: 30px 30px 36px;
        border-radius: 20px;
        min-height: 320px;
    }
    .contact__wrapper {
        padding: 60px 60px 144px;
    }
    .contact__details {
        padding: 40px 30px 50px;
        height: 478px;
    }
    .form__wrapper__row.g-lg-4 {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }
    .form__input {
        height: 62px;
        padding: 12px 20px;
        font-size: 18px;
    }
    .form__input--textarea {
        height: 172px;
    }
    .form__input::placeholder {
        font-size: 18px;
    }
    .logo--footer {
        max-width: 216px;
    }
    .nav--footer {
        gap: 72px;
    }
    .footer__contact__label {
        padding-right: 24px;
    }
}
