/* Big Screen Device */
@media only screen and (min-width: 1601px) {
    .container {
        max-width: 1390px;
    }
}

/* XXL Device. */
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1250px;
    }

    /* LandingPage CSS Start */
    .landing__title {
        font-size: 40px;
    }
    .landing__logos {
        gap: 125px;
    }
    .landing__site {
        max-width: 500px;
    }
    /* LandingPage CSS End */

        .header__right {
        gap: 40px;
    }
    .header__ul {
        gap: 25px;
    }
    .header__link {
        font-size: 16px;
    }
    .fs-1 {
        font-size: 72px !important;
    }
    .hero__para {
        font-size: 20px;
        line-height: 1.65;
    }
    .btn {
        min-width: 225px;
        padding: 20px 30px;
        font-size: 20px;
    }
    .btn--header {
        min-width: auto;
        padding: 13px 30px;
        font-size: 16px;
    }
    .service {
        padding: 80px 0;
    }
    .service__card__item {
        min-height: 500px;
        padding: 60px 50px;
    }
    .service__link {
        width: 80px;
        height: 80px;
        margin: 25px;
    }
    .service__link__img {
        max-width: 44px;
    }
    .service__icon {
        height: 80px;
    }
    .service__icon img {
        max-height: 100%;
    }
    .partner__icon {
        max-width: 100px;
        margin-bottom: 40px;
    }
    .partner__title {
        font-size: 40px;
    }
    .blueprint__patteren {
        width: auto;
        height: 100%;
    }
    .project__thumb {
        height: 400px;
    }
    .project__content {
        margin-top: -60px;
    }
    .project__btn {
        width: 100px;
        height: 100px;
    }
    .project__btn img {
        max-width: 52px;
    }
    .contact__item__icon {
        width: 90px;
        height: 90px;
    }
    .contact__item__icon img {
        max-width: 40px;
    }
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
    .container {
        width: 1140px;
    }

    /* LandingPage CSS Start */
    .landing__logos {
        gap: 100px;
    }
    .landing__site {
        max-width: 425px;
    }
    /* LandingPage CSS End */

    .banner__content {
        font-size: 50px;
    }
    .partner {
        padding-bottom: 100px;
    }
    .project__thumb {
        height: 340px;
    }

}


/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    /* LandingPage CSS Start */
    .landing__logos {
        gap: 50px;
    }
    .landing__site {
        max-width: 350px;
    }
    /* LandingPage CSS End */

    .header {
        padding: 16px 0;
    }
    .header__logo {
        max-width: 200px;
    }
    .btn--header:hover {
        color: var(--secondary);
        background-color: #fff;
    }
    .hero {
        min-height: auto;
    }
    .hero__content {
        max-width: 100%;
    }
    .marquee__img {
        max-width: 60px;
    }
    .banner__content {
        font-size: 44px;
        letter-spacing: 1px;
    }
    .partner__para {
        font-size: 18px;
    }
    .project {
        padding: 60px 0;
    }
    .contact {
        padding: 80px 0;
    }
    .contact__wrapper__row.g-5 {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }


}


/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
    .container {
        width: 720px;
    }
    .fs-1 {
        font-size: 64px !important;
    }
    .hero__para {
        font-size: 18px;
    }
    .service__heading {
        font-size: 36px;
    }
    .service__card__item {
        min-height: 400px;
        padding: 40px;
    }
    .partner {
        padding-bottom: 50px;
    }
    .partner__wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .partner__thumb {
        position: static;
        transform: unset;
        width: 100%;
        height: 450px;
        border-radius: 0;
        margin-bottom: 50px;
    }
    .partner__thumb_left {
        position: static;
        transform: unset;
        width: 100%;
        height: 450px;
        border-radius: 0;
        margin-bottom: 50px;
    }
    .partner__para {
        max-width: 100%;
    }
    .blueprint__patteren {
        width: 100%;
        height: auto;
    }
    .project__heading {
        font-size: 40px;
    }
    .project__thumb {
        height: 300px;
        border-radius: 20px;
    }.project__content {
        margin-top: -40px;
        padding: 0 25px 25px;
    }
    .project__btn {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    .project__btn img {
        max-width: 40px;
    }
    .project__para {
        font-size: 18px;
    }
    .contact__title {
        font-size: 44px;
    }
    .input, .contact__input .nice-select {
        padding: 15px 0;
        font-size: 16px;
    }
    .input--textarea {
        height: 80px;
    }
    .contact__label {
        font-size: 16px;
    }
    .contact__form__row.g-4 {
        --bs-gutter-y: 20px;
    }
    .contact__form__btn {
        padding-top: 40px;
    }
    .contact__box {
        padding: 0;
    }
    .footer__logo {
        max-width: 250px;
    }

}


/* Small Device :550px. */
@media only screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .header__logo, .offcanvas__logo, .footer__logo {
        max-width: 150px;
    }
    .mobile__menu .offcanvas-header {
        padding: 16px;
    }
    .fs-1 {
        font-size: 34px !important;
    }
    .hero__para, .service__para, .partner__para, .project__para, .contact__item__info, .contact__item__info a {
        font-size: 16px;
    }
    .btn {
        min-width: auto;
        padding: 16px 40px;
        font-size: 16px;
    }
    .marquee__img {
        max-width: 44px;
    }
    .banner__content {
        font-size: 32px;
    }
    .service {
        padding: 50px 0;
    }
    .service__heading {
        font-size: 22px;
    }
    .service__card__item {
        min-height: 300px;
        padding: 30px 20px;
    }
    .service__link {
        width: 50px;
        height: 50px;
        margin: 16px;
    }
    .service__link__img {
        max-width: 24px;
    }
    .service__icon {
        height: 45px;
    }
    .service__title {
        font-size: 24px;
    }
    .partner__thumb {
        height: 325px;
    }
    .partner__icon {
        max-width: 70px;
        margin-bottom: 25px;
    }
    .partner__title {
        font-size: 28px;
    }
    .project {
        padding: 30px 0 40px;
    }
    .project__heading {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .project__thumb {
        height: 225px;
        border-radius: 10px;
    }
    .project__content {
        margin-top: -30px;
        padding: 0 20px 20px;
    }
    .project__btn {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .project__btn img {
        max-width: 25px;
    }
    .contact {
        padding: 50px 0;
    }
    .contact__item {
        padding: 40px 30px;
    }
    .contact__item__icon {
        width: 50px;
        height: 50px;
    }
    .contact__item__icon img {
        max-width: 24px;
    }
    .contact__item__title {
        font-size: 18px;
    }
    .footer__top {
        padding: 40px 0;
    }
    .footer__ul {
        gap: 20px;
    }
    .partner__para__full {
        margin-bottom: 0px;
    }
}


/* Extra small Device. */
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* LandingPage CSS Start */
    .landing__title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .landing__logos {
        gap: 40px;
    }
    .landing__site {
        max-width: 225px;
    }
    /* LandingPage CSS End */

    .marquee__img {
        max-width: 32px;
    }
    .banner__content {
        font-size: 20px;
    }
    .partner__thumb {
        height: 225px;
        margin-bottom: 35px;
    }
    .partner__title {
        font-size: 24px;
    }
    .project__thumb {
        height: 175px;
    }
    .contact__title {
        font-size: 28px;
    }
    .contact__item {
        padding: 20px 16px;
    }
    .footer__container {
        gap: 35px;
    }
    .footer__ul {
        gap: 12px;
    }
    .footer__nav__link, .footer__link__item a {
        font-size: 14px;
        letter-spacing: .5px;
    }
    .footer__links {
        border-radius: 10px;
        padding: 0;
    }
    .footer__link__item {
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
    }
    .footer__bottom {
        padding: 15px 0;
        font-size: 12px;
    }


}

@media only screen and (max-width: 430px) {
    .mobile__menu .offcanvas-start {
        width: 100%;
    }
}