@media (max-width: 1800px) {
    .animated {
        img:nth-child(3) {
            display: none;
        }
    }
}

@media (max-width: 1400px) {
    .web__video {
        right: -3% !important;
    }
}

@media (max-width: 1200px) {
    .web__video {
        display: none;
    }

    .small-image {
        display: none;
    }

    .web__vector {
        img:nth-child(1) {
            display: none;
        }

        img:nth-child(2) {
            display: none;
        }

        img:nth-child(3) {
            display: none;
        }

    }
}

@media (max-width: 1024px) {
    .web__text--content h2 {
        font-size: 3.375rem !important;
    }

    .header__right--btn a {
        font-size: 14px !important;
    }

    .navbar-nav {
        gap: .3rem !important;
    }

    .navbar-brand {
        margin-right: 30px !important;
    }

}

@media (max-width: 992px) {
    .web__text--content h2 {
        font-size: 2.375rem !important;
        line-height: 4rem !important;
    }

    .banner__content {
        margin-bottom: 50px;
    }

    .web {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .service {
        padding-top: 20px !important;
        padding-bottom: 50px !important;
    }

    .nav-link:hover {
        &::before {
            width: 100% !important;
        }
    }

    .nav-link {
        &:before {
            top: 0.2rem !important;
        }
    }

    .nav-link {
        padding: 1rem 1rem !important;
    }

    .navbar-collapse {
        border-left: unset !important;
    }

    .has-children {
        &:after {
            content: none !important;
            right: unset !important;
            top: 35px !important;
            left: 70px !important;
        }
    }

    .submenu {
        position: relative !important;
        background-color: transparent !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 0 !important;
        width: 100% !important;
        left: 0 !important;

        li {
            border-bottom: unset !important;

            a {
                padding: 0.856rem 2.5rem !important;
            }
        }
    }

    .navbar-toggler {
        background-color: unset;
        background: var(--liner1) !important;

        .navbar-toggler-icon {
            transition: all .3s ease;
            transform: rotate(-90deg);

        }

        &.collapsed {

            .navbar-toggler-icon {
                transform: rotate(0deg);
            }
        }
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .testimonial__right {
        margin-top: 50px;
    }

    & .submenu {
        & li {
            ul.submenu {
                top: 0;
                visibility: hidden;
                opacity: 0;
                left: 100%;

                li {
                    a {
                        padding: 0.856rem 5rem !important;
                    }
                }
            }
        }
    }

    /* disable scroll */

    .no-scroll {
        overflow: hidden;
        height: 100vh;
    }

    .navbar-collapse {
        max-height: 82vh;
        overflow-y: auto;
    }

    .pagination__dots {
        left: -12% !important;
    }

    .breadcrumb__vector {
        display: none;
    }

    .sidebar {
        width: 100% !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
        min-height: unset !important;
        max-height: unset !important;
        overflow: unset !important;
    }

    .blog-details {
        & .blog-details__text--related {
            li {
                display: flex;
                flex-direction: column;
                gap: 1rem;
                justify-content: space-between;
            }
        }
    }

    .project-details__wrapper {
        & .project-details__text {
            .grid-content {
                display: flex;
                flex-direction: column;
            }
        }
    }

}

@media (max-width: 768px) {
    .breadcrumb__wrapper {
        grid-template-columns: unset !important;
    }

    .header__right {
        flex-direction: column;

        .chooseLang div {
            height: 60px;
            position: absolute;
            width: 16px;
            right: 95px;
            top: 4px;
        }
    }
}

@media (max-width: 425px) {
    .web__text--content {
        margin-left: 0 !important;

        h2 {
            font-size: 1.375rem !important;
            text-align: center;
            line-height: 3rem !important;
        }
    }

    .pagination__dots {
        left: -15% !important;
    }

    .about-wrapper {
        display: flex !important;
        flex-direction: column;

        .about__wrapper--img {
            margin-top: 50px;
            height: 40vh;
        }
    }

    .footer-links ul {
        flex-direction: column;
    }

    .about__wrapper--li {
        flex-direction: column;
        gap: 10px !important;

        li {
            width: 90%;
        }
    }

    .single-work-item {
        .title {
            font-size: 1.5rem !important;
        }
    }

    .our-work__wrapper {
        .our-work__content {
            display: flex;
            gap: 1rem !important;
        }
    }

    .our-work__content {
        .single-work-item {
            gap: 1rem !important;
        }
    }

    .information {
        padding-bottom: 2.66667rem !important;
    }

    .service {
        .title {
            .view__all {
                text-align: center !important;
            }
        }
    }


    .blog {
        & .title {
            .view__all {
                text-align: center !important;
            }
        }
    }

    .project {
        & .title {
            .view__all {
                text-align: center !important;
            }
        }
    }

    .web__button {
        .rounded-btn {
            padding: 0.5rem 1rem !important;

            span {
                height: 2.125rem !important;
                width: 2.125rem !important;
            }
        }
    }

    .footer {
        padding-top: 3.66667rem !important;
        padding-bottom: 1.66667rem !important;
    }

    .banner__content {
        h1 {
            font-size: 34px !important;
        }
    }

    .footer-credit {
        .footer-credit--img {
            padding: 0 .6rem;
        }
    }

    .footer-credit {
        & .footer-credit__wrapper {
            .footer-links ul {
                gap: .1rem;
            }

            a {
                font-size: 12px;
            }

        }
    }
}


/* Career */


@media (max-width: 425px) {

    .career__sidebar {
        padding: 0.875rem !important;
    }

    .our__info--text {
        h3 {
            font-size: 1.5rem !important;
        }
    }

    .career {
        padding-top: 2.66667rem !important;
        padding-bottom: 3.66667rem !important;
    }

    .breadcrumb {
        padding-top: 2.33333rem !important;
        padding-bottom: 2.33333rem !important;
    }

    .pagination {
        & .pagination-link {
            .page-item {
                display: flex;
                justify-content: center;
                align-items: center;
                background: #131225;
                border-radius: .625rem;
                height: 3.125rem;
                width: 2.5rem;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
                color: #ffffff77;
            }
        }
    }
}