@media screen and (max-width:1440px) {

    .main-wrapper .title-h1,
    .main-wrapper h1 {
        font-size: 56px;
    }

    .main-wrapper .title-h2,
    .main-wrapper h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:1280px) {

    .sec-head:not(:last-child) {
        margin-bottom: 32px;
    }

    .btn-wrapper {
        margin-top: 32px;
    }

    .infobox-wrapper {
        gap: 16px;
    }

    .img-info-sec .inner-wrap {
        column-gap: 48px;
    }

    .img-info-sec .info-col {
        max-width: calc(60% - 48px);
    }

    .grid-row {
        gap: 16px;
    }

    .grid-row.grid-col5 .grid-item {
        max-width: calc(33.33% - 11px);
    }

    footer .footer_col_left {
        max-width: 100%;
    }

    .footer_col_right {
        max-width: 100%;
    }

    .job-deatils-wrapper {
        gap: 24px;
    }

    .job-deatils-wrapper .job-details-col {
        max-width: calc(100% - 300px - 24px);
    }

}

@media screen and (max-width:1024px) {
    :root {
        --sec_space: 56px;
    }

    .main-wrapper .title-h2,
    .main-wrapper h2 {
        font-size: 28px;
    }

    .main-wrapper .title-h3,
    .main-wrapper h3 {
        font-size: 18px;
        line-height: 128%;
    }

    .hide_in_desktop {
        display: block;
    }

    .border-box {
        padding: 16px;
    }

    header .navigation {
        position: fixed;
        top: 0;
        right: -380px;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.94);
        z-index: 99;
        padding: 48px 10px 24px 10px;
        transition: var(--transition-adv);
        max-width: 360px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(10px);
        box-shadow: 0 0 12px rgba(0, 78, 52, 0.3);
        border-left: 5px solid var(--primary);
    }

    header.open_drower .navigation {
        right: 0;
    }

    .navigation ul {
        max-height: calc(100dvh - 68px);
        overflow-y: auto;
    }

    .hamberger {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hamberger a {
        width: 32px;
        height: 32px;
    }

    .navigation ul li {
        max-width: 100%;
        width: 100%;
    }

    .navigation ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .has-sub-menu {
        flex-wrap: wrap;
    }

    .sub-menu-wrapper {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        min-width: unset;
        bottom: unset;
        transform: unset;
        box-shadow: unset;
        max-height: 0;
        overflow: hidden;
    }

    .navigation a.sub-menu-link {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .sub-menu-wrapper.open {
        max-height: 200px;
        transition: all 1s ease;
    }

    .main-wrapper .title-h1,
    .main-wrapper h1 {
        font-size: 40px;
    }

    p.text-md {
        font-size: 16px;
    }

    p.text-md br {
        display: none;
    }

    .infobox-item .svg_icon {
        width: 24px;
        height: 24px;
    }

    .infobox-item p {
        max-width: calc(100% - 24px - 8px);
    }



    .img-info-sec .inner-wrap {
        column-gap: 24px;
    }

    .img-info-sec .info-col {
        max-width: calc(60% - 24px);
    }

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .footer_col_right .menu_link {
        max-width: 50%;
    }

    .footer_col_right .menu_link.newsletter-wrap {
        max-width: 46%;
    }

    .grid-card .svg_icon {
        width: 70px;
        height: 70px;
    }

    .infobox-iconhead-card.grid-row .grid-card {
        padding: 32px 16px;
    }

    .cta-sec .cta-wrapper .sec-head {
        max-width: 100%;
    }

    .cta-wrapper.border-box {
        padding: 32px;
        justify-content: center;
        text-align: center;
    }

    .tech-infocard-sec .grid-row.grid-col3 .grid-item {
        max-width: calc(50% - 8px);
    }

    .grid-row.grid-col4 .grid-item {
        max-width: calc(50% - 8px);
    }

    .gallery-wrapper {
        column-count: 3;
    }
}

@media screen and (max-width:767px) {
    :root {
        --sec_space: 40px;
    }

    .main-wrapper .title-h1,
    .main-wrapper h1 {
        font-size: 28px;
    }

    .main-wrapper .title-h2,
    .main-wrapper h2 {
        font-size: 22px;
    }

    .main-wrapper .title-h3,
    .main-wrapper h3 {
        font-size: 16px;
    }

    .sec-head p br,
    .title br {
        display: none;
    }

    html body {
        padding-top: 76px;
    }

    .container {
        width: 100%;
    }

    .sec-head .title:not(:last-child) {
        margin-bottom: 16px;
    }

    .logo a img,
    .header .logo {
        max-height: 44px;
    }

    header .navigation {
        right: calc(-100% - 30px);
        padding: 48px 10px 24px 10px;
        max-width: 100%;
    }

    .close_wrap {
        top: 16px;
        right: 20px;
    }

    .hero-sec .inner-wrap {
        row-gap: 32px;
    }

    .hero-sec .info-col {
        max-width: 100%;
    }

    .hero-sec .img-col {
        max-width: 100%;
        margin-left: 0;
    }

    .hero-sec::before {
        top: 20px;
        left: -20px;
        width: 20%;
        padding-top: 20%;
        opacity: 0.03;
    }

    .hero-sec .sec-head .title {
        margin-bottom: 16px;
    }

    .btn-wrapper {
        flex-wrap: wrap;
    }

    .infobox-wrapper .infobox-item {
        width: 100%;
    }

    .img-info-sec .img-col {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .img-info-sec .info-col {
        max-width: 100%;
    }

    .sticky-box {
        position: relative;
        top: unset;
        /* height: 100%; */
    }

    .grid-row.grid-col2 .grid-item,
    .grid-row.grid-col3 .grid-item,
    .grid-row.grid-col4 .grid-item {
        max-width: 100%;
    }

    .grid-row.grid-col5 .grid-item {
        max-width: calc(50% - 8px);
    }

    .infobox-iconhead-card.grid-row .grid-card {
        padding: 16px;
    }

    .grid-card .svg_icon {
        width: 56px;
        height: 56px;
    }

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        width: 26px;
        height: 26px;
    }

    .swiper.testimonial-swiper {
        padding-inline: 30px;
    }

    .footer_col_right .menu_link.newsletter-wrap {
        max-width: 100%;
    }

    .cta-wrapper.border-box {
        padding: 24px;
    }

    .cta-sec .cta-wrapper .sec-head {
        max-width: 100%;
    }

    .our-mission-vaision-sec .border-box {
        padding: 16px;
    }

    .tech-infocard-sec .grid-row.grid-col3 .grid-item {
        max-width: 100%;
    }

    .tech-infocard-sec .grid-card .svg_icon {
        border-radius: 8px;
        padding: 12px;
        width: 56px;
        height: 56px;
    }

    .svg_icon.gradient-border::before {
        border-radius: 6px;
    }

    .tech-infocard-sec .infobox-iconhead-card.grid-row .grid-card {
        padding: 16px;
    }

    .progress-info-col .grid-item .step-box {
        width: 48px;
        height: 48px;
    }

    .progress-info-col .grid-item .step-box::before {
        font-size: 16px;
    }

    .footer_col_right .menu_link {
        max-width: calc(50% - 12px);
        width: 100%;
    }

    .menu_link .title {
        width: 100%;
        border-bottom: 1px solid var(--border);
        padding-bottom: 8px;
    }

    .menu_link li a {
        padding: 6px 0;
    }

    footer .menu_link li a {
        font-size: 14px;
    }

    .copyright-wrap p {
        font-size: 12px;
    }

    .footer-quick-row {
        flex-wrap: wrap;
        row-gap: 24px;
    }

    .job-deatils-wrapper .job-details-basic {
        max-width: 100%;
    }

    .job-deatils-wrapper .job-details-col {
        max-width: 100%;
    }

    .gallery-wrapper {
        column-count: 2;
    }

    .input_field_col2>* {
        max-width: 100%;
    }

}

@media screen and (max-width:413px) {
    .btn-wrapper {
        flex-wrap: unset;
        flex-direction: column;
    }

    .grid-row.grid-col5 .grid-item {
        max-width: 100%;
    }

    .footer_col_right .menu_link {
        max-width: 100%;
    }

    .gallery-wrapper {
        column-count: 1;
    }
}