.tagline {
  font-weight: 900;
  font-size: 148px;
}

.slider {
  background-image: url("/images/Hero-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 134px;
}

#footer {
  background-color: blue;
  color: white;
}

.widget-title + ul.list li a.btn-roundeded {
  background-color: white;
  color: blue;
  border: none;
}

.widget-title + ul.list li a.btn-roundeded.btn-outline {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.responsive-margin {
  margin-left: 10%;

  @media (max-width: 768px) {
    margin-left: 5%; /* Adjust the margin for smaller screens */
  }
}
.hv-white:hover {
  background-color: #2250fc !important;
  color: #fff !important;
}
.xhrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  float: right;
  gap: 4rem;
}

.coming-soon-section {
  background-image: url("/images/Coming\ soon.png");
  background-size: cover;
  height: 707.254px;
  display: flex;
  align-items: center;
}

.page_title {
  text-align: left;
  margin-left: -20%;
}
.header_pic {
  height: 556px;
}
.parallax-container {
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover !important;
  background-position: center center;
  width: 100%;
  height: 556px;
  z-index: -100;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.main_container {
  display: flex;
  justify-content: center;
}
.sub_container {
  display: flex;
  margin: auto;
  gap: 10px;
  align-items: center;
  margin: auto;
}

.container_card {
  width: 400px;
  height: 608px;
  border-radius: 24px;
  border: 2px solid #0c43dd;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-feedrate {
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  max-width: 400px;
  height: 450px;
  border-radius: 24px;
  border: 2px solid #0c43dd;
  width: 250px;
  padding: 25px;
}

.pricing-section {
  display: flex;
  gap: 30px;
}

.card {
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  /* max-width: 400px; */
  height: 520px;
  border-radius: 24px;
  border: 2px solid #0c43dd;
  width: 400px;
  padding: 36px 45px;
}
.card a {
  text-decoration: none;
}
.content {
  padding: 1.1rem;
}

.card .title h3 {
  color: #1d1e21;
  font-size: 35px !important;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.description {
  color: #1d1e21;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
.descriptions {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}
.try-free-btn {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  border-radius: 18px !important;
  text-transform: none !important;
}

.home-explore-btn {
  padding: 10px 24px;
  border-radius: 18px;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  border-radius: 18px !important;
  text-transform: none !important;
  height: 56px;
  color: #2563eb;
}
.action {
  display: inline-flex;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #2563eb;
  padding: 8px 15px 8px 15px;
  border-radius: 15px;
  margin-left: 0%;
  text-align: center;
  margin-top: auto;
}
.action span {
  transition: 0.3s ease;
}
.action:hover span {
  transform: translateX(4px);
}
.Date {
  color: #2563eb;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
strong {
  text-align: left;
}
.access_Apps_Register {
  display: inline-flex;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: white;
  padding: 8px 15px 8px 15px;
  border-radius: 15px;
  margin-left: 0%;
}
.access_Apps_Log_in {
  display: inline-flex;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: transparent;
  padding: 8px 20px 8px 20px;
  border-radius: 15px;
  margin-left: 0%;
  border: 2px solid #ffffff;
}
@media (max-width: 1000px) {
  .sub_container {
    flex-direction: column; /* Stack cards vertically */
  }
  .container_card {
    width: 100%; /* Cards take up full width */
    margin-right: 0; /* Remove right margin */
  }
  .parallax-container {
    height: 300px; /* Adjust the height for smaller screens */
    background: transparent;
  }
  .header_pic {
    height: 300px;
  }
  .page_title {
    text-align: left;
    margin-left: 0%;
  }
  .card {
    max-width: 688px !important;
    height: 460px !important;
  }
}
@media (max-width: 1400px) {
  .page_title {
    text-align: left;
    margin-left: 0%;
  }
  .main_container {
    padding: 10px;

    justify-content: space-evenly;
  }
}
@media (max-width: 1024px) {
  .sub_container {
    width: auto;
  }
  .pricing-section {
    display: flex;
    gap: 10px !important;
  }
}

@media (min-width: 415px) and (max-width: 768px) {
  /* .careers-input {
    width: 260px !important;
  } */
}
@media (max-width: 768px) {
  .description {
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    width: 100%;
  }

  .form {
    margin: 0 !important;
  }
  .sol-btn-pos {
    position: initial !important;
  }
}
.sol-btn-pos {
  position: absolute !important;
  bottom: 25px;
}
.price-pos-abs {
  position: absolute !important;
  bottom: 110px;
}

@media (max-width: 414px) {
  .pricing-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60% !important;
  }
  .careers-input-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  .careers-input {
    margin: 0 !important;
  }
  .careers-textarea {
    width: 303px !important;
    margin: 0 !important;
  }
  .form {
    margin: 0 !important;
  }
  .careers-btn {
    width: 303px !important;
    height: 56px;
    border: none;
  }
  .careers-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 820px) {
  .description {
    margin-top: 0.5rem;
    color: #6b7280;
    text-align: left;
    width: 100%;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }

  .form {
    margin: 0 !important;
  }
}
@media (max-width: 500px) {
  .card {
    max-width: 340px;
    max-height: 356px !important;
  }
  .card.hme {
    max-height: 380px !important;
  }
}
@media (max-width: 321px) {
  .card {
    max-width: 335px;
    max-height: 536px;
  }
  .main_container {
    padding: 10px;
  }
  .pricing-section {
    display: flex;
    gap: 10px !important;
  }
}

.careers-btn {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 27px;
  border-radius: 18px;
  height: 56px;
  border: none;
}

.careers-label {
  text-align: left;
  margin-top: 24px;
}

.careers-input {
  display: flex;
  flex-direction: column;
}

.careers-input::placeholder {
  color: #fff;
}

.home-card-title {
  font-family: "Poppins";
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #2250fc;
  margin-top: 24px;
  font-weight: 400 !important;
}

.home-card-sub-title {
  font-family: "Poppins";
  font-size: 42px !important;
  font-weight: 600 !important;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}

.home-card-text {
  font-family: "Poppins";
  font-size: 20px !important;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1d1e21;
  margin-bottom: 0px;
}

.home-card-btn {
  border-radius: 18px !important;
  padding: 10px 24px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  height: 56px !important;
  background: #2250fc;
  color: #fff;
}

.home-newsletter-text {
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

.card-description {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1d1e21;
}

.pm-logo {
  width: 124px !important;
  height: 42px !important;
  margin-left: 10px;
}

.bundle {
  padding: 15px;
  border-radius: 24px;
  background-color: #2250fc;
}

.tap-testing-solutions {
  border: 2px solid #2250fc;
  padding: 15px;
  border-radius: 24px;
}

#f_sucess {
  background-color: #189a39 !important;
  border-color: #189a39 !important;
}
.post-tap-big h3 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

/* @media screen and (min-width: 768px) and (max-width: 1024px) { */

@media screen and (max-width: 425px) {
  .main-text-h1 {
    font-size: 50px !important;
  }
  .main-text-h4 {
    font-size: 24px !important;
  }
  .main-text-p {
    font-size: 16px !important;
  }
  .pm-logo {
    padding-bottom: none !important;
    width: 60% !important;
    height: 60% !important;
  }
  .tap_solutions div h4:not(:last-child) {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .slider-sol {
    background-position: left !important;
  }
  .our-technology {
    width: fit-content !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 34px !important;
  }
  .pm-logo {
    padding-bottom: none !important;
    width: 60% !important;
    height: 60% !important;
  }
  .mfx_solutions .card {
    height: 540px !important;
    max-height: none !important;
    width: fit-content !important;
  }
  .tap-testing-solutions.card {
    margin-left: -2rem;
    height: fit-content !important;
    max-height: none !important;
    width: fit-content !important;
  }
  #modal-button-prom {
    padding: 0px 14px !important;
  }
  .row_sol_md {
    display: flex;
    flex-direction: column;
  }
  .row_sol_md .card.col-sm .mdmd {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 380px;
  }
  .post-tap-big h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
  }
  .tap_solutions {
    gap: 1.5rem !important;
  }
  .tap_solutions div h4:not(:last-child) {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tap-testing-solutions.card {
    width: 100% !important;
    height: 350px !important;
  }
  .post-tap-big h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 1024px) {
  .mxmxc {
    margin-top: 30rem !important;
  }
}
@media screen and (max-width: 425px) {
  .mxmxc {
    margin-top: 50rem !important;
  }
}

.top_names {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

#modal-news .inner-modal-bot button,
#modal .inner-modal-bot button,
#modal-news-2 button,
#modal button {
  min-height: 45px;
}

@media screen and (max-width: 415px) {
  .about-hero .container .row {
    margin-bottom: 75px !important;
  }
}
