/*--- HomePage Revised Style ---*/

.whp_hero {
      background-color: #000;
      padding: 140px 0 0 0;
      position: relative;
      z-index: 1;
      overflow: hidden;
  }

  .whp_hero:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -650px;
      width: 694px;
      height: 694px;
      transform: translateX(-50%);
      border-radius: 1050px;
      z-index: -1;
      background-color: #fbc7f3;
      filter: blur(166.5399932861328px);
  }

  .whp_hero .whp_hero__slider {
      margin-top: 40px;
  }

  .whp_hero .whp_hero__content {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 100%;
  }

  .whp_hero .whp_hero__content .whp_btn p {
      margin: 0;
  }

  .whp_hero .whp_hero__content>p {
      color: #828282;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin: 20px 0 0 0;
      min-height: 80px;
  }

  .whp_hero .whp_hero__title {
      color: #e4e7ed;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-size: 60px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
  }

  .whp_hero__title strong {
      font-weight: inherit;
      color: #ffcaf7;
  }

  .whp_hero .whp_hero__buttons {
      margin-top: 18px;
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .whp_btn {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
      padding: 14px 24px;
      text-decoration: none;
      border-radius: 60px;
      border: 1px solid #4f4f4f;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 7px;
      transition: 0.35s all ease-in-out;
  }

  .whp_btn__light {
      color: #000;
      background-color: #e4e7ed;
      border-color: #e4e7ed;
  }

  .whp_btn:hover {
      background-color: #4f4f4f;
  }

  .whp_btn__light:hover {
      background-color: #d2d4d7;
  }

  .whp_hero .whp_hero__slide {
      display: flex;
      justify-content: center;
      gap: 20px;
  }

  .whp_hero .whp_slide_img {
      max-width: 435px;
      width: 100%;
      font-size: 0;
  }

  .whp_hero .whp_slide_content {
      text-align: left;
  }

  .whp_hero .whp_slide_info {
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 5px;
  }

  .whp_hero .whp_slide_content,
  .whp_hero .whp_slide_info {
      flex: 0 0 185px;
      width: 100%;
      max-width: 100%;
  }

  .whp_hero .whp_slide_content {
      padding-top: 45px;
  }

  .whp_hero .whp_slide_info {
      padding-top: 70px;
      left: 30px;
      position: relative;
  }

  .whp_hero .whp_slide_img img {
      width: 100%;
  }

  .whp_hero .whp_slide_title {
      color: #fff;
      font-family: "SF Mono", sans-serif;
      font-size: 87.903px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      text-align: left;
  }

  .whp_hero .whp_slide_text {
      color: #d2d4d7;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      text-align: center;
  }

  .whp_hero .whp_slide_name {
      color: #fff;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      margin: 0;
  }

  .whp_hero .whp_slide_info .whp_slide_text {
      text-align: center;
  }

  .whp_hero .whp_slide_name p,
  .whp_hero .whp_slide_title p,
  .whp_hero .whp_slide_text p {
      font-size: inherit !important;
      font-weight: inherit !important;
      margin: 0 !important;
      line-height: inherit !important;
      color: inherit !important;
  }

  .whp_hero__slider .swiper-slide {
      opacity: 0 !important;
      top: 20px;
      transition: 0.5s all ease-in-out;
  }

  .whp_hero__slider .swiper-slide-active {
      opacity: 1 !important;
      top: 0;
  }

  @media (max-width: 1188.98px) {
      .whp_hero .whp_hero__slide {
          gap: 10px;
      }

      .whp_hero .whp_slide_title {
          font-size: 60px;
      }

      .whp_hero .whp_slide_text {
          font-size: 14px;
      }

      .whp_hero .whp_slide_img {
          max-width: 250px;
          flex: 0 0 250px;
      }

      .whp_hero .whp_slide_content,
      .whp_hero .whp_slide_info {
          max-width: 160px;
          flex: 0 0 160px;
          padding-top: 0;
      }

      .whp_hero .whp_slide_name {
          font-size: 16px;
      }

      .whp_hero .whp_slide_info {
          left: 0;
      }
  }

  @media (max-width: 759.98px) {
      .whp_hero .whp_hero__title {
          font-size: 40px;
      }

      .whp_hero .whp_hero__slide {
          flex-wrap: wrap;
          align-items: flex-start;
          min-height: 380px;
      }

      .whp_hero .whp_slide_img {
          max-width: 280px;
          flex: 0 0 280px;
          order: 12;
          /* margin-top: 30px; */
          margin-top: auto;
          padding-top: 30px;
      }

      .whp_hero .whp_slide_info {
          padding-top: 10px;
      }

      .whp_hero .whp_slide_content,
      .whp_hero .whp_slide_info {
          max-width: 47%;
          flex: 0 0 47%;
      }

      .whp_hero .whp_slide_name {
          font-size: 16px;
      }

      .whp_hero .whp_hero__content p {
          font-size: 16px;
      }
  }

  .whp_slide_text {
      display: flex;
      flex-direction: column;
      gap: 7px;
  }

  /*--- WHP Hero Style end ---*/


  
  .header.header_fixed {
      background-color: black;
  }

  .header .topline .logo img {
      filter: invert(1);
  }

  .header .main-menu>li>a {
      color: white;
  }

  .header .main-menu>li>a[href^="#"]:after {
      border-top: 4px solid #fff;
  }

  .platform_pillar_cards_section {
      background: #000;
      display: flex;
      flex-direction: column;
      padding-top: 17px;
  }

  .platform_pillar_cards_section .pretitle {
      color: #FFF;
      text-align: center;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 4.2px;
      text-transform: uppercase;
  }

  .platform_pillar_cards_section .title {
      color: #FFF;
      text-align: center;
      font-family: Poppins;
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -0.8px;
      max-width: 600px;
      margin: 20px auto 54px;
  }

  .platform_pillar_cards_section .title * {
      font-size: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
      margin: 0;
  }

  .platform_pillar_card {
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      flex-wrap: nowrap;
  }

  .platform_pillar_card .platform_pillar_card_left {
      padding: 44px 20px 44px 44px;
      width: 44%;
      background: #1C1B1E;
  }

  .platform_pillar_card .platform_pillar_card_left .card_pretitle {
      color: #FFF;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 4.2px;
      text-transform: uppercase;
      margin-bottom: 15px;
  }

  .platform_pillar_card .platform_pillar_card_left .card_title {
      color: #FFF;
      font-family: Poppins;
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      max-width: 360px;
  }

  .platform_pillar_card .platform_pillar_card_left .card_pretitle *,
  .platform_pillar_card .platform_pillar_card_left .card_title *,
  .platform_pillar_card .platform_pillar_card_left .text .content_title *,
  .platform_pillar_card .platform_pillar_card_left .text .content_description *,
  .platform_pillar_card .platform_pillar_card_left .platform_pillar_card_link_out *,
  .platform_pillar_card_quote .quote *,
  .platform_pillar_card_quote .author .right .name * {
      margin: 0;
      font-size: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
  }

  .platform_pillar_card .platform_pillar_card_left .card_content {
      display: flex;
      flex-direction: column;
      gap: 23px;
      padding-top: 25px;
      padding-left: 15px;
      margin-bottom: 32px;
  }

  .platform_pillar_card .platform_pillar_card_left .card_content .row {
      display: flex;
      align-items: center;
      gap: 16px;
  }

  .platform_pillar_card .platform_pillar_card_left .text .content_title {
      color: var(--Core-WHITE, #FFF);
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      /* 22.4px */
  }

  .platform_pillar_card .platform_pillar_card_left .text .content_description {
      color: var(--Core-GRAY-300, #D2D4D7);
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
  }

  .platform_pillar_card .platform_pillar_card_left .platform_pillar_card_link_out {
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #FFDFF9;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
  }

  .platform_pillar_card .platform_pillar_card_left .platform_pillar_card_link_out figure {
      display: flex;
      align-items: center;
  }

  .platform_pillar_card .platform_pillar_card_right {
      width: 56%;
      /* aspect-ratio: 1.276; */
  }

  .platform_pillar_card .platform_pillar_card_right figure {
      height: 100%;
      display: flex;
  }

  .platform_pillar_card .platform_pillar_card_right figure img {
      object-fit: cover;
  }

  .platform_pillar_card_quote {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      max-width: 550px;
      margin: 24px auto 87px;
  }

  .platform_pillar_card_quote .quote {
      color: var(--Core-GRAY-300, #D2D4D7);
      text-align: center;
      font-family: Poppins;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
  }

  .platform_pillar_card_quote .author {
      display: flex;
      margin-top: 15px;
      gap: 9px;
      margin: auto;
      padding-left: 20px;
  }

  .platform_pillar_card_quote .author .left {}

  .platform_pillar_card_quote .author .right .name,
  .platform_pillar_card_quote .author .right .name p {
      color: #FFF;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Poppins;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
  }

  .platform_pillar_card_quote .author .right .name p {
      margin: 0;
  }

  .platform_pillar_card_quote .author .right .title {
      margin-top: 12px;
      margin-bottom: 0px;
      max-width: 200px;
      text-align: left;
      line-height: 1.8 !important;
  }

  .platform_pillar_card_quote .author .right .title,
  .platform_pillar_card_quote .author .right .title p {
      color: #FFF;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Poppins;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0;
  }

  .platform_pillar_card_quote .author .right .title p {
      margin: 0;
  }

  .platform_pillar_card_quote .author .right .logo figure {
      display: flex;
      padding-top: 10px;
  }

  @media screen and (max-width: 1188.98px) {
      .platform_pillar_card {
          flex-direction: column;
      }

      .platform_pillar_card .platform_pillar_card_left,
      .platform_pillar_card .platform_pillar_card_right {
          width: 100%;
      }

      .platform_pillar_card .platform_pillar_card_left .card_content .row {
          flex-wrap: nowrap;
      }
  }

  @media screen and (max-width: 759.98px) {
      .platform_pillar_card .platform_pillar_card_left .card_content {
          padding-left: 0;
      }

      .platform_pillar_card .platform_pillar_card_left .card_content .row {
          margin: 0;
      }
  }

  .build-builders {
      border-radius: 12px;
      border: 1px solid var(--Core-GRAY-200, #E4E7ED);
  }

  .platform_pillar_cards_section {
      padding-bottom: 60px;
  }

  .section-products-slider-upd-2 .swiper-slide_md {
      width: 332px !important;
  }

  /*--- HomePage Revised Style End ---*/