@import url(https://db.onlinewebfonts.com/c/ff194d14f11197a37610711ef9f788ff?family=Noir+Pro);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Play", sans-serif;
  font-style: normal;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  max-width: 119rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  width: 100%;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover,
img:hover,
svg:hover {
  transition: all 0.5s ease-in-out;
}
img,
svg,
path {
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

/* FONT-SIZE */
.heading_text_1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
}
.heading_text_2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
}
.heading_text_3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
}
.heading_text_4 {
  font-size: 20px;
  line-height: 28px;
}
.heading_text_5 {
  font-size: 18px;
  line-height: 24px;
}
.heading_text_6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
p {
  font-size: 18px;
  line-height: 20px;
}
.text_14 {
  font-size: 14px;
  line-height: 20px;
}

/* COLOR CSS */
.color_black {
  color: #000 !important;
}
.bg_black {
  background-color: #000 !important;
}
.color_gray {
  color: #4b5563 !important;
}
.bg_gray {
  background-color: #4b5563 !important;
}
.color_white {
  color: #fff !important;
}
.bg_white {
  background-color: #fff !important;
}
.color_yellow {
  color: #fbbf24 !important;
}
.bg_yellow {
  background-color: #fbbf24 !important;
}
.color_lightblue {
  color: #337dff !important;
}
.bg_lightblue {
  background-color: #337dff !important;
}
.color_darkblue {
  color: #101b2e !important;
}
.bg_darkblue {
  background-color: #101b2e !important;
}
.color_lightgreen {
  color: #27ffc6 !important;
}
.bg_lightgreen {
  background-color: #27ffc6 !important;
}
/* FONT-WEIGHT */
.fw_100 {
  font-weight: 100 !important;
}
.fw_200 {
  font-weight: 200 !important;
}
.fw_300 {
  font-weight: 300 !important;
}
.fw_400 {
  font-weight: 400 !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600 !important;
}
.fw_700 {
  font-weight: 700 !important;
}
.fw_800 {
  font-weight: 800 !important;
}
.fw_900 {
  font-weight: 900 !important;
}
/* LINE-HEIGHT */
.lineheight_24 {
  line-height: 24px;
}
.lineheight_22 {
  line-height: 22px;
}
.play_fonts {
  font-family: "Play", sans-serif;
}
.poppins_fonts {
  font-family: "Poppins", sans-serif;
}
.Noirpro_fonts {
  font-family: "Noir Pro";
}
.common_titles h2 span {
  color: #337dff;
}
.common_titles h2 {
  color: #000;
}
.Use_luciditi_title_area h2 {
  color: #fff;
}
/* ======================== BUTTONS CSS ======================== */
.btn, .cli-plugin-button {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    padding: 1.1rem 2.4rem;
    min-width: 162px;
    height: 4.8rem;
    background: #337dff;
    border: 1px solid #337dff;
    border-radius: 0;
    font-family: Poppins, sans-serif;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.siteHeader .header-content .header-fea_btn a.request-demo,
.siteHeader .header-content .header-fea_btn a:hover{
	border: 1px solid #337dff;
	font-weight: 700;
}
.blue_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 24px;
  color: #fff;
  background: #337dff;
  border: 1px solid #337dff;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}
.blue_btn:hover {
  background: transparent;
  color: #337dff;
  border: 1px solid #337dff;
}
.links_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #337dff;
  font-family: "Poppins", sans-serif;
}
.links_btn:hover {
  color: #d97706 !important;
}
/* ======================== SLIDER ARROW/DOTS CSS ======================== */
.banner_video_info ul.slick-dots,
.Re_usable_digital_identity_slider ul.slick-dots {
  display: flex;
  z-index: 1;
  gap: 16px;
  align-items: center;
}
.banner_video_info ul.slick-dots li button,
.Re_usable_digital_identity_slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.banner_video_info ul.slick-dots li.slick-active button,
.Re_usable_digital_identity_slider ul.slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  background: #337dff;
}
.Re_usable_digital_identity_slider ul.slick-dots {
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.Re_usable_digital_identity_slider ul.slick-dots li button {
  background: rgba(0, 0, 0, 0.12);
}

.Re_usable_digital_identity_slider .slick-arrow {
  position: absolute;
  top: 45%;
  left: -24px;
  cursor: pointer;
  z-index: 1;
}
.Re_usable_digital_identity_slider
  .slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
  right: -24px;
  left: auto;
}

/* SWIPER */
.device_slider .swiper-pagination {
  all: unset;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.device_slider .swiper-pagination span {
  all: unset;
  margin: 0 !important;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e0e0e0;
  transition: all 0.5s ease-in-out;
}
.device_slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #197ef9;
  transition: all 0.5s ease-in-out;
  width: 18px;
  height: 18px;
}
.device_slider .swiper-button-next::after,
.device_slider .swiper-button-prev::after {
  all: unset;
}
.device_slider .swiper-button {
  top: 285px;
}
.device_slider .swiper-button.swiper-button-next {
  right: 7%;
}
.device_slider .swiper-button-prev {
  left: 7%;
}

/* ======================== BANNER CSS ======================== */
.animation_slider_banner_sec {
  background-image: url(../images/gradient_background.png);
  background-size: cover;
  background-position: 50%;
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #101b2e;
  color: #fff;
  display: block;
  position: relative;
  z-index: 5;
  overflow: hidden;
  text-transform: capitalize;
}
.animation_slider_banner_sec::after {
  content: "";
  background-image: url(../images/Background_inside_banner.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 0.5;
}
.banner_circle_area {
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 100px;
  max-width: 867.2px;
  width: 100%;
}
.animation_slider_banner_sec .video-wrapper {
  position: relative;
  height: 100%;
}
.animation_slider_banner_sec video#bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animation_slider_banner_sec .background_video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -2;
  filter: brightness(0.5) opacity(0.4);
}
.animation_slider_banner_right > .banner_circle_area {
  all: unset;
  display: none;
}
.animation_slider_banner_info h1 span {
  color: #27ffc6;
}
.animation_slider_banner_list {
  height: 100%;
}
.animation_slider_banner_area {
  /* min-height: 100dvh; */
  min-height: 88dvh;
  height: 100%;
  place-content: center;
}
.animation_slider_banner_box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 220px;
  height: 100%;
  width: 85%;
  gap: 30px;
}
.animation_slider_banner_left {
  max-width: 510px;
  width: 100%;
  padding-top: 150px;
}
span.banner_upper_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #33e2ff;
  margin-bottom: 12px;
}
.animation_slider_banner_info p {
  margin: 16px 0 56px;
}
/* .animation_slider_banner_right {
  padding-top: 100px;
  justify-items: end;
  width: -webkit-fill-available;
} */
.animation_slider_banner_right {
  padding-top: 100px;
  justify-items: center;
  width: -webkit-fill-available;
  overflow: visible;
  position: relative;
}
.banner_circle_dasktop {
  display: block;
  max-width: 867.2px;
  width: 100%;
  height: 103%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: zoom_circle 6s 0s linear alternate infinite;
  opacity: 1;
  z-index: 0;
}
@keyframes zoom_circle {
  0% {
    transform: scale(0.8);
    /* opacity: 1; */
  }
  50% {
    transform: scale(1);
    /* opacity: 0.1; */
  }
  100% {
    transform: scale(0.8);
  }
}
/* TEXT-ANIMATION CSS */
.txt-type {
  display: inline-block;
  position: relative;
  width: auto;
  height: max-content;
  overflow: hidden;
  vertical-align: middle;
}
.reveal-word {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  opacity: 0;
  animation: wordExpand 2s ease-in-out forwards;
}
@keyframes wordExpand {
  0% {
    width: 0;
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  30% {
    width: 100%;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  90% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}
.banner_videodetails_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.banner_videodetails_area {
  padding: 40px 180px;
  background: #0a121f;
  position: relative;
}
.banner_video_info {
  max-width: 75%;
  margin: 0 auto;
}
.banner_videodetails_area {
  padding: 40px 180px;
  background: #0a121f;
  position: relative;
}
.banner_video_info {
  max-width: 90%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.banner_video_info_area {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px;
}
.banner_video_info_area span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  max-width: 301px;
  color: #27ffc6;
  font-family: "Poppins", sans-serif;
}
/* ======================== Re_usable_digital_identity CSS ======================== */
.Re_usable_digital_identity_sec {
  padding: 144px 0 56px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.Re_usable_digital_identity_area > .row,
.Use_luciditi_area > .row {
  gap: 80px;
}
.sec_wave_line {
  position: absolute;
  top: -100px;
  right: 200px;
  z-index: -1;
}
.Re_usable_digital_identity_area,
.Use_luciditi_area {
  max-width: 984px;
  margin: 0 auto;
  text-transform: capitalize;
}
.Re_usable_digital_identity_title_area p,
.Use_luciditi_title_area p {
  line-height: 28px;
}
.Re_usable_digital_identity_slider_area {
  padding: 0 24px;
}
.Re_usable_digital_identity_slider_item {
  padding: 0 12px;
}
.Re_usable_digital_identity_box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  padding: 32px;
  border-radius: 12px;
  height: 100%;
}
.digital_identity_img span {
  display: inline-block;
  padding: 24px;
  border-radius: 999px;
  background: #fff;
}
.digital_identity_img img {
    width: 64px;
    height: 64px;
}
.digital_identity_info>h3 {
	color: #000;
}
.Re_usable_digital_identity_box::after,
li.site_featured_list0_items::after,
.Re_usable_digital_identity_slider
  .slick-active.slick-center
  .Re_usable_digital_identity_box::after {
  content: "";
  position: absolute;
	  border-radius: 12px;
  top: 0;
  left: 0;
    right: 0;
    width: 90%;
    margin: auto;
  height: 0%;
  background: linear-gradient(
    180deg,
    #eaf6f6 20.84%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0px -32px 32px 0px rgba(195, 223, 226, 0.12);
  transition: height 0.8s
    linear(
      0 0%,
      0 1.8%,
      0.01 3.6%,
      0.03 6.35%,
      0.07 9.1%,
      0.13 11.4%,
      0.19 13.4%,
      0.27 15%,
      0.34 16.1%,
      0.54 18.35%,
      0.66 20.6%,
      0.72 22.4%,
      0.77 24.6%,
      0.81 27.3%,
      0.85 30.4%,
      0.88 35.1%,
      0.92 40.6%,
      0.94 47.2%,
      0.96 55%,
      0.98 64%,
      0.99 74.4%,
      1 86.4%,
      1 100%
    );
  z-index: -1;
}
.Re_usable_digital_identity_box:hover::after,
li.site_featured_list0_items:hover::after,
.Re_usable_digital_identity_slider
  .slick-active.slick-center
  .Re_usable_digital_identity_box::after {
  transition: height 0.8s
    linear(
      0 0%,
      0 1.8%,
      0.01 3.6%,
      0.03 6.35%,
      0.07 9.1%,
      0.13 11.4%,
      0.19 13.4%,
      0.27 15%,
      0.34 16.1%,
      0.54 18.35%,
      0.66 20.6%,
      0.72 22.4%,
      0.77 24.6%,
      0.81 27.3%,
      0.85 30.4%,
      0.88 35.1%,
      0.92 40.6%,
      0.94 47.2%,
      0.96 55%,
      0.98 64%,
      0.99 74.4%,
      1 86.4%,
      1 100%
    );
  height: 100%;
}
/* .page-template-home_page_new .home_secure0_block .inner-content .site_featured_list0_img li {
    margin: 0 12px;
} */
.page-template-home_page_new .home_secure0_block .inner-content .site_featured_list0_img .owl-nav button {
    font-size: 3rem;
}


/* ======================== Use_luciditi CSS ======================== */
.Use_luciditi_sec {
  padding: 56px 0 144px;
  background-color: #101b2e;
}
.Use_luciditi_box {
  padding: 24px 16px 32px 16px;
  border-radius: 12px;
  background-color: #2563eb;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.Use_luciditi_shap {
  width: 211px;
  height: 206px;
  border-radius: 999px;
  background: #59afff;
  filter: blur(76.60713958740234px);
  position: absolute;
  right: 50px;
  top: -119px;
  z-index: -1;
}
.Use_luciditi_box_heading {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-transform: math-auto;
}
p.Use_luciditi_info {
  text-transform: math-auto;
  color: #e5e7eb;
}
.Use_luciditi_list_area > .row {
  gap: 24px 0;
}
.Use_luciditi_bottom_area p {
  color: rgba(255, 255, 255, 0.72);
}
.Use_luciditi_bottom_area .blue_btn {
  padding: 12px 48px;
}

/* ======================== Devices CSS ======================== */
.device_slider_box {
  text-align: center;
}
.device_slider_sec > .container-fluid {
  padding: 0;
}
.device_slider_sec {
  padding: 144px 0;
}
.device_slider_box {
  display: flex !important;
  text-align: center;
  max-width: 400px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}
.swiper.device_slider .swiper-wrapper {
  margin: 0 -305px;
}
.device_slider_item {
  opacity: 0.12;
  transition: all 0.5s ease-in-out;
}

.device_slider_item.swiper-slide-active,
.device_slider_item.swiper-slide-next {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.device_info {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.device_img {
  position: relative;
  z-index: 0;
}
.device_img .phone_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.device_img:hover .phone_play_btn {
  opacity: 1;
}
.device_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 30px auto;
  width: 100%;
  height: 100%;
  max-width: 177px;
  max-height: -webkit-fill-available;
  border-radius: 25px;
  background: #111827;
  opacity: 0;
  z-index: 0;
}
.device_img:hover:after {
  opacity: 0.72;
}
/* =================================================== */

/* .banner_inner_cicle_img {
  height: 508px;
  width: 508px;
  z-index: 99;
  position: absolute;
  top: 192px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner_cirlces {
  position: relative;
} */
/* .banner_circle_inner_area {
  position: absolute;
  width: 1280px;
  height: calc(100vh - 6rem);
  top: 48px;
  left: 736px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_circle_inner {
  display: block;
  position: relative;
  z-index: 0;
}
.banner_inner_cicle_boxed {
  width: 900px;
  height: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.animation_slider_banner_list {
  place-content: center;
} */
.animation_slider_banner_box,
.banner_video_info {
  padding: 0;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.animation_slider_banner_left,
.animation_slider_banner_right {
  padding: 0;
}
.banner_cirlces {
  position: relative;
}
.animation_slider_banner_sec {
  height: auto;
  min-height: 100vh;
}
.animation_slider_banner {
  height: calc(100vh - 5rem);
}
.animation_slider_banner_area {
  min-height: 82vh;
  place-content: center;
  position: relative;
}
.animation_slider_banner_img {
  max-width: 500px;
  width: 100%;
  height: 100%;
}
.circle_dasktop {
  background-size: cover;
  background-position: center center;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle_dasktop {
  background-size: cover;
  background-position: center center;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_circle_inner_area {
  position: absolute;
  /* width: 80rem;
  height: calc(100vh - 15rem);
  top: 3rem;
  left: 25rem; */
  /* width: 43rem;
  height: calc(100vh - 15rem);
  top: 2rem;
  left: 60rem; */
  width: 80rem;
  height: calc(100vh - 15rem);
  top: 3rem;
  left: 37rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_circle_inner {
  display: block;
  position: relative;
}
.banner_inner_cicle_boxed {
  width: 850px;
  height: 850px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.banner_inner_cicle_boxed .circle_boxed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid rgba(51, 226, 255, 0.16);
  border-radius: 50%;
  opacity: 0;
}

.banner_inner_cicle_boxed .circle_boxed.circle_delay1 {
  animation: waves linear 8s -2.5s, waves linear 8s infinite;
}

.banner_inner_cicle_boxed .circle_boxed.circle_delay2 {
  animation: waves linear 8s -5s, waves linear 8s infinite 2.6s;
}

.banner_inner_cicle_boxed .circle_boxed.circle_delay3 {
  animation: waves linear 8s -8s, waves linear 8s infinite 5.2s;
}
@keyframes waves {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
    border-width: 1.2rem;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* ======================== Custom-News CSS ======================== */
.page-template-home_page_new .posts_home_content {
    background: #fff;
}
.page-template-home_page_new .posts_home_content .row.inner_custom_row {
    gap: 56px;
}
.page-template-home_page_new .posts_home_content .row.inner_custom_row .wp-custom-other-news ul li {
    margin-bottom: 0;
}
.news_btn_area .news_btn {
    padding: 12px 48px;
}
.page-template-home_page_new .posts_home_content .wp-custom-other-news>ul {
    gap: 16px 0;
}
.home_trust0_block::before,
.home_trust0_block::after {
    all: unset;
}
.home_trust0_block .inner-content .img_box {
    position: static;
    width: 100%;
}
.page-template-home_page_new .posts_page_content .section-posts-view-0 .section-title-block-0 h1 {
	font-size: 40px;
	line-height: 48px;
}
#blogs_page_content_new_home a.btn {
    display: inline-flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 24px;
    color: #fff;
    background: #337dff;
    border: 1px solid #337dff;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    justify-content: center;
    align-items: center;
}
#blogs_page_content_new_home a.btn:hover {
	background: transparent;
	color: #337dff;
}
/* ======================== NEW BUSINESS PAGE CSS ======================== */
.business_page_banner_new::before {
    background: unset !important;
}
.business_page_banner_new .container.bannerBg-image_container {
    z-index: 0;
}
 #business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_image .inner-content .img_box {
    position: relative !important;
}
.business_page_banner_new .img_box img {
    width: auto;
    max-height: 50rem;
    object-fit: contain;
    max-width: 55rem;
}
.explore_fetures_sec,
.artwork_card_sec {
  padding: 128px 0;
}
.explore_fetures_img img {
    margin: 0 auto;
}
.explore_fetures_title_area {
  max-width: 980px;
  margin: 0 auto;
}
.explore_fetures_area > .row {
  gap: 96px;
}
.explore_fetures_sec ul.slick-dots {
  display: flex;
  z-index: 1;
  gap: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 48px;
}
.explore_fetures_sec ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 500px;
  background: rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-in-out;
  padding: 0;
}
.explore_fetures_sec ul.slick-dots li.slick-active button {
  background: #337dff;
  width: 12px;
  height: 12px;
}
.common_titles > p {
  line-height: 28px;
}
.explore_fetures_content_area {
  max-width: 1192px;
  margin: 0 auto;
}
.explore_fetures_box_inner {
  border: 0;
  border-right: 1px solid rgba(51, 125, 255, 0.16);
  border-bottom: 1px solid rgba(51, 125, 255, 0.16);
}
.explore_fetures_box_content
  > .row
  > .explore_fetures_box_inner:nth-child(n + 7) {
  border-bottom: 0;
}
.explore_fetures_box_content > .row > .explore_fetures_box_inner:nth-child(3),
.explore_fetures_box_content > .row > .explore_fetures_box_inner:nth-child(6),
.explore_fetures_box_content > .row > .explore_fetures_box_inner:last-child {
  border-right: 0;
}
.explore_fetures_box {
  text-align: center;
  padding: 32px 24px 24px;
}
.explore_fetures_shap {
  position: absolute;
  top: -45%;
  left: 0;
  z-index: -1;
}
/* artwork_card CSS */
.artwork_card_area > .row {
  gap: 56px;
}
.artwork_card_sec {
  background-color: #101b2e;
  color: #9ca3af;
}
.artwork_card_area {
  max-width: 984px;
  margin: 0 auto;
}
.artwork_card_box {
  padding: 56px 32px 32px 32px;
  background: #0a121f;
  text-align: left;
}
/* .artwork_card_img {
  width: 423px;
  height: 423px;
  position: relative;
  top: -100px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  opacity: 1;
} */
.artwork_card_img {
    width: 70%;
    margin: 0 auto;
    place-content: center;
    height: 423px;
    position: relative;
    top: -100px;
    z-index: 1;
    transition: all 0.5s 
ease-in-out;
    opacity: 1;
}
.artwork_btn_area > button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.artwork_card_info_inner {
  height: 70px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.artwork_card_info {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  background: #0a121f;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  z-index: 0;
  padding: 56px 32px 32px;
}
.artwork_card_box.expanded .artwork_card_info {
  transition: all 0.5s ease-in-out;
}
.artwork_card_box.expanded .artwork_card_info .artwork_card_info_inner {
  height: 416px;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
}
.artwork_card_box.expanded .artwork_btn_area::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 45px;
  background: linear-gradient(
    343deg,
    #0a121fe6 23.01%,
    rgba(10, 18, 31, 0) 99.15%
  );
  z-index: 0;
}
.artwork_card_box.expanded .artwork_card_info_inner > p {
  display: none;
}
.artwork_card_box.expanded .artwork_card_img {
  z-index: 0;
  opacity: 0;
}
.artwork_card_info_inner::-webkit-scrollbar {
  width: 8px;
  height: 15px;
}
.artwork_card_info_inner::-webkit-scrollbar,
.artwork_card_info_inner::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 50px;
  background-color: transparent;
}
.artwork_card_info_inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
}
.artwork_card_area_inner > .row {
  gap: 24px 0;
}
.business_page_banner_new .container.bannerBg-image_container .banner-effect-block {
    top: 12rem;
}
.page-template-identity-confirmationNew #free_trial_sec {
    padding: 0;
}
.page-template-passwordless-authenticationNew_page #passwordAuth_introtext, .page-template-passwordless-authenticationNew_page #encryption_sec {
    padding-bottom: 0;
}
.page-template-passwordless-authenticationNew_page #get_started_signin_contentRow, .page-template-identity-confirmationNew #get_started_signin_contentRow {
    padding-top: 4rem;
}
/* ================ CUATOME-POPUP CSS ================ */
.page-template-business_page_new>.mfp-bg {
    background: rgba(0, 0, 0, 0.50);
}
/* .white-popup {
    position: relative;
    background: #FFF;
    color: #000;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1s all;
}
.white-popup button.mfp-close {
    color: #000;
    background-color: #fff;
    opacity: 1;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 0 0;
    border: 1px solid #fff;
    border-radius: 999px;
}
.popup-infobox {
    padding: 40px;
	gap: 40px;
}
.popup-points-info ul {
    list-style: disc;
    padding-left: 20px;
}
.popup-points-info,
.popup-points-info ul{
    gap: 8px;
}
.popup-title-info {
    gap: 12px;
}
.popup-infobox-video {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
} */
/* .popup-infobox-video,
.popup-infobox-Img {
    max-width: 615px;
    margin: 20px auto;
} */
/* .popup-infobox-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}
.popup-details-info> p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}
.popup-infobox-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}
.popup-infobox-img img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
} */
.white-popup {
    background: #101b2e;
    padding: 50px 50px 40px;
    max-width: 826px;
    max-height: 96vh;
    position: relative;
    overflow-y: auto;
    width: 90%;
    margin: 0 auto;
    transition: 1s all;
}
.popup-infobox-video {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 43%;
    height: 300px;
    margin: 0 0 3rem;
    text-align: center;
}
.popup-infobox-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}
.popup-title-info {
    display: flex;
    flex-wrap: wrap;
}
.popup-title-info p {
    max-width: 50%;
    padding: 0 15px;
    width: 100%;
    text-align: left;
    color: #fff;
}
.popup-infobox {
    margin: 0 -15px;
}
.popup-btn-info {
    display: flex;
    flex-wrap: wrap;
	gap: 15px;
    padding: 3rem 0 0;
}
.popup-btn-info .blue_borer_btn {
	all: unset;
    display: inline-flex;
	justify-content: center; 
	align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 24px;
    color: #fff;
    background: transparent;
    border: 1px solid #337dff;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
	min-width: 115px;
	cursor: pointer;
}
.popup-infobox-img {
    max-width: 148px;
    margin: 0 auto 30px;
}

.modal {
    z-index: 1160;
}
.modal-open {
	overflow: auto;
}
.pricing-plan-popup .form-content .right-side .ls-form .ls-demo-form-inner ul li.agree_luciditi_policy_cls span {
	float: left;
}
.pricing-plan-popup .form-content .right-side .ls-form .ls-demo-form-inner ul li.agree_luciditi_policy_cls span input {
    height: 2.6rem;
    opacity: 1;
}
.pricing-plan-popup .form-content .right-side .ls-form .ls-demo-form-inner ul li.agree_luciditi_policy_cls label:before {
	display: none;
}
.pricing-plan-popup .form-content .right-side .ls-form .back_pricing {
    font-weight: 700;
    width: 100%;
    padding: .6rem 1.6rem;
    height: 4rem;
    border: 2px solid #337dff;
    background: transparent;
    color: #337dff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
}
.page-template-home_page_new .home_secure0_block a#luciditi-plan-554 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 24px;
    color: #fff;
    background: #337dff;
    border: 1px solid #337dff;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
}
.page-template-home_page_new .home_secure0_block a#luciditi-plan-554:hover {
	color: #337dff;
    background: #fff;
    border: 1px solid #fff;
}
.page-template-business_page_new section#home_trust0_block .inner-content.common_titles.text-sm-left.text-center .context_Area p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.businessExploreFeat .grid-wraper .introtext_rows.item .row .inner-content.title-area {
    display: flex;
    flex-direction: column;
}
.businessExploreFeat .grid-wraper .introtext_rows.item .row .inner-content.title-area,
.businessExploreFeat .grid-wraper .introtext_rows.item .row,
.businessExploreFeat .grid-wraper .introtext_rows.item p {
    height: -webkit-fill-available;
}
.modal.business-features .modal-content-area .video_image img {
    max-width: 184px;
    width: 100%;
}
/* ================ RESPOSIVE CSS ================ */
@media  (min-width: 1600px) and (max-width: 1924px) {
    .business_page_banner_new .container.bannerBg-image_container .banner-effect-block {
        top: 3rem;
        left: 50rem;
    }
}
@media  (min-width: 1024px) and (max-width: 1924px) {
    .home_trust0_block>.container>.row:first-child {
        padding: 144px 0 28px;
    }
	#pricing-signup-new-popup .title-area h2 {
		font-size: 36px;
	}
}
@media  (min-width: 1024px) and (max-width: 1429px) {
     .business_page_banner_new .img_box img {
        max-height: 36rem;
        max-width: 40rem;
    }
	
}
@media (max-width: 1429px) {
  /* BUSINERSS-PAGE  CSS */
  #business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_content {
    width: 55rem !important;
    max-width: calc(100% - 55rem) !important;
  }
  #business_page_banner.site_default_banner .container .inner_custom_row>.row {
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
    
    #business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_image .inner-content .img_box {
        position: absolute !important;
        height: 100%;
        width: 50rem;
        top: 0;
        right: 1.5rem;
        z-index: 11;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media  (min-width: 768px) and (max-width: 991px) {
    /* BUSINERSS-PAGE  CSS */
  .business_page_banner_new .container.bannerBg-image_container .banner-effect-block {
    top: 3rem;
  }
}
@media (max-width: 991px) {
    
}
@media (max-width: 1650px) {
/*   .container {
    max-width: 1160px;
  } */
  /* Devices CSS */
  .swiper.device_slider .swiper-wrapper {
    margin: 0px -245px;
  }
  .device_slider .swiper-button.swiper-button-next {
    right: 9%;
  }
  .device_slider .swiper-button-prev {
    left: 9%;
  }
}
@media (max-width: 1450px) {
  /* Re_usable_digital_identity CSS */
  .sec_wave_line {
    right: 0;
  }
  /* Devices CSS */
  .swiper.device_slider .swiper-wrapper {
    margin: 0px -230px;
  }
  
  /* BUSINERSS-PAGE  CSS */
  .explore_fetures_shap {
    top: -35%;
  }
  /*.business_page_banner_new .container.bannerBg-image_container .banner-effect-block {*/
  /*  top: 7rem;*/
  /*}*/
}
@media (max-width: 1399px) {
  .banner_circle_inner_area {
    left: 22rem;
  }
  .swiper.device_slider .swiper-wrapper {
    margin: 0px -200px;
  }
  .business_page_banner_new {
      min-height: 1px;
  }
  
}
@media (max-width: 1199px) {
  .heading_text_1 {
    font-size: 36px;
    line-height: 48px;
  }
  /* Re_usable_digital_identity CSS */
  .sec_wave_line {
    top: -130px;
    right: -35%;
  }
  /* Devices CSS */

  .swiper.device_slider .swiper-wrapper {
    margin: 0;
  }
  .device_slider .swiper-button.swiper-button-next {
    right: 3%;
  }
  .device_slider .swiper-button-prev {
    left: 3%;
  }
  .device_slider_item.swiper-slide-next {
    opacity: 0.12;
  }
  .device_img::after {
    max-width: 48%;
    margin: 28px auto;
  }
  
}
@media (max-width: 991px) {
  /* Re_usable_digital_identity CSS */
  .Re_usable_digital_identity_sec {
    padding-top: 80px;
  }
  .Re_usable_digital_identity_area > .row {
    gap: 60px;
  }
  /* Devices CSS */
  .device_slider_item.swiper-slide-next {
    opacity: 1;
  }
  .device_slider_box {
    margin: 0;
  }
  .device_slider_sec {
    padding: 80px 0;
  }
  .device_slider .swiper-pagination {
    margin-top: 48px;
  }
  
  /* BUSINESS-PAGE CSS */
  main#main-content {
    overflow-x: hidden;
  }
	.section-request-demo-0 .request-demo-today .inner-content>div,
	.page-template-business_page_new .business_page_content .request-demo-today .inner-content>div{
		max-width: 40rem;
	}
	#business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_content {
		width: 100% !important;
		max-width: 55rem !important;
		padding: 0 15px !important;
		margin: 0 auto;
		float: none;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		flex: 0 0 100%;
	}
	#business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_image {
		all: unset;
		position: static !important;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 6rem;
		width: 25%;
	}

	#business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_image .inner-content .img_box {
		position: static !important;
		width: 100% !important;
		height: 100% !important;
		top: 0;
		right: 1.5rem;
		z-index: 11;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
  .site_default_banner .container>.inner_custom_row {
    padding: 120px 0 100px;
  }
  .explore_fetures_sec,
  .artwork_card_sec {
    padding: 80px 0;
  }
  .explore_fetures_box_content > .row > .explore_fetures_box_inner:last-child {
    border-bottom: 0 !important;
  }
  .explore_fetures_box_content
    > .row
    > .explore_fetures_box_inner:nth-child(even) {
    border-right: 0;
    border-bottom: 1px solid rgba(51, 125, 255, 0.16);
  }
  .explore_fetures_box_content
    > .row
    > .explore_fetures_box_inner:nth-child(odd) {
    border-right: 1px solid rgba(51, 125, 255, 0.16);
	border-bottom: 1px solid rgba(51, 125, 255, 0.16);
  }
  .explore_fetures_shap {
    top: 0;
  }
  .explore_fetures_area > .row {
    gap: 60px;
  }
  /* Artwork-card CSS */
  .artwork_card_img {
/*     width: 330px; */
	width: 80%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  /* BUSINESS-PAGE CSS */
    .business_page_banner_new .container.bannerBg-image_container .banner-effect-block {
        top: 14rem;
    }
    #business_page_banner.site_default_banner .container .inner_custom_row .site_default_banner_image {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .business_page_banner_new .img_box img {
        max-height: 30rem;
    }
}
@media (max-width: 575px) {
  .common_titles h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  .common_titles p {
    font-size: 16px;
    line-height: 24px;
  }
  
  /* Demo-POPUP CSS */
/*   .popup-infobox {
    padding: 24px 16px;
    gap: 24px;
  } */
	.popup-infobox-video {
		padding-bottom: 56%;
		height: auto; 
	}
	.white-popup {
		width: 100%;
		padding: 55px 30px;
	}
	.popup-infobox p {
		max-width: 100%;
	}
  .popup-infobox p,
  .popup-infobox ul{
    font-size: 14px;
    line-height: 20px;
  }
  .popup-infobox h2 {
    font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.48px;
  }
  .popup-infobox h3 {
    font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.36px;
  }
/*   .white-popup button.mfp-close {
    width: 24px;
    height: 24px;
    font-size: 20px;
  } */
	.popup-btn-info {
		justify-content: center;
	}
  /* Re_usable_digital_identity CSS */
  .Re_usable_digital_identity_area > .row,
  .Use_luciditi_area > .row {
    gap: 24px;
  }
  .Re_usable_digital_identity_sec > .container {
    padding: 0;
  }
  .Re_usable_digital_identity_title_area {
    padding: 0 24px;
  }
  .Re_usable_digital_identity_slider ul.slick-dots {
    margin-top: 24px;
  }
  .Re_usable_digital_identity_slider_area {
    padding: 0;
    padding-left: 24px;
  }
  .Re_usable_digital_identity_slider {
    margin: 0 -12px;
  }
  .Re_usable_digital_identity_slider_item {
    padding: 0;
  }
  .Re_usable_digital_identity_box {
    padding: 20px;
    margin: 0 12px;
  }
  .Re_usable_digital_identity_title_area p {
    line-height: 24px;
  }
  .Re_usable_digital_identity_sec,
  .Use_luciditi_sec,
  .device_slider_sec {
    padding: 56px 0;
  }
  .sec_wave_line {
    right: -500px;
    top: -92px;
  }
  /* Devices CSS */
  .device_slider_sec > .container-fluid {
    padding: 0 24px;
  }
  .swiper.device_slider .swiper-wrapper {
    margin: 0;
  }
  .device_slider_box {
    margin: 0 auto;
  }
  .device_slider .swiper-button {
    display: none;
  }
  .page-template-home_page_new .posts_home_content .row.inner_custom_row {
    gap: 40px;
  }
  #custom_request_demo .section-request-demo-0 {
    padding: 0;
  }
  #custom_request_demo .container {
    padding: 0;
  }
  
  /* BUSINESS-PAGE CSS */
  .explore_fetures_sec,
  .artwork_card_sec {
    padding: 56px 0;
  }
  .explore_fetures_area > .row,
  .artwork_card_area > .row {
    gap: 24px;
  }
  .explore_fetures_img img {
    margin: 0 auto;
  }
  .explore_fetures_slider_item {
    border-right: 1px solid rgba(51, 125, 255, 0.16);
    border-bottom: 1px solid rgba(51, 125, 255, 0.16);
    height: 100%;
  }
  /* .explore_fetures_slider {
    margin-right: -40%;
  } */
  .explore_fetures_sec > .container-fluid {
    padding-left: 24px;
    padding-right: 0;
  }
  .explore_fetures_info_box {
    margin: 0 10px;
  }
  .explore_fetures_slider_content_area::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .explore_fetures_slider .slick-list.draggable,
  .explore_fetures_slider .slick-track {
    display: flex;
    align-items: stretch;
  }
  .explore_fetures_slider .slick-slide > div {
    height: 100%;
  }
  /* Artwork-card CSS */
  .artwork_card_area_inner_slider {
    margin-right: -24px;
  }
  .artwork_card_item {
    padding-right: 24px;
  }
  .artwork_card_box {
    padding: 56px 0 0;
  }
  .artwork_card_img {
/*     width: 130%; */
    height: 450px;
    left: 0;
    right: 0;
/*     margin: auto -45px; */
  }
}
@media (max-width: 390px) {
  /* BUSINESS-PAGE CSS */
	.modal .modal-content .modal-content-inner .modal-content-area {
        padding: 5.5rem 4%;
    }
  /* Artwork-card CSS */
  .artwork_card_img {
    height: 400px;
	top: -136px;
  }
}
