@media (max-width: 1200px) {
  .project-sec .project-container .project-frame {
    max-width: 485px;
  }
}


@media (max-width: 1024px) {
  .project-sec .container {
    padding-inline: 20px;
  }

  .work-sec .container {
    padding-inline: 20px;
  }

  .services-sec .container {
    padding-inline: 20px;
  }

  .message-sec .container {
    padding-inline: 20px;
  }

  .client-sec .container {
    padding-inline: 20px;
  }

  .custom-sec .container {
    padding-inline: 20px;
  }

  .about_PM-sec .container {
    padding-inline: 20px;
  }

  .feature-sec .container {
    padding-inline: 20px;
  }

  .impact-sec .container {
    padding-inline: 20px;
  }

  .experience-sec .container {
    padding-inline: 20px;
  }

  .result-sec .container {
    padding-inline: 20px;
  }

  .tech-sec .container {
    padding-inline: 20px;
  }

  .consult-sec .container {
    padding-inline: 20px;
  }

  .plan-sec .card-container:nth-child(2) {
    padding-inline: 20px;
  }

  .plan-sec .common-title {
    padding-inline: 20px;
  }

  .footer .container {
    padding-inline: 20px;
  }

  .header {
    padding: 35px 20px 26px 20px;
  }

  .hero-sec {
    padding-inline: 20px;
  }

  .hero-sec .main-heading .title-1 .inner-title span {
    font-size: 120px;
    line-height: 110px;
  }

  .hero-sec .main-heading .title-2 span {
    font-size: 80px;
    line-height: 90px;
  }

  .hero-sec .main-heading .title-3 .inner-title span {
    font-size: 90px;
    line-height: 110px;
  }

  .hero-sec .main-heading .title-3 .tagline {
    padding: 15px 35px 15px 33px;
  }

  .hero-sec .main-heading .title-3 .tagline p {
    font-size: 18px;
    line-height: 28px;
  }

  .services-sec .services-container {
    flex-direction: column;
  }

  .services-sec .services-container .services-frame:nth-child(1),
  .services-sec .services-container .services-frame:nth-child(2) {
    width: 100%;
  }

  .client-sec .common-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .client-sec .common-title .inner-title,
  .client-sec .common-title .para {
    max-width: 100%;
  }

  .plan-sec .common-title .para {
    max-width: 420px;
  }

  .message-sec .msg-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .plan-sec .card-container .card-frame {
    padding: 30px;
  }

  .footer .bottom-footer .right-content .social-list {
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 400px;
  }

  .services-sec .services-container .services-frame .card .card-content ul {
    justify-content: start;
  }

  .custom-sec .custom-inner {
    width: 100%;
    padding: 25px 40px;
    border-radius: 15px;
  }

  .cs-left-content {
    width: 45%;
  }

  .cs-left-content h1 {
    font-size: 35px;
    font-weight: 600;
  }

  .cs-left-content p {
    font-size: 16px;
    font-weight: 300;
  }

  .custom-sec .common-cta a {
    font-size: 16px;
  }

  .custom-sec .custom-inner::after {
    right: -124px;
    bottom: -84px;
    width: 200px;
    height: 200px;
  }

  .custom-sec .custom-inner::before {
    right: -144px;
    bottom: -47px;
    width: 200px;
    height: 200px;
  }

  .project-sec .project-container .project-frame {
    max-width: 90%;
  }

  .project-sec .project-container .project-frame .content h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .project-sec .project-container .project-frame .content h5 {
    font-size: 12px;
  }

  .message-sec .msg-container .msg-frame ul li {
    gap: 8px;
  }

  .message-sec .msg-container .msg-frame ul li:nth-child(2) {
    display: none;
  }

  .message-sec .msg-container .msg-frame ul li h6 {
    line-height: 18px;
  }

  .message-sec .msg-container .msg-frame ul li span {
    display: block;
    font-family: var(--poppins);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--pure-black);
  }

  .popup-container .popup-box {
    max-width: 590px;
  }

  .in-title span {
    font-size: 102px !important;
    line-height: 78px !important;
  }

  h3.sec-heading {
    font-size: 40px;
    line-height: 50.12px;
  }

  .feature-img {
    width: 50%;
    height: 330px;
  }

  .ft-heading {
    font-size: 22px;
    line-height: 24.52px;
  }

  .high-right-img {
    height: 826px;
  }
}

@media (max-width: 768px) {
  .header-left {
    display: none;
  }

  .thank-you-sec {
    min-height: 80vh;

    padding: 150px 15px 80px 15px;
  }



  .common-title {
    flex-direction: column;
    align-items: inherit;
    padding: 0 15px;
  }

  .main-submit-box .right-icon img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
  }

  .submit-popup form {
    padding-top: 20px;

    gap: 0px;
  }

  .submit-popup form .field-column .field-row input,
  .submit-popup form .field-column .field-row select {
    width: 100%;
  }

  .submit-popup form .field-column {

    gap: 10px;
    flex-wrap: wrap;
  }

  .post-box {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .post-top {
    flex-direction: column;
  }

  .tm-required {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .post-box .pl-box {
    flex-wrap: wrap;
  }

  .main-submit-box .pl-box {
    flex-wrap: wrap;
  }

  .team-sec .common-title .inner-title h2 {
    line-height: 1.3em;
  }

  .full-nav .middle-content .nav-list .nav-item a {
    font-size: 30px;
    line-height: 38px;
  }

  .full-nav .bottom-content .left-content .contact-link {
    font-size: 20px;
    line-height: 22px;
  }

  .full-nav .bottom-content .right-content .social-list .social-item a {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-sec .main-heading .title-1 .inner-title span {
    font-size: 90px;
    line-height: 100px;
  }

  .hero-sec .main-heading .title-2 span {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-sec .main-heading .title-3 .inner-title span {
    font-size: 70px;
    line-height: 90px;
  }

  .hero-sec .main-heading .title-3 .tagline p {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-sec .main-heading .title-3 .tagline {
    padding: 12px 20px 12px 20px;
    height: 80px;
  }

  .hero-sec .main-heading .title-3 .shape .inner-shape {
    height: 80px;
  }

  .hero-sec .hero-content .hero-content-left h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-sec .hero-content .hero-content-right p {
    font-size: 16px;
    line-height: 22px;
    max-width: 410px;
  }

  .project-sec .book-btn {
    display: none;
  }

  .project-sec .common-title .para {
    display: block;
  }

  .project-sec .common-title {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  /* 
  .project-sec .project-container {
    grid-template-columns: repeat(2, 1fr);
  } */

  .work-sec .work-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .work-sec .work-container .work-frame hr {
    margin-inline: auto;
  }

  .work-sec .work-container .work-frame .rating-star img {
    margin-inline: auto;
  }

  .work-sec .work-container .work-frame .client-avatar {
    justify-content: center;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .work-sec .work-container .work-frame .highlight-text {
    justify-content: center;
  }

  .work-sec .work-container .work-frame .highlight-text .frame {
    align-items: center;
  }

  .work-sec .work-container .work-frame .msg-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .work-sec .work-container .work-frame .msg-2 {
    font-size: 21px;
    line-height: 32px;
  }

  .work-sec .work-container .work-frame .highlight-text .frame h2 {
    font-size: 120px;
    line-height: 120px;
  }

  .client-sec .common-title .para .common-cta {
    display: none;
  }

  .plan-sec .common-title .para {
    display: none;
  }

  .plan-sec .card-container:nth-child(2) {
    display: none;
  }

  .plan-sec .card-container:nth-child(3) {
    display: flex;
  }

  .plan-sec .card-container .card-frame {
    height: 100%;
  }

  .plan-sec .queries {
    display: none;
  }

  .footer .top-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-items: flex-start;
  }

  .footer .bottom-footer .left-content {
    display: flex;
    gap: 40px;
  }

  .project-sec .project-container {
    flex-direction: column;
  }

  .project-sec .project-container {
    gap: 50px;
  }

  .project-sec .project-container .project-left {
    gap: 50px;
  }

  .project-sec .project-container .project-frame {
    max-width: 100%;
  }

  .project-sec .project-container .project-frame .content h3 {
    font-size: 22px;
  }

  .project-sec .project-container .project-frame .content h5 {
    font-size: 14px;
  }

  .project-sec .project-container .project-right {
    gap: 50px;
    margin: 0;
    padding-bottom: 30px;
  }

  .custom-sec .custom-inner {
    flex-direction: column;
    gap: 20px;
  }

  .cs-left-content {
    width: 100%;
  }

  .cs-left-content h1 {
    text-align: center;
  }

  .cs-left-content p {
    text-align: center;
  }

  .hero-sec .main-heading .title-1 .inner-title span p::before {
    /* display: none; */
  }


  .project-sec .view-more-btn {
    text-align: center;
  }

  .project-sec .price {
    top: -58px;
    left: 266px;
  }

  .project-sec .project-container {
    padding-bottom: 0;
  }

  .project-sec .view-more-btn .price {
    top: -53px;
    left: 267px;
  }

  .custom-sec .custom-inner::after {
    right: -77px;
    bottom: 126px;
  }

  .popup-container .popup-box {
    padding: 30px 31px;
    border-radius: 28px;
  }

  .popup-box .head h3 {
    font-size: 30px;
  }

  .popup-box .plan {
    margin: 22px 0;
    padding: 20px;
  }

  .popup-box form {
    padding-top: 22px;
  }

  .popup-box .field-column {
    flex-wrap: wrap;
  }

  .popup-box .plan .price h3 {
    font-size: 37px;
  }

  .popup-box .plan h4 {
    font-size: 18px;
  }

  .in-title span {
    font-size: 70px !important;
  }

  .about-main-img {
    height: 402px;
  }

  .about-main-img .image-cntn {
    padding: 0 18px 18px 18px;
    gap: 10px;
  }

  .about-main-img .image-cntn p {
    font-size: 16px;
    line-height: 22px;
  }

  .about-main-img .image-cntn h4 {
    font-size: 22px;
    line-height: 26.52px;
  }

  .about-cntn {
    gap: 10px;
    margin-bottom: 35px;
  }

  h3.sec-heading {
    font-size: 35px;
    line-height: 45.12px;
  }

  .feature-cntn {
    flex-direction: column;
    gap: 30px;
  }

  .feature-detail,
  .feature-img {
    width: 100%;
  }

  .feature-img {
    max-width: 100%;
    height: 400px;
  }

  .ft-heading {
    margin-bottom: 10px;
  }

  .sol-cntn .imp-image {
    height: 474px;
    margin-top: 35px;
  }

  .theme-cntn {
    flex-direction: column;
    gap: 35px;
  }

  .left-th-img {
    width: 100%;
    max-width: 100%;
  }

  .right-th-cl {
    width: 100%;
  }

  .right-th-cl ul li {
    max-width: 100% !important;
  }

  .right-th-cl ul li span {
    font-size: 37px;
    line-height: 40px;
  }

  .dashboard-img {
    height: 420px;
  }

  .highlight-content {
    flex-direction: column;
  }

  .high-left-detail {
    width: 100%;
  }

  .high-left-detail img {
    max-width: 100%;
    border-radius: 50px;
  }

  .high-right-img {
    width: 100%;
    max-width: 100%;
    height: 597px;
    border-radius: 50px;
  }

  .re-bt-img {
    flex-direction: column;
    margin-top: 35px;
  }

  .re-bt-img .bt-left-img {
    width: 100%;
    max-width: 100%;
    height: 818px;
  }

  .re-bt-img .bt-right-img {
    width: 100%;
  }

  .re-bt-img .bt-right-img img {
    height: 400px;
  }

  .consult-cntn {
    padding: 40px 65px 40px 64px;
    gap: 10px;
  }

  .consult-cntn h4 {
    font-size: 25px;
    line-height: 30.82px;
  }

  .consult-cntn h1 {
    font-size: 46px;
    line-height: 67.72px;
  }

  .consult-cntn p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}


@media (max-width: 435px) {
  .header-right .hamburger {
    width: 43px;
  }

  .header-right .hamburger span:nth-child(2) {
    width: 27.98px;
  }

  .full-nav .top-content .close-btn button {
    width: 40px;
    height: 40px;
  }

  .full-nav {
    padding: 25px;
  }

  .hero-sec .title-1 .common-cta {
    display: none;
  }

  .hero-sec .main-heading .sub-title h5 {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-sec .main-heading .title-1 .inner-title span {
    font-size: 48px;
    line-height: 53px;
  }

  .hero-sec .main-heading .title-2 span {
    font-size: 42px;
    line-height: 47px;
  }

  .hero-sec .main-heading .title-3 .inner-title span {
    font-size: 45px;
    line-height: 55px;
  }

  .hero-sec .main-heading .title-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 20px;
  }

  .hero-sec .main-heading .title-3 .tagline {
    max-width: 284px;
    height: 60px;
    padding: 15px 30px 15px 30px;
  }

  .hero-sec .main-heading .title-3 .tagline p {
    font-size: 12px;
    line-height: 15.12px;
  }

  .hero-sec .main-heading .title-3 .shape .inner-shape {
    height: 60px;
  }

  .hero-sec .main-heading .title-3 .shape .inner-shape:nth-child(1) {
    width: 21px;
    margin-left: 6.45px;
  }

  .hero-sec .main-heading .title-3 .shape .inner-shape:nth-child(2) {
    width: 12px;
    margin-left: 3.83px;
  }

  .hero-sec .main-heading .title-3 .shape .inner-shape:nth-child(3) {
    width: 5px;
    margin-left: 4.5px;
  }

  .hero-sec .main-heading .title-3 .shape .inner-shape:nth-child(4) {
    width: 2px;
    margin-left: 6.23px;
  }

  .hero-sec .main-heading .mobile-cta {
    display: block;
  }

  .hero-sec .hero-content .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .hero-sec .hero-content .hero-content-left h4 {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
  }

  .hero-sec .hero-content .hero-content-right p {
    font-size: 12px;
    line-height: 18px;
    max-width: 450px;
  }

  .hero-sec {
    padding-top: 165px;
    padding-bottom: 70px;
    gap: 20px;
  }

  .project-sec .project-container {
    grid-template-columns: repeat(1, 1fr);
    border-bottom: none;
  }

  .common-title .inner-title h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .common-title .inner-title h2::before {
    display: none;
  }

  .common-title .para p {
    font-size: 12px;
    line-height: 18px;
  }

  .project-sec .project-container .project-frame .content h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .project-sec .project-container .project-frame .content h5 {
    font-size: 12px;
    line-height: 18px;
  }

  /* 
  .project-sec .project-container .project-frame .content {
    gap: 6px;
  } */

  .common-cta button,
  .common-cta a {
    gap: 12px;
    min-width: 150px;
    height: 46px;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 5px 4px 24px;
  }

  .common-cta .arrow-icon {
    width: 37px;
    height: 37px;
  }

  .common-cta .arrow-icon img {
    max-width: 12px;
  }

  .project-sec .view-more-btn {
    margin-top: 30px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .project-sec .see-price-btn {
    display: block;
  }

  .work-sec .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .work-sec .work-container .work-frame .msg-1 {
    font-size: 18px;
    line-height: 27px;
  }

  .work-sec .work-container .work-frame .msg-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .work-sec .work-container .work-frame .highlight-text {
    flex-direction: column;
    gap: 15px;
    margin-top: 0px;
  }

  .work-sec .work-container .work-frame .highlight-text .frame h2 {
    font-size: 60px;
    line-height: 90px;
  }

  .work-sec .work-container .work-frame .highlight-text .frame span {
    font-size: 16px;
    line-height: 24px;
  }

  .work-sec .work-container .work-frame:nth-child(1),
  .work-sec .work-container .work-frame:nth-child(2) {
    width: 100%;
  }

  .services-sec .services-container .services-frame .common-title {
    align-items: center;
    text-align: center;
  }

  .services-sec .services-container .services-frame .cus-tabs button .text span {
    font-size: 16px;
    line-height: 19px;
  }

  .services-sec .services-container .services-frame .cus-tabs button .text h4 {
    font-size: 16px;
    line-height: 19px;
  }

  .services-sec .services-container .services-frame .cus-tabs button {
    height: 40px;
    padding: 5px 5px 5px 20px;
  }

  .services-sec .services-container .services-frame .cus-tabs button .arrow-icon {
    width: 30px;
    height: 30px;
  }

  .services-sec .services-container .services-frame .cus-tabs button .arrow-icon svg {
    max-width: 10px;
  }

  .services-sec .services-container {
    gap: 30px;
  }

  .services-sec .services-container .services-frame .card {
    gap: 30px;
  }

  .services-sec {
    padding: 50px 0px;
  }

  .project-scroller-sec .swiper-slide {
    width: 200px;
    border-radius: 10px;
  }

  .project-scroller-sec {
    padding-top: 70px;
  }

  .client-sec .common-title .inner-title h2 {
    line-height: 35px;
  }

  .client-sec .scroller .scroller-in .frame .top-content .image {
    width: 40px;
    height: 40px;
  }

  .client-sec .scroller .scroller-in .frame .top-content .dets h5 {
    font-size: 14px;
    line-height: 21px;
  }

  .client-sec .scroller .scroller-in .frame .top-content .dets h6 {
    font-size: 10px;
    line-height: 15px;
  }

  .client-sec .scroller .scroller-in .frame .bottom-content p {
    font-size: 12px;
    line-height: 18px;
    max-width: 240px;
  }

  .client-sec .scroller .scroller-in .frame {
    width: 278px;
    border-radius: 20px;
  }

  .client-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .client-sec .common-cta-mobile {
    margin-top: 30px;
  }

  .client-sec .scroller:not(:last-child) {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .plan-sec .common-title .inner-title h2 {
    line-height: 39px;
  }

  .plan-sec .card-container .card-frame h4 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 14px;
  }

  .plan-sec .card-container .card-frame .price h3 {
    font-size: 38px;
    line-height: 56px;
  }

  .plan-sec .card-container .card-frame .features h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .plan-sec .card-container .card-frame .features ul li {
    font-size: 14px;
  }

  .plan-sec .card-container .card-frame .price {
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .plan-sec .card-container .card-frame .features {
    margin-top: 20px;
    gap: 12px;
  }

  .plan-sec .card-container .card-frame .features ul {
    gap: 12px;
  }

  .plan-sec .card-container {
    margin-top: 25px;
  }

  .message-sec .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .message-sec .msg-container .msg-frame {
    background-color: var(--pure-white);
    border-radius: 30px;
    padding: 25px;
  }

  .message-sec .msg-container .msg-frame .top-img img {
    margin-left: 28px;
    max-width: 31px;
  }

  .message-sec .msg-container .msg-frame h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .message-sec .msg-container .msg-frame ul {
    padding-top: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .message-sec .msg-container .msg-frame ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .footer .bottom-footer {
    flex-direction: column;
    gap: 50px;
  }

  .footer .bottom-footer .right-content {
    align-items: flex-start;
  }

  .footer .container {
    padding: 50px 25px;
    gap: 40px;
  }

  .footer .top-footer .left-content h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 6px;
  }

  .footer .top-footer .left-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer .bottom-footer .left-content .footer-list {
    gap: 20px;
  }

  .footer .bottom-footer .left-content .footer-list .footer-item a {
    font-size: 16px;
    line-height: 19px;
  }

  .footer .bottom-footer .right-content .social-list {
    justify-content: flex-start;
    margin-bottom: 50px;
  }

  .footer .bottom-footer .right-content .social-list .social-item a {
    font-size: 14px;
    line-height: 19px;
  }

  .footer .bottom-footer .right-content .contact-link {
    font-size: 13px;
    line-height: 19px;
  }

  .footer .bottom-footer .right-content .contact-list {
    flex-direction: row;
    gap: 12px;
  }

  .common-title .inner-title h2 span {
    width: 8px;
    height: 8px;
  }

  .custom-sec .custom-inner {
    padding: 40px 20px;
  }

  .cs-left-content h1 {
    font-size: 24px;
  }

  .cs-left-content p {
    font-size: 14px;
  }

  .custom-sec .common-cta a {
    font-size: 12px;
  }

  .custom-sec .custom-inner::after {
    right: -105px;
    bottom: 141px;
  }

  .services-sec .services-container .services-frame .card .card-content ul li {
    padding: 10px 12px;
  }

  .project-sec .project-container .project-frame .content h3 {
    font-size: 18px;
  }

  .project-sec .project-container .project-frame .content h5 {
    font-size: 12px;
  }

  .hero-sec .main-heading .title-1 .inner-title span p::before {
    width: 10px;
    height: 6px;
    top: 11px;
    left: 1px;
  }

  .popup-container .popup-box {
    padding: 16px;
    border-radius: 10px;
  }

  .popup-box .head h3 {
    font-size: 27px;
  }

  .popup-box .plan {
    margin: 12px 0;
  }

  .popup-box .plan .price h3 {
    font-size: 30px;
  }

  .popup-box .plan .price h3 span {
    font-size: 16px;
    font-weight: 400;
  }

  .popup-box .plan h4 {
    font-size: 16px;
  }

  .popup-box .plan p {
    font-size: 12px;
  }

  .popup-box .icon img {
    width: 30px;
    height: 30px;
  }

  .popup-box form {
    padding-top: 20px;
  }

  .popup-box form .common-cta button {
    margin-top: 15px;
  }

  .submit-popup {
    padding: 50px 20px 80px;
  }

  .sumb-top .close-icon {
    cursor: pointer;
    width: 100px;
    height: 26px;
  }

  .hero-sec .main-content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .in-title span {
    font-size: 48px !important;
    line-height: 53px !important;
  }


  .hero-sec .main-content .main-lf-cntn h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-sec .main-content .main-lf-cntn .des-holder {
    gap: 8px;
    flex-wrap: wrap;
  }

  .hero-sec .main-content .main-lf-cntn .des-holder span {
    padding: 5px 10px;
    font-size: 10px;
  }

  .hero-sec .main-content .main-lf-cntn .tech-holder {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero-sec .main-content .main-lf-cntn .tech-holder span {
    padding: 5px 10px;
    font-size: 10px;
  }

  .hero-sec .main-content .main-lf-cntn .tech-holder span img {
    width: 15px;
    height: 15px;
  }

  .hero-sec .main-content .main-lf-cntn .tech-holder span:nth-child(3) img {
    height: 13px;
  }

  h3.sec-heading {
    font-size: 24px;
    line-height: 28.12px;
  }

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

  .about-main-img .image-cntn {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 10.32%, rgb(0 0 0 / 79%) 79.36%);
    padding: 0 10px 10px 10px;
    gap: 7px;
  }

  .about-main-img .image-cntn p {
    font-size: 8px;
    line-height: 9px;
  }

  .about-main-img .image-cntn h4 {
    font-size: 13px;
    line-height: 11px;
  }

  .about-main-img {
    height: auto;
    border-radius: 10px;
  }

  .about-main-img img {
    aspect-ratio: 0/0;
  }

  .ft-heading {
    font-size: 18px;
    line-height: 18.52px;
  }

  .feature-detail ul {
    gap: 7px;
  }

  .feature-detail ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .feature-detail ul li::before {
    top: 6px;
    left: 2px;
  }

  .feature-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .feature-img img {
    aspect-ratio: 0/0;
  }

  .feature-img .absolute-img img {
    max-width: 100px;
    height: 33px;
  }

  .sol-cntn .imp-image {
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
  }

  .sol-cntn .imp-image img {
    aspect-ratio: 0/0;
  }

  .imp-logo-img img {
    max-width: 84px;
    height: 28px;
  }

  .left-th-img {
    height: auto;
  }

  .left-th-img img {
    aspect-ratio: 0/0;
    border-radius: 20px;
  }

  .right-th-cl ul li {
    height: auto;
    padding: 50px 10px;
    border-radius: 20px;
  }

  .right-th-cl ul li span {
    font-size: 15px;
    line-height: 31px;
  }

  .dashboard-img {
    height: auto;
    border-radius: 10px;
  }

  .dashboard-img img {
    aspect-ratio: 0/0;
  }

  .high-left-detail ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .high-left-detail ul li::before {
    top: 7px;
    left: 2px;
  }

  .high-left-detail ul {
    gap: 7px;
  }

  .high-left-detail img {
    height: auto;
    border-radius: 15px;
  }

  .high-right-img {
    height: auto;
    border-radius: 15px;
  }

  .re-bt-img .bt-left-img {
    height: auto;
    border-radius: 10px;
  }

  .re-bt-img .bt-right-img img {
    height: auto;
    border-radius: 10px;
  }

  .tech-box-holder {
    gap: 10px;
  }

  .tech-box-holder .tech-box {
    padding: 12px 18px;
    border-radius: 6px;
  }

  .tech-box-holder .tech-box img {
    width: 25px;
    height: 25px;
  }

  .tech-box-holder .tech-box:nth-child(3) img {
    width: 25px;
    height: 25px;
  }

  .tech-box-holder .tech-box:nth-child(4) img {
    width: 25px;
    height: 25px;
  }

  .consult-cntn {
    padding: 30px 15px;
    border-radius: 20px;
  }

  .consult-cntn h4 {
    font-size: 15px;
    line-height: 20.82px;
  }

  .consult-cntn h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .consult-cntn p {
    font-size: 12px;
    line-height: 18px;
  }

  .about-web {
    padding-top: 70px;
  }

  .feature-cntn {
    padding: 25px 0 35px 0;
  }

  .impact-sec {
    padding: 35px 0;
  }

  .theme-cntn {
    padding: 35px 0;
    gap: 25px;
  }

  .experience-sec {
    padding: 40px 0 35px 0;
  }

  .result-sec {
    padding: 35px 0;
  }

  .re-bt-img {
    margin-top: 30px;
  }

  .tech-sec {
    padding: 35px 0;
  }

  .consult-sec {
    padding: 35px 0 70px 0;
  }

  .right-th-cl ul {
    gap: 15px 10px;
  }

  .high-right-img img {
    aspect-ratio: 0/0;
  }

  .re-bt-img .bt-left-img img {
    aspect-ratio: 0/0;
  }

  .consult-cntn .common-cta button,
  .common-cta a {
    font-size: 12px;
  }

  .about-cntn {
    margin-bottom: 30px;
  }

  .ex-title h5 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}