@media (max-width: 1240px) {


    .servicesDetails_sec .serviceDetail_wrapper .pink1 {
        left: 25%;
    }

    .servicesDetails_sec .serviceDetail_wrapper .pink4 {
        left: 50%;
    }

    .servicesDetails_sec .serviceDetail_wrapper .pink5 {
        left: 31%;
    }
}

@media (max-width: 991px) {
    .subHeading {
        font-size: 26px;
        line-height: 36px;
    }

    .globalHeading {
        font-size: 70px;
        line-height: 70px;
    }

    p {
        font-size: 22px;
        line-height: 26px;
    }

    .mainBtn:hover {
        background-color: var(--white-color);
        color: var(--secondary-color);
    }

    .mainBtn::before {
        position: inherit;
        width: 0;
        height: 0;
    }

    #behindmouse,
    .mousefollower {
        display: none !important;
    }

    /*======== Header ===========*/
    header.bgColor {
        background-color: #03031172;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    header .offcanvas {
        background-color: #ffffff0f;
        padding: 20px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    header .navbar .navbar-nav {
        align-items: start;
        gap: 24px;
    }

    header .navbar .navbar-toggler i {
        font-size: 24px;
    }

    header .offcanvas .offcanvas-header {
        padding: 20px 10px 20px 0;
    }

    header .offcanvas .offcanvas-header .btn-close {
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    header .offcanvas .offcanvas-header .homeIcon {
        color: var(--white-color);
        font-size: 24px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        opacity: 50%;
    }

    header .navbar .navbar-nav .nav-item .nav-link.active,
    header .navbar .navbar-nav .nav-item .nav-link:active {
        opacity: 100%;
    }

    header .navbar .mainBtn {
        width: 100%;
        margin-top: 44px;
        padding: 15px;
    }

    /*============= Hero Section =============*/
    .hero_sec {
        min-height: 400px;
    }

    .hero_sec .innerTextContent h1 {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: normal;
    }

    .hero_sec .innerTextContent p {
        font-size: 24px;
        line-height: 28px;
        margin: 20px auto 40px;
    }


    .hero_sec .blob1,
    .hero_sec .blob2,
    .hero_sec .blob3 {
        display: none;
    }

    /*===== Company Logo slider =====*/
    .companyLogoSlide_sec {
        padding: 100px 0;
    }

    .companyLogoSlide_sec .backSide,
    .companyLogoSlide_sec .logos_slider {
        height: 130px;
    }

    .companyLogoSlide_sec .logos_slider:before,
    .companyLogoSlide_sec .logos_slider:after {
        width: 200px;
    }

    .companyLogoSlide_sec .logo_items img {
        height: 55px;
        width: 55px;
        margin-right: 100px;
    }

    /*============ Our Service sec ============*/
    .ourService_sec .serviceGrid {
        row-gap: 30px;
        -webkit-column-gap: 30px;
        gap: 30px;
    }

    .ourService_sec .serviceBox_item .icon {
        height: 50px;
    }

    /*============== Process We Follow ==============*/
    .processWeFollow_sec .steps_process {
        margin-top: 80px;
    }

    .processWeFollow_sec .steps_process .step .number {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .processWeFollow_sec .steps_process .step .stepDetail {
        padding: 30px 30px 40px;
        border-radius: 30px;
        max-width: 500px;
    }
}


@media (max-width: 768px) {

    /*============= FOOTER Section =============*/
    footer {
        padding: 80px 0 30px 0;
    }

    .hero_sec .innerTextContent h1 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: normal;
    }

    /*========== Technologies sec ==========*/
    .technologies_sec .technologySliderMiddle,
    .technologies_sec .technologySlider {
        margin-top: 30px;
    }

    .technologies_sec .technologyItem {
        padding: 12px;
        gap: 20px;
        min-width: 250px;
    }

    .technologies_sec .technologyItem .iconBox {
        max-width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .technologies_sec .technologyItem .iconBox img {
        width: 30px;
        height: 30px;
    }

    .technologies_sec .technologyItem span {
        font-size: 26px;
        line-height: normal;
    }

    /*============ Dribble sec  ============*/
    .dribbleShorts_sec {
        padding: 50px 0;
    }

    .dribbleShorts_sec .dribbleGrid {
        gap: 20px;
    }

    /*========== Work Page ==========*/
    /* .workPortfolio_sec .workItems_wrapper .workItem {
        height: 400px;
        border-radius: 30px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption h4 {
        font-size: 46px;
        line-height: 44px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption p {
        font-size: 18px;
        line-height: 32px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption a {
        width: 60px;
        height: 60px;
    } */

    .card_wrapper .expand_card2,
    .card_wrapper .expand_card {
        width: 140px;
        height: 390px;
        border-radius: 30px;
    }

    .card_wrapper .cardContent .globalHeading {
        font-size: 48px;
    }
}

@media (max-width: 767px) {

    /*=========== Featured Projects sec ===========*/
    .featureProject_sec {
        padding: 40px 0;
    }

    .featureProject_sec figure {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
        height: 300px;
    }

    .featureProject_sec .featureProjectDetailBox {
        padding: 20px 25px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        margin-left: 0%;
        border-bottom-left-radius: 20px;
    }

    .featureProject_sec .featureProjectDetailBox h2 {
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .featureProject_sec .featureProjectDetailBox p {
        font-size: 22px;
        line-height: 26px;
    }

    /*=========== Services Page ===========*/
    .servicesDetails_sec .serviceDetail_wrapper .badge {
        font-size: 16px;
    }

    /*============== Process We Follow ==============*/
    .processWeFollow_sec {
        padding: 40px 0;
    }

    .processWeFollow_sec .steps_process {
        margin-top: 40px;
    }

    .processWeFollow_sec .steps_process .step:not(:nth-child(1)) {
        margin-top: 0;
    }

    .processWeFollow_sec .steps_process .step .number {
        width: 70px;
        height: 70px;
        margin-bottom: 0px;
    }

    .processWeFollow_sec .steps_process .step .stepDetail {
        padding: 30px 30px 40px;
        border-radius: 30px;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .mainBtn {
        padding: 10px 25px;
        font-size: 16px;
        line-height: normal;
    }

    .subHeading {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.3em;
    }

    .globalHeading {
        font-size: 50px;
        line-height: 50px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }

    header .navbarBrand img {
        height: 60px;
    }

    header .navbar .navbar-toggler i {
        font-size: 20px;
    }

    /*============= FOOTER Section =============*/
    footer {
        padding: 50px 0 30px 0;
    }

    .contactForm textarea,
    .contactForm .form-control,
    .contactForm input {
        font-size: 20px;
        line-height: 30px;
    }

    .contactForm .input-group-text {
        padding: 6px 0px 6px 0;
    }

    footer .contactBox {
        padding: 20px;
        border-radius: 15px;
    }

    footer .contactBox .contactIcon {
        height: 20px;
        margin-right: 18px;
    }

    footer .contactBox a {
        font-size: 20px;
        line-height: 20px;
    }

    footer .contactBox hr {
        margin: 20px 0;
    }

    .bottom_footer {
        border-radius: 15px;
        padding: 20px;
        margin-top: 50px;
    }

    .bottom_footer .ftrLogo {
        height: 60px;
    }

    .bottom_footer .title,
    footer .contactBox .contactTitle {
        font-size: 22px;
        line-height: 25px;
    }

    .bottom_footer .socialBox {
        margin: 20px 10px 20px 0;
    }

    .bottom_footer .socialBox img {
        height: 25px;
    }

    .bottom_footer .socialBox span {
        font-size: 20px;
    }

    .bottom_footer .copyright {
        font-size: 16px;
    }

    /*============= Hero Section =============*/
    .hero_sec {
        min-height: 300px;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .hero_sec .innerTextContent h1 {
        font-size: 46px;
        line-height: 48px;
    }

    .hero_sec .innerTextContent p {
        font-size: 20px;
        line-height: 22px;
        margin: 20px auto 30px;
    }

    .hero_sec .star1 {
        top: 20%;
        left: 80%;
        height: 50px;
    }

    .hero_sec .star2 {
        width: 30px;
        height: 30px;
        top: 80%;
        left: 75%;
    }

    .hero_sec .star3 {
        width: 20px;
        height: 20px;
        top: 55%;
        left: 8%;
    }

    .hero_sec .star4 {
        width: 25px;
        height: 25px;
        top: 15%;
        left: 5%;
    }

    .hero_sec .star5 {
        width: 30px;
        height: 30px;
        top: 85%;
    }

    .hero_sec .star6 {
        width: 20px;
        height: 20px;
        top: 48%;
    }


    /*===== Company Logo slider =====*/
    .companyLogoSlide_sec {
        padding: 50px 0 70px;
    }

    .companyLogoSlide_sec .backSide,
    .companyLogoSlide_sec .logos_slider {
        height: 90px;
    }

    .companyLogoSlide_sec .logos_slider:before,
    .companyLogoSlide_sec .logos_slider:after {
        width: 50px;
    }

    .companyLogoSlide_sec .logo_items img {
        height: 40px;
        width: 40px;
        margin-right: 50px;
    }

    /*============= Our Service Section =============*/
    .ourService_sec {
        padding: 30px 0;
    }

    .ourService_sec .serviceGrid {
        row-gap: 20px;
        -webkit-column-gap: 20px;
        gap: 20px;
    }

    .ourService_sec .serviceBox_item {
        padding: 25px 20px;
    }

    .ourService_sec .serviceBox_item .icon {
        margin-bottom: 10px;
    }

    .ourService_sec .serviceBox_item .serviceTitle {
        font-size: 26px;
        line-height: 36.68px;
    }

    .ourService_sec .serviceBox_item .serviceTitle::after {
        left: -20px;
    }

    .ourService_sec .serviceBox_item:hover .serviceTitle::after {
        width: 70px;
    }

    .ourService_sec .serviceBox_item ul li {
        font-size: 16px;
        line-height: 22px;
    }

    /*========== Technologies sec ==========*/
    .technologies_sec .technologySliderMiddle,
    .technologies_sec .technologySlider {
        margin-top: 20px;
    }

    .technologies_sec .technologyItem {
        padding: 10px;
        gap: 10px;
        min-width: 200px;
    }

    .technologies_sec .technologyItem .iconBox {
        max-width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .technologies_sec .technologyItem .iconBox img {
        width: 20px;
        height: 20px;
    }

    .technologies_sec .technologyItem span {
        font-size: 18px;
        line-height: 28px;
    }

    /*========= Dribble sec  =========*/
    .dribbleShorts_sec {
        padding: 40px 0;
    }

    .dribbleShorts_sec .dribbleGrid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /*=========== Featured Projects sec ===========*/
    .featureProject_sec {
        padding: 40px 0;
    }

    .featureProject_sec .featureProjectDetailBox {
        padding: 15px 20px;
    }

    .featureProject_sec figure {
        height: 210px;
    }

    .featureProject_sec .featureProjectDetailBox p {
        font-size: 18px;
        line-height: normal;
    }


    /*======== Our Work ========*/
    .workPortfolio_sec {
        padding: 50px 0;
    }
    
    .workPortfolio_sec .stickyCards_main {
        padding-top: 0px;
    }
    
    .workPortfolio_sec .cardSticky {
        aspect-ratio: 16/9;
    }

    /* .workPortfolio_sec .workItems_wrapper {
        gap: 10px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem {
        height: 280px;
        border-radius: 20px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption p {
        font-size: 14px;
        line-height: 28px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption a {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
    }
    .workPortfolio_sec .workItems_wrapper .workItem .workCaption a img {
        width: 40%;
    } */

    .card_wrapper {
        flex-direction: column;
    }

    .card_wrapper .expand_card2,
    .card_wrapper .expand_card {
        width: 100%;
        height: 100px;
    }

    .card_wrapper .expand_card2.active,
    .card_wrapper .expand_card.active {
        height: 250px;
        align-items: center;
        justify-content: center;
    }

    .card_wrapper .cardContent .cta_arrow {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
    }

    /*======== Service Page ========*/
    .servicesDetails_sec .serviceDetail_wrapper figure {
        padding: 20px 0;
    }

    .servicesDetails_sec .serviceDetail_wrapper .badge {
        font-size: 14px;
        padding: 5px 10px;
        position: unset;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

    /*========== About Page About Us ============*/
    .aboutStudioContent_sec {
        padding: 40px 0;
    }

    .aboutStudioContent_sec .counter_wrapper {
        margin-top: 40px;
    }

    .aboutStudioContent_sec .counter_box .countNumBox {
        padding: 15px 30px;
        border-radius: 30px;
        border-bottom-left-radius: 0px;
    }

    .aboutStudioContent_sec .counter_box .countBoxDetail {
        padding: 15px 30px 20px;
        border-radius: 30px;
        border-top-left-radius: 0px;
    }

    .aboutStudioContent_sec .counter_box .countBoxDetail p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .aboutStudioContent_sec .counter_box .countBoxDetail h4 {
        font-size: 16px;
    }

    /*============== Process We Follow ==============*/
    .processWeFollow_sec .steps_process {
        margin-top: 40px;
    }

    .processWeFollow_sec .steps_process .step .number {
        width: 70px;
        height: 70px;
        margin-bottom: 0px;
        transform: translateY(50%);
        margin: auto;
    }

    .processWeFollow_sec .steps_process .step .stepDetail {
        padding: 40px 20px 30px;
        border-radius: 20px;
        max-width: 100%;
        text-align: center;
    }
}