/*************************
 Home Page Media Queries
************************/
/*smaller mobile device*/
@media screen and (max-width: 576px) {
  .hero-content {
    margin-top: -59px;
    gap: 0;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .animated-txt {
    height: 80px;

  }

  .subtitle {
    text-wrap: nowrap;
  }

  .hero-content p {
    width: fit-content;
    font-size: 18px;
    width: 80%;
  }

  .dot-button {
    width: 148px;
  }

  .abt-section {
    padding: 0px;
  }

  .abt-content {
    gap: 4px;
    padding-top: 5px;
  }

  .abt-content h1 {
    font-size: 21px;
    line-height: 38px;
  }

 

  .mobile-service {
    margin-top: 36px;
    background-color: #fffaf0;
    margin-left: -25px;
  }

  .mobile-service h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.5%;
    padding-top: 50px;
  }

  .mobile-service p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    height: auto;
  }

  .dev-content {
    width: 345px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .dev-img img {
    max-width: 100%;
  }

  .dev-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }



  .dev-button {
    width: 120px;
    height: 36px;
    font-size: 14px;
    border-color: black;
  }

  .workflow {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .work-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  #step {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }

  .line-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .line {
    /* height: 0.5px; */
    background-color: black;
    width: 100%;
    position: absolute;
    top: -102px;
    left: -99px;
  }

  .circle {
    width: 20px;
    height: 20px;
    background-color: #78aef0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
  }

  #bigNumber {
    color: transparent;
    -webkit-text-stroke: 1px #0000004d;
    text-stroke: 1px #0000004d;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1.5%;
    text-align: center;
    padding-top: 10px;
  }

  #title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
  }

  .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .border {
    height: 180px;
  }

  .contact-txt {
    margin-left: 0px;
  }

  .contact-txt h2 {
    font-size: 30px;
  }

  .badges img {
    max-width: 29%;
  }

  /* .contact .row {
    flex-wrap: wrap!important;
  } */

  .form-box {
    margin-top: 50px;
    padding: 33px 25px;
  }

  .form-box .inner-container {
    overflow: auto;
  }

  .fullname {
    padding: 17px 15px;
    padding-bottom: 10px;
  }

  .contact-details,
  .address {
    display: block;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .email {
    margin-top: -3px;
  }

  .options {
    margin-top: 3px;
  }

  /* .textarea textarea {
    margin-top: 27px;
  } */

  .contact button {
    width: 100%;
  }

  .testimonial-txt {
    gap: 14px;
  }

  .testimonial-txt h1 {
    font-size: 35px;
  }

  .clients {
    margin-top: 25px;
  }

  .client1 .testimonial-card {
    margin-left: 0px;
    flex-direction: column;
    gap: 20px;
    margin-right: 0px;
  }

  .client2 .testimonial-card {
    margin-left: 0px;
    flex-direction: column;
    gap: 20px;
  }

  .client3 .testimonial-card {
    margin-left: 0px;
    flex-direction: column;
    gap: 20px;
    margin-right: 0px;
  }

  .brands .container {
    width: 364px;
  }

  .brands h2 {
    font-size: 30px;
  }

  .brands h2::after {
    width: 98px;
  }

  .logos-slide1 img {
    margin: 0 -3px;
  }

  .logos-slide2 img {
    margin: 0 -3px;
  }

  .footer {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding-left: 20px;
    margin-top: 30px;
  }
}

/*Mobile View*/
@media only screen and (min-width: 426px) and (max-width: 576px) {
  main .container {
    max-width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }

  main .hero-img {
    background-position-y: 60%;
    object-fit: cover;
    background-size: 1400px, 1500px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content {
    padding: 40px;
    gap: 10px;
  }

  .hero-content p {
    font-size: 14px;
    width: 398px;
  }

  .hero-content .dot-button {
    width: 150px;
    height: 36px;
  }

  .abt-section {
    padding: 0;
    margin-top: 40px;
  }

  .abt-section .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 23px;
  }

  .abt-content {
    width: 345px;
    height: auto;
    gap: 16px;
    margin-left: -61px;
  }

  .abt-content h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .abt-content p {
    font-size: 14px;
    line-height: 26px;
    width: 345px;
    height: auto;
  }

  .abt-btn {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }

  .mobile-service {
    margin-top: 25px;
    height: auto;
    background-color: #fffaf0;
  }

  .mobile-service .row {
    padding-top: 45px;
  }

  .mobile-service h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.5%;
    padding-top: 50px;
  }

  /* .mobile-service p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 344px;
    height: auto;
  } */

  .dev-content {
    width: 345px;
    height: auto;
  }

  .dev-img {
    width: 345px;
    height: auto;
  }

  .dev-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .dev-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }

  .dev-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .dev-button {
    width: 120px;
    height: 36px;
    font-size: 14px;
    border-color: black;
  }

  .workflow {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .work-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  #step {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }

  .line-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .line {
    background-color: black;
    width: 100%;
    position: absolute;
    top: -102px;
    left: -98px;
  }

  .circle {
    width: 20px;
    height: 20px;
    background-color: #78aef0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
  }

  #bigNumber {
    color: transparent;
    -webkit-text-stroke: 1px #0000004d;
    text-stroke: 1px #0000004d;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1.5%;
    text-align: center;
    padding-top: 10px;
  }

  #title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
  }

  .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .border {
    height: 147px;
  }

  .contact {
    margin-top: 20px;
    padding-top: 150px;
    height: auto;
    gap: 5px;
    background-color: var(--grey);
  }

  .contact .row {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 5px;
  }

  .contact-txt {
    width: 343px;
    margin-left: 0;
    gap: 5px;
    padding-top: 0px;
  }

  .contact-txt h2 {
    font-size: 24px;
  }

  .badges {
    width: 90px;
    height: auto;
  }

  .form-box {
    width: 100%;
    height: auto;
    padding: 33px 22px;
    margin-top: 80px;
  }

  .fullname,
  .email,
  .mobile,
  .company,
  select {
    width: 100%;
    height: auto;
  }

  .fullname {
    margin-top: 5px;
  }

  .email {
    padding-bottom: 5px;
  }

  .fullname:hover {
    border-color: #65a2ee;
  }

  .textarea textarea {
    width: 100%;
    margin-top: 25px;
    height: auto;
  }

  .contact button {
    width: 100%;
  }

  .testimonial {
    margin-top: 100px;
  }

  .testimonial-txt {
    width: 345px;
    height: auto;
    gap: 10px;
  }

  .testimonial-txt h6 {
    font-size: 16px;
  }

  .testimonial-txt h1 {
    font-size: 28px;
  }

  .testimonial-txt p {
    font-size: 14px;
  }

  .testimonial-btn {
    width: 150px;
    height: 36px;
    font-size: 14px;
  }

  .clients {
    gap: 20px;
    margin-top: 60px;
  }

  .client1 .testimonial-card,
  .client2 .testimonial-card,
  .client3 .testimonial-card {
    width: 380px;
    height: auto;
    margin-left: 0;
  }

  .client1 .testimonial-card,
  .client3 .testimonial-card {
    margin-right: 0;
  }

  .testimonial-header h4 {
    font-size: 14px;
  }

  .testimonial-content p {
    font-size: 12px;
  }

  .testimonial-image img {
    width: 78px;
    height: 78px;
  }

  .testimonial-header {
    padding-top: 5px;
  }

  .faq {
    margin-top: -20px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .faq-container h1 {
    font-size: 28px;
  }

  .faq-question {
    gap: 0.5rem;
  }

  .faq-question span {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
  }

  .faq-toggle {
    align-self: flex-end;
  }

  .brands {
    margin-top: -63px;
    margin-bottom: 0;
  }

  .brands .container {
    width: 364px;
  }

  .brands h2 {
    font-size: 28px;
  }

  .brands h2::after {
    width: 98px;
  }

  .logos-slide1 img {
    margin: 0 -3px;
  }

  .logos-slide2 img {
    margin: 0 -3px;
  }

  .footer {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding-left: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .counter {
    margin-top: -50px;
  }

  .footer-text {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 600px) {
  .hero-content h1 {
    font-size: 44px;
  }

  .mobile-service {
    padding-left: 70px;
    margin-top: 25px;
    height: auto;
    background-color: #fffaf0;
  }

  .mobile-service .row {
    padding-top: 45px;
  }

  .mobile-service h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.5%;
    padding-top: 50px;
  }

  .mobile-service p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 344px;
    height: auto;
  }

  .dev-content {
    width: 100%;
    max-width: 345px;
    height: auto;
  }

  .dev-img {
    width: 100%;
    max-width: 345px;
    height: auto;
  }

  .dev-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .dev-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }

  .dev-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .dev-button {
    width: 120px;
    height: 36px;
    font-size: 14px;
    border-color: black;
  }

  .contact .row {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 5px;
  }

  .contact-txt {
    width: 343px;
    margin-left: 0;
    gap: 5px;
    padding-top: 0px;
  }

  .contact-txt h2 {
    font-size: 24px;
  }

  .badges {
    width: 90px;
    height: auto;
  }

  .form-box {
    width: 100%;
    height: auto;
    padding: 33px 22px;
    margin-top: 80px;
  }

  .client1 .testimonial-card,
  .client3 .testimonial-card {
    margin-right: 0;
  }

  .testimonial-txt {
    margin-bottom: 10px;
  }

  #step {
    font-size: 20px;
  }

  .line-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .line {
    background-color: black;
    width: 100%;
    position: absolute;
    top: -102px;
    left: -98px;
  }

  .circle {
    width: 20px;
    height: 20px;
    background-color: #78aef0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
  }

  #bigNumber {
    color: transparent;
    -webkit-text-stroke: 1px #0000004d;
    text-stroke: 1px #0000004d;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1.5%;
    text-align: center;
    padding-top: 10px;
  }

  .footer {
    padding-left: 0px;
  }
}

/*Tablet View*/
@media only screen and (min-width: 601px) and (max-width: 767.98px) {
  .abt-content {
    padding-top: 20px;
  }

  .slider1 .box h1 {
    font-size: 100px;
  }

  .slider2-txt {
    padding-left: 122px;
  }

  .slider2-txt h3 {
    font-size: 35px;
  }

  .slider2-txt pre {
    font-size: 35px;
  }

  .slider2-txt p {
    font-size: 12px;
  }

  .slider2-img .img-fluid {
    width: 50%;
  }

  .slider3-img .img-fluid {
    width: 50%;
  }

  .box1-circle {
    padding-left: 84px;
  }

  .box2 {
    margin: 0;
  }

  .box2 .cyber-text {
    margin-left: 8px;
  }

  .box1,
  .box2,
  .box3 {
    gap: 0;
  }

  .slider4-img {
    gap: 26px;
    margin-top: 40px;
  }

  .cyber-text {
    left: 128px;
  }

  .slider5-img {
    padding-left: 133px;
  }

  .slider6 .inner-box h1 {
    font-size: 48px;
  }

  .client1 .testimonial-card,
  .client3 .testimonial-card {
    margin-right: 0;
  }

  .mobile-service {
    padding-left: 70px;
    margin-top: 25px;
    height: auto;
    background-color: #fffaf0;
  }

  .mobile-service .row {
    padding-top: 45px;
  }

  .mobile-service h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.5%;
    padding-top: 50px;
  }

  .mobile-service p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 344px;
    height: auto;
  }

  .dev-content {
    width: 100%;
    max-width: 345px;
    height: auto;
  }

  .dev-img {
    width: 100%;
    max-width: 345px;
    height: auto;
  }

  .dev-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .dev-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }

  .dev-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .dev-button {
    width: 120px;
    height: 36px;
    font-size: 14px;
    border-color: black;
  }

  .workflow {
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .work-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 28px;
  }

  #step {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .line-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .line {
    background-color: black;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0px;
  }

  .circle {
    width: 18px;
    height: 18px;
    background-color: #78aef0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #bigNumber {
    color: transparent;
    -webkit-text-stroke: 1px #0000004d;
    text-stroke: 1px #0000004d;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1.5%;
    text-align: center;
    padding-top: 10px;
  }

  #title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
  }

  .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .border {
    height: 147px;
    margin-left: 97px !important;
    margin-right: 63px !important;
    padding: 10px;
  }

  .contact-txt {
    margin-left: 0;
  }

  .contact-txt h2 {
    font-size: 32px;
  }

  .contact-txt p {
    padding-right: 60px;
  }

  .contact .row {
    flex-wrap: wrap;
    width: 100%;
  }

  .badges .img-fluid {
    max-width: 20%;
  }

  .form-box {
    margin-top: 50px;
  }

  .contact .container {
    width: 100%;
    max-width: 494px;
  }

  .fullname {
    width: 100%;
  }

  .contact button {
    width: 100%;
    padding: 0px;
  }

  .clients {
    margin-top: 59px;
    gap: 30px;
  }

  .faq-container {
    max-width: 545px;
  }

  .footer-heading {
    font-size: 26px;
  }

  .footer-subtitle {
    font-size: 16px;
  }

  .footer ul li {
    font-size: 19px;
  }

  .list-unstyled img {
    width: 6%;
  }

  .social-links a {
    font-size: 50px;
  }

  .footer {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 767.99px) and (max-width: 768px) {
  /* .hero-content {
    margin-left: 80px;
  } */

  .hero-content p {
    font-size: 17px;
  }

  .animated-txt {
    height: 150px;

  }

  .abt-content {
    padding-top: 20px;
    padding-left: 40px;
  }

  .abt-content h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .abt-content p {
    font-size: 20px;
    line-height: 26px;
    width: fit-content;
  }

  .slider1 .box h1 {
    font-size: 100px;
  }

  .slider2-txt {
    padding-left: 122px;
  }

  .slider2-txt h3 {
    font-size: 35px;
  }

  .slider2-txt pre {
    font-size: 35px;
  }

  .slider2-txt p {
    font-size: 19px;
  }

  .box2 {
    margin: 0px;
  }

  .slider4-img {
    gap: 35px;
  }

  .box2 .cyber-text {
    margin-left: 0px;
  }

  .box1-circle {
    width: 240px;
  }

  .contact .row {
    flex-wrap: wrap;
  }

  .contact-box {
    margin-top: 100px;
  }

  .clients {
    margin-top: 60px;
  }

  .footer {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .navbar-nav {
    gap: 0px;
  }

  .navbar-nav {
    font-size: 15px;
  }

  .navbar-brand img {
    max-width: 90%;
  }

  .hero-content h1 {
    font-size: 39px;
  }

  .abt-content {
    padding: 74px;
  }

  .abt-content h1 {
    font-size: 34px;
  }

  .abt-content p {
    padding-right: 20px;
  }

  .slider1 .box h1 {
    font-size: 100px;
  }

  .slider2-txt {
    padding-left: 135px;
  }

  .slider5-img {
    padding-left: 160px;
  }

  .slider6 .inner-box h1 {
    font-size: 48px;
  }

  .steps-container {
    width: 91%;
    margin-left: 44px;
  }

  .workflow {
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .work-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 28px;
  }

  #step {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .line-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }

  .line {
    background-color: black;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0px;
  }

  .circle {
    width: 30px;
    height: 30px;
    background-color: #78aef0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #bigNumber {
    color: transparent;
    -webkit-text-stroke: 1px #0000004d;
    text-stroke: 1px #0000004d;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1.5%;
    text-align: center;
    padding-top: 10px;
  }

  #title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
  }

  .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .border {
    height: 147px;
    margin-left: 97px !important;
    margin-right: 63px !important;
    padding: 10px;
  }

  .contact .row {
    flex-wrap: wrap;
  }

  .contact-txt {
    width: 83%;
  }

  .form-box {
    margin-top: 72px;
  }

  form {
    width: fit-content;
  }

  .badges .img-fluid {
    max-width: 36%;
  }

  .inner-container h1 {
    font-size: 17px;
    padding-top: 10px;
  }

  .contact button {
    width: 100%;
  }

  .client1 .testimonial-card {
    margin-left: 0px;
  }

  .client3 .testimonial-card {
    margin-left: 0px;
  }

  .testimonial-txt {
    padding: 0;
    margin: 0;
  }

  .clients {
    padding-top: 54px;
  }

  .faq .container {
    max-width: 600px;
  }

  .brands .container {
    padding: 0px 89px;
  }

  .logos-slide1 img {
    margin: 0 5px;
  }

  .logos-slide2 img {
    margin: 0 5px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-subtitle {
    font-size: 10px;
  }

  .footer ul li {
    font-size: 10px;
  }

  footer .list-unstyled img {
    width: 15px;
  }

  .social-links {
    gap: 7px;
  }

  .social-links a {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar-nav {
    gap: 0px;
  }

  .navbar-nav {
    font-size: 15px;
  }

  .navbar-brand img {
    max-width: 90%;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .abt-content h1 {
    font-size: 34px;
  }

  .slider2-txt pre {
    font-size: 27px;
  }

  .slider2-txt {
    padding-left: 96px;
  }

  .box1-txt {
    padding-left: 26px;
  }

  .working .upper-row {
    margin-left: 45px;
    gap: 0px;
  }

  .working .lower-row {
    gap: 67px;
  }

  .steps-container {
    width: 91%;
    margin-left: 63px;
  }

  .contact-txt {
    margin-left: 0px;
    padding-left: 80px;
  }

  .badges .img-fluid {
    max-width: 30%;
  }

  .client1 .testimonial-card,
  .client3 .testimonial-card {
    margin-right: 0px;
  }

  .testimonial-txt {
    padding-left: 64px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .navbar-nav {
    gap: 0px;
  }

  .navbar-nav {
    font-size: 15px;
  }

  .navbar-brand img {
    max-width: 90%;
  }

  .slider2-txt {
    padding-left: 0px;
  }

  .slider2-txt pre {
    font-size: 27px;
  }

  .upper-row {
    margin-left: 22px;
    gap: 5px;
  }

  .steps-container {
    width: 91%;
    margin-left: 63px;
  }

  .contact-txt {
    margin-left: 0px;
  }

  .badges .img-fluid {
    max-width: 36%;
  }

  .inner-container h1 {
    font-size: 17px;
    padding-top: 10px;
  }

  .contact button {
    width: 235px;
  }

  .client1 .testimonial-card {
    margin-left: 0px;
  }

  .client3 .testimonial-card {
    margin-left: 0px;
  }

  .testimonial-txt {
    padding-left: 57px;
  }
}

/*************************
 Blog Page Media Queries
************************/
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .blog-hero h1 {
    font-size: 18px;
    padding: 40px;
  }

  .blog-hero {
    height: 23vh;
  }

  .dotted-pattern {
    width: 23%;
  }

  .blog-section h2 {
    font-size: 22px;
    font-weight: 600;
    width: 97%;
  }

  .recent-post,
  .development,
  .marketing,
  .cyber-security,
  .website-design,
  .managed-services {
    margin-top: 45px;
  }

  .blog-section h2::after {
    display: none;
  }

  .date-day {
    font-size: 20px;
  }
}

@media only screen and (min-width: 577px) {
  .blog-hero h1 {
    font-size: 25px;
  }

  .blog-hero {
    height: 43vh;
  }

  .dotted-pattern {
    width: 20%;
  }

  .blog-section h2 {
    font-size: 21px;
    margin-top: -67px;
  }

  .blog-section h2::after {
    width: 15%;
  }

  .date-day {
    font-size: 20px;
  }

  .action-btn {
    margin-top: -82px;
  }
}

@media only screen and (min-width: 768px) {
  .blog-hero h1 {
    font-size: 35px;
  }

  .blog-hero {
    height: 38vh;
  }

  .dotted-pattern {
    width: 15%;
  }

  .blog-section h2 {
    font-size: 30px;
    margin-top: -67px;
  }

  .blog-section h2::after {
    width: 10%;
  }

  .date-day {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .dotted-pattern {
    width: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .blog-section h2::after {
    width: 8%;
  }
}

@media only screen and (min-width: 1400px) {
  .blog-hero h1 {
    font-size: 48px;
  }

  .blog-section h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1401px) {
  .blog-hero {
    height: 68vh;
  }

  .date-day {
    font-size: 32px;
  }

  .date-month {
    font-size: 16px;
  }

  .blog-section h2 {
    font-size: 38px;
  }
}

/*******************************
 Development Page Media Queries
********************************/
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .dev-hero h1 {
    font-size: 35px;
    text-align: center;
  }

  .dev-hero {
    height: 30vh;
  }

  .lang {
    gap: 10px;
  }

  .lang span {
    font-size: 10px;
  }

  .dev-txt {
    margin: 0;
  }

  .dev-txt h2 {
    font-size: 24px;
  }

  .dev-service-card h4 {
    line-height: 24px;
  }

  .dev-why-choose-heading {
    font-size: 21px;
    text-align: center;
  }

  .dev-why-choose-col1,
  .dev-why-choose-col2,
  .dev-why-choose-col3,
  .dev-why-choose-col4 {
    margin-bottom: 15px;
  }

  .dev-why-choose-icon .circle-img {
    position: static;
  }

  .dev-why-choose-icon .circle {
    display: none;
  }

  .get-ready-title {
    font-size: 23px;
  }

  .contact-form {
    margin-top: 56px;
  }

  .dev-faq-title {
    font-size: 25px;
  }

  .dev-services-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .dev-hero h1 {
    font-size: 35px;
  }

  .dev-hero {
    height: 25vh;
  }

  .dev-why-choose-heading {
    font-size: 36px;
  }

  .dev-why-choose-icon .circle-img {
    position: static;
  }

  .dev-why-choose-icon .circle {
    display: none;
  }

  .contact-form {
    margin-top: 56px;
  }

  .get-ready-title {
    font-size: 33px;
  }

  .lang {
    gap: 34px;
  }

  .lang span {
    font-size: 15px;
  }

  .dev-txt {
    margin: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .dev-hero h1 {
    font-size: 38px;
  }

  .dev-hero {
    height: 25vh;
  }

  .lang {
    gap: 22px;
  }

  .lang span {
    font-size: 24px;
  }

  .dev-txt {
    margin: 0;
  }

  .dev-service-card h4 {
    line-height: 27px;
  }

  .dev-why-choose-heading {
    font-size: 45px;
  }

  .dev-why-choose-icon .circle-img {
    position: static;
  }

  .dev-why-choose-icon .circle {
    display: none;
  }

  .smiling-woman {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .dev-hero h1 {
    font-size: 57px;
  }

  .dev-hero {
    height: 25vh;
  }

  .lang {
    gap: 21px;
  }

  .lang span {
    font-size: 25px;
  }

  .dev-why-choose-icon .circle-img {
    position: static;
  }

  .dev-why-choose-icon .circle {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .dev-hero h1 {
    font-size: 57px;
  }

  .dev-hero {
    height: 25vh;
  }

  .lang {
    gap: 21px;
  }

  .lang span {
    font-size: 32px;
  }

  .dev-why-choose-icon .circle-img {
    right: 87px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .dev-hero h1 {
    font-size: 38px;
  }

  .dev-hero {
    height: 35vh;
  }
}

/*******************************
 Mobile-App Page Media Queries
********************************/

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .mobile-hero h1 {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 70px;
  }

  .mobile-hero h4 {
    font-size: 16px;
  }

  .mobile-hero {
    height: 30vh;
  }

  .app-txt h3 {
    font-size: 25px;
    line-height: 1.5;
  }

  .mobile-services-title {
    font-size: 29px;
    padding-left: 13px;
  }

  .mob-service-card h4 {
    line-height: 1.5;
  }

  .why-choose-heading {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }

  .why-choose-title {
    font-size: 21px;
    font-weight: 600;
  }

  .why-choose-col1,
  .why-choose-col2,
  .why-choose-col3,
  .why-choose-col4 {
    margin-bottom: 15px;
  }

  .why-choose-icon .circle-img {
    position: static;
  }

  .why-choose-icon .circle {
    display: none;
  }

  .get-ready-section {
    padding: 3rem 1rem;
  }

  .get-ready-title {
    font-size: 23px;
  }

  .contact-form {
    margin-top: 56px;
  }

  .dev-faq-title {
    font-size: 25px;
  }

  .phone-btn {
    padding: 15px 35px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .mobile-hero h1 {
    font-size: 32px;
  }

  .mobile-hero {
    height: 25vh;
  }

  .app-txt h3 {
    font-size: 35px;
    line-height: 125%;
  }

  .why-choose-heading {
    font-size: 36px;
  }

  .why-choose-icon .circle-img {
    position: static;
  }

  .why-choose-icon .circle {
    display: none;
  }

  .contact-form {
    margin-top: 56px;
  }

  .get-ready-title {
    font-size: 33px;
  }

  .app-pic {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mobile-hero h1 {
    font-size: 38px;
  }

  .mobile-hero {
    height: 25vh;
  }

  .app-pic {
    text-align: center;
  }

  .mob-service-card h4 {
    line-height: 30px;
  }

  .why-choose-heading {
    font-size: 36px;
  }

  .why-choose-icon .circle-img {
    position: static;
  }

  .why-choose-icon .circle {
    display: none;
  }

  .get-ready-title {
    font-size: 26px;
  }

  .smiling-woman {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .mobile-hero h1 {
    font-size: 38px;
  }

  .mobile-hero {
    height: 25vh;
  }

  .link-pattern {
    width: 13%;
    position: absolute;
    bottom: 5px;
  }

  .app-pic {
    text-align: center;
  }

  .mob-service-card h4 {
    line-height: 30px;
  }

  .why-choose-heading {
    font-size: 36px;
  }

  .why-choose-icon .circle-img {
    position: static;
  }

  .why-choose-icon .circle {
    display: none;
  }

  .get-ready-title {
    font-size: 26px;
  }

  .smiling-woman {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .mobile-hero h1 {
    font-size: 38px;
  }

  .mobile-hero {
    height: 35vh;
  }

  .link-pattern {
    width: 10%;
    position: absolute;
    bottom: 5px;
  }

  .why-choose-icon .circle-img {
    right: 86px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .mobile-hero h1 {
    font-size: 38px;
  }

  .mobile-hero {
    height: 35vh;
  }

  .link-pattern {
    width: 10%;
    position: absolute;
    bottom: 5px;
  }
}

/*******************************
 marketing Page Media Queries
********************************/
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .marketing-hero h1 {
    font-size: 1.5rem;
  }

  .marketing-hero {
    height: 34vh;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .marketing-hero {
    height: 34vh;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .marketing-hero {
    height: 38vh;
  }

  .marketing-hero h1 {
    font-size: 2.5rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .marketing-hero {
    height: 38vh;
  }

  .marketing-hero h1 {
    font-size: 2.5rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .marketing-hero {
    height: 40vh;
  }

  .marketing-hero h1 {
    font-size: 2.8rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .marketing-hero {
    height: 45vh;
  }

  .marketing-hero h1 {
    font-size: 3rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

/*******************************
 MSP Page Media Queries
********************************/

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .marketing-hero h1 {
    font-size: 1.5rem;
  }

  .msp-hero {
    height: 34vh;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .msp-hero {
    height: 34vh;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .msp-hero {
    height: 38vh;
  }

  .marketing-hero h1 {
    font-size: 2.5rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .msp-hero {
    height: 38vh;
  }

  .marketing-hero h1 {
    font-size: 2.5rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .msp-hero {
    height: 40vh;
  }

  .marketing-hero h1 {
    font-size: 2.8rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .msp-hero {
    height: 45vh;
  }

  .marketing-hero h1 {
    font-size: 3rem;
  }

  .marketing-hero h4 {
    font-size: 21px;
  }
}

/*******************************
Cyber Security Media Queries
********************************/

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .cyber-hero h1 {
    font-size: 23px;
  }

  .cyber-hero {
    height: 25vh;
  }

  .link-pattern {
    width: 13%;
    position: absolute;
    bottom: 5px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .cyber-hero h1 {
    font-size: 35px;
  }

  .cyber-hero {
    height: 25vh;
  }

  .link-pattern {
    width: 13%;
    position: absolute;
    bottom: 5px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .cyber-hero h1 {
    font-size: 38px;
  }

  .cyber-hero {
    height: 25vh;
  }

  .link-pattern {
    width: 13%;
    position: absolute;
    bottom: 5px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .cyber-hero h1 {
    font-size: 38px;
  }

  .cyber-hero {
    height: 25vh;
  }

  .link-pattern {
    width: 13%;
    position: absolute;
    bottom: 5px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .cyber-hero h1 {
    font-size: 38px;
  }

  .cyber-hero {
    height: 35vh;
  }

  .link-pattern {
    width: 10%;
    position: absolute;
    bottom: 5px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .cyber-hero h1 {
    font-size: 38px;
  }

  .cyber-hero {
    height: 35vh;
  }

  .link-pattern {
    width: 10%;
    position: absolute;
    bottom: 5px;
  }
}

/*******************************
About Us Media Queries
********************************/
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .about-hero h1 {
    font-size: 23px;
  }

  .about-hero {
    height: 25vh;
  }

  .main-heading {
    font-weight: 500;
    font-size: 35px;
  }

  .abt-dotted-pattern {
    width: 23%;
  }

  .gradient-line {
    height: 143px;
  }

  .image-wrapper {
    gap: 15px;
    margin-top: 15px;
  }

  .project-analytics {
    margin-top: 15px;
  }

  .stat-number {
    font-size: 39px;
  }

  .stat-label {
    font-size: 26px;
  }

  .about-team h2 {
    font-size: 34px;
  }

  .about-team p {
    font-size: 15px;
  }

  .abt-history-box {
    gap: 10px;
  }

  .team-pics{
   justify-content:flex-start;
   flex-wrap: nowrap;
   overflow-x: scroll;
  }

  .project-txt h2 {
    font-size: 34px;
    font-weight: 600;
  }

  .project-discussion {
    margin-top: 24px;
  }

  .project {
    margin-top: 3rem;
  }

  .sticky-section {
    display: none;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .about-hero h1 {
    font-size: 35px;
  }

  .about-hero {
    height: 25vh;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero {
    height: 25vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero {
    height: 25vh;
  }

  .event-line {
    left: 89px;
  }

  .number1,
  .number3,
  .number5 {
    left: -13px;
  }

  .number2,
  .number4 {
    left: -9px;
  }

  .event2,
  .event4 {
    left: 121px;
  }

  .event1,
  .event3,
  .event5 {
    left: 116px;
  }

  .event-text5 {
    margin-right: 90px;
  }

  .abt-history-section {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero {
    height: 35vh;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero {
    height: 35vh;
  }
}

/*******************************
Blog-Details Media Queries
********************************/
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .blog-details-hero h1 {
    font-size: 23px;
  }

  .blog-details-hero {
    height: 25vh;
  }

  .details-dotted-pattern {
    width: 23%;
  }

  .border {
    height: max-content;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .blog-details-hero h1 {
    font-size: 30px;
  }

  .blog-details-hero {
    height: 30vh;
  }

  .details-dotted-pattern {
    width: 21%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .blog-details-hero h1 {
    font-size: 35px;
  }

  .blog-details-hero {
    height: 45vh;
  }

  .details-dotted-pattern {
    width: 19%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .blog-details-hero h1 {
    font-size: 55px;
  }

  .blog-details-hero {
    height: 60vh;
  }

  .details-dotted-pattern {
    width: 15%;
  }
}

/*******************************
    Contact Media Queries
********************************/
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .contact-hero h1 {
    padding-left: 0rem !important;
    font-size: 38px;
    text-align: center;
  }

  .contact-hero {
    height: 21vh !important;
  }

  .cont-form {
    margin-right: 0px !important;
    margin-top: 5px !important;
  }

  /* .contact-card-body {
    flex-wrap: wrap;
    margin-right: 0px;
    padding-top: 12px;
  } */

  .ind-address {
    left: 102px !important;
  }

}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .contact-hero h1 {
    padding-left: 0rem !important;
    font-size: 38px;
    text-align: center;
  }

  .contact-hero {
    height: 21vh !important;
  }

  .cont-form {
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-top: 5px !important;
  }

  /* .contact-card-body {
    flex-wrap: wrap;
    margin-left: -106px !important;
    padding-top: 12px;
  } */

  .ind-address {
    left: 102px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .contact-hero h1 {
    padding-left: 0rem !important;
    font-size: 38px;
    text-align: center;
  }

  .contact-hero {
    height: 21vh !important;
  }

  .cont-form {
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-top: 5px !important;
  }

  /* .contact-card-body {
    flex-wrap: wrap;
    margin-left: -106px !important;
    padding-top: 12px;
  } */

  .ind-address {
    left: 102px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .contact-hero {
    height: 21vh !important;
  }

  .cont-form {
    margin-right: 0px !important;
    margin-top: 5px !important;
  }

  /* .contact-card-body {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 60px;
  } */

  .earth {
    left: 117px;
    top: -124px;
  }

  .globe {
    left: 117px;
    top: -124px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .contact-hero {
    height: 21vh !important;
  }

  .cont-form {
    margin-right: 0px !important;
    margin-top: 5px !important;
  }

  /* .contact-card-body {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 60px;
  } */

  .earth {
    left: 117px;
    top: -124px;
  }

  .globe {
    left: 117px;
    top: -124px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .contact-hero {
    height: 21vh !important;
  }

  .cont-form {
    margin-right: 0px !important;
    margin-top: 5px !important;
  }

  /* .contact-card-body {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 60px;
  } */

  .globe {
    left: -155px;
  }
}

@media screen and (max-width:576px) {
  header{
    background-color: black;
  }
  main{
    margin-top: 80px;
  }
}