/* ======================================================== Veracity CSS Start ======================================================== */

/* html,
body {
  overflow-x: hidden;
} */
.overflow-hidden {
  overflow: hidden;
}
.ve_banner_img2
.img-fluid {
  max-width: 100%;
  height: auto;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kl-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 22px;
  border-radius: 222px;
  text-decoration: none;
  color: #1a1200;
  font-weight: 600;
  /* background: radial-gradient(125.34% 134.49% at 46.22% 80.47%, #FFE89C 0%, #DEB019 52%, #FFDA60 100%), rgba(0, 0, 0, 0.08); */
  background: radial-gradient(
      125.34% 134.49% at 46.22% 80.47%,
      #ecffca 0%,
      #97c247 52%,
      #7fc300 100%
    ),
    rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 26px rgba(202, 167, 58, 0.35), inset 0 1px 0 #fff6;
  transition: 0.5s;
  position: relative;
  border: none;
  margin: 0 auto;
}
.kl-cta .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}
.ve_topInfo {
  gap: 25px;
  align-items: start;
}
.ve_topInfo_col1 {
  width: 30%;
  gap: 90px;
}
.ve_topInfo_logo {
  max-width: 300px;
}
.ve_topInfo_logo img {
  width: 100%;
}
.ve_topInfo_col2 {
  width: 70%;
}

.position-relative {
  position: relative;
}
.ve_banner_img1 {
  max-width: 100px;
  position: absolute;
  left: 10%;
  z-index: 5;
}
.ve_banner_img2 {
  max-width: 100px;
  position: absolute;
  right: -45px;
  top: 50%;
  z-index: 5;
}

.ve_secondary_title {
  color: var(--fColor);
  font-size: 50px;
  font-style: normal;
  line-height: 1em;
  margin: 0;
  letter-spacing: -2px;
}
.ve_sub_title {
  color: var(--fColor);
  font-size: 24px;
  font-style: normal;
  line-height: 1em;
  margin: 0;
  /* letter-spacing: -2px; */
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.bg-white {
  /* background-color: #f8f8f8; */
  background-color: #fff;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.blue-bg {
  background-color: #080c38 !important;
}
.positionSticky {
  position: sticky !important;
  top: 50px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ve_work_content {
  align-items: end;
}
/*.ve_work_contentBox {
  position: relative;
  bottom: 120px;
}*/
.ve_contact_bg {
  background-size: cover;
  background-position: center;
}
.live-label.ve_live-label {
  position: absolute;
  /*left: 50%;*/
  /*transform: translate(-50%, 0);*/
  background: rgba(255, 255, 255, 0.65);
}

.ve_work_content {
  gap: 4%;
}
.ve_work_padding {
    padding-top: 40px;
    padding-bottom: 40px;
     align-items: baseline; 
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    width: 100% !important;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}
.ve_work_img {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.ve_work_img img {
  width: 100%;
}
.ve-work-img-3-before {
  position: absolute;
  z-index: 1;
}
.ve_work-video{
  width: 100%;
}
.ve-work-img {
  position: relative;
  z-index: 2;
}

.kl_deployment_col1 {
  width: 60%;
}

/* User App carousel */
.user_app_tabs {
  position: relative;
}
.user_app_tabs-before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -25px;
  max-width: 960px;
}
.user-apps-content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 280px;
  padding-top: 50px;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  margin-top: 50px;
  background-size: cover !important;
  border-radius: 19px;
}

.user-apps-content .cases__tabs {
  justify-content: center;
  padding: 9px 9px;
  width: max-content;
  margin: 0 auto 40px;
  border-radius: 97.803px;
  border: 1.087px solid rgba(188, 188, 188, 0.2);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  box-shadow: 0 15.214px 26.081px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(67.9831314086914px);
}
.user-apps-content .tab.is-active {
  background: #97c247;
  color: #fff;
}
.user-apps-content .tab {
  height: 50px;
  padding: 0 28px;
  color: #333;
  border: unset;
  background: unset;
}
.tab:hover {
  background: unset;
}

.mobile_app_carousel .our-slider-img,
.mobile_app_carousel .our-slider-webframe {
  display: flex;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
}
.mobile_app_carousel .our-slider-img {
  align-items: center;
  justify-content: center;
  top: 16px;
}

.mobile_app_carousel .our-slider-img img {
  width: 20.6%;
}

.mobile_app_carousel .our-slider-webframe {
  align-items: center;
  justify-content: center;
  top: 110px;
}

.mobile_app_carousel .our-slider-webframe img {
  width: 39.9%;
}
.mobile_app_carousel .swiper-slide img {
  width: 100%;
}
.mobile_app_carousel {
  padding: 30px 0 10px;
  position: relative;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
/* User App carousel */

.kl-list {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kl-list li {
  color: #121212;
  font-size: 28px;
}

.kl_deployment_sec .wk_flex {
  align-items: start;
}

/* ======================================================== Veracity CSS End ======================================================== */
