/*----------  Font Face ----------*/
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins/Poppins-Black.woff) format(woff),
    url(../font/Poppins/Poppins-Black.woff2) format(woff2),
    url(../font/Poppins/Poppins-Black.ttf) format(ttf);
  font-weight: 900;
}

@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins/Poppins-ExtraBold.woff) format(woff),
    url(../font/Poppins/Poppins-ExtraBold.woff2) format(woff2),
    url(../font/Poppins/Poppins-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins/Poppins-Bold.woff) format(woff),
    url(../font/Poppins/Poppins-Bold.woff2) format(woff2),
    url(../font/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins/Poppins-SemiBold.woff) format(woff),
    url(../font/Poppins/Poppins-SemiBold.woff2) format(woff2),
    url(../font/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins/Poppins-Medium.woff) format(woff),
    url(../font/Poppins/Poppins-Medium.woff2) format(woff2),
    url(../font/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins/Poppins-Regular.woff) format(woff),
    url(../font/Poppins/Poppins-Regular.woff2) format(woff2),
    url(../font/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-Black.woff) format(woff),
    url(../font/Montserrat/Montserrat-Black.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-Black.ttf) format(ttf);
  font-weight: 900;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-ExtraBold.woff) format(woff),
    url(../font/Montserrat/Montserrat-ExtraBold.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-Bold.woff) format(woff),
    url(../font/Montserrat/Montserrat-Bold.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-SemiBold.woff) format(woff),
    url(../font/Montserrat/Montserrat-SemiBold.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-Medium.woff) format(woff),
    url(../font/Montserrat/Montserrat-Medium.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-Regular.woff) format(woff),
    url(../font/Montserrat/Montserrat-Regular.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat/Montserrat-Light.woff) format(woff),
    url(../font/Montserrat/Montserrat-Light.woff2) format(woff2),
    url(../font/Montserrat/Montserrat-Light.ttf);
  font-weight: 300;
}

html {
  scroll-behavior: auto !important;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.commonSec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}

.wrapper {
  overflow: hidden;
}

.btn {
  line-height: 1;
  display: inline-block;
  padding: 24px 32px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  text-transform: uppercase;
  outline: none !important;
}

.btn-primary,
.btn-primary:focus {
  color: #fff;
  border-color: #5a30fa;
  background-color: #5a30fa;
}

.btn-primary:hover,
.btn-primary:active {
  color: #5a30fa;
  border-color: #5a30fa;
  background-color: transparent;
}

.btn-light,
.btn-light:focus {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}

.btn-light:hover,
.btn-light:active {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.form-group {
  margin-bottom: 15px;
}

.form-select,
.form-control {
  border: 1px solid #e2e2e2;
  padding: 10px 18px;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  color: #000;
  resize: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #e2e2e2;
  box-shadow: 0 6px 15px rgb(202 201 201 / 31%);
}

.cmsCon ul,
.cmsCon ol {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.cmsCon li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cmsCon ul.three,
.cmsCon ul.four,
.cmsCon ul.two {
  display: flex;
  flex-wrap: wrap;
}

.cmsCon ul.four li {
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
}

.cmsCon ul.two li {
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
}

.cmsCon ul.three li {
  display: inline-block;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.cmsCon a {
  font-weight: 700;
  color: #000;
}

.cmsCon a:hover {
  color: #5a30fa;
}

.cmsCon + .btn {
  margin-top: 20px;
}

/* header */
.headerWrap-white {
  background: #000;
}
body.post-type-archive-casestudy #menu-item-353 a {
  color: #5a30fa;
}
body.blog #menu-item-353 a {
  color: #5a30fa;
}

.headerWrap {
  padding: 10px 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 99;
  transition: 0.2s ease-in-out;
}

.headerWrap .container-fluid {
  max-width: unset;
  padding: 0;
}

.headerWrap.is-sticky {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
}

.headerLogo,
.headerNavConnect {
  position: relative;
  z-index: 999;
}

.headerLogo img {
  height: 40px;
}

.headerNavWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerNav {
  padding-left: 90px;
}

.headerNav ul li {
  display: inline-block;
}

.headerNav ul li a {
  padding: 7px;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.headerNav ul li a::after {
  content: "";
  background-color: #5a30fa;
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  transition: 0.4s all ease-in-out;
}
.headerNav ul li:hover a::after {
  width: 100%;
}
.headerNav ul.sub-menu li a {
  position: unset;
  width: 0;
}
.headerNav ul.sub-menu li a::after {
  width: 0;
}
.headerNav ul.sub-menu li a {
  padding: 7px;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  border: 1px solid transparent;
  width: fit-content;
  transition: 0.4s all ease-in-out;
}
.headerNav ul li.active a {
  font-weight: 900;
}
.megaMenu a {
  color: #fff;
  font-weight: 900;
}
.megaMenu ul li a {
  color: #5a30fa;
  font-weight: 600 !important;
  position: relative !important;
  width: fit-content;
}
.megaMenu ul li:hover a {
  font-weight: 700;
  color: #5a30fa;
}
.megaMenu ul li a::after {
  content: "";
  background-color: #5a30fa;
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  transition: 0.4s all ease-in-out;
}
.megaMenu ul li:hover a::after {
  width: 100%;
}
.megaMenu ul li.current-menu-item a {
  font-weight: 700 !important;
  color: #5a30fa !important;
  width: fit-content;
}
.megaMenu ul li.current-menu-item a::after {
  width: 100%;
}
.current-menu-parent a {
  font-weight: 900 !important;
}

.headerNavSocial {
  display: inline-block;
  margin-left: 18px;
}

.headerNavSocial a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  line-height: 1;
  font-size: 25px;
  color: #fff;
}

.headerMenuToggleBtn {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0;
  color: #5a30fa;
  border-radius: 100px;
  display: none;
}

.headerMenuToggleBtn span {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

.headerMenuToggleBtn span:before {
  content: "";
  width: 85%;
  position: absolute;
  top: -12px;
  left: 0;
  height: 3px;
  background: currentColor;
  transition: all 0.4s ease-in-out;
}

.headerMenuToggleBtn span:after {
  content: "";
  width: 80%;
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  background: currentColor;
  transition: all 0.4s ease-in-out;
}

.headerMenuToggleBtn.menu-close span {
  background: 0 0;
}

.headerMenuToggleBtn.menu-close span:before {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.headerMenuToggleBtn.menu-close span:after {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.sub-menu-show li {
  visibility: hidden;
}
.sub-menu-show li a {
  font-size: 0 !important;
  padding: 0 !important;
}
.sub-menu-show li ul {
  visibility: visible;
}
.sub-menu-show li ul li {
  visibility: visible;
}
.sub-menu-show li ul li a {
  font-size: 16px !important;
  font-weight: 400;
  padding: 5px 20px !important;
  line-height: 1.4;
}
/* header */
.automationSec.commonSec {
  padding: 200px 0 145px;
  max-height: 1100px;
  height: 100vh;
}

.secHead .secTitle.is-sm span {
  font-weight: 300;
}

.sTextWithBoxLeftTopSec + .sTextWithImgSec {
  margin-top: -280px;
}

.sTextWithBoxLeftTopSec + .sTextWithImgSec .sTextWithImgInr {
  align-items: flex-end;
}

.sTextWithBoxLeftTopSec + .sTextWithImgSec .sTextWithImgConInr {
  padding-bottom: 160px;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #5a30fa;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(152, 0, 241, 0.102);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 45px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 35px;
  cursor: pointer;
  background: #9800f1;
  box-shadow: 0 10px 5px rgba(90, 48, 250, 0.102);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.btn {
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.btn:before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 200px;
  position: absolute;
  background-color: #9800f1;
  left: 0;
  top: 70px;
  transition: all 0.5s ease-in-out;
  z-index: -2;
}

.btn:after {
  content: "";
  display: inline-block;
  width: 400px;
  height: 200px;
  transform: rotate(180deg);
  position: absolute;
  background-color: #9800f1;
  left: 0;
  top: -300px;
  transition: all 0.5s ease-in-out;
  z-index: -3;
}

.btn:hover:after,
.btn:hover:before {
  top: 0;
}

.btn:hover,
.btn-outline-primary:hover {
  color: #fff;
  transform: scale(1.2, 1.2);
  border-color: #9800f1 !important;
}

.btn-primary:hover {
  border-color: #9800f1 !important;
  background-color: #9800f1 !important;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -38px;
  right: 0;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: normal;
  display: block;
  background-color: #dc3232;
  padding: 5px 12px;
  border-radius: 35px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  border-color: #dc3232 transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-right: 10px solid transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  left: 35px;
  position: absolute;
  top: 100%;
  width: 0;
}

.automationImg {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
}
.automationImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  background-color: #dc3232;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
}
/* Home page */

.integrationSec {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.integrationSecCon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.integrationSecCon h1,
.integrationSecCon p {
  text-align: center;
  color: #fff;
}
.challengeSecCon,
.challengeSec {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.solution-grid {
  display: flex;
  flex-wrap: wrap;
}

.solution-card {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 2rem 1rem;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.solution-number {
  position: absolute;
  top: 0;
  right: 0;
  background: #5b2eff;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: clamp(1.5rem, 2vw, 3rem);
  border-bottom-left-radius: 5px;
  border: 1px solid #fff;
  font-family: "Montserrat";
}

.solution-grid .secTitle {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}
.benifitsSec {
  height: 100vh;
	background-size:cover;
	background-position:center;
	display:flex;
	flex-direction:column;
align-items:center;
	gap:1rem;
  
}

.contactForm {
  width: 100%;
  padding: clamp(2rem, 2vw, 10rem);
  background-color: #f9f9f9;
}

/* Pop up */
/* Modal styles */
.modal {
display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #f9f9f9;
  padding: 2rem 0;
  width: 65%;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-content .secTitle {
  font-size: clamp(20px, 2vw, 64px);
  font-weight: 700;
  font-family: "Montserrat";
}
.modal-content .subTitle {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  font-family: "Montserrat";
}
.popupForm {
  padding: 0 6rem;
}
.popupForm [type="button"]:not(:disabled),
.popupForm [type="reset"]:not(:disabled),
.popupForm [type="submit"]:not(:disabled),
.popupForm button:not(:disabled) {
  cursor: pointer;
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 2rem;
  cursor: pointer;
}
.power-by-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.conButton {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.conButton .cmsCon {
  width: 50%;
}

#cf7-thank-you-popup {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

#cf7-thank-you-popup .thanksec {
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
  text-align: center;
}


