@import "common.css";
@import "font.css ";
@import "base.css";

.header_sec {
  position: fixed;
  top: 0;
  background-color: transparent;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 100;
  transition: all 0.3s;
}

.header_sec.visible {
  background-color: rgba(0, 0, 0, 0.753);
  top: -50px;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  height: auto;
  width: 192px;
  filter: invert(0);
}

.header_logo.visible {
  padding-top: 5px;
  padding-bottom: 5px;
  filter: invert(1);
  height: auto;
  /* width: 120px; */
  transition: all 0.3s;
}

.header_logo>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

.header_download_btn_sec {
  display: flex;
  gap: 10px;
}

.header_download_btn {
  display: inline-block;
  height: 42px;
  width: 160px;
  border-radius: 5px;
  overflow: hidden;
}

.header_download_btn.visible {
  transform: scale(0.9);
}

.header_download_btn>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

.header_download_btn:hover {
  filter: brightness(1.1);
}

.header_download_btn>img:hover {
  box-shadow: 0px 0px 5px rgb(0, 0, 0);
}

/* ///////////// */
.banner_body {
  width: 100%;
  position: relative;
}

.banner_sub_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* min-height: 1000px; */
  height: 100vh;
}

.banner_sub_body_logo_sec {
  display: none;
}

.banner_sub_body_text_sec {
  width: 50%;
}

.banner_sub_body_text_sec>h2 {
  /* font-size: 64px; */
  font-size: 4rem;
  font-weight: 500;
  /* -webkit-text-stroke: 1px #000000; */
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.185);
}

.banner_sub_body_text_sec>p {
  font-size: 20px;
  line-height: 150%;
  /* font-size: 1.25rem; */
  font-weight: 400;
  color: #6f6f6f;
  text-align: left;
  padding-top: 20px;
}

.banner_download_btn_sec {
  display: none;
}

.banner_sub_body_img_sec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 8%;
  z-index: 5;
  width: 50%;
  max-height: 750px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.banner_sub_body_img {
  height: auto;
  width: 80%;
  padding-top: 250px;
}

.banner_sub_body_img>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* ////////////// */
/* 
.pg2_text_body {
    width: 100%;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 0.2) 100%),
        linear-gradient(to left, #ffffff, #ffffff);
}

.pg2_text_container {
    width: 100%;
    position: relative;
}

.pg2_text_container>h3 {
    box-sizing: border-box;
    margin: auto;
    max-width: 1380px;
    width: 100%;
    color: #909421;
    font-family: "Clash Display";

    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    position: relative;
}

.pg2_text_background {
    position: absolute;
    height: auto;
    width: 11%;

    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.pg2_text_background>img {
    height: auto;
    width: 100%;
    display: block;
    object-fit: cover;
} */

/* /////////// */
.a_platform_build_for_body {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.a_platform_build_for_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.a_platform_build_for_img_sec {
  width: 45%;
}

.a_platform_build_for_img {
  height: auto;
  width: 100%;
  max-width: 620px;
  margin: auto;
}

.a_platform_build_for_img>img {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.a_platform_build_for_text_sec {
  box-sizing: border-box;
  width: 55%;
  box-sizing: border-box;
  padding-left: 3%;
}

.a_platform_build_for_text_btn {
  display: inline-block;

  padding: 5px 21px 5px 35px;
  background: rgba(255, 242, 171, 0.11);
  text-decoration: none;
  color: #fff2ab;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #fff2ab;
  position: relative;
}

.a_platform_build_for_text_btn::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff2ab;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.a_platform_build_for_text_sec>h1 {
  color: #ffffff;
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
}

.a_platform_build_for_text_sec>p {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

/* //////////// */

.what_you_can_do_with_section {
  width: 100%;
}

.what_you_can_do_container {
  width: 100%;
}

.what_you_can_do_title_sec {
  width: 100%;
  text-align: center;

  /* display: flex; */
}

/* .what_you_can_do_title_head1 {
    width: 45%;
} */
.what_you_can_do_title_head1 {
  width: 100%;
}

.what_you_can_do_title_head1>h3 {
  color: #000000;
  font-size: 4rem;
  font-weight: 500;
  box-sizing: border-box;
}

/* / */
.what_you_can_do_title_head2 {
  width: 100%;
  text-align: center;
}

.what_you_can_do_title_head2.download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.upgraded_to_premium_tab_card_btn.download_sec .header_download_btn.visible,
.what_you_can_do_title_head2.download_btn .header_download_btn.visible {
  transform: unset;
}

.what_you_can_do_title_head2>p {
  color: #000000;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
}

.what_you_can_do_head_download_btn {
  background: #000000;
  display: inline-flex;
  border-radius: 6px;

  padding: 11px 43px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #b7bb32;
  font-family: "Poppins";
  transition: all 0.5s ease;
}

.what_you_can_do_head_download_btn:hover {
  background-color: #b7bb32;
  color: rgb(0, 0, 0);
}

.swiper_what_you_can_do_card_sec {
  display: none;
}

.swiper_what_you_can_do_btn {
  display: none;
}

.what_you_can_do_card_sec {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  justify-content: center;
  width: 100%;
  gap: 15px;
  row-gap: 20px;
}

.what_you_can_do_card {
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-right: 2%;
  width: 32.5%;
  border-radius: 7px;
  background: linear-gradient(210deg,
      rgb(250 245 218) 0%,
      rgba(255, 250, 221, 0.753) 29%,
      rgb(241 244 249) 100%);
}

.what_you_can_do_card:nth-child(2n + 1) {
  background: linear-gradient(55deg,
      rgb(250 245 218) 0%,
      rgba(255, 250, 221, 0.753) 29%,
      rgb(241 244 249) 100%);
}

.what_you_can_do_card_img {
  height: auto;
  width: 44px;
}

.what_you_can_do_card_img>img {
  height: auto;
  width: 100%;
  display: block;
  object-fit: cover;
}

.what_you_can_do_card>h4 {
  color: #000000;
  /* font-size: 24px; */
  font-size: 1.5rem;
  font-weight: 500;
}

.what_you_can_do_card>p {
  color: #5c5c5c;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}

/* /////////////////////////////////// */

.discover-and-connect-section {
  width: 100%;
}

.discover-and-connect-container {
  min-height: 725px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.discover-and-connect-container h3 {
  color: #000000;
  text-align: center;
  /* font-size: 48px; */
  font-size: 3rem;
  font-weight: 500;
}

.discover-and-connect-container p {
  color: rgba(0, 0, 0, 0.71);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  z-index: 5;
  max-width: 570px;
  width: 80%;
  margin: auto;
}

.discover-and-connect-round-img>img,
.discover-and-connect-phone-img>img {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.discover-and-connect-round-img {
  height: auto;
  max-width: 920px;
  width: 70%;
  position: absolute;
  bottom: -55%;
  left: 50%;
  transform: translateX(-50%);
}

.discover-and-connect-phone-img {
  width: 380px;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.discover-and-connect-images>img {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.discover-and-connect-images {
  z-index: 2;
  height: auto;
  position: absolute;
}

.discover-and-connect-images.one {
  width: 115px;
  bottom: 25px;
  left: 26%;
}

.discover-and-connect-images.two {
  width: 80px;
  bottom: 19%;
  left: 17%;
}

.discover-and-connect-images.three {
  width: 70px;
  bottom: 26%;
  left: 32%;
}

.discover-and-connect-images.four {
  width: 80px;
  bottom: 33%;
  left: 25%;
}

.discover-and-connect-images.five {
  width: 109px;
  bottom: 39%;
  left: 13%;
}

.discover-and-connect-images.six {
  width: 79px;
  bottom: 52%;
  left: 23%;
}

.discover-and-connect-images.seven {
  width: 70px;
  bottom: 47%;
  left: 33%;
}

.discover-and-connect-images.eight {
  width: 75px;
  bottom: 48%;
  right: 48%;
}

.discover-and-connect-images.nine {
  width: 72px;
  bottom: 42%;
  right: 33%;
}

.discover-and-connect-images.ten {
  width: 70px;
  bottom: 53%;
  right: 23%;
}

.discover-and-connect-images.eleven {
  width: 70px;
  bottom: 47%;
  right: 15%;
}

.discover-and-connect-images.twelve {
  width: 110px;
  bottom: 29%;
  right: 23%;
}

.discover-and-connect-images.thirteen {
  width: 70px;
  bottom: 17%;
  right: 30%;
}

.discover-and-connect-images.fourteen {
  width: 82px;
  bottom: 10%;
  right: 17%;
}

.discover-and-connect-images.fifteen {
  width: 75px;
  bottom: 2%;
  right: 25%;
}

/* ///////////////////////// */

.how_your_organization_section {
  width: 100%;
}

.how_your_organization_container {
  width: 100%;
}

.how_your_organization_head {
  text-align: center;
}

.how_your_organization_head>h3 {
  /* color: #000000;
    text-align: center;
    font-size: 4rem;
    font-weight: 500; */

  color: #000000;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
}

.how_your_organization_head>p {
  color: #808080;
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  /* max-width: 800px; */
  max-width: 955px;

  width: 100%;
}

.how_your_organization_head_btn {
  display: inline-block;
  background: #000000;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 10px 20px;
  color: #b7bb32;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease !important;
}

.how_your_organization_head_btn:hover {
  background-color: #b7bb32;
  color: rgb(0, 0, 0);
}

.how_your_organization_card_container {
  width: 95%;
  min-height: 700px;
  padding-top: 0;

  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how_your_organization_card_sec_left {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.5s ease;
  position: relative;
}

.how_your_organization_sub_card_left {
  position: relative;
  padding: 20px 0;
  width: 80%;

  z-index: 5;
}

.how_your_organization_sub_card_left_data {
  box-sizing: border-box;
  /* background: linear-gradient(250deg,
            rgb(255, 253, 243) 0%,
            rgb(253, 252, 245) 29%,
            rgba(246, 247, 249, 1) 100%); */
  background: linear-gradient(55deg,
      rgb(250 245 218) 0%,
      rgba(255, 250, 221, 0.753) 29%,
      rgb(241 244 249) 100%);
  width: 100%;
  height: 130px;
  display: flex;
  align-items: flex-start;
  padding: 20px 10%;
  box-sizing: border-box;
  justify-content: center;
  transition: all 0.5s ease;
  border-radius: 7px;
  flex-direction: column;
}

.how_your_organisation_card_left_lines {
  height: auto;
  width: 200px;
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
}

.how_your_organisation_card_left_lines>img {
  height: auto;
  width: 100%;
  display: block;
  object-fit: cover;
}

.how_your_organization_card_sec_right {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* gap: 40px; */
  position: relative;
}

.how_your_organization_sub_card_right {
  width: 80%;
  padding: 20px 0;
  position: relative;
  z-index: 5;
}

.how_your_organization_sub_card_right_data {
  border-radius: 7px;

  box-sizing: border-box;
  display: flex;
  /* background: linear-gradient(130deg,
            rgb(255, 253, 243) 0%,
            rgb(253, 252, 245) 29%,
            rgba(246, 247, 249, 1) 100%); */
  background: linear-gradient(210deg,
      rgb(250 245 218) 0%,
      rgba(255, 250, 221, 0.753) 29%,
      rgb(241 244 249) 100%);
  justify-content: center;
  transition: all 0.5s ease;
  align-items: flex-start;
  padding: 20px 10%;
  flex-direction: column;
  height: 130px;
}

.how_your_organisation_card_right_lines {
  height: auto;
  width: 200px;
  position: absolute;
  right: 80%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.how_your_organisation_card_right_lines>img {
  height: auto;
  width: 100%;
  display: block;
  object-fit: cover;
}

.how_your_organization_sub_card_left_data:hover,
.how_your_organization_sub_card_right_data:hover {
  height: auto;
  min-height: 130px;
  padding-top: 20px;
}

.how_your_organization_sub_card_left_data>h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.how_your_organization_sub_card_right_data>h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.how_your_organization_sub_card_left_data:hover.how_your_organization_sub_card_left_data>h5,
.how_your_organization_sub_card_right_data:hover.how_your_organization_sub_card_right_data>h5 {
  padding-bottom: 20px;
}

.how_your_organization_sub_card_left_data>p,
.how_your_organization_sub_card_right_data>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  opacity: 0;
  height: 0;
  color: #6b6b6b;
  overflow: hidden;
  transition: all 0.5s ease;
}

.how_your_organization_sub_card_left_data:hover.how_your_organization_sub_card_left_data>p,
.how_your_organization_sub_card_right_data:hover.how_your_organization_sub_card_right_data>p {
  opacity: 1;
  display: flex;
  height: unset;
  max-height: 200px;
}

/* ///////////////Hover Lines/////////////////// */

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::before,
.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::before,
.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #c5c200;
  width: 25%;
  right: -50%;
}

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::before {
  width: 25%;
  height: 170px;
}

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before {
  top: unset;
  bottom: 50%;

  width: 25%;
  height: 170px;
  border-top: 1px solid #c5c200;
  border-bottom: unset;
}

.how_your_organization_sub_card_right:nth-child(1)::after,
.how_your_organization_sub_card_right:nth-child(2)::after,
.how_your_organization_sub_card_right:nth-child(3)::after,
.how_your_organization_sub_card_left:nth-child(1)::after,
.how_your_organization_sub_card_left:nth-child(2)::after,
.how_your_organization_sub_card_left:nth-child(3)::after {
  content: "";
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
}

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::after,
.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::after,
.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 100%;
  width: calc(100% - 75%);
}

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::after {
  top: 50%;
  height: 170px;
  border-top: 1px solid #c5c200;
  border-right: 1px solid #c5c200;
}

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::after {
  top: 50%;
  height: 1px;
  border-top: 1px solid #c5c200;
}

.how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::after {
  bottom: 50%;
  height: 170px;

  border-bottom: 1px solid #c5c200;
  border-right: 1px solid #c5c200;
}

/* ////////////////Hover Lines Ends/////////////////// */

.how_your_organization_card_sec_center {
  /* width: 25%; */
  width: 21%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}

.how_your_organization_card_img {
  height: auto;
  width: 220px;
  z-index: 10;
}

.how_your_organization_card_img>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
  filter: drop-shadow(0px 4px 5px white);
}

.how_your_organization_sub_card_right:nth-child(1):hover.how_your_organization_sub_card_right:nth-child(1)::after,
.how_your_organization_sub_card_right:nth-child(2):hover.how_your_organization_sub_card_right:nth-child(2)::after,
.how_your_organization_sub_card_right:nth-child(3):hover.how_your_organization_sub_card_right:nth-child(3)::after {
  content: "";
  position: absolute;
  opacity: 1;
  right: 100%;
  width: calc(100% - 75%);
}

.how_your_organization_sub_card_right:nth-child(1):hover.how_your_organization_sub_card_right:nth-child(1)::after {
  top: 50%;

  height: 170px;
  border-top: 1px solid #c5c200;
  border-left: 1px solid #c5c200;
}

.how_your_organization_sub_card_right:nth-child(2):hover.how_your_organization_sub_card_right:nth-child(2)::after {
  top: 50%;
  height: 1px;
  border-top: 1px solid #c5c200;
}

.how_your_organization_sub_card_right:nth-child(3):hover.how_your_organization_sub_card_right:nth-child(3)::after {
  bottom: 50%;
  width: calc(100% - 75%);
  height: 170px;
  border-bottom: 1px solid #c5c200;
  border-left: 1px solid #c5c200;
}

.how_your_organization_sub_card_right:nth-child(1):hover.how_your_organization_sub_card_right:nth-child(1)::before,
.how_your_organization_sub_card_right:nth-child(2):hover.how_your_organization_sub_card_right:nth-child(2)::before,
.how_your_organization_sub_card_right:nth-child(3):hover.how_your_organization_sub_card_right:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #c5c200;
  width: 25%;
  left: -50%;
}

.how_your_organization_sub_card_right:nth-child(1):hover.how_your_organization_sub_card_right:nth-child(1)::before {
  width: 25%;
  height: 170px;
}

.how_your_organization_sub_card_right:nth-child(3):hover.how_your_organization_sub_card_right:nth-child(3)::before {
  top: unset;
  bottom: 50%;
  width: 25%;
  height: 170px;
  border-top: 1px solid #c5c200;
  border-bottom: unset;
}

/* ////////////////////// */

.testimonial_section {
  width: 100%;
}

.testimonial_container {
  width: 100%;
}

.testimonial_title_head>h3 {
  color: #000000;
  /* font-size: 75px; */
  font-size: 4.6875rem;
  font-weight: 500;
}

.testimonial_title_head>p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}

.testimonial_card_sec {
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  padding-bottom: 10px;
}

.testimonial_card {
  border-radius: 5px;
  /* width: 32%; */
  height: 100%;

  width: 100%;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 2%;
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.089);
}

.testimonial_card_profile {
  display: flex;
  gap: 20px;
}

.testimonial_card_profile_photo {
  height: auto;
  width: 60px;
}

.testimonial_card_profile_photo>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

.testimonial_card_profile_name {
  background-color: #00000000;
}

.testimonial_card_profile_name>span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.testimonial_card_profile_name>p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.testimonial_card_content {
  border-top: 1px solid rgb(230, 230, 230);
  box-sizing: border-box;
  margin-left: 4%;
}

.testimonial_card_content>p {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  padding-right: 1%;
  line-height: normal;
}

/* //////// */
.upgraded_to_premium_section {
  width: 100%;
}

.upgraded_to_premium_container {
  width: 100%;
}

.upgraded_to_premium_title_head {
  margin: auto;
  text-align: center;
}

.upgraded_to_premium_title_head>h3 {
  color: #000000;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
}

.upgraded_to_premium_tabs_container {
  width: 100%;
  text-align: center;
}

.upgraded_to_premium_tabs_toggle_sec {
  background: linear-gradient(to left,
      rgba(241, 225, 137, 0.85),
      rgba(241, 225, 137, 0.85));
  margin: auto;
  display: inline-flex;
  padding: 5px;
  border-radius: 5px;
}

.upgraded_to_premium_tabs_toggle {
  cursor: pointer;
  padding: 8px 75px;
  background-color: #ffffff00;
  font-size: 16px;
}

.upgraded_to_premium_tabs_toggle_active {
  border-radius: 3px;
  padding: 8px 75px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.upgraded_to_premium_tab_card_sec {
  /* max-width: 1020px; */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  gap: 2%;
}

.upgraded_to_premium_tab_card1 {
  width: 45%;
  box-sizing: border-box;
  padding: 25px 3%;
  background: #fdfbee;
  border-radius: 3px;
  border: 1px solid rgba(194, 181, 0, 0.432);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.upgraded_to_premium_tab_card_spcl_btn {
  display: inline-flex;
  color: #ffffff;
  margin-right: auto;
  border-radius: 3px;
  font-size: 11.5625px;
  line-height: 113.93%;
  background-color: #b7bb32;
  letter-spacing: 0.34px;
  font-weight: 500;
  padding: 4px 7px;
}

.upgraded_to_premium_tab_card_head {
  color: #9da116;
  font-size: 20px;
  font-family: "Clash Display";

  font-weight: 500;
}

.upgraded_to_premium_tab_card_p {
  color: #9e9e9e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.upgraded_to_premium_tab_card_multi_price_section {
  display: flex;
  gap: 2%;
  width: 100%;
  /* border-bottom: 2px solid rgba(211, 211, 211, 0.664); */
  /* border: 2px solid rgba(211, 211, 211, 0.664); */
}

.upgraded_to_premium_tab_card_multi_price_sec {
  width: 49%;

  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #8080802e;
}

.upgraded_to_premium_tab_card_multi_price_sec_right {
  width: 100%;

  box-sizing: border-box;
  padding: 20px 0;
  border: 0px solid #8080802e;
}

.upgraded_to_premium_tab_card_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 2px solid rgba(211, 211, 211, 0.664);
}

.upgraded_to_premium_tab_card_price>h5 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  /* font-size: 38px; */
  font-size: 2.375rem;
  letter-spacing: 0.45px;
  font-weight: 600;
  line-height: 41px;
}

.upgraded_to_premium_tab_card_price>span {
  color: #8d8d8d;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  letter-spacing: 0.45px;
  font-weight: 400;
}

.upgraded_to_premium_tab_card_premium_price_icon {
  margin-left: 10px;
  height: auto;
  width: 70px;
  margin-bottom: 10px;
}

.upgraded_to_premium_tab_card_premium_price_icon>img {
  object-fit: cover;
  display: block;

  height: auto;
  width: 100%;
}

.upgraded_to_premium_tab_card_ul_sec {
  width: 100%;
  display: flex;
  /* border-bottom: 2px solid #d3d3d3a9; */
}

.upgraded_to_premium_tab_card_ul {
  width: 50%;
  list-style: none;
}

.upgraded_to_premium_tab_card_ul2>li,
.upgraded_to_premium_tab_card_ul>li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;

  /* padding-left: 9%; */
  padding-left: 25px;
  padding-bottom: 20px;
  font-size: 14px;
}

/* .upgraded_to_premium_tab_card_ul2>li {
    padding-bottom: 12px !important;
} */

.upgraded_to_premium_tab_card_ul2>li::before,
.upgraded_to_premium_tab_card_ul>li::before {
  content: "";
  position: absolute;
  /* background-color: red; */
  background-image: url("../images/pricing-card-li-icon.png");
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  left: 0;
  top: 5px;
}

.upgraded_to_premium_tab_card_btn {
  color: #000000;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0.47px;
  padding: 7px 0;
  font-weight: 500;
  display: flex;
  width: 100%;
  border-radius: 7px;
  border: 2px solid #d3d3d3c4;
  text-decoration: none;
  justify-content: center;
  transition: all 0.3s ease;
}

.upgraded_to_premium_tab_card_btn.download_sec {
  gap: 20px;
  border: 0;
}

.upgraded_to_premium_tab_card_btn.download_sec:hover {
  color: unset;
  background-color: unset;
  border: unset;
}

.upgraded_to_premium_tab_card_btn:hover {
  color: rgb(255, 255, 255);
  background-color: #a1a022;
  border: 2px solid #ffffff00;
}

.upgraded_to_premium_tab_card2 {
  /* width: 35%; */
  width: 55%;
  box-sizing: border-box;
  padding: 25px 3%;
  background: #ffffff;
  border-radius: 3px;
  text-align: left;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.144);
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.upgraded_to_premium_tab_card_table_btn_sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.upgraded_to_premium_tab_card_ul2 {
  width: 100%;
  list-style: none;
}

/* ///////////////////// */

.download_app_section {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.download_app_container {
  display: flex;
  width: 100%;
  border-radius: 10px;
}

.download_app_text_sec {
  box-sizing: border-box;
  padding-left: 5%;
  width: 60%;
}

.download_app_text_sec>h3 {
  color: #000000;
  /* font-size: 48px; */
  font-weight: 500;
  font-size: 3rem;
}

.download_app_text_sec>p {
  color: #5c5c5c;
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}

.download_app_btn_sec {
  display: flex;
  align-items: center;
  gap: 2%;
}

.download_app_btn {
  display: inline-flex;
  align-items: center;
}

.download_app_btn_icon {
  max-height: 40px;
  width: max-content;
}

.download_app_btn_icon>img {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.download_app_btn_icon>img:hover {
  filter: opacity(0.7);
}

.download_app_phone_img_sec {
  width: 40%;
  box-sizing: border-box;
  padding-right: 8%;
  /* background-color: rebeccapurple; */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.download_app_phone_img1>img,
.download_app_phone_img2>img,
.download_app_btn_img>img {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.download_app_phone_img1 {
  width: 225px;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 20%;
}

.download_app_phone_img2 {
  width: 265px;
  position: absolute;

  height: auto;
}

.download_app_btn_img {
  position: absolute;
  width: 155px;
  height: auto;
  right: 10%;
  bottom: 10%;
}

/* ////////////////// */
.we_have_got_the_answer_section {
  width: 100%;
}

.we_have_got_the_answer_container {
  text-align: center;
}

.we_have_got_the_answer_title_sec>h3 {
  color: #000000;
  text-align: center;
  /* font-size: 64px; */
  font-size: 4rem;
  font-weight: 500;
}

.we_have_got_the_answer_img_accordion_sec {
  width: 100%;
  display: flex;
}

.we_have_got_the_answer_img_sec {
  width: 50%;
}

.we_have_got_the_answer_img {
  max-width: 640px;
  width: 100%;
  height: auto;
}

.we_have_got_the_answer_img>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Ensure the panel collapses smoothly */
.we_have_got_the_answer_accordion+div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/*  */
.we_have_got_the_answer_accordion_sec {
  width: 50%;
  text-align: left;
}

.we_have_got_the_answer_accordion_body {
  border: 1px solid #b7bb32;
  margin-bottom: 20px;
  background-color: #fbfbfb;

  padding: 10px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.we_have_got_the_answer_accordion {
  color: #000000;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  padding: 10px 0 10px 1%;
  margin: 0 !important;
  text-align: left;
  border: 0;
  transition: 0.4s;
  font-family: "Clash Display";
  font-size: 16px;
  letter-spacing: 0.47px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
}

.we_have_got_the_answer_accordion_img {
  /* height: auto; */
  /* width: 5%; */
  min-width: 40px !important;
  max-width: 40px !important;
}

.we_have_got_the_answer_accordion_img>img {
  /* height: auto; */
  width: 100%;
  display: block;
  object-fit: cover;
}

.we_have_got_the_answer_accordion_panel {
  color: #7d7d7d;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.47px;
  font-weight: 400;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 5% 0 9%;
  margin: 0 !important;
  scrollbar-width: thin;
}

/* .we_have_got_the_answer_accordion.active+.we_have_got_the_answer_accordion_panel {
    overflow: scroll !important;
} */

.we_have_got_the_answer_still_have_question_sec {
  background: #fffadd;
  border-radius: 6px;
  border: 1px solid #b7bb32;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
}

.we_have_got_the_answer_still_have_question_sec>h4 {
  color: #000000;
  text-align: center;
  font-size: 24px;
  /* font-size: 1.5rem; */
  letter-spacing: 0.47px;
  font-weight: 500;
}

.we_have_got_the_answer_still_have_question_sec>p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.47px;
  font-weight: 400;
}

.we_have_got_the_answer_still_have_question_sec>p>a {
  color: #9da116;
}

/* /////////////////// */

.footer_section {
  width: 100%;
}

.footer_container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logo_sec {
  width: 25%;
}

.footer_logo {
  height: auto;
  display: block;
  width: 220px;
}

.footer_logo>img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

.footer_logo_sec>p {
  color: #2e2e2e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer_download_contact_sec {
  display: flex;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_download_sec {
  width: 50%;
}

.footer_download_sec>p {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
}

.footer_download_btn_sec {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.footer_download_btn {
  display: block;
  max-height: 35px;
  min-width: 100px;
}

.footer_download_btn>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.footer_download_btn>img:hover {
  filter: brightness(0.94);
}

.footer_contact_sec {
  /* width: 30%; */
}

.footer_contact_sec>h4 {
  color: #9da116;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.footer_contact_data>a,
.footer_contact_data>P {
  text-decoration: none;
  display: block;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
  /* transition: all 0.3s ease; */
}

.footer_contact_sec>a:hover {
  color: #85751a;
}

.footer_contact_data_hover:hover {
  color: #85751a;
}

.footer_social_media_btn_sec {
  list-style: none;
  display: flex;
  width: 100%;
  gap: 7px;
}

.footer_social_media_btn {
  display: block;
  height: auto;
  width: 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.footer_social_media_btn:hover {
  background-color: #85751a;
}

.footer_social_media_btn:hover.footer_social_media_btn>img {
  filter: invert(1);
}

.footer_social_media_btn>img {
  transition: all 0.3s ease;

  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.footer_bottom_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom_container>p {
  color: #2e2e2e;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
}

.footer_bottom_terms_sec {
  display: flex;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  align-items: center;
}

.footer_bottom_terms_sec>li {
  padding: 0px 10px;
  border-left: 1px solid black;
}

.footer_bottom_terms_sec>li:nth-child(1) {
  border: 0;
}

.footer_bottom_terms_sec>li>a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer_bottom_terms_sec>li>a:hover {
  color: #85751a;
}

/* ----------Resposnive--------- */

@media screen and (max-width: 1600px) {
  .banner_sub_body {
    min-height: 900px;
  }

  .how_your_organization_sub_card_left_data>p,
  .how_your_organization_sub_card_right_data>p {
    font-size: 15px;
  }

  .header_logo {
    width: 140px;
  }

  /* 
    .header_logo.visible {
        width: 110px;
    } */

  .header_download_btn {
    height: unset;
    width: 140px;
  }

  .discover-and-connect-container {
    width: 90%;
  }

  .banner_sub_body_text_sec>p {
    font-size: 17px;
    line-height: 23px;
  }

  .download_app_container {
    width: 90%;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }

  .how_your_organization_sub_card_right_data>h5,
  .how_your_organization_sub_card_left_data>h5 {
    font-size: 22px;
  }

  .testimonial_card_profile {
    gap: 15px;
  }

  .upgraded_to_premium_tab_card_price>h5 {
    line-height: 35px;
  }

  .upgraded_to_premium_tab_card_price>span {
    font-size: 16px;
  }

  .we_have_got_the_answer_still_have_question_sec>h4 {
    font-size: 21px;
  }

  .footer_logo_sec {
    width: 25%;
    box-sizing: border-box;
  }

  .footer_contact_sec {
    box-sizing: border-box;
    padding-right: 5%;
  }

  .discover-and-connect-phone-img {
    width: 350px;
  }

  .discover-and-connect-container {
    min-height: 670px;
  }

  .discover-and-connect-round-img {
    max-width: 850px;
  }

  .discover-and-connect-images.one {
    width: 105px;
  }

  .discover-and-connect-images.two {
    width: 70px;
  }

  .discover-and-connect-images.three {
    width: 60px;
  }

  .discover-and-connect-images.four {
    width: 70px;
  }

  .discover-and-connect-images.five {
    width: 100px;
  }

  .discover-and-connect-images.six {
    width: 70px;
  }

  .discover-and-connect-images.seven {
    width: 60px;
  }

  .discover-and-connect-images.eight {
    width: 65px;
  }

  .discover-and-connect-images.nine {
    width: 62px;
  }

  .discover-and-connect-images.ten {
    width: 60px;
  }

  .discover-and-connect-images.eleven {
    width: 60px;
  }

  .discover-and-connect-images.twelve {
    width: 100px;
  }

  .discover-and-connect-images.thirteen {
    width: 60px;
  }

  .discover-and-connect-images.fourteen {
    width: 72px;
  }

  .discover-and-connect-images.fifteen {
    width: 65px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_sub_body {
    min-height: 850px;
  }

  .header_sec.visible {
    background-color: rgba(0, 0, 0, 0.753);
    top: -30px !important;
  }

  .banner_sub_body_text_sec>p {
    font-size: 16px;
    line-height: 23px;
  }

  .what_you_can_do_card_sec {
    gap: 10px;
  }

  .banner_sub_body_text_sec {
    width: 55%;
  }

  .banner_sub_body_img_sec {
    width: 65%;
  }

  .a_platform_build_for_img_sec {
    width: 40%;
  }

  .we_have_got_the_answer_img {
    width: 85%;
  }

  .a_platform_build_for_text_sec {
    width: 56%;
  }

  .what_you_can_do_head_download_btn {
    padding: 9px 28px;
  }

  .what_you_can_do_card>p {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
  }

  .a_platform_build_for_text_sec>h1 {
    line-height: 50px;
  }

  .download_app_phone_img2 {
    top: unset;
    width: 50%;
  }

  .download_app_phone_img1 {
    left: 5%;
    width: 43%;
  }

  /* -------left before-------- */
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #c5c200;
    width: 25%;
    right: -36%;
  }

  /* -------left 3rd box before-------- */

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before {
    top: unset;
    bottom: 50%;
    width: 25%;
    height: 170px;
    border-top: 1px solid #c5c200;
    border-bottom: unset;
  }

  /* -------left after-------- */

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::after {
    content: "";
    position: absolute;
    opacity: 1;
    left: 100%;
    width: calc(100% - 89%);
  }

  /* -------right before-------- */

  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(2)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #c5c200;
    width: 25%;
    left: -36% !important;
  }

  /* -------right 3rd box before-------- */

  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::before {
    top: unset;
    bottom: 50%;
    width: 25%;
    height: 170px;
    border-top: 1px solid #c5c200;
    border-bottom: unset;
  }

  /* -------right after-------- */

  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(2)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::after {
    content: "";
    position: absolute;
    opacity: 1;
    right: 100%;
    width: calc(100% - 89%) !important;
  }

  .how_your_organization_sub_card_left,
  .how_your_organization_sub_card_right {
    width: 90%;
  }

  .upgraded_to_premium_tab_card_price>h5 {
    line-height: 30px;
  }

  .testimonial_card {
    padding-bottom: 0;
  }

  .testimonial_card_profile_name>p {
    font-size: 12px;
    line-height: normal;
  }

  .footer_download_sec {
    min-width: 50%;
  }

  .we_have_got_the_answer_still_have_question_sec>p {
    font-size: 15px;
  }

  .discover-and-connect-container {
    min-height: 650px;
  }

  .discover-and-connect-container p {
    font-size: 14px;
    padding: 0;
    width: 80%;
    max-width: 900px;
  }

  .discover-and-connect-round-img {
    max-width: 800px;
  }

  .discover-and-connect-phone-img {
    width: 330px;
  }

  .discover-and-connect-images.one {
    width: 90px;
  }

  .discover-and-connect-images.two {
    width: 70px;
  }

  .discover-and-connect-images.three {
    width: 60px;
  }

  .discover-and-connect-images.four {
    width: 70px;
  }

  .discover-and-connect-images.five {
    width: 90px;
  }

  .discover-and-connect-images.six {
    width: 70px;
  }

  .discover-and-connect-images.seven {
    width: 60px;
  }

  .discover-and-connect-images.eight {
    width: 65px;
  }

  .discover-and-connect-images.nine {
    width: 62px;
  }

  .discover-and-connect-images.ten {
    width: 60px;
  }

  .discover-and-connect-images.eleven {
    width: 60px;
  }

  .discover-and-connect-images.twelve {
    width: 90px;
  }

  .discover-and-connect-images.thirteen {
    width: 60px;
  }

  .discover-and-connect-images.fourteen {
    width: 72px;
  }

  .discover-and-connect-images.fifteen {
    width: 65px;
  }
}

@media screen and (max-width: 1366px) {
  .banner_sub_body {
    min-height: 750px;
  }

  .banner_sub_body_text_sec>p {
    font-size: 15px;
    line-height: 22px;
  }

  .header_download_btn {
    width: 120px;
  }

  .what_you_can_do_card>h4 {
    font-size: 19px;
  }

  .what_you_can_do_head_download_btn {
    padding: 8px 22px;
    font-size: 15px;
  }

  .how_your_organization_head_btn {
    border-radius: 6px;
    padding: 7px 17px;
    font-size: 15px;
  }

  .how_your_organization_sub_card_left,
  .how_your_organization_sub_card_right {
    /* height: 110px; */
    padding: 15px 0;
    border-radius: 7px;
  }

  .how_your_organization_sub_card_right_data>h5,
  .how_your_organization_sub_card_left_data>h5 {
    font-size: 20px;
  }

  .how_your_organization_card_img {
    width: 185px;
  }

  .testimonial_card_sec {
    display: flex;
    justify-content: space-between;
    gap: 1%;
  }

  .upgraded_to_premium_tabs_toggle,
  .upgraded_to_premium_tabs_toggle_active {
    padding: 7px 55px;
    font-size: 15px;
  }

  .special_btn {
    font-size: 15px;
    border-radius: 50px;
    padding: 6px 17px 6px 33px;
  }

  .special_btn:before {
    height: 7px;
    width: 7px;
    left: 13%;
  }

  .we_have_got_the_answer_accordion_body {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 10px;
  }

  .we_have_got_the_answer_accordion {
    padding: 10px 0 10px 1%;
    margin: 0 !important;
    font-size: 16px;
    gap: 15px;
  }

  .we_have_got_the_answer_still_have_question_sec>h4 {
    font-size: 18px;
  }

  .we_have_got_the_answer_still_have_question_sec>p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.47px;
  }

  .footer_logo {
    height: auto;
    width: 180px;
  }

  .testimonial_card {
    padding-left: 4%;
    padding-right: 4%;
  }

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::after {
    height: 155px;
  }

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before {
    height: 155px;
  }

  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::after {
    height: 155px;
  }

  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::before {
    height: 155px;
  }

  .how_your_organisation_card_left_lines,
  .how_your_organisation_card_right_lines {
    width: 190px;
  }

  .discover-and-connect-container {
    min-height: 600px;
  }

  .discover-and-connect-container p {
    font-size: 14px;
    padding: 0;
    width: 80%;
    max-width: 900px;
  }

  .discover-and-connect-round-img {
    max-width: 750px;
  }

  .discover-and-connect-phone-img {
    width: 300px;
  }
}

@media screen and (max-width: 1280px) {
  .header_logo {
    width: 120px;
  }

  .header_logo.visible {
    transform: scale(0.8) !important;
  }

  .banner_sub_body {
    min-height: 700px;
  }

  .banner_sub_body_text_sec {
    width: 60%;
  }

  .a_platform_build_for_text_btn {
    padding: 5px 18px 5px 30px;
    font-size: 15px;
    border-radius: 50px;
  }

  .a_platform_build_for_text_btn::before {
    height: 8px;
    width: 8px;
    left: 8%;
  }

  .a_platform_build_for_text_sec>h1 {
    line-height: 40px;
  }

  .how_your_organization_sub_card_right_data>h5,
  .how_your_organization_sub_card_lef_datat>h5 {
    font-size: 19px;
  }

  .footer_logo {
    height: auto;
    width: 150px;
  }

  .how_your_organization_head>p {
    font-size: 15px;
    line-height: 150%;
    max-width: 800px;
    width: 100%;
  }

  .upgraded_to_premium_tab_card_sec {
    /* max-width: 1020px;
        width: 80%; */
    gap: 2%;
  }

  .upgraded_to_premium_tab_card_price>span {
    font-size: 15px;
  }

  .upgraded_to_premium_tab_card_price>h5 {
    line-height: 30px;
    font-size: 3rem;
  }

  .we_have_got_the_answer_still_have_question_sec>p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.47px;
  }

  .we_have_got_the_answer_img {
    width: 85%;
    margin: auto;
  }

  .we_have_got_the_answer_accordion {
    padding: 9px 0 9px 1%;
    font-size: 15px;
    gap: 12px;
  }

  .footer_logo_sec {
    width: 25%;
    padding-left: 2%;
  }

  .a_platform_build_for_text_sec>p {
    font-size: 15px;
  }

  .what_you_can_do_head_download_btn {
    padding: 8px 19px;
    font-size: 14px;
  }

  .what_you_can_do_card>p {
    font-size: 14px;
    line-height: 23px;
  }

  .download_app_text_sec>h3 {
    font-size: 25px;
  }

  .discover-and-connect-container {
    min-height: 530px;
  }

  .discover-and-connect-container p {
    font-size: 14px;
    padding: 10px 0;
    line-height: normal;
    width: 80%;
    max-width: 900px;
  }

  .a_platform_build_for_img_sec {
    width: 35%;
  }

  .discover-and-connect-round-img {
    max-width: 710px;
  }

  .discover-and-connect-phone-img {
    width: 270px;
  }

  .upgraded_to_premium_tab_card_ul_sec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .upgraded_to_premium_tab_card_ul {
    width: 100%;
    list-style: none;
  }

  .upgraded_to_premium_tab_card_multi_price_section {
    flex-direction: column;
    gap: 20px;
  }

  .upgraded_to_premium_tab_card_multi_price_sec {
    width: 100%;
  }

  .upgraded_to_premium_tab_card_ul2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .upgraded_to_premium_tab_card_ul2>li {
    position: relative;
    width: 50%;
  }

  .upgraded_to_premium_tab_card_premium_price_icon {
    margin-left: 10px;
    height: auto;
    width: 70px;
    margin-bottom: 0;
  }

  .discover-and-connect-images.one {
    width: 80px;
  }

  .discover-and-connect-images.two {
    width: 60px;
  }

  .discover-and-connect-images.three {
    width: 50px;
  }

  .discover-and-connect-images.four {
    width: 60px;
  }

  .discover-and-connect-images.five {
    width: 80px;
  }

  .discover-and-connect-images.six {
    width: 60px;
  }

  .discover-and-connect-images.seven {
    width: 50px;
  }

  .discover-and-connect-images.eight {
    width: 55px;
  }

  .discover-and-connect-images.nine {
    width: 52px;
  }

  .discover-and-connect-images.ten {
    width: 50px;
  }

  .discover-and-connect-images.eleven {
    width: 50px;
  }

  .discover-and-connect-images.twelve {
    width: 80px;
  }

  .discover-and-connect-images.thirteen {
    width: 50px;
  }

  .discover-and-connect-images.fourteen {
    width: 62px;
  }

  .discover-and-connect-images.fifteen {
    width: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .banner_sub_body {
    min-height: 650px;
  }

  .header_sec.visible {
    top: -25px !important;
  }

  .header_download_btn {
    width: 120px;
  }

  .a_platform_build_for_text_sec>h1 {
    line-height: 35px;
  }

  .a_platform_build_for_text_btn {
    padding: 5px 12px 5px 25px;
    font-size: 14px;
    border-radius: 50px;
  }

  .a_platform_build_for_body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .upgraded_to_premium_tab_card_price>h5 {
    line-height: 30px;
    font-size: 23px;
  }

  .how_your_organisation_card_left_lines {
    left: 75%;
  }

  .how_your_organisation_card_right_lines {
    right: 75%;
  }

  .how_your_organization_card_container {
    width: 100%;
    min-height: 600px;
  }

  .upgraded_to_premium_tab_card_sec {
    width: 100%;
    gap: 2%;
    box-sizing: border-box;
    /* padding: 0 5%; */
  }

  .how_your_organization_sub_card_left_data>p,
  .how_your_organization_sub_card_right_data>p {
    font-size: 13px;
    line-height: 20px;
  }

  .upgraded_to_premium_tab_card_head {
    font-size: 19px;
  }

  .upgraded_to_premium_tab_card_ul2>li,
  .upgraded_to_premium_tab_card_ul>li {
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
  }

  .upgraded_to_premium_tab_card_btn {
    font-size: 15px;
    letter-spacing: 0.47px;
    padding: 6px 0;
    border-radius: 7px;
  }

  .download_app_btn_img {
    width: 120px;
    right: 5%;
    bottom: 10%;
  }

  .download_app_btn_icon {
    width: 110px;
  }

  .upgraded_to_premium_tabs_toggle,
  .upgraded_to_premium_tabs_toggle_active {
    padding: 5px 50px;
    font-size: 14px;
  }

  .testimonial_card_profile_name>span {
    font-size: 15px;
  }

  .testimonial_card_profile_name>p {
    font-size: 13px;
    line-height: 18px;
  }

  .testimonial_card_profile_photo {
    width: 45px;
  }

  .testimonial_card_profile_name {
    width: calc(100% - 60px);
  }

  .testimonial_card_content>p {
    font-size: 14px;
    line-height: 21px;
    padding-right: 1%;
  }

  .testimonial_card_profile {
    gap: 0;
    justify-content: space-between;
  }

  .testimonial_card_content {
    margin-left: 2%;
  }

  .we_have_got_the_answer_still_have_question_sec>h4 {
    font-size: 17px;
  }

  .we_have_got_the_answer_still_have_question_sec>p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02px;
  }

  .discover-and-connect-container h3 {
    font-size: 4rem;
  }

  .we_have_got_the_answer_accordion_img {
    min-width: 30px !important;
    max-width: 30px !important;
  }

  .footer_container {
    align-items: center;
  }

  .footer_logo_sec>p {
    font-size: 14px;
    line-height: 23px;
  }

  .special_btn {
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 14px 5px 30px;
  }

  .we_have_got_the_answer_accordion_body {
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 10px;
  }

  .we_have_got_the_answer_accordion_panel {
    font-size: 13px;
    line-height: 20px;
  }

  .discover-and-connect-container {
    min-height: 540px;
  }

  .discover-and-connect-round-img {
    max-width: 580px;
  }

  .discover-and-connect-phone-img {
    width: 220px;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve {
    width: 70px;
  }

  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen {
    width: 55px;
  }

  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 50px;
  }

  .discover-and-connect-images.two {
    left: 13%;
  }

  .discover-and-connect-images.five {
    left: 9%;
  }

  .discover-and-connect-images.four {
    bottom: 31%;
    left: 22%;
  }

  .discover-and-connect-images.fifteen {
    right: 22%;
  }

  .discover-and-connect-images.fourteen {
    right: 13%;
  }

  .discover-and-connect-images.twelve {
    right: 19%;
  }

  .discover-and-connect-images.eleven {
    right: 12%;
  }

  .how_your_organization_head>h3,
  .what_you_can_do_title_head2>p {
    font-size: 20px;
  }
}

@media screen and (max-width: 950px) {
  .header_logo {
    width: 110px;
  }

  .header_download_btn_sec {
    gap: 20px;
  }

  .banner_sub_body_text_sec {
    width: 50%;
  }

  .banner_sub_body_text_sec>h2>br {
    display: none;
  }

  .banner_sub_body_text_sec>p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
  }

  .banner_sub_body_img_sec {
    position: absolute;
    width: 70%;
    bottom: 8%;
  }

  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before {
    height: 120px !important;
  }

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::after {
    height: 120px !important;
  }

  .pg2_text_container>h3 {
    line-height: 30px;
    font-size: 3rem;
  }

  .a_platform_build_for_container {
    align-items: center;
  }

  .a_platform_build_for_body {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .what_you_can_do_title_sec {
    flex-wrap: wrap;
  }

  .download_app_container {
    width: 90%;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .what_you_can_do_title_head1 {
    width: 100%;
  }

  .what_you_can_do_title_head2 {
    width: 100%;
  }

  .what_you_can_do_title_head1>h3>br {
    display: none;
  }

  .what_you_can_do_card_img {
    width: 35px;
  }

  .how_your_organization_sub_card_right_data>h5,
  .how_your_organization_sub_card_left_data>h5 {
    font-size: 17px;
  }

  .how_your_organization_card_container {
    width: 100%;
  }

  .how_your_organization_card_img {
    width: 160px;
  }

  .testimonial_title_head>h3>br {
    display: none;
  }

  .upgraded_to_premium_tabs_toggle_sec {
    padding: 3px;
  }

  .how_your_organization_sub_card_left_data,
  .how_your_organization_sub_card_right_data {
    height: 100px;
  }

  .we_have_got_the_answer_img {
    width: 80%;
  }

  .we_have_got_the_answer_accordion_img {
    min-width: 27px !important;
    max-width: 27px !important;
  }

  .footer_logo_sec {
    width: 30%;
  }

  .footer_logo {
    width: 140px;
  }

  .footer_download_contact_sec {
    max-width: 430px;
  }

  .footer_download_sec {
    min-width: 60%;
  }

  .download_app_btn_icon {
    width: 90px;
  }

  .upgraded_to_premium_tab_card_btn {
    font-size: 14px;
    padding: 10px 0;
    border-radius: 7px;
  }

  .upgraded_to_premium_tab_card_sec {
    padding: 0;
  }

  .what_you_can_do_card_sec {
    display: none;
  }

  .what_you_can_do_container {
    width: 100%;
    overflow: hidden;
  }

  .swiper_what_you_can_do_card_sec {
    display: block;
    padding-top: 20px;
    /* padding-top: 60px; */
    max-width: 1600px;
    width: 100%;
    /* overflow: hidden; */
    overflow: visible;
    position: relative;
  }

  /* .swiper_what_you_can_do_btn_sec {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
    } */

  .swiper_what_you_can_do_btn {
    height: auto;
    width: 40px;
    z-index: 5;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    display: block;
  }

  .swiper_what_you_can_do_btn:hover {
    opacity: 1;
  }

  .swiper_what_you_can_do_btn.next_btn {
    right: -25px;
  }

  .swiper_what_you_can_do_btn.prev_btn {
    transform: rotateY(180deg) translateY(-50%) !important;
    left: -25px;
  }

  .swiper_what_you_can_do_btn:hover {
    background-color: #efefef;
  }

  .swiper_what_you_can_do_btn>img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 0.6;
  }

  .what_you_can_do_card {
    padding-left: 5%;
    padding-right: 2%;
    width: 100%;
    height: 100%;

    border-radius: 7px;
  }

  .how_your_organisation_card_left_lines {
    left: 80%;
    width: 150px;
  }

  .how_your_organisation_card_right_lines {
    right: 80%;
    width: 150px;
  }

  .discover-and-connect-round-img {
    max-width: 550px;
  }

  /* .discover-and-connect-container {
        min-height: 430px;
    } */

  .banner_sub_body_text_sec p br {
    display: none;
  }

  .how_your_organization_head>h3,
  .what_you_can_do_title_head2>p {
    font-size: 20px;
  }



}

@media screen and (max-width: 820px) {
  .banner_sub_body_text_sec>p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
  }

  .pg2_text_container>h3 {
    line-height: 25px;
  }

  .a_platform_build_for_text_sec>h1 {
    line-height: 30px;
  }

  .a_platform_build_for_text_sec>p {
    font-size: 14px;
  }

  .how_your_organization_card_container {
    min-height: 510px;
    margin-top: 20px;
  }

  .how_your_organization_card_img {
    width: 120px;
  }

  /* .discover-and-connect-container {
        min-height: 410px;
    } */

  .discover-and-connect-round-img {
    max-width: 500px;
  }

  .discover-and-connect-phone-img {
    width: 200px;
  }

  .upgraded_to_premium_tab_card_sec {
    flex-direction: column;
    gap: 20px;
  }

  .upgraded_to_premium_tab_card2 {
    /* width: 35%; */
    width: 100%;
  }

  .upgraded_to_premium_tab_card_ul2>li {
    position: relative;
    width: 100%;
  }

  .upgraded_to_premium_tab_card_multi_price_section {
    gap: 15px;
  }

  .upgraded_to_premium_tab_card1 {
    width: 100%;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve {
    width: 70px;
  }

  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen {
    width: 65px;
  }

  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 60px;
  }

  .discover-and-connect-images.two {
    left: 9%;
  }

  .discover-and-connect-images.two {
    left: 8%;
    bottom: 13%;
  }

  .discover-and-connect-images.five {
    left: 6%;
    bottom: 40%;
  }

  .discover-and-connect-images.four {
    bottom: 22%;
    left: 19%;
  }

  .discover-and-connect-images.three {
    bottom: 33%;
    left: 31%;
  }

  .discover-and-connect-images.seven {
    bottom: 43%;
    left: 38%;
  }

  .discover-and-connect-images.eight {
    bottom: 37%;
    right: 44%;
  }

  .discover-and-connect-images.fifteen {
    right: 16%;
  }

  .discover-and-connect-images.fourteen {
    right: 6%;
  }

  .discover-and-connect-images.thirteen {
    bottom: 15%;
    right: 25%;
  }

  .discover-and-connect-images.twelve {
    right: 13%;
  }

  .discover-and-connect-images.nine {
    bottom: 35%;
    right: 29%;
  }

  .discover-and-connect-images.twelve {
    right: 10%;
  }

  .discover-and-connect-images.ten {
    bottom: 55%;
    right: 25%;
  }

  .how_your_organization_head>h3,
  .what_you_can_do_title_head2>p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {


  .banner_sub_body {
    min-height: 550px;
  }

  .a_platform_build_for_img_sec {
    width: 38%;
  }

  .a_platform_build_for_text_btn {
    padding: 4px 9px 4px 22px;
    font-size: 13px;
    border-radius: 50px;
  }

  .a_platform_build_for_text_btn::before {
    height: 5px;
    width: 5px;
    left: 8%;
  }

  .special_btn {
    font-size: 13px;
    padding: 4px 9px 4px 25px;
  }

  .special_btn:before {
    height: 5px;
    width: 5px;
    left: 10px;
  }

  .upgraded_to_premium_tab_card_sec {
    padding: 0;
    flex-direction: column;
  }

  .upgraded_to_premium_tab_card1,
  .upgraded_to_premium_tab_card2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .upgraded_to_premium_tab_card_ul2>li {
    padding-left: 5%;
  }

  .we_have_got_the_answer_img_accordion_sec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .we_have_got_the_answer_img_sec,
  .we_have_got_the_answer_accordion_sec {
    width: 100%;
    margin-bottom: 20px;
  }

  .we_have_got_the_answer_img {
    width: 50%;
  }

  .banner_sub_body_text_sec {
    width: 50%;
  }

  .header_download_btn {
    width: 90px;
  }

  .what_you_can_do_card>h4 {
    font-size: 18px;
  }

  .what_you_can_do_card>p {
    font-size: 14px;
    line-height: 20px;
  }

  .how_your_organization_head_btn {
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 14px;
  }

  .how_your_organization_sub_card_right_data>h5,
  .how_your_organization_sub_card_left_data>h5 {
    font-size: 18px;
    text-align: center;
  }

  .download_app_container {
    width: 90%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .download_app_text_sec {
    padding-left: 0%;
    /* width: 60%; */
    width: 50%;
  }

  .download_app_text_sec>p {
    width: 90%;
  }

  .download_app_phone_img_sec {
    width: 50%;
  }

  .footer_container {
    align-items: center;
    flex-direction: column;
  }

  .footer_logo_sec {
    width: 100%;
    padding: 0;
    display: flex;
    gap: 20px;
  }

  .footer_logo {
    width: 40%;
  }

  .footer_download_contact_sec {
    width: 100%;
    padding-top: 30px;
    align-items: center;
  }

  .footer_bottom_terms_sec>li {
    padding: 0px 5px;
  }

  .how_your_organization_sub_card_left_data,
  .how_your_organization_sub_card_right_data {
    height: auto;
    min-height: 130px;
    padding-top: 20px;
  }

  .how_your_organization_sub_card_left_data>p,
  .how_your_organization_sub_card_right_data>p {
    display: block;
    opacity: 1;
    height: auto;
    max-height: unset;
    padding-top: 10px;
    visibility: visible;
    overflow: visible;
  }

  .how_your_organization_sub_card_left_data:hover.how_your_organization_sub_card_left_data>h5,
  .how_your_organization_sub_card_right_data:hover.how_your_organization_sub_card_righ_datat>h5 {
    padding-bottom: 0px;
  }

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left_data>p,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right_data>p {
    padding-top: 0px;
  }






  .how_your_organization_card_sec_center {
    display: none;
  }

  .how_your_organization_card_container {
    min-height: unset;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 0;
  }

  .how_your_organization_sub_card_left,
  .how_your_organization_sub_card_right {
    width: 100%;
    padding-bottom: 10px;
  }

  .how_your_organization_card_sec_left,
  .how_your_organization_card_sec_right {
    width: 100%;
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(2)::after,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::after,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(1)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(2)::before,
  .how_your_organization_sub_card_left:hover.how_your_organization_sub_card_left:nth-child(3)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(1)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(2)::before,
  .how_your_organization_sub_card_right:hover.how_your_organization_sub_card_right:nth-child(3)::before {
    display: none;
  }

  .how_your_organisation_card_left_lines,
  .how_your_organisation_card_right_lines {
    display: none;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve {
    width: 65px;
  }

  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen {
    width: 60px;
  }

  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 55px;
  }

  .discover-and-connect-images.one {
    bottom: 8px;
    left: 21%;
  }

  .discover-and-connect-images.two {
    left: 6%;
    bottom: 12%;
  }

  .discover-and-connect-images.four {
    bottom: 20%;
    left: 19%;
  }

  .discover-and-connect-images.three {
    bottom: 31%;
    left: 30%;
  }

  .discover-and-connect-images.seven {
    bottom: 48%;
    left: 38%;
  }

  .discover-and-connect-images.nine {
    bottom: 33%;
    right: 32%;
  }

  .discover-and-connect-images.ten {
    bottom: 49%;
    right: 28%;
  }

  .discover-and-connect-images.twelve {
    right: 17%;
  }

  .discover-and-connect-images.thirteen {
    bottom: 15%;
    right: 22%;
  }

  .how_your_organization_head>h3,
  .what_you_can_do_title_head2>p {
    font-size: 20px;
  }

  .how_your_organization_sub_card_left_data,
  .how_your_organization_sub_card_right_data {
    height: auto;
    min-height: 130px;
    padding-top: 20px;
    padding: 30px 6%;
  }

  .how_your_organization_sub_card_left_data:hover,
  .how_your_organization_sub_card_right_data:hover {
    height: auto;
    min-height: 130px;
    padding-top: 20px;
    padding: 30px 6%;
  }

  .how_your_organization_sub_card_left_data>h5>br,
  .how_your_organization_sub_card_right_data>h5>br {
    display: none;
  }

  .how_your_organization_sub_card_left_data:hover.how_your_organization_sub_card_left_data>h5,
  .how_your_organization_sub_card_right_data:hover.how_your_organization_sub_card_right_data>h5 {
    padding-bottom: 0px;
  }

  .what_you_can_do_title_head2 .header_download_btn,
  .upgraded_to_premium_tab_card_btn.download_sec .header_download_btn {
    width: 120px;
  }
}

@media screen and (max-width: 500px) {




  .header_container {
    justify-content: center;
    padding-top: 25px;
    display: none;
  }

  .header_sec.visible {
    top: -40px !important;
  }

  .header_logo.visible {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .header_download_btn_sec {
    display: none;
  }

  .banner_sub_body_text_sec>p {
    font-size: 13px;
    line-height: 20px;
    padding-top: 8px;
    text-align: center;
  }

  .banner_sub_body_text_sec>p>br {
    display: none;
  }

  .banner_sub_body {
    min-height: 770px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    padding-top: 100px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .banner_sub_body_img_sec {
    position: unset;
  }

  .banner_sub_body_img {
    height: auto;
    width: 80%;
    padding-top: 100px;
  }

  .banner_sub_body_logo_sec {
    display: flex;
    padding-bottom: 100px;
    width: 50%;
  }

  .banner_sub_body_logo_sec>img {
    display: block;
    object-fit: cover;
    height: auto;
    width: 100%;
  }

  .banner_sub_body_text_sec {
    width: 100%;
    text-align: center;
    /* display: flex; */
    display: none;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 40px;
    align-items: center;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .banner_sub_body_text_sec>h2 {
    font-size: 28px;
    width: 90%;
    font-weight: 400;
    -webkit-text-stroke: 1px #000000;
    text-shadow: unset;
    line-height: 42px;
  }

  .banner_sub_body_img_sec {
    width: 100%;
    transform: unset !important;
    /* background-color: red; */
    margin-left: auto;
  }

  .banner_download_btn_sec {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
  }

  .header_download_btn {
    width: 150px;
  }

  .pg2_text_container>h3 {
    width: 80%;
    font-size: 21px;
    line-height: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pg2_text_background {
    width: 20%;
  }

  .a_platform_build_for_container {
    align-items: center;
    flex-direction: column;
  }

  .a_platform_build_for_text_sec {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .a_platform_build_for_text_sec>p {
    font-size: 13px;
  }

  .a_platform_build_for_img_sec {
    width: 100%;
    padding-top: 50px;
  }

  .a_platform_build_for_text_sec>h1,
  .what_you_can_do_title_head1>h3,
  .upgraded_to_premium_title_head>h3,
  .download_app_text_sec>h3,
  .we_have_got_the_answer_title_sec>h3,
  .discover-and-connect-container h3,
  .testimonial_title_head>h3 {
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0.5px;
  }

  .a_platform_build_for_text_btn {
    padding: 4px 9px 4px 22px;
    font-size: 11px;
    border-radius: 50px;
  }

  .how_your_organization_head>p {
    font-size: 13px;
    line-height: normal;
  }

  .what_you_can_do_title_head2 {
    width: 100%;
    padding-top: 20px;
  }

  .what_you_can_do_card>p {
    font-size: 13px;
    line-height: 20px;
  }

  .what_you_can_do_head_download_btn {
    padding: 7px 19px;
    font-size: 13px;
  }

  .upgraded_to_premium_tab_card_sec {
    margin-top: 35px;
    flex-direction: column;
  }

  .testimonial_container {
    padding-bottom: 60px;
    background: linear-gradient(123deg,
        rgba(255, 243, 180, 1) 0%,
        rgb(255, 251, 232) 34%,
        rgba(252, 250, 235, 1) 63%,
        rgb(255, 247, 201) 100%);
  }

  .testimonial_card_content>p {
    font-size: 13px;
    line-height: normal;
    padding-right: 1%;
  }

  .upgraded_to_premium_tab_card1,
  .upgraded_to_premium_tab_card2 {
    padding: 20px 4%;
  }

  .upgraded_to_premium_tab_card_ul_sec {
    flex-direction: column;
  }

  .upgraded_to_premium_tab_card_ul {
    width: 100%;
    list-style: none;
  }

  .upgraded_to_premium_tab_card_ul2>li,
  .upgraded_to_premium_tab_card_ul>li {
    padding-left: 7%;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .upgraded_to_premium_tab_card_btn {
    border: 1px solid #d3d3d3c4;
    padding: 7px 0;
  }

  .download_app_container {
    flex-direction: column;
  }

  .download_app_text_sec {
    padding-left: 0%;
    width: 100%;
  }

  .download_app_btn_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    margin-top: 40px;
  }

  .download_app_phone_img1 {
    bottom: 0%;
    left: 5%;
    width: 43%;
  }

  .download_app_phone_img2 {
    width: 50%;
    left: 55%;
    bottom: 0%;
    transform: translateX(-45%) !important;
  }

  .download_app_text_sec>p {
    width: 100%;
    font-size: 14px;
  }

  .discover-and-connect-container p {
    padding: 10px 0;
    width: 100%;
    max-width: unset;
  }

  .testimonial_title_head>p {
    padding: 10px 0;
  }

  .testimonial_card_profile {
    gap: 20px;
    align-items: center;
  }

  .upgraded_to_premium_tab_card_p {
    font-size: 13px;
    line-height: normal;
  }

  .testimonial_card_profile_photo {
    width: 60px;
    padding: 5px 0;
  }

  .download_app_btn_icon {
    width: 120px;
  }

  .download_app_phone_img_sec {
    width: 100%;
    min-height: 350px;
    padding-right: 0%;
    overflow: unset;
    height: auto;
  }

  .how_your_organization_sub_card_right>h5,
  .how_your_organization_sub_card_left>h5 {
    font-size: 20px;
    text-align: center;
  }

  .we_have_got_the_answer_img {
    width: 100%;
  }

  .we_have_got_the_answer_img_accordion_sec {
    margin-top: 10px;
  }

  .we_have_got_the_answer_accordion_body {
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
  }

  .we_have_got_the_answer_accordion_img {
    min-width: 7% !important;
    max-width: 7% !important;
  }

  .we_have_got_the_answer_accordion_panel {
    font-size: 13px;
    padding-left: 12%;
    line-height: 20px;
  }

  .discover-and-connect-container {
    min-height: 600px;
    width: 100%;
    border-radius: 0;
  }

  .discover-and-connect-phone-img {
    width: 40%;
  }

  .discover-and-connect-round-img {
    max-width: unset;
    bottom: -25%;
    width: 100%;
  }

  .we_have_got_the_answer_accordion {
    padding: 9px 0 9px 1%;
    font-size: 15px;
    gap: 20px;
  }

  .we_have_got_the_answer_still_have_question_sec>p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02px;
  }

  .footer_logo_sec {
    gap: 10px;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .footer_logo {
    width: 30%;
  }

  .footer_logo_sec>p {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
  }

  .footer_bottom_container {
    flex-direction: column;
    gap: 10px;
  }

  .footer_download_contact_sec {
    width: 100%;
    padding-top: 10px;
    align-items: center;
    flex-direction: column;
  }

  .footer_contact_sec {
    padding-right: 0%;
    width: 100%;
    text-align: center;
  }

  .footer_contact_sec h4 {
    text-align: center;
  }

  .footer_social_media_btn_sec {
    justify-content: center;
    gap: 7px;
    padding: 20px 0;
  }

  .footer_social_media_btn {
    width: 35px;
  }

  .footer_download_sec {
    width: 100%;
    text-align: center;
  }

  .footer_download_btn_sec {
    justify-content: center;
    align-items: flex-end;
  }

  .footer_bottom_terms_sec>li {
    line-height: 15px;
  }

  .download_app_btn_img {
    width: 120px;
    right: 10%;
    bottom: 10%;
  }

  .footer_bottom_container {
    padding-top: 30px;
  }

  .footer_bottom_container>p,
  .footer_bottom_terms_sec>li>a {
    font-size: 12px;
  }

  .footer_contact_data_sec {
    display: flex;
    justify-content: space-evenly;
    text-align: left;
  }

  .footer_contact_data>a,
  .footer_contact_data>P {
    margin: 0;
    font-size: 13px;
  }

  .footer_download_sec>p {
    font-size: 13px;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve,
  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen,
  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 55px;
  }

  .discover-and-connect-images.one {
    bottom: 14%;
    left: 0%;
  }

  .discover-and-connect-images.two {
    display: none;
  }

  .discover-and-connect-images.three {
    bottom: 22%;
    left: 19%;
  }

  .discover-and-connect-images.four {
    bottom: 3%;
    left: 19%;
  }

  .discover-and-connect-images.five {
    left: 0%;
    bottom: 32%;
  }

  .discover-and-connect-images.six {
    display: none;
  }

  .discover-and-connect-images.seven {
    bottom: 41%;
    left: 22%;
  }

  .discover-and-connect-images.eight {
    bottom: 29%;
    right: 50%;
  }

  .discover-and-connect-images.nine {
    bottom: 29%;
    right: 36%;
  }

  .discover-and-connect-images.ten {
    bottom: 41%;
    right: 22%;
  }

  .discover-and-connect-images.eleven {
    right: 0%;
    bottom: 33%;
  }

  .discover-and-connect-images.twelve {
    right: 18%;
    bottom: 22%;
  }

  .discover-and-connect-images.thirteen {
    bottom: 11%;
    right: 4%;
  }

  .discover-and-connect-images.fourteen {
    display: none;
  }

  .discover-and-connect-images.fifteen {
    right: 17%;
    bottom: 2%;
  }

  .what_you_can_do_card {
    padding-left: 6%;
    padding-right: 6%;
  }

  .how_your_organization_head>h3,
  .what_you_can_do_title_head2>p {
    font-size: 18px;
  }

  .swiper_what_you_can_do_btn.next_btn {
    right: -7%;
  }

  .swiper_what_you_can_do_btn.prev_btn {
    transform: rotateY(180deg) translateY(-50%) !important;
    left: -7%;
  }

  .swiper_what_you_can_do_card_sec {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 450px) {
  .discover-and-connect-phone-img {
    width: 45%;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve,
  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen,
  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 50px;
  }

  .discover-and-connect-images.one {
    bottom: 14%;
    left: 0%;
  }

  .discover-and-connect-images.two {
    display: none;
  }

  .discover-and-connect-images.three {
    bottom: 22%;
    left: 16%;
  }

  .discover-and-connect-images.four {
    bottom: 3%;
    left: 16%;
  }

  .discover-and-connect-images.five {
    left: 0%;
    bottom: 32%;
  }

  .discover-and-connect-images.six {
    display: none;
  }

  .discover-and-connect-images.seven {
    bottom: 39%;
    left: 22%;
  }

  .discover-and-connect-images.eight {
    bottom: 29%;
    right: 50%;
  }

  .discover-and-connect-images.nine {
    bottom: 29%;
    right: 36%;
  }

  .discover-and-connect-images.ten {
    bottom: 39%;
    right: 22%;
  }

  .discover-and-connect-images.eleven {
    right: 0%;
    bottom: 33%;
  }

  .discover-and-connect-images.twelve {
    right: 16%;
    bottom: 22%;
  }

  .discover-and-connect-images.thirteen {
    bottom: 11%;
    right: 4%;
  }

  .discover-and-connect-images.fourteen {
    display: none;
  }

  .discover-and-connect-images.fifteen {
    right: 15%;
    bottom: 2%;
  }
}

@media screen and (max-width: 420px) {

  .a_platform_build_for_text_sec>h1,
  .what_you_can_do_title_head1>h3,
  .upgraded_to_premium_title_head>h3,
  .download_app_text_sec>h3,
  .we_have_got_the_answer_title_sec>h3,
  .testimonial_title_head>h3,
  .discover-and-connect-container h3 {
    font-size: 23px;
    line-height: normal;
    letter-spacing: 0.5px;
  }

  .pg2_text_container>h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .how_your_organization_card_container {
    margin-top: 20px;
    gap: 0;
  }

  .how_your_organization_card_sec_left,
  .how_your_organization_card_sec_right {
    padding-top: 20px;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve,
  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen,
  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 45px;
  }
}

@media screen and (max-width: 400px) {
  .download_app_phone_img_sec {
    min-height: 300px;
  }

  .discover-and-connect-images.one,
  .discover-and-connect-images.five,
  .discover-and-connect-images.twelve,
  .discover-and-connect-images.two,
  .discover-and-connect-images.four,
  .discover-and-connect-images.six,
  .discover-and-connect-images.fourteen,
  .discover-and-connect-images.three,
  .discover-and-connect-images.seven,
  .discover-and-connect-images.nine,
  .discover-and-connect-images.ten,
  .discover-and-connect-images.eleven,
  .discover-and-connect-images.thirteen,
  .discover-and-connect-images.eight,
  .discover-and-connect-images.fifteen {
    width: 43px;
  }

  .how_your_organization_card_sec_left,
  .how_your_organization_card_sec_right {
    padding-top: 0;
  }
}

.addons_item {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.addons_item>li {
  position: relative;
  width: 65%;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 25px;
  padding-bottom: 20px;
  font-size: 14px;
}

.addons_item>li:nth-child(2),
.addons_item>li:nth-child(4) {
  text-align: right;
  width: 35%;
  white-space: nowrap;
}

.addons_item_new_sec>li {

  width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 5px;

}

.addons_item_new_sub_sec {
  width: 100%;
  /* list-style: circle; */
  list-style: none;
}

.addons_item_new_sub_sec li {
  padding-bottom: 7px;
}

.addons_item_new_sec>li:nth-child(2),
.addons_item_new_sec>li:nth-child(4) {
  text-align: unset;

  width: unset;
  white-space: unset;
}


.addons_item>li>p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.45px;
  color: #000000;
  margin-bottom: 0;
}

.addons_item>li>p>span {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.45px;
  color: #8d8d8d;
}

.addons_item>li::before {
  content: "";
  position: absolute;
  background-image: url("../images/pricing-card-li-icon.png");
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  left: 0;
  top: 5px;
}

.addons_item>li:nth-child(2)::before,
.addons_item>li:nth-child(4)::before {
  display: none;
}


.addons_item_new_sec>li:nth-child(2)::before,
.addons_item_new_sec>li:nth-child(4)::before {
  display: block !important;
}

.list_type_none {
  position: unset !important;
}

.list_type_none::before {
  display: none !important;
}


@media (max-width: 1370px) {
  .addons_item>li {
    width: 100%;
  }

  /* .addons_item>li:nth-child(2),
  .addons_item>li:nth-child(4) {
    width: 100%;
    text-align: left;
  } */
}

@media (max-width: 1024px) {
  .addons_item>li>p {

    font-size: 18px;

  }

  .addons_item>li>p>span {

    font-size: 14px;

  }

  .addons_item>li {
    width: 50%;
  }

  /* .addons_item>li:nth-child(2),
  .addons_item>li:nth-child(4) {
    width: 50%;
    text-align: right;
  } */
}

@media (max-width: 1000px) {
  .addons_item>li {
    width: 100%;
  }

  /* .addons_item>li:nth-child(2),
  .addons_item>li:nth-child(4) {
    width: 100%;
    text-align: left;
  } */
}

@media (max-width: 820px) {
  .addons_item>li>p {

    font-size: 16px;

  }

  .addons_item>li>p>span {

    font-size: 13px;

  }

  .addons_item>li {
    width: 50%;
  }

  /* .addons_item>li:nth-child(2),
  .addons_item>li:nth-child(4) {
    width: 50%;
    text-align: right;
  } */
}

@media (max-width: 470px) {
  .addons_item>li>p {

    font-size: 15px;

  }



  .addons_item>li {
    width: 100%;
  }

  /* .addons_item>li:nth-child(2),
  .addons_item>li:nth-child(4) {
    width: 100%;
    text-align: left;
  } */
}

.no_list_icon_ul {

  list-style: none !important;

}

.number_list_icon_ul {
  list-style: decimal !important;
  list-style-position: inside !important;
  /* padding-left: 25px !important; */
  padding-left: 0 !important;

}

.no_list_icon_ul li,
.number_list_icon_ul li {
  padding-left: 0 !important;
}

.no_list_icon_ul li::before,

.number_list_icon_ul li::before {
  display: none !important;
}

/* @media (max-width: 1440px) {
  .number_list_icon_ul {
    padding-left: 0 !important;
  }
}

@media (max-width: 500px) {
  .number_list_icon_ul {
    padding-left: 7% !important;
  }
} */