@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
/* sap css is starting from 2293 line to end */
body {
	font-family: "Poppins", sans-serif;
}

.home-about {
	position: relative;
}

.video {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 1;
	opacity: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
}

.banner-img {
	width: 100%;
	/* height: 80vh;
  object-fit: cover; */
}

.go-back {
	position: absolute;
	top: 1px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: #fff !important;
	font-family: "Poppins", sans-serif;
	padding: 1% 0% 2% 7.5%;
	font-size: 14px;
	z-index: 1;
	width: 100%;
	height: 10vh;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0) 100%
	);
}

.go-back > span {
	font-size: 18px;
	line-height: 0px;
	margin-right: 10px;
}

.landing {
	position: relative;
	z-index: 3;
	color: #fff;
	padding-bottom: 50px;
}

.container {
	margin-top: -97px;
}

.landing > h1 {
	height: 21px;
	font-size: 30px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 6px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
	padding-left: 7%;
}

.landing > p {
	width: 355px;
	height: 76px;
	font-size: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #ffffffb4;
	opacity: 1;
	padding-left: 7%;
}

.landing-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	padding-left: 7%;
	padding-bottom: 50px;
	/* background: rgb(0, 0, 0); */
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.5354516806722689) 56%,
		rgba(0, 0, 0, 0) 100%
	);
}

.prod-logo-center {
	position: absolute;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0%;
	/* Adjust this value as needed */
	left: 50%;
	transform: translate(-50%, 50%);
	width: 140px;
	height: 120px;
}

.prod-logo-center > div {
	background-color: #fff;
	box-shadow: 0px 4px 26px 0px #00000021;
	font-weight: bold;
	font-size: 22px;
	color: #727271;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prod-logo-center > div > img {
	width: 70%;
}

.prod-desc {
	margin: 7% 7% 0 7%;
	font-family: "Poppins", sans-serif;
	color: #6a6a6a;
	font-weight: 400;
	font-size: 18px;
}

.prod-desc h3 {
	color: #050505;
	width: 90%;
	line-height: 34px;
	font-size: 28px;
}

.prod-desc-double {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prod-desc-obj {
	width: 60%;
	padding-right: 10%;
	padding-top: 1%;
}

.prod-demo-video {
	width: 30vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prod-demo-video > video {
	object-fit: cover;
}

/* .prod-demo-video * {
  width: 25vw;
 
} */
.prod-desc-single {
	/* text-align: justify; */
	max-width: 95%;
	margin-top: -25px;
	font-size: 18px;
}

.prod-desc-list li {
	line-height: 30px;
	margin-left: -10px;
	font-size: 18px;
}

.prod-desc-child-list {
	line-height: 30px;
}

.carousal-section {
	width: 100%;
	background: #1d1f22;
	padding-bottom: 40px;
}

.swiper-container {
	width: 1150px;
	overflow-x: hidden;
}

.carousal-section > .title {
	color: #fff;
	font-family: "Poppins";
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.carousal-wrapper > .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 0px 20px;
	transition: background-color 0.5s ease;
	height: unset;
	margin-bottom: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction .carousal-wrapper > .swiper-pagination {
	bottom: 0px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	background-color: #fff;
}

.swiper-pagination-bullets {
	/* background-color: #4A4C4E; */
}

.carousal-wrapper > .swiper-slide:hover {
	background-color: #2a2c2f;
	transition-delay: 0.125s;
}

.carousal-wrapper > .swiper-slide > .swiper-slide-wrapper {
	background-color: #2a2c2f;
	border: 1px solid #707070;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.swiper-slide-wrapper > img {
	width: 50px;
}

.carousal-wrapper > .swiper-slide > .title {
	color: #fff;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.carousal-wrapper > .swiper-slide > .desc {
	color: #d1d1d1;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
}

.prod-adv-section {
	margin: 5% 7% 0 7%;
	font-family: "Poppins", sans-serif;
	color: #6a6a6a;
	font-size: 18px;
}

.prod-adv-section > h3 {
	color: #050505;
	width: 80%;
	font-size: 28px;
	line-height: 34px;
}

.prod-adv-section > .adv-para {
	margin-top: 20px;
	font-size: 18px;
}

.prod-adv-section > ul {
	margin-top: 20px;
	padding-left: 0px;
	list-style-type: none;
}

.prod-adv-section li {
	color: #6a6a6a;
	font-weight: 600;
	font-size: 18px;
}

.prod-adv-section li + li {
	margin-top: 20px;
}

.prod-adv-section li:before {
	/* the custom styled bullets */
	background-color: #0751bf;
	border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 10px;
	height: 10px;
	width: 10px;
}

.prod-adv-section li > div {
	font-weight: 400;
	padding-left: 24px;
	font-size: 18px;
	margin-top: 8px;
}

.prod-articles {
	margin: 2% 7% 5% 7%;
}

.pdf-container {
	position: relative;
	height: 100%;
}

.pdf-card {
	position: relative;
	width: 400px;
	height: 260px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
	display: inline-block;
}

.pdf-logo {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
	background-color: #fff;
	border-radius: 50%;
	border-radius: 50px;
	height: 50px;
	width: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pdf-thumbnail {
	width: 100%;
	height: 210px;
	filter: brightness(0.8);
}

.pdf-label {
	width: 100%;
	padding: 10px 15px;
	background-color: #1269b4;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pdf-name {
	font-size: 80%;
}

.pdf-download {
	background-color: #669ecf;
	border-radius: 50px;
	height: 50px;
	width: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pdf-download > img {
	width: 35px;
}

.play-btn {
	content: url(../../../Assets/images/videoicon.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: flex;
	margin-right: 19px;
	transition: content 1s;
}

.play-btn:hover {
	content: url(../../../Assets/images/videoicon2.svg);
}

.landing-content h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 50px;
}

.landing-content h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 30px !important;
}

.we-call {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	color: #d8d4ed;
	letter-spacing: 1.5px;
	font-size: 1.1rem;
}

.overlay-inner {
	display: flex;
}

.notification-container > div > p {
	font-weight: 800;
	height: 51px;
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.overlay-inner button {
	color: #fff;
	background: transparent;
	width: 200px;
	height: 7s0px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 00.74px;
	font-weight: 500;
}

.overlay-inner button:hover {
	background-color: #fff;
	color: #000;
}

/* header */

.headers {
	position: fixed;
	z-index: 100;
	display: none;
	height: 100%;
}

.header-list {
	color: #fff;
	background-color: #181818;
	width: 100%;
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

.header-icon {
	right: 50 !important;
	top: 24;
	position: absolute;
}

.menu-list {
	list-style: none;
	margin-top: 70px;
	/* justify-content: flex-end;
      align-items: right;
      position:absolute;
      right: 100; */
	float: right;
	margin-right: 100px;
}

.menu-list > li > a::before {
	content: url(../Assets/images/circle.svg);
	font-size: 17px;
	fill: #fff;
	margin: 0;
	color: #fff;
	opacity: 0;
}

.menu-list > li > a:hover::before {
	margin-right: 24px;
	opacity: 1;
	transition: all 1s;
}

.menu-list > li > a:hover {
	color: #fff;
	margin: 0;
}

.menu-list > li > a {
	font-size: 20px;
	color: #585858;
	margin-left: -20px;
	transition: margin 1s;
}

.menu-list {
	width: 200px;
}

.menu-list > p {
}

.menu-list {
	height: 830px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.menu-list > li {
	margin-top: 60px;
}

.social-container-icons > img {
	margin-right: 20px;
}

* {
	box-sizing: border-box;
}

.togg {
	position: fixed;
	z-index: 100;
	right: 0;
	animation: togg 1s linear;
	width: 50px;
	margin-top: 82px;
	margin-right: 118px;
	transition: all 2s;
}

@keyframes togg {
	0% {
		transform: translateX(200px);
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	70% {
		transform: translateX(0px);
		opacity: 1;
	}
}

#togg {
	display: none;
	transition: all 0.5s;
}

/* 
  .logo {
      width: 96px;
      filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
  } */
.navbar-brand {
	display: flex;
	flex-direction: column;
}

.header {
	background: rgba(0, 0, 0, 0.9);
}

.navbar-brand > img:nth-child(2) {
	margin-top: 10px;
	opacity: 0;
	transition: all 0.6s;
}

.navbar-brand > img:hover + img:nth-child(2) {
	opacity: 1;
	transform: scale(1.1);
}

.ca {
	border-right: none;
}

.navbar {
	z-index: 100;
	height: 95px;
	padding-left: 6%;
	padding-right: 6%;
	border-bottom: 1px solid rgba(230, 234, 238, 0.1);
	background: rgba(0, 0, 0, 1);
}

.prod-logo {
	padding: 6px 7%;
	position: sticky;
	top: -1px;
	z-index: 11;
	background-color: #fff;
	height: fit-content;
}

.prod-logo > img {
	width: 109px;
}

.logo {
	margin-top: 15px;
}

.card-body-3 {
	height: 425px;
	padding-top: 133px;
	font-family: "Poppins", sans-serif;
	margin-left: auto;
	margin-right: auto;
}

.card:nth-child(1) {
	border-left: none;
}

.card:nth-child(3) {
	border-right: none;
}

.card-body-3 > h5 {
	font-size: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding-top: 27px;
	padding-bottom: 12px;
}

.card-body > h5 {
	font-size: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding-top: 27px;
	padding-bottom: 12px;
}

.card-body {
	height: 425px;
	margin: 0;
	font-family: "Poppins", sans-serif;
	padding-top: 109px;
	padding-left: 40px;
}

.Ideate-hover {
	opacity: 0;
	position: absolute;
	top: 110px;
}

.card-body > img {
	position: relative;
}

.card-2:hover .Ideate-hover {
	opacity: 1;
	background-color: #fff9e8;
}

.card-body:hover {
	background-color: #fff9e8;
}

.card-body > p {
	font-size: 16px;
	width: 89%;
	height: 49px;
	color: #6a6a6a;
	padding: auto;
}

.row > * {
	padding-right: 0;
	padding-left: 0px;
}

.nav-link-sub:hover {
	color: #ffffff;
	opacity: 1;
}

.card-body-3 > h2 {
	font-size: 50px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	width: 79%;
}

.card-body-3 > p {
	color: #6a6a6a;
	font-size: 15px;
	width: 79%;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
}

.nav-link {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.74px;
	color: #fff;
	opacity: 1;
	font-weight: 100;
	text-transform: uppercase;
	/* padding-left: 80px; */
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 36px;
	margin-top: 50px;
	position: obsolute;
	margin-left: 20px;
	opacity: 0.7;
	transition: all 1s;
}

/* .active {
    border-bottom: 2px solid #0751BF;
    opacity: 1;
  } */
/* newly updated */
.nav-link-sub {
	font-family: "Poppins", sans-serif;
	text-align: center;
	letter-spacing: 0.74px;
	color: #f1f1f1;
	opacity: 0.5;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 2%;
	margin-top: 2%;
	padding-bottom: 1%;
	text-decoration: none;
	position: obsolute;
}

.nav-link-sub:hover {
	color: #fff;
	opacity: 1s;
}

.nav-link:hover {
	color: #fff;
	opacity: 1;
	/* transform: scale(1.1); */
}

.navbar-collapse {
	justify-content: center;
}

.navbar-brand {
}

/* section-1 */
.about-section-one {
	height: 40vh;
	background: #1d1f22 0% 0% no-repeat padding-box;
	opacity: 1;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	30% {
		transform: translateY(60px);
		opacity: 0.5;
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
}

*::before,
*::after {
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.icon-scroll,
.icon-scroll:before {
	position: relative;
	left: 50%;
}

.icon-scroll {
	width: 20px;
	height: 30px;
	margin-left: -20px;
	bottom: 50px;
	margin-top: -35px;
	z-index: 4;
	border-radius: 25px;
	position: absolute;
}

.social-platform {
	text-align: center;
	padding-top: 61px;
}

.social-platform > p {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.search-bar {
	width: 422px;
	height: 61px;
	background: #f5f5f5 0% 0% no-repeat padding-box;
	border-radius: 11px;
	border: none;
	position: relative;
	padding-left: 50px;
	margin-left: 20px;
	margin-top: 34px;
}

.sidebar > img {
	position: absolute;
	z-index: 1;
	padding-top: 18px;
	padding-left: 15px;
	margin-left: 20px;
	margin-top: 34px;
}

.techtalk {
	width: 422px;
	height: 61px;
	background: #1c202b 0% 0% no-repeat padding-box;
	border-radius: 9px;
	opacity: 1;
}

.sidebar-title {
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-top: 30px;
}

.batch {
	width: 42px;
	height: 28px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 16px;
	opacity: 1;
	text-align: center;
}

.techtalk > .container {
	justify-content: space-between;
	padding-top: 20px;
}

.techtalk > .container > p {
	font-size: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
}

.social-platform > img {
	padding-bottom: 10px;
}

.followers {
	margin-top: -10px;
	text-align: center;
}

.blogs-section {
	height: 220vh;
	background-color: #fff;
	padding-left: 140px;
}

.blogs-section h1 {
	width: 221px;
	padding-top: 61px;
	height: 46px;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.4px;
	color: #050505;
	text-transform: capitalize;
	opacity: 1;
}

.sep {
	font-size: 20px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.what-makes > div > span {
	width: 90px;
	height: 16px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}

.what-makes > h5 {
	padding-top: 10px;
	padding-bottom: 8px;
	height: 30px;
	font-size: 26px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 2.6px;
	color: #050505;
	text-transform: uppercase;
	opacity: 1;
}

.what-makes > P {
	width: 529px;
	height: 85px;
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
}

.zoom-container {
	width: 529px;
	height: 354px;
	overflow: hidden;
	margin-top: 118px;
}

.zoom-container img {
	transition: all 0.5s;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.zoom-container:hover img {
	transform: scale(1.2);
}

.learn-more {
	color: #0751bf;
}

.learn-more > img {
	transform: rotate(180deg);
	transition: all 1s;
}

.learn-more > img:hover {
	translate: 10px;
}

.section-four {
	height: 80vh;
	background-color: #f6f5ee;

	opacity: 1;
}

.section-four > .container > h1 {
	height: 46px;
	font-size: 40px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #050505;
	text-transform: capitalize;
	opacity: 1;
}

.section-four > .container > p {
	height: 49px;
	font-size: 18px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
}

.section-four > .container {
	padding-top: 100px;
}

.section-four > .container > .row {
	margin-left: 200px;
	margin-top: 60px;
}

.section-two {
	height: 80vh;
}

.ematwork {
	color: #0751bf;
}

.ematwork > img {
	transform: rotate(180deg);
	transition: all 1s;
}

.ematwork > img:hover {
	translate: 10px;
}

.section-two > .container > div > h1 {
	height: 58px;
	font-size: 50px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #050505;
	opacity: 1;
}

.section-two > .container > div > p {
	width: 467px;
	font-size: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
}

.section-three {
	color: #fff;
	background-color: #110f20;
}

.section-five {
	height: 70vh;
	background: #1d1f22 0% 0% no-repeat padding-box;
	opacity: 1;
}

.design-section-one {
	height: 40vh;
	padding-left: 150px;
	background: #f6f5ee 0% 0% no-repeat padding-box;
}

.design-section-one > div {
	padding-top: 72px;
	letter-spacing: 3.6px;
	color: #0751bf;
	opacity: 1;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
}

.design-section-one > h1 {
	width: 40%;
	letter-spacing: 0.4px;
	color: #050505;
	text-transform: capitalize;
	opacity: 1;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.design-section-one > p {
	width: 90%;
	color: #6a6a6a;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
}

.section-five > .container {
	margin-left: auto;
	margin-right: auto;
}

.connect {
	width: 131px;
	height: 36px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	font-size: 12px;
}

.connect:hover {
	background-color: #fff;
	color: #000;
}

.section-five > .container > div {
	letter-spacing: 3.6px;
	color: #ffffff;
	opacity: 1;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	text-align: center;
	padding-top: 200px;
}

.section-five > .container > h1 {
	letter-spacing: 0.4px;
	color: #fff;
	text-transform: capitalize;
	opacity: 1;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: center;
}

.section-five > .container > p {
	width: 70%;
	color: #fff;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	text-align: center;
	margin-left: 200px;
}

.section-five > .container > button {
	background: transparent;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	width: 221px;
	height: 69px;
	letter-spacing: 1.62px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	align-items: center;
	justify-content: center;
	margin-left: 550px;
}

.section-five > .container > button:hover {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	width: 221px;
	height: 69px;
	letter-spacing: 1.62px;
	color: #1d1f22;
	text-transform: uppercase;
	opacity: 1;
}

/* pip component */
.pip-component > div {
	background-color: transparent;
	border: 3px solid #ffffffeb;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	margin-right: 323px;
}

.pip-component > div:first-child {
	animation: blink 2s infinite ease-out;
	background-color: #1269b4;
}

@keyframes blink {
	to {
		box-shadow: 0px 0px 5px 5px rgba(21, 153, 230, 0.5);
	}
}

.pip-component:focus {
	background-color: #fff;
	border: 3px solid #ffffffeb;
	border-radius: 100%;
	height: 12px;
	width: 12px;
}

.pip-component {
	width: 2200px;
	display: flex;
}

.right-btn {
	border-radius: 50%;
	padding: 15px;
	border: 1px solid #fff;
}

.pip-expansion > div {
	width: 320px;
	margin-right: 1%;
}

.pip-expansion {
	margin-top: 1%;
	width: 1700px;
}

.pip-expansion > div > div {
	width: 297px;
	background: rgba(255, 253, 253, 0.1);
	border-radius: 1px;
	opacity: 1;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	font-size: 12px;
	padding: 10px;
	color: #fff;
	transition: all 0.6s;
}

.pip-expansion > div > div > h1 {
	font-size: 20px;
	letter-spacing: 3px;
	font-family: "Poppins", sans-serif;
}

.pip-expansion > div > div > p {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	line-height: 30px;
}

.pip-titles > p {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.dashed {
	border: 1px dashed #fff;
	position: inherit;
	margin-top: 100px;
	opacity: 0.2;
}

.pip-titles > p:nth-child(2) {
	margin-left: 13%;
	margin-right: 13%;
}

.pip-titles > p:nth-child(4) {
	margin-left: 15.25%;
	margin-right: 13%;
}

.pip-titles > p:nth-child(6) {
	margin-left: 5.25%;
	margin-right: 14.5%;
}

.pip-titles {
	display: flex;
	margin-top: 4%;
	text-align: left;
	width: 2000px;
}

.container::-webkit-scrollbar {
	display: none;
}

.containe::-webkit-scrollbar {
	display: none;
}

.container {
	scrollbar-width: none;
}

.img-width {
	display: block;
}

#pi {
	transition: all 1s;
}

.contain {
	margin-left: 7%;
	margin-right: 10%;
}

@media (-webkit-device-pixel-ratio: 1.5) {
	.navbar {
		height: 70px;
	}

	.nav-link {
		font-size: 8px;
		padding-bottom: 25px;
		margin-top: 40px;
	}

	.nav-link-sub {
		font-size: 12px;
		padding-bottom: 15px;
		margin-top: 25px;
	}

	.connect {
		width: 100px;
		height: 30px;
		font-size: 8px;
	}

	.nav {
		height: 60px !important;
	}

	.navbar-brand {
		width: 60px;
	}

	.landing-content {
		padding-bottom: 30px;
	}

	.landing-content > h2 {
		font-size: 30px;
		font-weight: 500;
	}

	.togg {
		width: 50px;
	}

	.we-call {
		font-size: 14px;
		width: 40%;
		padding-top: 00px;
		padding-bottom: 15px !important;
	}

	.pip-component {
		margin-top: 8px;
	}

	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px;
	}
}

@media (-webkit-device-pixel-ratio: 2) {
	.Navbar_links {
		/* width: 48% !important; */
	}

	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px;
	}

	.navbar {
		height: 85px;
	}

	.nav-link {
		font-size: 12px;
		padding-bottom: 28px;
	}

	.connect {
		width: 110px;
		height: 40px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.navbar-brand {
		width: 70px;
	}

	.nav-link-sub {
		font-size: 12px;
		padding-bottom: 15px;
		margin-top: 35px;
	}

	.nav {
		height: 80px !important;
	}

	.landing-content {
		padding-bottom: 40px;
	}

	.landing-content > h2 {
		font-size: 40px;
	}

	.togg {
		width: 70px;
	}

	.we-call {
		font-size: 16px;
		width: 40%;
		padding-top: 00px;
		padding-bottom: 15px !important;
	}

	.pip-component {
		margin-top: 0px;
	}
}

.header-icon {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 115px;
	margin-top: 20px;
}

.header-icon:hover {
	background-color: #000;
}

@media screen and (max-width: 1536px) {
	.landing-content {
		padding-bottom: 10px;
	}

	.navbar {
		height: 75px !important;
	}

	.nav-link {
		font-size: 10px !important;
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.connect {
		width: 100px !important;
		height: 30px !important;
		font-size: 10px !important;
		letter-spacing: 1px !important;
	}

	.navbar-brand > img {
		width: 60px !important;
	}
}

@media screen and (max-width: 1495px) {
	.prod-desc-single {
		margin-top: -20px;
	}
}

@media screen and (width: 1366px) {
	.banner-img {
		object-fit: cover;
		width: 100%;
		height: 80vh;
		z-index: 1;
		opacity: 1;
	}

	.landing-content {
		padding-bottom: 10px;
	}

	.navbar {
		height: 75px !important;
	}

	.nav-link {
		font-size: 10px !important;
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.connect {
		width: 100px !important;
		height: 30px !important;
		font-size: 10px !important;
		letter-spacing: 1px !important;
	}

	.navbar-brand > img {
		width: 60px !important;
	}
}

.togg {
	opacity: 50%;
	cursor: pointer;
}

.togg:hover {
	opacity: 100%;
}

.foot_of_page {
	background-color: #f8f8f8;
	font-family: "Poppins", sans-serif;
}

.foot_row {
	display: flex;
	padding: 5% 7%;
	justify-content: space-between;
}

.bor {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin: 0 7%;
}

.copyright {
	text-align: center;
	padding: 20px;
	justify-content: center;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.55);
}

.foot_col_two {
	display: flex;
	margin-top: 3%;
}

.foot_col_two > ul:nth-child(2) {
	margin-left: 30px;
}

.foot_col_two > ul > li {
	list-style: none;
	padding-top: 20px;
	font-size: 12px;
}

.foot_col_two > ul > li > a {
	color: #000;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}

.foot_col_two > ul > li > a:hover {
	color: #0751bf;
}

.foot_mail > p {
	font-size: 12px;
}

.foot_social_links > p {
	font-size: 12px;
}

.foot_address > p {
	font-size: 12px;
	line-height: 20px;
}

.foot_col_three {
	margin-top: 5%;
}

.foot_social_links > a > img {
	width: 30px;
	height: 30px;
}

.foot_logo > img {
	width: 50px;
}

.foot_col_one > a {
	font-size: 12px;
	color: #0751bf;
}

@media screen and (max-width: 1380px) {
	.prod-desc-single {
		margin-top: -10px;
	}
}

@media screen and (max-width: 1370px) {
	.prod-desc-single {
		margin-top: -5px;
	}
}

@media screen and (max-width: 1360px) {
	.banner-img {
		object-fit: cover;
		width: 100%;
		height: 100vh;
		z-index: 1;
		opacity: 1;
	}
}

.linked_in {
	content: url("../Assets/images/linked-in\ normal.svg");
}

.linked_in:hover {
	content: url("../Assets/icons/In.svg");
}

.Cut_shot {
	content: url("../Assets/images/cut-shot.svg");
}

.Cut_shot:hover {
	content: url("../Assets/icons/cut_shot_original.svg");
}

/* navbar */
.menu-list > li > a {
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 10px;
	margin-top: 10px;
}

.menu-list > li {
	margin-top: 25px;
}

/* Navbar */

.Navbar_new {
	z-index: 100;
	width: 100%;
	padding: 0% 7%;
	border-bottom: 1px solid rgba(230, 234, 238, 0.1);
	background: rgba(0, 0, 0, 1);
	position: relative;
}

.Navbar_brand > img {
	width: 60px;
	height: 55px;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}

.Navbar_brand > img:nth-child(1) {
	transform: translateY(5px);
}

.Navbar_brand > img:nth-child(1) + img:nth-child(2) {
	height: 100%;
	opacity: 0;
}

.Navbar_brand > img:nth-child(1):hover {
	transform: translateY(0px);
}

.Navbar_brand > img:nth-child(1):hover + img:nth-child(2) {
	height: 100%;
	opacity: 1;
	transform: translateY(0px);
}

.Navbar_links {
	max-width: 100%;
}

.nav_link {
	display: flex;
	/* align-items: center; */
	font-size: 12px;
	padding: 4% 0%;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.74px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	opacity: 0.7;
	cursor: pointer;
	white-space: nowrap;
}

.nav_link > a {
	color: #fff;
}

.active {
	border-bottom: 2px solid #0751bf;
	opacity: 1;
}

.Navbar_button > a > button {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 10px 25px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.Navbar_toggler {
	width: 30px;
	display: none;
	cursor: pointer;
}

.nav_link:hover {
	opacity: 1 !important;
}

.Navbar_button > a > button:hover {
	background-color: #fff;
	color: #000;
}

@media screen and (max-width: 1200px) {
	.expertise_inner {
		width: 38% !important;
	}
	.nav_link {
		font-size: 10px;
	}

	.swiper-container {
		width: 900px;
		overflow-x: hidden;
		padding: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.expertise_inner {
		width: 40% !important;
	}
	.header-icon {
		margin: 30px;
	}

	.swiper-container {
		width: 850px;
		overflow-x: hidden;
		padding: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px;
	}

	.connect-a {
		display: none;
	}

	.togg {
		margin-right: 20px;
	}

	.section-three > .container {
		overflow: hidden !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	.icon-scroll {
		display: none;
	}

	.home-about {
		/* height: 100vh; */
	}

	.landing-content {
		margin-top: 45%;
	}

	.pip-component {
		display: none;
	}

	.we-call {
		font-size: 16px !important;
		width: 90% !important;
	}

	.logo {
		height: 40px;
	}

	.nav-link-sub {
		margin: 5%;
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.left {
		display: none;
	}

	.landing-content > h2 {
		font-size: 40px;
	}

	.pip-expansion {
		padding-left: 40px;
	}

	.right-btn {
		display: none;
	}

	.dashed {
		display: none;
	}

	.pip-expansion {
		margin-top: 100px;
	}

	.pip-titles {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-left: 0% !important;
		padding: 0%;
		padding-top: 50px;
	}

	.pip-titles > p {
		background: rgba(255, 253, 253, 0.1);
		width: 50%;
		padding: 10px 20px;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 20px;
	}

	.prod-demo-video {
		width: 40vw;
	}

	.pdf-card {
		width: 280px;
		height: 130px;
		margin: 10px 10px 10px 0;
	}

	.pdf-logo {
		top: 10px;
		right: 15px;
		height: 35px;
		width: 35px;
	}

	.pdf-logo > img {
		height: 22px;
	}

	.pdf-thumbnail {
		width: 100%;
		height: 150px;
	}

	.pdf-label {
		padding: 10px 15px;
	}

	.pdf-name {
		font-size: 60%;
	}

	.pdf-download {
		height: 35px;
		width: 35px;
	}

	.pdf-download > img {
		width: 24px;
	}
	.expertise_inner {
		height: auto !important;
	}
}

@media screen and (max-width: 950px) {
	.swiper-container {
		width: 700px;
	}
	.highlight-inner {
		width: 45% !important;
	}
}

@media screen and (max-width: 900px) {
	.expertise_inner {
		width: 45% !important;
	}
	.banner-img {
		object-fit: cover;
		width: 100%;
		height: 80vh;
		z-index: 1;
		opacity: 1;
	}

	.Navbar_links {
		display: none !important;
	}

	.Navbar_button > a > button {
		display: none;
	}

	.Navbar_toggler {
		display: block;
	}

	.prod-desc {
		margin: 10% 7% 0 7%;
	}

	.prod-desc-double {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.prod-desc-obj {
		width: 100%;
		padding-right: 0%;
		padding-top: 0%;
	}

	.prod-demo-video {
		width: 85vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.prod-desc-single {
		max-width: none;
		margin-top: 20px;
	}
}

@media screen and (max-width: 820px) {
	.swiper-container {
		width: 660px;
	}
}

@media screen and (max-width: 800px) {
	.prod-logo-center > div > img {
		width: 70%;
	}

	.prod-desc h4 {
		width: 100%;
		line-height: 34px;
	}

	.swiper-container {
		width: 600px;
	}
	.industry-expertise {
		flex-direction: column !important;
		justify-content: center;
		width: 100% !important;
	}
	.industry-served {
		padding: 5% 5% !important;
	}
	.industry-expertise > div {
		width: 100% !important;
		padding: 4% 10% !important;
		align-items: center;
		text-align: center;
	}
	.industry-expertise-section {
		/* gap: 1.5rem !important; */
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 720px) {
	.prod-desc {
		margin-top: 12%;
	}

	.carousal-section > .title {
		font-size: 24px;
	}

	.swiper-container {
		width: 550px;
	}

	.foot_col_two {
		display: block;
	}

	.foot_row {
		display: block;
	}

	.foot_of_page {
		text-align: center;
	}

	.foot_col_two > ul:nth-child(2) {
		margin-left: 0px;
	}
	.expertise_inner {
		width: 70% !important;
	}
	/* .activitiestitle{
		font-size: 1.4rem !important;
	} */
}

@media screen and (max-width: 680px) {
	.pdf-container {
		width: 100%;
		margin-right: 0px;
	}

	.pdf-card {
		width: 210px;
		height: 130px;
		margin: 10px 10px 10px 0;
	}

	.pdf-card:not(:first-child) {
		margin-right: 0px;
	}

	.pdf-logo {
		top: 10px;
		right: 15px;
		height: 25px;
		width: 25px;
	}

	.pdf-logo > img {
		height: 18px;
	}

	.pdf-thumbnail {
		width: 100%;
		height: 100px;
	}

	.pdf-label {
		padding: 10px 15px;
	}

	.publ-name {
		font-size: 80%;
	}

	.pdf-name {
		font-size: 50%;
	}

	.pdf-download {
		height: 25px;
		width: 25px;
	}

	.pdf-download > img {
		width: 18px;
	}
}

@media screen and (max-width: 650px) {
	.swiper-container {
		width: 500px;
	}
	.expertise_inner {
		width: 80% !important;
	}
}

@media screen and (max-width: 600px) {
	.prod-desc {
		margin-top: 12%;
	}

	.prod-logo-center > div > img {
		width: 80%;
	}
	.highlight-inner {
		width: 80% !important;
	}
}

@media screen and (max-width: 550px) {
	.swiper-container {
		width: 300px;
	}
}

@media screen and (max-width: 510px) {
	.pdf-card {
		width: 199px;
	}
	.prod-desc {
		margin-top: 14%;
	}
}

@media screen and (max-width: 480px) {
	.prod-desc {
		margin-top: 22%;
	}

	.prod-logo-center > div > img {
		width: 80px;
	}

	.pdf-container {
		margin-bottom: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 85vw;
		margin-left: 0%;
		margin-right: 4%;
	}

	.pdf-card {
		margin: 20px 0%;
		width: 85vw;
		height: 200px;
	}

	.pdf-logo {
		top: 10px;
		right: 15px;
		height: 35px;
		width: 35px;
	}

	.pdf-logo > img {
		height: 22px;
	}

	.pdf-thumbnail {
		width: 100%;
		height: 180px;
	}

	.pdf-label {
		padding: 10px 15px;
	}

	.publ-name {
		font-size: 90%;
	}

	.pdf-name {
		font-size: 70%;
	}

	.pdf-download {
		height: 35px;
		width: 35px;
	}

	.pdf-download > img {
		width: 24px;
	}

	.pdf-card:not(:first-child) {
		margin-top: 40px;
	}
	.expertise_inner {
		width: 100% !important;
	}
}
@media screen and (max-width: 350px) {
	.industry-expertise > div > h3 {
		font-size: 1.4rem !important;
	}
	body h3 {
		font-size: 1.5rem !important;
	}
}

/* sap page css */
.expertise {
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
body h3 {
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
}

.expertise_inner {
	height: 380px;
	text-align: center;
	width: 25%;
	background-color: #1d1f22;
	padding: 3% 2%;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.expertise_inner .title {
	color: #ffffff;
	margin-top: 1rem;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	/* white-space: nowrap; */
}
.expertise_inner .desc {
	color: #e3e3e3;
	font-weight: 400;
	line-height: 24px;
	font-size: 0.8rem;
	padding: 0.3rem;
	margin-bottom: 0;
}
.practice-highlights {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0 7%;
}
.highlight-inner {
	width: 32%;
	background-image: url("../Assets/images/what-we-do/SAP/svg/highlight-img.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; /* Ensures proper image alignment */
	padding: 30px 20px;
	border-radius: 14px;
	color: #ffffff;
	display: flex;
	font-weight: 500;
	flex-direction: column;
	justify-content: center;
	transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
}

.highlight-inner:hover {
	background-image: url("../Assets/images/what-we-do/SAP/svg/highlight-hover.svg");
	background-position: bottom;
	transform: scale(1.05);
}

.highlight-inner > h4 {
	font-size: 2rem;
}
.highlight-inner > p {
	font-size: 0.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
.industry-expertise {
	display: flex;
	justify-content: center;
}
.industry-expertise-section {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	/* margin-bottom: 3rem; */
}
.industry-expertise > div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 50%;
	padding: 2rem;
	transition: background 0.3s;
}
.industry-expertise > div > h3 {
	font-size: 2rem;
	text-align: left;
	white-space: nowrap;
	font-weight: 500;
}
.industry-expertise > div:first-child {
	padding-left: 10%;
}
.industry-expertise > div:last-child {
	padding-right: 10%;
}

.industry-expertise > div:hover {
	/* Remove space before :hover */
	background: #fff9e8; /* Changes background on hover */
}

.industry-expertise > div > p {
	font-size: 0.8rem;
	width: 90%;
}
.functional,
.technical {
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain; /* Ensures the image fits properly */
	transition: background-image 0.3s ease-in-out; /* Smooth hover effect */
}

.functional {
	background-image: url("../Assets/images/what-we-do/SAP/svg/functional-img.svg");
}

.industry-expertise > div:hover .functional {
	background-image: url("../Assets/images/what-we-do/SAP/svg/functional-hover.svg");
}

.technical {
	background-image: url("../Assets/images/what-we-do/SAP/svg/technical-img.svg");
}

.industry-expertise > div:hover .technical {
	background-image: url("../Assets/images/what-we-do/SAP/svg/technical-hover.svg");
}

.industry-served {
	text-align: center;
	background-color: #1d1f22;
	color: #ffffff;
	padding: 5% 12%;
}
.activitiestitle {
	font-weight: 500;
}
.keytitle {
	font-weight: 600;
	color: #0751bf;
	/* margin: 1rem 0rem; */
}
.key-activities {
	list-style-type: none;
	padding-left: 0;
	color: #6a6a6a;
}
.key-activities-title {
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
}

.key-activities-title {
	display: flex;
	align-items: center; /* Align text and bullet vertically */
	gap: 10px; /* Space between bullet and text */
}

.key-activities-title::before {
	background-color: #0751bf;
	border-radius: 50%;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	flex-shrink: 0; /* Prevent resizing */
}

.key-activities .desc-list {
	margin: 8px 0px 10px 18px;
	font-weight: 400;
	list-style-type: disc;
	font-size: 1rem;
}
.key-activities .desc-list > li::marker {
	font-size: 14px;
}
/*  */
