@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");

/* * {
  font-family: "Sen", sans-serif;
}

body {
  font-family: inherit;
} */

.salesplow_custom_width {
  width: 100%;
  padding-left: 54px;
  margin: auto;
}

.custom_image {
  background: #ffffff 0% 0% no-repeat padding-box;
  background-size: auto 100%;
  background-position: top right;
  background-image: url("https://chatimgs.blob.core.windows.net/kockpitwebsite/bg.png");
}

.salesplow_sec1 {
  position: relative;
  z-index: 99;
  overflow: hidden;
  /* height: 700px; */
  /* height: 100vh; */
  padding-bottom: 6rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  /*background-size: auto 100%;
  background-position: top right;
  background-image: url(../images/Salesplow/Group\ 16.png); */
}

/* .contentWrapper {
  width: 40%;
  height: 610px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
} */

.headingContent {
  padding-top: 103px;
}

.salesplow_heading h3 {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 0%;
}

.salesplow_content {
  margin-top: 3%;
  margin-bottom: 4%;
}

.salesplow_content p {
  font: normal normal normal 16px/26px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0%;
}

.button_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0rem;
  width: 85%;
  margin-top: 4%;
}

.getdemo_button {
  width: 222px;
  height: 55px;
  background: #0abeff 0% 0% no-repeat padding-box;
  border: 1px solid #0abeff;
  border-radius: 5px;
  font: normal normal normal 18px/36px "Sen", sans-serif;
  color: #ffffff;
}

.button-primary {
  border: 1px solid #0abeff;
  padding: 14px 69px 14px 32px;
  line-height: 1;
  font-size: 17px;
  border-radius: 4px;
  color: #0abeff;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #0abeff 50%, transparent 50%);
  background-size: 204% 100%;
  background-position: right bottom;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.onMicrosoft {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.onMicrosoft_image {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  opacity: 1;
  background: #0abeff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onMicrosoft_content p {
  margin-bottom: 0%;
  font: normal normal normal 16px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #292b37;
}

.blue_para {
  font: normal normal normal 14px "Sen", sans-serif !important;
  letter-spacing: 0px;
  color: #0abeff !important;
}

.blue_heading {
  color: #0abeff !important;
}

.salesplow_sec2 {
  padding-bottom: 80px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.features_heading p {
  text-align: center;
  font: normal normal normal 36px/67px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0rem;
}

.features_heading span {
  font-weight: 800 !important;
  text-align: center;
  font: normal normal normal 36px/67px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0rem;
}

.card_wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  opacity: 1;
  padding: 18px;
  height: 100%;
  display: inline-block;
}

.card_header {
  display: flex;
  align-items: center;
}

.card_img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  background: #e3f8ff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_img img {
  width: 45%;
}

.card_title {
  padding-left: 10px;
}

.card_title p {
  font: normal normal bold 20px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0rem;
  line-height: 24px;
}

.card_content {
  padding-top: 6px;
}

.card_content p {
  font: normal normal normal 14px/24px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-bottom: 0rem;
  padding-top: 7px;
}

.salesplow_sec3 {
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
}

.card {
  display: flex !important;
  border-radius: 10px !important;
  padding: unset !important;
  width: 90%;
  margin: unset !important;
  cursor: pointer;
  transition: unset !important;
  color: #ffffff !important;
  background-color: black !important;
  border: none !important;
  text-align: center;
}

.card:hover {
  transform: scale(1.04) !important;
  box-shadow: unset !important;
}

.card-body {
  padding: 0.6rem !important;
  border-left: 1px solid #32373b;
  border-right: 1px solid #32373b;
  border-bottom: 1px solid #32373b;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: black;
}

.card-title {
  font: normal normal bold 22px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0.6rem !important;
}

.line {
  width: 30px;
  height: 0px;
  border: 1px solid #0abeff;
  opacity: 1;
  margin: auto;
  background-color: #0abeff;
}

.card-text {
  font: normal normal normal 14px/24px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-top: 0.6rem;
}

.industries_heading p {
  text-align: center;
  font: normal normal normal 36px/67px "Sen", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0rem;
}

.konnectSeven {
  position: relative;
  z-index: 99;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

.faq_heading {
  text-align: center;
  font-family: "Sen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: #212529;
}

.faq_heading p {
  margin-bottom: 0%;
}

.question_col li img {
  width: 1.5%;
}

.menu {
  padding: unset !important;
}

li.questions {
  list-style: none;
  padding: 20px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
}

.question_active,
li.questions:hover {
  border: 1px solid #b9d7fe;
  background-color: #f8fbff;
  border-radius: 6px;
}

.questions.question_active.arrow {
  color: #0abeff;
}

.blue_active,
.arrow:hover {
  color: #0abeff;
}

.question_col ul li:hover {
  border: 1px solid #b9d7fe;
  background-color: #f8fbff;
  border-radius: 6px;
}

.question_col ul li:hover > .fa-solid {
  color: #0abeff;
}

.underline {
  width: fit-content;
  height: 0.5rem;
  color: #000000;
}

.ans-col {
  background: #f8fbff;
  /* padding-top: 20px; */
  border-radius: 6px;
  border: 1px solid #b9d7fe;
  padding: 20px 20px 0px 20px;
}

.ans-heading {
  font-family: "Sen", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 148.61% !important;
  margin: 0px 20px;
  border-bottom: 3px solid #0abeff;
  width: fit-content;
}

.ans-content {
  font-family: "Sen", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
  padding: 20px 20px;
}

.ans ul li {
  padding: 5px 0px;
}

/* .fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
} */

.fa-solid:hover {
  color: #0abeff;
}

.accordion {
  margin-top: 3rem;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  margin: 0px 10px 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

#faqs h2 {
  padding-bottom: unset !important;
  text-align: center !important;
}

.accordion-button:not(.collapsed) {
  color: #0abeff !important;
  background-color: #fafbff !important;
}

.pulse1 {
  animation: pulse-animation1 2s infinite;
  background-color: rgba(10, 190, 255, 1);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  top: 2%;
  left: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.pulse1 img {
  width: 24px;
}

@keyframes pulse-animation1 {
  0% {
    /* transform: scale(0.9); */
    box-shadow: 0 0 0 0 rgba(10, 190, 255, 0.7);
  }

  70% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(10, 190, 255, 0);
  }

  100% {
    /* transform: scale(0.9); */
  }
}

.pulse2 {
  animation: pulse-animation2 2s infinite;
  background-color: rgba(220, 161, 29, 1);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  top: 26%;
  left: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.pulse2 img {
  width: 26px;
}

@keyframes pulse-animation2 {
  0% {
    /* transform: scale(0.9); */
    box-shadow: 0 0 0 0 rgba(220, 161, 29, 0.7);
  }

  70% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(220, 161, 29, 0);
  }

  100% {
    /* transform: scale(0.9); */
  }
}

.pulse3 {
  animation: pulse-animation3 2s infinite;
  background-color: rgba(33, 46, 82, 1);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 74%;
  left: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.pulse3 img {
  width: 14px;
}

@keyframes pulse-animation3 {
  0% {
    /* transform: scale(0.9); */
    box-shadow: 0 0 0 0 rgba(33, 46, 82, 0.7);
  }

  70% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(33, 46, 82, 0);
  }

  100% {
    /* transform: scale(0.9); */
  }
}

@media screen and (max-width: 600px) {
  .features_heading p {
    font: normal normal normal 31px "Sen", sans-serif;
  }
  .salesplow_sec2 {
    padding-bottom: 35px;
  }
  .salesplow_sec3 {
    padding: 38px 0px;
  }
  .industries_heading p {
    font: normal normal normal 30px "Sen", sans-serif;
  }
  .salesplow_sec1 {
    background: none;
    height: unset !important;
    padding-bottom: unset;
  }
  .contentWrapper {
    padding-bottom: 4rem;
  }
  .salesplow_content p {
    font: normal normal normal 16px/25px "Sen", sans-serif;
  }
  .onMicrosoft {
    margin-top: 1rem;
  }
  .ImageWrapper {
    display: block !important;
  }
  .ImageWrapper img {
    width: 100%;
    /* padding-top: 50px !important; */
  }
  .mobile_margin {
    margin-bottom: 1.5rem !important;
  }
  .pulse1 {
    width: 25px;
    height: 26px;
    top: 71%;
    left: 27%;
  }
  .pulse1 img {
    width: 57%;
  }
  .pulse2 {
    width: 25px;
    height: 26px;
    top: 78%;
    left: 55%;
  }
  .pulse2 img {
    width: 57%;
  }
  .pulse3 {
    width: 25px;
    height: 26px;
    top: 93%;
    left: 43%;
  }
  .pulse3 img {
    width: 57%;
  }
  .button_group {
    flex-direction: column;
    align-items: unset;
  }
  .custom_image {
    background-image: unset;
  }
  .second_section {
    display: none;
  }
  .container {
    display: none;
  }
  .accordion {
    display: block !important;
  }
  .konnectSeven {
    padding-bottom: 40px !important;
  }
  .industries-row {
    flex-direction: column;
  }
  .card {
    margin-bottom: 1rem !important;
  }
  .headingContent {
    padding-top: 60px;
  }
}

@media screen and (min-width: 480px) and (max-width: 820px) {
  .faq {
    display: none;
  }
  .accordion {
    display: block !important;
  }
  .salesplow_sec1 {
    height: 510px !important;
  }
  .custom_image {
    background-size: 55% 100%;
  }
}

@media screen and (max-width: 1200px) {
  .salesplow_sec1 {
    height: 825px;
  }
}
