@media only screen and (max-width: 1920px) and (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1600px) {
    .mainContent h1 {
        font-size: 6rem;
    }
    .mainContent h2 {
        font-size: 4rem;
        margin-bottom: 1rem;
    }
    .aboutContent h3 {
        font-size: 4rem;
    }
    .aboutContent h4 {
        font-size: 1.3rem;
        margin: 1rem 0;
    }
    .aboutSec {
        padding: 6rem 0 8rem 0;
    }
    .mainHeading {
        font-size: 5rem;
    }
    .newsletter .heading {
        font-size: 2.5rem;
    }
    .newsletter-form input {
        height: 50px;
    }
    .topbar-list {
        padding: 1.5rem 0;
    }
    .navbar-brand::before {
        top: -2rem;
    }
    .middlRow {
        margin-top: 3rem;
    }
    .copyRight {
        margin-top: 2rem;
        padding: 1rem 0;
    }
    .mainSec {
        background-size: contain;
    }
    .aboutInner {
        padding: 5rem 0 !important;
    }
    .aboutInner .row+.row {
        margin-top: 2rem;
    }
    .srvText h4 {
        font-size: 2.5rem;
    }
    .srvText p {
        width: 100%;
    }
    .serviceInner {
        padding: 4rem 0 3rem 0;
    }
    .projectsInner__tabs {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .projectsInner__tabs li h5,
    .projectsInner__tabs li:last-child a {
        margin: 0;
    }
    .projectsInner>.container-fluid>.row {
        gap: 2rem 0;
    }
    .projectsInner {
        padding: 4rem 0;
    }
    .projectsInner-card--sm>figure {
        aspect-ratio: 1;
        height: 100%;
    }
    .contactInner h2 {
        font-size: 5rem;
        margin-bottom: 1rem !important;
    }
    .contactForm .form-group {
        margin-bottom: 1rem;
    }
    .contactInner {
        padding-top: 4rem;
    }
    .mapSec {
        padding: 4rem 0;
    }
}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 15px;
    }
    .mainSec {
        height: 700px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .navbar-brand::before {
        bottom: -3.2rem;
    }
    .mainContent h1 {
        font-size: 5rem;
    }
    .mainContent h2 {
        font-size: 3.75rem;
    }
    .aboutContent h3 {
        font-size: 3rem;
    }
    .mainHeading {
        font-size: 4rem;
    }
    .portfolioSec .mainHeading {
        margin-bottom: 0.5rem !important;
    }
    .aboutSec {
        padding: 5rem 0 12rem 0;
    }
    .portfolioSec {
        padding: 4rem 0;
    }
    footer {
        padding-top: 5rem;
    }
    footer h3 {
        font-size: 1.5rem;
    }
    .footerLogo img {
        width: 200px;
    }
    .portfolioSlider {
        padding: 5rem 0 8rem 0;
    }
    .innerSec {
        height: 400px !important;
    }
    .contactForm input {
        height: 50px;
    }
    .contactForm textarea {
        height: 130px;
    }
    .contactInner h2 {
        font-size: 4rem;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }
    .themeBtn {
        padding: 0.55rem 1.5em;
    }
    .navbar {
        padding: 1rem 0;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar-brand::before {
        top: -1.9rem;
        bottom: -3.1rem;
    }
    .mainSec {
        background-size: cover;
        height: 650px;
    }
    .mainContent h1,
    .mainContent h2 {
        color: var(--white);
    }
    .mainSec:before {
        content: "";
        position: absolute;
        background: rgb(0 0 0 / 20%);
        width: 100%;
        height: 100%;
    }
    .btn1 {
        color: var(--white);
        border-color: var(--white);
    }
    .mainContent h1 {
        font-size: 4rem;
    }
    .mainContent h2 {
        font-size: 3.5rem;
    }
    .aboutImages figure {
        gap: 1rem;
    }
    .abt3 {
        left: 3rem;
    }
    .aboutSec {
        padding: 4rem 0 10rem 0;
    }
    .aboutContent h3 {
        font-size: 2.5rem;
    }
    .aboutContent h4 {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .serviceSec {
        padding: 3rem 0;
    }
    .mainHeading {
        font-size: 3rem;
    }
    .serviceWrap h4 {
        font-size: 1.5rem;
    }
    .contact-list li figure img {
        width: 30px;
    }
    .contact-list {}
    .contact-list li+li::before {
        left: -5rem;
    }
    .newsletter .heading {
        font-size: 2rem;
    }
    .footerLogo img {
        width: 180px;
    }
    .portfolioSlider .swiper-pagination-bullet {
        width: 15px;
        aspect-ratio: 1;
        height: auto;
    }
    .portfolioSlider {
        padding: 5rem 0 7rem 0;
    }
    .innerSec {
        height: 350px !important;
    }
    .aboutInner {
        padding: 4rem 0 !important;
    }
    .srvText {
        padding: 1.5rem;
    }
    .serviceInner .row+.row {
        margin-top: 2rem;
    }
    .projectsInner__tabs {
        gap: 0.5rem;
    }
    .mapSec {
        padding: 2rem 0;
    }
    .contactInner {
        padding-top: 3rem;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 13px;
    }
    .navbar-brand::before {
        display: none;
    }
    .navbar {
        background: unset;
    }
    .navbar {
        background: var(--black);
    }
    .navbar-brand {
        margin: 0;
    }
    .navbar-toggler {
        width: fit-content;
        margin-left: auto;
        z-index: 11;
        position: relative;
        outline: unset !important;
    }
    .topbar-list {
        padding: 1rem 0;
    }
    .navbar-nav {
        margin: 0;
        gap: 1rem;
    }
    .form-inline {
        justify-content: center;
        margin-top: 1rem;
    }
    .top-bar {
        position: absolute;
        margin: auto;
        z-index: 1;
        inset: 0;
    }
    .topbar-list {
        margin: 1.5rem 3rem 0 0;
    }
    .navbar-brand img {
        width: 130px;
    }
    .social-link--header a {
        width: 2.5rem;
    }
    .mainSec {
        height: 550px;
    }
    .mainContent h1 {
        font-size: 3.5rem;
    }
    .mainContent h2 {
        font-size: 3rem;
    }
    .aboutImages figure img,
    .aboutImages figure div {
        flex: 1;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .aboutImages figure {
        margin-bottom: 1rem;
    }
    .abt3 {
        position: unset;
    }
    .aboutSec {
        padding: 4rem 0;
    }
    .mainHeading {
        font-size: 2.75rem;
    }
    .portfolioSec {
        padding: 3rem 0;
    }
    .portfolioSlider .swiper-pagination-bullet {
        width: 10px;
    }
    .portfolioSlider .swiper-pagination {
        gap: 0;
    }
    .portfolioSlider {
        padding: 4rem 0 6rem 0;
    }
    .contact-list li+li::before {
        display: none;
    }
    footer h3 {
        font-size: 1.3rem;
    }
    footer .social-link {
        gap: 0.5rem;
    }
    footer .social-link a {
        width: 2.5rem;
    }
    .newsletter-form input {
        width: 250px !important;
        height: 40px;
    }
    footer {
        padding-top: 3rem;
    }
    .copyRight p {
        font-size: 1.125rem;
    }
    .social-link--header {
        gap: 0.5rem;
    }
    .aboutSec .row {
        align-items: center;
    }
    .aboutImages {
        margin: 0;
    }
    .aboutContent {
        margin: 0;
    }
    .navbar-collapse {
        z-index: 111;
        position: relative;
    }
    .innerSec {
        height: 300px !important;
    }
    .aboutInner .aboutContent {
        margin: 0;
    }
    .aboutInner .pb-5 {
        padding-bottom: 1rem !important;
    }
    .srvText p {
        line-height: 1.7;
    }
    .srvText h4 {
        font-size: 2rem;
    }
    .serviceInner .row {
        align-items: center;
    }
    .serviceInner .row+.row {
        margin-top: 1rem;
    }
    .serviceInner {
        padding: 3rem 0;
    }
    .projectsInner {
        padding: 3rem 0;
    }
    .contactForm input {
        height: 40px;
    }
    .contactForm .form-group {
        margin-bottom: 0.5rem;
    }
    .contactForm textarea {
        height: 100px;
    }
    .contactInner h2 {
        font-size: 3rem;
    }
    .mapSec iframe {
        border-radius: 20px;
        height: 400px;
    }
    .preLoader img {
        width: 150px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 12px;
    }
    .aboutImages figure img,
    .aboutImages figure div {
        height: 300px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .mainSec {
        height: 400px;
        text-align: center;
    }
    .mainContent h1 {
        font-size: 3rem;
    }
    .mainContent h2 {
        font-size: 2.5rem;
    }
    .mainContent .btn-group {
        gap: 1rem;
    }
    .aboutContent {
        margin-top: 1rem;
    }
    .aboutSec {
        padding: 3rem 0;
    }
    .aboutContent h4 {
        margin: 0.5rem 0;
    }
    p {
        line-height: normal !important;
    }
    .serviceSec .row {
        gap: 1rem 0;
    }
    .serviceSec .mainHeading {
        margin-bottom: 1rem !important;
    }
    .mainHeading {
        font-size: 2.5rem;
    }
    .newsletter {
        margin-bottom: 1rem;
    }
    .newsletter-form input {
        width: 170px !important;
    }
    .newsletter .heading {
        font-size: 1.75rem;
    }
    .contact-list li figure img {
        width: 25px;
    }
    .footerLogo img {
        width: 150px;
    }
    footer h3 {
        margin-top: 1rem;
    }
    .middlRow {
        margin-top: 2rem;
    }
    .copyRight {
        margin-top: 1rem;
    }
    footer {
        padding-top: 2rem;
    }
    .portfolioSec,
    .serviceSec {
        padding: 2rem 0;
    }
    .portfolioSlider {
        padding: 3rem 0 5rem 0;
    }
    .topbar-list {
        margin: 1.2rem 3rem 0 0;
    }
    .aboutInner .aboutContent {
        margin-top: 1rem;
    }
    .aboutInner {
        padding: 3rem 0 !important;
    }
    .aboutInner .row+.row {
        margin-top: 1rem;
    }
    .innerSec {
        height: 250px !important;
    }
    .srvText {
        padding: 1rem;
        margin-top: 1rem;
    }
    .serviceInner {
        padding: 2rem 0;
    }
    .projectsInner>.container-fluid>.row {
        gap: 1rem 0;
    }
    .projectsInner {
        padding: 2rem 0;
    }
    .contactInner h2 {
        font-size: 2.5rem;
    }
    .contactInner {
        padding-top: 2rem;
    }
    .mapSec iframe {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .mainContent h1 {
        font-size: 2.25rem;
    }
    .mainContent h2 {
        font-size: 2rem;
    }
    .themeBtn {
        font-size: 1rem;
    }
    .mainSec {
        height: 300px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .aboutContent h3 {
        font-size: 2rem;
    }
    .mainHeading {
        font-size: 2rem;
    }
    .serviceWrap h4 {
        margin-top: 0.5rem;
        font-size: 1.3rem;
    }
    .portfolioSec .swiper-button-next,
    .portfolioSec .swiper-button-prev {
        display: none;
    }
    .footerLogo img {
        width: 120px;
    }
    .portfolioSlider {
        padding: 0 1rem;
    }
    .portfolioSlider .swiper-pagination {
        display: none;
    }
    .newsletter {
        flex-direction: column;
        align-items: baseline;
    }
    .newsletter-form input {
        width: 290px !important;
        height: 30px;
    }
    .aboutImages figure {
        flex-direction: column;
    }
    .aboutImages figure img,
    .aboutImages figure div {
        max-height: 300px;
    }
    .navbar .container {
        padding: 0 0.935rem;
    }
    .portfolioSlider .swiper-slide-next .portfolioWrap img {
        transform: unset;
    }
    .social-link--header a {
        background: unset;
        color: var(--white);
        width: 1.75rem;
        font-size: 1.25rem;
    }
    .topbar-list {
        margin: 1.375rem 3rem 0 0;
    }
    .innerSec {
        height: 180px !important;
    }
    .aboutInner {
        padding: 2rem 0 !important;
    }
    .aboutInner .row+.row {
        margin-top: 0rem;
    }
    .srvText h4 {
        font-size: 1.75rem;
    }
    .contactForm .form-group {
        margin: 0;
    }
    .contactForm textarea {
        height: 80px;
    }
    .contactInner h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem !important;
    }
    .mapSec iframe {
        height: 200px;
        border-radius: 10px;
    }
    .preLoader img {
        width: 120px;
    }
    .aboutContent p {
        font-size: 1.25rem;
    }
    .aboutSec {
        padding: 2rem 0;
    }
}

@media (max-width: 320.98px) {}