/* XXL Device. */
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1320px;
    }
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
    .container {
        width: 1140px;
    }

    .fs-1 {
        font-size: 68px !important;
    }

    .fs-2 {
        font-size: 52px !important;
    }

    .fs-3 {
        font-size: 48px !important;
    }

    .btn {
        min-width: 240px;
        height: 72px;
        font-size: 20px;
    }

    .btn--sm {
        font-size: 16px;
        min-width: 200px;
        height: 68px;
    }

    .section__pretitle {
        font-size: 30px;
    }

    .header__top {
        padding: 12px 24px;
    }

    .header__nav__link {
        padding: 26px;
        font-size: 18px;
    }

    .header__logo__link {
        max-width: 180px;
    }

    .header__dropdown__btns__wrap {
        margin-top: 16px;
        padding-right: 24px;
        gap: 32px;
    }

    .header__dropdown__btn {
        font-size: 22px;
    }

    .dropdown-menu-icon img {
        max-width: 24px;
    }

    .hero--section {
        min-height: 840px;
    }

    .hero__btn {
        padding-top: 80px;
    }

    .about--section {
        padding: 96px 0;
    }

    .fs-2 {
        font-size: 48px !important;
    }

    .service--section {
        padding: 60px 0px 80px;
    }

    .service__title {
        margin-bottom: 48px;
    }

    .service__item-content h4 {
        padding-right: 20px;
        font-size: 24px;
    }

    .service__item {
        margin-bottom: 50px;
    }

    .parts--section {
        padding: 80px 0px 80px;
    }
}

/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 60px !important;
    }

    .fs-2 {
        font-size: 48px !important;
    }

    .fs-3 {
        font-size: 42px !important;
    }

    .btn {
        min-width: 200px;
        height: 68px;
        font-size: 18px;
    }

    .section__pretitle {
        font-size: 24px;
    }

    .header__top {
        padding: 12px 0;
    }

    .header__nav__link {
        font-size: 16px;
    }

    .header__logo__link {
        max-width: 164px;
    }

    .header__dropdown__content {
        width: 704px;
    }

    .about--section {
        padding: 80px 0;
    }

    .about__thumbs__wrap {
        height: 472px;
        padding-right: 0;
    }

    .fs-2 {
        font-size: 42px !important;
    }

    .footer__menu li a {
        font-size: 18px;
        line-height: 2;
    }

    .socials a {
        width: 50px;
        height: 50px;
    }
}

/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
    .container {
        width: 720px;
    }

    body {
        font-size: 16px;
    }

    .fs-1 {
        font-size: 52px !important;
        line-height: normal;
    }

    .fs-2 {
        font-size: 40px !important;
    }

    .fs-3 {
        font-size: 36px !important;
    }

    .btn {
        min-width: 180px;
        height: 60px;
        padding: 12px 24px;
        font-size: 16px;
    }

    .section__pretitle {
        font-size: 20px;
    }

    .header__bottom {
        padding: 20px 0;
    }

    .hero--section {
        min-height: 700px;
    }

    .hero__btn {
        padding-top: 48px;
    }

    .about--section {
        padding: 64px 0;
    }

    .about__content {
        max-width: 100%;
    }

    .sectionBlk--section {
        padding: 60px 0px 70px;
    }

    .sectionBlk__content {
        max-width: 575px;
        margin-bottom: 52px;
    }

    .footer__top {
        padding: 62px 0px 65px;
    }
}

/* Small Device :550px. */
@media only screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .fs-1 {
        font-size: 44px !important;
    }

    .header--area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header__bottom {
        padding: 16px 0;
    }

    .header__logo__link {
        max-width: 132px;
    }

    .header__menu__btn,
    .menu-close {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .hero--section {
        min-height: 548px;
    }

    .about--section {
        padding: 48px 0;
    }

    .about__thumbs__wrap {
        height: 372px;
    }

    .service--section {
        padding: 40px 0px 40px;
    }

    .service__title {
        margin-bottom: 28px;
    }

    .service__item {
        margin-bottom: 30px;
    }

    .service__item-thumb img {
        height: 280px;
    }

    .service__item-thumb {
        margin-bottom: 14px;
    }

    .service__item-content h4 {
        padding-right: 0px;
        font-size: 20px;
    }

    .service__item-content h4 a img {
        max-width: 22px;
    }

    .sectionBlk--section {
        padding: 44px 0px 48px;
    }

    .parts--section {
        padding: 50px 0px 50px;
    }

    form.parts__form {
        gap: 18px;
        flex-direction: column;
    }

    .inputBox input {
        padding: 0px 16px;
        padding-right: 50px;
        font-size: 16px;
        height: 63px;
    }

    .inputBox input::placeholder {
        font-size: 16px;
    }

    .parts__content {
        margin-bottom: 20px;
    }

    .footer__top {
        padding: 49px 0px 45px;
    }

    .footer__bottom-content {
        flex-direction: column;
        gap: 13px;
    }

    .footer__menu li a {
        font-size: 16px;
        line-height: 2;
    }
}

/* Extra small Device. */
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .fs-1 {
        font-size: 30px !important;
    }

    .fs-2 {
        font-size: 30px !important;
    }

    .fs-3 {
        font-size: 26px !important;
    }

    .section__pretitle {
        font-size: 18px;
    }

    .contact-icon svg {
        max-width: 16px;
    }

    .header__logo__link {
        max-width: 124px;
    }

    .hero__content {
        padding-top: 104px;
    }

    .about__thumbs__wrap {
        height: 288px;
    }
}

@media only screen and (max-width: 430px) {}