/* fonts  */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");



	/* font-wieght 700 */
	@font-face {
		font-family: "Switzer";
		src: url("/wp-content/themes/inc42/fonts/datalabs/Switzer-Bold.otf");
		font-weight: 700;
	}


	/* font-wieght 600 */
	@font-face {
		font-family: "Switzer";
		src: url("/wp-content/themes/inc42/fonts/datalabs/Switzer-Semibold.otf");
		font-weight: 600;
	}

	/* font-wieght 500 */
	@font-face {
		font-family: "Switzer";
		src: url("/wp-content/themes/inc42/fonts/datalabs/Switzer-Medium.otf");
		font-weight: 500;
	}

	/* font-wieght 400 */
	@font-face {
		font-family: "Switzer";
		src: url("/wp-content/themes/inc42/fonts/datalabs/Switzer-Regular.otf");
		font-weight: 400;
	}

	/* font-wieght 300 */
	@font-face {
		font-family: "Switzer";
		src: url("/wp-content/themes/inc42/fonts/datalabs/Switzer-Light.otf");
		font-weight: 300;
	}

	/* font-wieght 200 */
	@font-face {
		font-family: "Switzer";
		src: url("/wp-content/themes/inc42/fonts/datalabs/Switzer-Thin.otf");
		font-weight: 200;
	}

	/* font end  */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 15px;
}

.col-6 {
  width: 50%;
}

.w-64 {
  width: 64%;
}

.w-36 {
  width: 36%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.nested-column {
  padding: 10px 0;
}

.factsheet_img {
  width: 60px;
  background: white;
  height: 60px;
  padding: 5px;
}

.factsheet_logo_wrap {
  background: url(/wp-content/plugins/inc42-datalabs-api/assets/img/factsheet_bg.svg);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.8%;
  justify-content: center;
  background-repeat: no-repeat;
  padding: 0 2.3rem;
  background-size: contain;
}

.factsheet_heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0px !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  padding: 17px 5px;
  margin: 0px;
  text-align: center;
}

.factsheet_img_wrap {
  justify-content: center;
  display: flex;
}

.factsheet_content {
  padding: 0px;
  margin: 0px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px;
  padding: 0px;
}

.factsheet_links {
  color: #ffffff !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

span.note_title {
  color: #e4391b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.dl_icon img {
  width: 110px !important;
  display: block;
  border-radius: 0px !important;
}

span.note_content {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.note_section {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  align-items: center;
  padding: 16px 0px;
  margin-left: -0.8rem;
  margin-right: 0.7rem;
}

.next_icon {
  display: grid;
  align-items: center;
  width: 18px;
}

.factsheet_icon_wrap {
  display: flex;
  justify-content: space-between;
}

.factsheet_label-v2 {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: left;
  display: flex;
  text-transform: capitalize;
  line-height: normal;
}

.item {
  cursor: pointer;
  background-color: #e4391b;
  text-align: center;
  padding: 18.5px 22px;
  border-radius: 12px;
  margin: 5px;
  font-size: 30px;
  gap: 5px;
  display: grid;
}

.item1,
.item2,
.item3 {
  background-color: #f3f5fb;
  text-align: center;
  padding: 18.5px 22px;
  border-radius: 12px;
  margin: 5px;
  font-size: 30px;
  gap: 26px;
  display: grid;
}

.item1 {
  grid-area: 1 / 1 / 2 / 3;
}

.item2 {
  grid-area: 2 / 1 / 3 / 3;
}

.item3 {
  grid-area: 1 / 3 / 2 / 5;
}

.item {
  grid-area: 2 / 3 / 2 / 5;
}

.factsheet_label {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: left;
  display: flex;
  text-transform: capitalize;
}

.factsheet_value {
  color: #000;
  font-size: 17px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: left;
}

p.factsheet_heading:after {
  content: "";
  height: 11px;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJklEQVR4nO3ZTQrCMBQE4LmE8ecirjyC4PE8j72BWusF6gXc6OpJIIu09C+pmIm8gbcIdpGPCaZQIH32AN4AZOZQQF7/AInJEsA1d8gKwM1tvsoVYrwm7gA2OUJMBwK5QUwPIiuIGUBkAzEtxLrjGXqIAXAZQTQgBwCPL1xIsVP03BOl+710a4xB6oQIO6cZiAaE6YwZ7zhVA8eJGhKDoIPEIqggcxA0EB9h7wu7Ds3TTTLIGKLo+WtuZ+smCWQB4OwdJ/tq3k7wvn4NmYKgh0xFUENCELQQH3F2a+QIOQYiaCE7h5mKoIXERBRCFtFGyCLaCFlEGyGLaCNkEW2ELKKNkEW0EbKINkIW0UbIItpI7o3UiT+GDk0dArGfpxkxdk92b5PyAVtTkgo9Lu0/AAAAAElFTkSuQmCC);
  width: 15px;
  filter: invert(1);
  margin-left: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}

div#factsheet_inc42 .container {
  padding-right: 5px;
  padding-left: 11px;
}

.item1,
.item3 {
  margin-top: 0px;
}

.item,
.item2 {
  margin-bottom: -1px;
}

/* carousel crosslink css code*/

.carousel_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 24px 10px 24px;
  border: 1px solid #d7d3d0;
  background: #fff;
}


.carousel_title h2 {
  color: #000;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 6px 0 20px 0;
}


.carousel_container .top_section {
  display: flex;
  justify-content: space-between;
}

.carousel_container .top-wrap {
  display: flex;
}

.carousel-logo {
  /* border-radius: 6px;
	border: 1px solid #E4E4E4;
	background: #ECECF6; */
  align-items: center;
  display: flex;
  padding: 6px 10px;
  gap: 10px;
}

span.logo-text {
  text-transform: uppercase;
  color: #57534e;
  font-family: Switzer;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.435px;
}

.carousel-logo img {
  width: 4rem !important;
  border-radius: 0px !important;
}

.carousel-button-wrap a.explore-btn {
  color: #fff !important;
  font-family: "Geist";
  font-size: 10px;
  border-radius: 4px;
  background: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  width: 240px;
  height: 37px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.carousel-factsheet-button-wrap a.explore-btn {
  width: fit-content;
  height: 37px;
  align-items: center;
  color: #fff !important;
  display: inline-block;
  padding: 5px 6px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: #d92d20;
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset,
    0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Geist";
}

.carousel-button-wrap a.explore-btn:after {
  content: "\e806";
  font-family: "inc-font-icons";
}

.carousel-button-wrap {
  display: flex;
  justify-content: end;
}

.carousel_container .slider {
  width: 80%;
  margin: auto;
}

.carousel_container .slider img {
  width: 100%;
  border-radius: 10px;
}

.carousel-inc42 {
  width: 103%;
  margin-bottom: 0 !important;
  margin-left: -11px;
}

.carousel_container .slick-next:before {
  content: "\e806" !important;
  font-family: "inc-font-icons" !important;
  background: #44403c !important;
  background-clip: text !important;
  font-size: 13px;
  top: 0;
  display: flex;
  position: absolute;
  padding: 6px;
  height: 100%;
  right: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.carousel_container .slick-prev:before {
  content: "\e805" !important;
  font-family: "inc-font-icons" !important;
  background: #44403c !important;
  background-clip: text !important;
  font-size: 13px;
  top: 0;
  display: flex;
  position: absolute;
  padding: 6px;
  height: 100%;
  right: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.carousel-inc42 button.slick-prev.slick-arrow,
.carousel-inc42 button.slick-next.slick-arrow {
  border-radius: 4px;
  background: none;
  display: flex;
  padding: 0;
  align-items: baseline;
  gap: 10px;
  top: 30%;
  /* margin-top: -6%; */
  border-radius: 31.636px;
  border: 0.842px solid #d92d20;
  background: #fff;
  box-shadow: 0 5.273px 5.273px 0 rgba(0, 0, 0, 0.12);
  padding: 16px;
}
.carousel-inc42 .slick-prev {
  left: 15px !important;
}

.carousel-inc42 .slick-next {
  right: 15px !important;
}

.carousel_container .slick-dots li.slick-active button {
  background: black !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px !important;
  height: 1px;
  border-radius: 12px !important;
}

.carousel_container .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  background: #e5e5ef !important;
  justify-content: center;
  display: inline-flex !important;
  flex-direction: row;
}

.carousel_container p.carousel_heading {
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0 !important;
  padding: 0;
  color: #1c1917;
  font-family: Switzer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.top-wrap span.acquired-block {
  border-radius: 0;
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #b42318;
  text-align: center;
  font-family: "Geist";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 4px;
}

.carousel_container a.carousel_links {
  align-items: center;
  display: flex;
}

.carousel_container img.carousel_img.img-fluid {
  width: 27px !important;
  height: 27px;
  border-radius: 0px !important;
}

.carousel_img_wrap {
  align-items: center;
  display: flex;
  height: 30px;
  padding: 1px;
  border: 0.333px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 0;
}
.carousel_container .top-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.carousel_container .slick-dots {
  display: none !important;
}

.carousel_container .slider-wrapper {
  padding: 6px 24px;
  background: #fff;
  margin-top: 0;
}

.carousel_container h2.carousel-title {
  color: #000;
  font-family: "Geist";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 250% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.carousel-img img {
  width: 100% !important;
}

.carousel-row {
  display: flex;
}

.carousel-col-md-3 {
  margin: 8px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.carousel-icon-wrap {
  border-radius: 0;
  border: 1px solid #fecdca;
  background: #fef3f2;
  padding: 3px;
}

img.carousel-icon {
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 0 -2px 2px 0 rgba(10, 13, 18, 0.1) inset,
    1px 8px 5px 0 rgba(10, 13, 18, 0.05), 0 3px 3px 0 rgba(10, 13, 18, 0.1),
    0 1px 2px 0 rgba(10, 13, 18, 0.1);
  padding: 6px;
}

h3.carousel-factsheet-title {
  color: #4a4a4a;
  font-family: "Geist";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

p.carousel-factsheet-sub-title {
  margin: 0;
  color: #000;
  font-family: "Geist";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel-factsheet {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  /* padding: 7% 0 0 0; */
}

/* .carousel-factsheet-button-wrap a.explore-btn:after {
  font-family: "inc-font-icons";
  content: "\e80b";
  transform: rotate(180deg);
} */

.carousel-factsheet-button-wrap {
  /* padding: 5% 0;
  margin-top: -8px; */
}

.carousel-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 16px;
  margin-left: 30px;
}

.carousel_container span.more-founders {
  color: black;
}

.carousel-img a {
  width: 100%;
}

.carousel-inc42 .slick-prev,
.carousel-inc42 .slick-next {
  display: block;
}

.carousel-img a {
  margin: 0 auto;
}
.carousel-img {
  width: 100%;
  display: flex;
  margin: 20px 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 130px;
  align-items: center;
  justify-content: center;
}

.carousel-inc42 .slick-list {
  height: 170px !important;
}

#carousel-dekstop {
  display: block;
}

#carousel-mobile {
  display: none;
}

/* Responsive css of carousel datalabs */
@media screen and (min-width: 0px) and (max-width: 992px) {
  /* Carousel css for responsive*/
  .carousel_container .slick-dots {
    bottom: 5px;
    display: block !important;
  }

  .carousel-button-wrap {
    padding-top: 2.8rem;
    justify-content: center;
  }

  .carousel_container .slider-wrapper {
    height: 270px;
    padding: 6px 0;
  }

  .carousel-img img {
    width: 100% !important;
  }
  .carousel-icon-wrap img {
    width: 100% !important;
    height: 100%;
}

  .carousel-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-left: 0;
  }

  .carousel-factsheet {
    padding: 5% 0px;
  }

  p.carousel-factsheet-sub-title {
    font-size: 12px;
    line-height: normal;
  }

  h3.carousel-factsheet-title {
    font-size: 12px !important;
  }

  .carousel-factsheet-button-wrap a.explore-btn {
    gap: 3px;
   font-size: 10px;
	letter-spacing: 0px;
  }

  .carousel_container .top_section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	align-items: baseline;
  }

  .carousel-logo {
	align-items: center;
	display: flex;
	gap: 10px;
	position: relative;
	margin: 0;
	padding: 6px 0;
  }

  .carousel-logo-wrap {
    justify-content: end;
    display: flex;
  }
  .line-below {
    overflow: hidden;
}

  .carousel_container .logo-text::before {
    content: "";
    position: absolute;
    left: -34%;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    height: 2px;
    /* background: rgba(0, 0, 0, 0.15); */
  }

  .carousel-inc42 .slick-prev,
  .carousel-inc42 .slick-next {
    visibility: hidden;
  }

  .carousel-img {
    background-size: cover;
    height: 190px;
    width: 100%;
  }
  .carousel-inc42 .slick-list {
    height: 220px !important;
  }

  .carousel-col-md-3 {
    margin: 0px 0px;
  }

  .single .single-with-sidebar .entry-content {
    padding-right: 0px !important;
  }

  .carousel-inc42 {
    margin-left: -8px;
  }

  .carousel_container {
    width: 99%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
    border-radius: 0;
    margin: 0 auto;
  }

  #carousel-dekstop {
    display: none;
  }

  #carousel-mobile {
    display: block;
  }

  /* crousal css end  */

  .note_section {
    margin-left: -0.8rem;
    margin-right: -1.3rem;
  }

  .note-wrap {
    width: 60%;
    line-height: 16px;
  }

  .row.mob-row {
    flex-direction: column;
  }

  .w-64 {
    width: 100%;
  }

  .dl_icon img {
    display: block;
    height: 20px;
    border-radius: 0 !important;
  }

  .w-36 {
    width: 100%;
  }

  .factsheet_img {
    max-width: 100px;
    height: 74px;
  }

  .factsheet_heading {
    text-align: left;
    margin: 0px;
    padding: 5px;
    padding-top: 1rem;
  }

  .factsheet_content {
    margin: 0px 6px;
    text-align: left;
  }

  .mob-space {
    margin-left: 0.3rem;
  }

  .grid-container {
    padding: 7px 0px 0px 0px;
  }

  .factsheet_logo_wrap {
    background: url(https://asset.inc42.com/2024/08/factsheet_bg_mob.png);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    padding: 12px 17px 14px 18px;
    background-size: cover;
    padding-left: 14px;
    border-radius: 12px;
    background-position: center;
  }

  span.note_content {
    font-size: 10px;
  }

  span.note_title {
    font-size: 10px;
  }

  .factsheet_links {
    font-size: 13px;
  }

  .factsheet_label-v2 {
    font-size: 12px;
  }

  .factsheet_value {
    font-size: 13px;
  }

  .factsheet_label {
    font-size: 12px;
  }

  .item {
    padding: 5.5px 10px;
  }

  .item1,
  .item2,
  .item3 {
    padding: 5.5px 10px;
  }

  .item1,
  .item2 {
    margin-left: 0px;
  }

  .item,
  .item3 {
    margin-right: -1px;
  }
}

/* header file clean  */

.carousel-inc42 button.slick-prev.slick-arrow,
.carousel-inc42 button.slick-next.slick-arrow {
  width: 29px;
  height: 29px;
}

.carousel_container .slick-dots li.slick-active button {
  width: 15px !important;
}
