@media only screen and (max-width: 1050px) {
  /* hero section mobile design  */
  .heroContainer .textContainer {
    max-width: 100%;
  }
  .heroContainer .textContainer p {
    font-family: "Saira";
    font-size: 62px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: left;
  }
  .heroContainer .textContainer p.subTitle {
    font-family: "Saira";
    font-size: 77px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: left;
  }
  /* end hero section */
  /* start  think section*/
  .thinkContainer {
    height: 200vh;
    height: 200svh;
    padding-left: 20px;
  }
  .thinkContainer .thinkWrapper {
    flex-direction: column;
  }
  .thinkContainer .itemsSection {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .thinkWrapper .firstText {
    font-family: "Saira";
    font-size: 45px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
  }
  .thinkWrapper .firstText .thinkTitle {
    font-family: "Saira";
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
  }

  .thinkWrapper .imageSection {
    height: 60%;
    width: 80%;
    margin: auto;
  }
  .thinkWrapper .imageSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* end think section */

  /* start last card section  */
  .lastCardSectionContainer {
    height: auto;
    max-height: 300vh;
    max-height: 300svh;
  }
  .lastCardSectionContainer::after {
    display: none;
  }
  .lastCardSectionContainer .CardContainerAbout {
    /* flex-wrap: wrap; */

    height: 80vh !important;
    height: 80svh !important;
    overflow-y: hidden;
  }
  .lastCardSectionContainer .CardContainerAbout > * {
    min-width: 250px;
    height: 100% !important;
  }
  /* font size for solution section */
  .solution .solutionContainer .overLayer .textSection {
    font-size: 18px;
  }
  .solutionheader h2 {
    line-height: 50px;
    padding: 10px 0;
  }
  .solutionheader .Text {
    font-size: 16px;
    line-height: 16px;
  }
}

/* last section card on smaller screen  */
@media screen and (max-width: 900px) {
  /* start solution style section */
  .solution {
    height: 220vh;
    height: 220svh;
  }
  .solutionheader {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1%;
    height: 30vh;
    height: 30svh;
  }
  .solutionheader h2 {
    font-family: "Saira";
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0em;
    /* text-align: center; */
  }
  .solutionheader .Text {
    font-size: 18px;
  }

  .solutionContainer .cardContainer {
    height: 190vh;
    height: 190svh;
  }
  .solutionContainer .RowContainer {
    grid-template-columns: 1fr;
  }

  /* end solution section */
}
@media only screen and (max-width: 570px) {
  .thinkContainer {
    max-height: 100vh;
  }
  .lastCardSectionContainer .CardContainerAbout {
    height: 50vh;
    height: 50svh;
  }
  .lastCardSectionContainer .CardContainerAbout > * {
    width: 100%;
    /* height: 22% !important; */
  }
}

@media only screen and (max-width: 800px) {
  .thinkContainer {
    height: 200vh !important;
  }

  .thinkContainer .itemsSection {
    max-height: 75vh !important;
  }
  .thinkWrapper .firstText {
    font-size: 30px;
  }
  .thinkSubtitle {
    line-height: 30px;
    font-size: 24px;
  }
  .thinkWrapper .firstText .thinkTitle {
    line-height: 30px;
    font-size: 30px;
  }
  .thinkWrapper .secondText {
    font-size: 20px;
    line-height: 24px;
  }
  .thinkWrapper .imageSection {
    overflow: hidden;
    max-height: 150svh !important;
  }
  .thinkWrapper .imageSection img {
    object-fit: contain;
    object-position: center center;
  }

  /* service card section */
  .service .cardContainer .card {
    max-height: 200px !important;
    min-height: 100px !important;
  }

  /* solution section height */
  .solutionContainer .cardContainer {
    height: 170vh;
    height: 170svh;
  }
  .solutionheader {
    height: 50vh;
    height: 50svh;
  }
  .solutionheader .Text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 850px) and (max-height: 1300px) and (min-height: 800px) {
  .thinkContainer {
    height: 100vh !important;
    height: 100svh !important;
  }
  .thinkContainer .itemsSection {
    max-height: 40% !important;
  }
}

@media screen and (max-width: 300px) {
  .footerContainer .tabsSection .footerCol .footerList {
    max-width: 150px;
  }
  .footerItemSection .tabsSection {
    max-width: 200px !important;
    overflow: hidden;
  }
  .serviceheader h2 {
    font-size: 40px !important;
  }
}

@media screen and (min-width: 1600px) {
  .CardContainerAbout {
    width: 98%;
  }
  .CardContainerAbout > * {
    width: calc(25% - 20px) !important;
  }
}

@media screen and (width: 600px) and (height: 960px) {
  .thinkContainer .itemsSection {
    padding-top: 30px;
  }
  .solutionheader {
    padding-bottom: 30px;
  }
}

@media screen and (width: 960px) and (height: 600px) {
  .thinkContainer .itemsSection {
    padding-top: 30px;
  }
  .solutionheader {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 800px) and (max-height: 800px) {
  .lastCardSectionContainer .About-card:hover .textShowed {
    transform: translateY(-20%);
  }
}
