/* Large devices (desktops, less than 1300px) */
@media (max-width: 1280px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .our-work .slick-arrow.slick-next {
        right: 15px;
    }

    .our-work .slick-arrow.slick-prev {
        right: 80px;
    }
}

/* Medium devices (tablets, less than 1024px) */
@media (max-width: 1024px) {

    .header_nav-link.active {
        padding: 1rem 1rem;
    }

    .header_logo img {
        max-height: 40px;
    }

    .hero_title {
        font-size: 6rem;
    }

    .about-us .about-top {
        gap: 8rem;
    }

    .about-us .about-bottom .left h2 {
        font-size: 25px;
    }

    .about-us .about-bottom .left .line {
        margin: 0rem 0 3rem;
    }

    .about-us .about-bottom .right .circle-wrapper {
        width: 260px;
        height: 260px;
    }

    .about-us .about-bottom .right .circle-wrapper .services-text span:nth-child(1) {
        top: -60px;
    }

    .about-us .about-bottom .right .circle-wrapper .services-text span:nth-child(3) {
        bottom: -53px;
    }

    .about-us .about-bottom .right .circle-wrapper .controls {
        top: -100px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .header_wrapper {
        position: static;
        background: #000000;
        border-radius: 0;
        box-shadow: 0 4px 3px rgb(0 0 0);
    }


    .about-us .about-bottom .left,
    .about-us .about-bottom .right {
        flex: unset;
        width: 100%;
    }

    .about-us .about-bottom .left .content {
        gap: 0rem;
    }

    .about-us .about-bottom .right {
        padding: 70px 0;
    }

    .about-us .about-bottom .right .circle-wrapper .controls {
        top: auto;
        bottom: -90px;
        right: -140px;
    }

    .our-work .product__slider-main.slick-initialized .slick-slide {
        min-height: 600px;
    }
}

@media (max-width: 849px) {

    .about-us,
    .why-choose-us,
    .contact-us {
        padding: 3rem 0;
    }

    .about-us .about-top {
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .about-us .about-top .left h2 {
        font-size: 18px;
    }

    .about-us .about-top .right {
        gap: 2rem;
    }

    .about-us .about-top .right .info-block img {
        width: 30px;
        height: 30px;
    }

    .about-us .about-top .right .info-block h3 {
        font-size: 16px;
    }

    .about-us .about-top .right .info-block p {
        font-size: 13px;
    }

    .about-us .about-bottom .left .note {
        font-size: 1.5rem;
    }

    .our-projects {
        padding: 0 0 3rem;
    }

    .our-projects .heading-content h6,
    .contact-us .heading-content h6 {
        font-size: 14px;
    }

    .our-projects .heading-content h2,
    .contact-us .heading-content h2,
    .why-choose-us .heading-content h2,
    .about-us .about-bottom .left h2,
    .our-work .heading-content h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .flipper-box {
        min-height: 300px;
    }

    .flip-front h2 {
        font-size: 34px;
        line-height: 44px;
        max-width: 280px;
    }

    .flip-back span img {
        max-width: 50px;
    }

    .flip-back h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .flip-back p {
        font-size: 15px;
        line-height: 22px;
        max-width: 300px;
    }

    .why-choose-us .heading-content {
        padding: 0 0 30px;
    }

    .why-choose-us .heading-content p {
        font-size: 15px;
    }

    .choose-container .box {
        padding: 0 15px 0 24px;
    }

    .choose-container .box span {
        padding: 0 0 30px;
    }

    .slider-box {
        padding-bottom: 100px;
    }

    .our-work .product__slider-thmb.slick-initialized.slick-slider {
        position: absolute;
        bottom: -100px;
    }

    .our-work .product__slider-thmb.slick-initialized .slick-list,
    .our-work .product__slider-thmb.slick-initialized .slick-list .slick-track {
        margin: 0 auto;
    }



    .contact-container .box {
        padding: 0 10px 6px;
    }

    .footer {
        padding: 3rem 0 8rem;
    }

    .contact-wrap .right-content h3 {
        font-size: 25px;
        line-height: 32px;
        padding: 0 0 12px;
    }
}

/* Mobile: disable sticky */
@media (max-width: 767.98px) {

    html,
    body {
        overflow-x: hidden;
    }

    .hero_title {
        font-size: 4rem;
        max-width: 440px;
    }

    .about-us .about-bottom {
        padding: 20px 15px;
    }

    .about-us .about-bottom .right {
        padding: 80px;
    }

    .about-us .about-bottom .right .circle-wrapper {
        width: 120px;
        height: 120px;
    }

    .about-us .about-bottom .right .circle-wrapper .circle-container .center-logo img {
        width: 30px;
        height: 30px;
    }

    .about-us .about-bottom .right .circle-wrapper .services-text span {
        font-size: 11px;
        line-height: 18px;
    }

    .about-us .about-bottom .right .circle-wrapper .services-text span:nth-child(4) {
        left: -95px;
    }

    .about-us .about-bottom .right .circle-wrapper .services-text span:nth-child(2) {
        right: -95px;
    }

    .about-us .about-bottom .right .circle-wrapper .controls {
        bottom: -80px;
        right: -100px;
    }

    .project-container {
        gap: 10px;
    }

    .project-box {
        width: calc(50% - 5px);
    }

    .choose-container .box {
        width: 50%;
        margin-bottom: 20px;
    }

    .our-work .content-head h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .our-work .content-head p {
        font-size: 14px;
        line-height: 18px;
    }

    .our-work .product__slider-main.slick-initialized .slick-slide {
        min-height: 450px;
        padding: 30px 0 50px;
    }

    .our-work .slick-arrow.slick-prev,
    .our-work .slick-arrow.slick-next {
        height: 30px;
        width: 30px;
        background-size: 30px;
        top: auto;
        bottom: 10px;
    }

    .our-work .slick-arrow.slick-prev {
        right: 60px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .about-us .about-top .left,
    .about-us .about-top .right {
        width: 100%;
        flex: unset;
    }

    .flipper-box {
        min-height: 200px;
    }

    .flip-front h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .flip-back span {
        margin-bottom: 4px;
    }

    .flip-back span img {
        max-width: 30px;
    }

    .flip-back h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .flip-back p {
        font-size: 12px;
        line-height: 18px;
    }

    .our-work .product__slider-main.slick-initialized .slick-slide {
        min-height: 380px;
    }

    .contact-container {
        padding: 0;
    }

    .contact-container .box {
        padding: 0 10px 10px;
        margin-bottom: 10px;
        border-bottom: 2px double #cccccc;
        border-right: 0;
        width: 100%;
    }

    .contact-container .box:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer {
        padding: 3rem 0 4rem;
    }

    .contact-wrap .left-content a {
        display: inline-block;
        max-width: 40px;
    }
}

@media (max-width: 480px) {
    .hero_title {
        font-size: 3rem;
    }
}

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */