@charset "utf-8";
/* CSS Document */
/* iframe{
	display: none;
} */
body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #383349;
}
a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.img-responsive{
  max-width: 100%;
  height: auto;
}
.cookies {
  display: none;
  width: 80%;
  height: auto;
  background-color: white;
  border-radius: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: auto; /* Updated */
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 30%; /* Updated */
  left: 50%; /* Updated */
  transform: translate(-50%, -50%); /* Updated */
  position: fixed;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cookies img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cookie-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #3a3a3c;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  margin-top: 12px;
  right: 60px;
  position: relative;
}
.cookie-button {
  width: 20%;
  background: linear-gradient(to right, #3b37d5, #19c1eb);
  border-radius: 8px;
  color: white;
  padding: 13px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  top: 12px;
  right: 20px;
  position: relative;
  /* Additional styling properties */
  text-align: center; /* Center text horizontally */
  transition: background-color 0.3s; /* Smooth transition on hover */
}

.cookie-button:hover {
  background: linear-gradient(to right, #19c1eb, #3b37d5);
  /* Reverse the gradient on hover */
  color: white;
  text-decoration: none;
}

.cookie-button:active {
  color: white;
  text-decoration: none;
}

.banner {
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #944bf1 url("../images/home-banner-bg.png") no-repeat 0 0 scroll;
  background-size: cover;
}
.banner_contents {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner_contents .sub_tittle {
  font-size: 18px;
  font-weight: 600;
  color: #00d0bf;
  padding: 0;
}
.banner_contents .suporting_text {
  font-size: 48px;
  color: white;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 8px;
  text-transform: capitalize;
}
.suporting_text img {
  display: none;
  vertical-align: middle;
  margin-left: 5px; /* Optional: Add some spacing between the images */
  transition: opacity 0.5s ease-in-out;
  margin-top: -5px;
}

.suporting_text img.active {
  display: inline-block;
  opacity: 1;
}
.banner_contents p {
  color: white;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px auto;
}

.banner_contents .btn-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.banner_contents .banner_image {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}

.button_one {
  background-color: #00d0bf;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #383349;
  padding: 16px 24px 16px 24px;
  margin-top: 30px;
}
.button_one:hover {
  background-color: #fda94f;
}
.button_two {
  background-color: transparent;
  border-radius: 12px;
  border: 2px solid white;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 14px 24px 14px 24px;
  margin-left: 20px;
  margin-top: 30px;
}
.button_two:hover {
  background-color: transparent;
  border: 2px solid #fda94f;
  color: #fda94f;
}

.batch_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.batch_container img {
  max-width: 10%;
  margin: 20px; /* Adjust margin as needed */
}

.accordion {
  margin-top: 50px;
}
.accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #eaf0f6;
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-button {
  font-size: 14px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}
.accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 25px;
  width: auto;
  height: auto;
  color: #1a56db;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #383349;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
}
.accordion-body {
  color: #383349;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eaf0f6;
}
.sec-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-one .sec-one-tab-container {
  background: #e8f8ff;
  border-radius: 24px;
  padding: 40px;
}
.sec-one h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: left;
  color: #383349;
  margin-bottom: 30px;
}
.product-tab-design .nav-pills {
  justify-content: space-between;
}
.product-tab-design .nav-pills .nav-item .nav-link {
  background: transparent;
  border: 1px solid #7b96a1;
  color: #3a3a3c;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 15px;
}
.product-tab-design .nav-pills .nav-item .nav-link.active {
  background: #264b5b;
  border: 1px solid #264b5b;
  color: #fff;
}
.sec-one .tab-content {
  margin-top: 30px;
}
.sec-one .tab-content .content {
  max-width: 80%;
}
.sec-one .icon-bg {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  background: linear-gradient(180deg, #5F8FF7 0%, #1A56DB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.sec-one .icon-bg img{
  max-width: 50px;
  height: auto;
}
.sec-one h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}
.sec-one p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 15px;
}
/* sec two */
.sec-two {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-two h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 30px;
  color: #383349;
}
.sec-two p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  color: #383349;
  padding-top: 12px;
}
.service-box {
  padding: 30px;
  position: relative;
  border-radius: 24px;
  margin: 15px 0;
}
.service-box-1 {
  background: #fffae8;
}
.service-box-2 {
  background: #e8f8ff;
}
.service-box-3 {
  background: #e6e0ff;
}
.service-box .icon-bg {
  background: #fff;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.service-box img {
  max-width: 40px;
  height: auto;
}
.service-box h3 {
  font-size: 44px;
  font-weight: 800;
  line-height: 57.2px;
  margin-bottom: 0;
}
.service-box p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

/* sec three */
.sec-three {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-three h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 30px;
  color: #383349;
}
.sec-three p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  color: #383349;
  padding-top: 12px;

}
.case-study-box{
  position: relative;
  transition: all 0.3s ease 0s;
}
.case-study-box .case-study-img {
  margin-bottom: 15px;
  border-radius: 24px;
  overflow: hidden;
  min-height: 240px;
}
.digi .case-study-box .case-study-img{
  min-height: 210px;
}
.sec-three .case-study-box .case-study-img img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.sec-three .case-study-box .text-gray {
  color: #9f9f9f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  margin-bottom: 5px;
}
.sec-three .case-study-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  min-height: 100px;
}
.digi .sec-three .case-study-box h3{
  font-size: 23px;
}
.sec-three .case-study-box p a.read-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 33.6px;
  color: #1a56db;
  box-shadow: inset 0 -1px 0 #1a56db;
  padding-bottom: 5px;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.sec-three .case-study-box p a.read-more i{
  visibility: hidden;
  margin-left: 0;
  width: 0;
  transition: all 0.3s ease 0s;
}
.sec-three .case-study-box a.hidden-link{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.sec-three .case-study-box:hover p a.read-more i{
  visibility: visible;
  transition: all 0.3s ease 0s;
  margin-left: 8px;
  width: auto;
}

.sec-four {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-four .container {
  border-radius: 24px;
  background-color: #fffae8;
  padding: 50px;
}
.sec-four h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  color: #383349;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec-four #carouselAccordionSlide .carousel-indicators{
  display: none;
}
.sec-box-content {
  overflow: hidden;
}
.sec-box-content .accordion {
  max-width: 80%;
  margin: 15px auto;
  background: transparent;
  border-left: 2px solid #d9d9d9;
  padding-left: 20px;
  position: relative;
}
.sec-box-content .accordion .accordion-item {
  border: none;
  box-shadow: none;
  background: transparent;
}
.sec-box-content .accordion .accordion-item .accordion-body {
  border-top: none;
  padding: 0 10px;
}
.sec-box-content .accordion .accordion-item .accordion-body::before {
  content: "";
  display: block;
  width: 5px;
  height: 60%;
  background: #6a52c5;
  position: absolute;
  left: -3px;
  border-radius: 40px;
  transition: all 0.3s ease 0s;
}
.sec-box-content .accordion-button {
  background: transparent;
  font-size: 22px;
  color: #383349b2;
  padding: 10px;
}
.sec-box-content .accordion-button:not(.collapsed) {
  display: none;
}
.sec-box-content .accordion-button::after {
  display: none;
}
.sec-four .sec-box-content .icon-bg {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  background: #6A52C5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.sec-four .sec-box-content .icon-bg img {
  max-width: 45px;
  height: auto;
}
.sec-four .sec-box-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}
.sec-four .sec-box-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 15px;
}
.cta-container {
  width: 100%;
  background-color: #b3dab5;
  border-radius: 24px;
  color: #383349;
  padding: 30px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.cta-container h3 {
  font-family: Calistoga;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: left;
}
.cta-container .btn-primary {
  background: #383349;
  border: 1px solid #383349;
  border-radius: 12px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

/*sec-three-box-four------Ends here------------------*/

.sec-five {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}
.sec-five h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 40px;
  color: #383349;
}
.testimonial-img {
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}
.testimonial-img img {
  height: 100%;
  margin-top: 0px;
  object-fit: cover;
  max-width: 100%;
}
.testimonial-content {
  background: #e8f8ff;
  padding: 40px;
  border-radius: 24px;
}
.sec-five .testimonial-content p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 0px;
  line-height: 1.6;
  color: #383349;
}

.sec-five .testimonial-content h5 {
  font-family: Calistoga;
  font-size: 32px;
  font-weight: 400;
  padding-top: 20px;
  color: #383349;
}

.sec-five .testimonial-content h6 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.sec-five .testimonial-content .quote-text-blue {
  color: #0ec9f2;
  font-size: 40px;
  padding-top: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: -40px;
}
.carousel-indicators [data-bs-target] {
  background: #d9d9d9;
  border: 0;
  height: 5px;
  opacity: 1;
}
.carousel-indicators .active {
  background: #6a52c5;
}

.contolers span {
  font-size: 24px;
  margin: 0 10px;
  color: #1f93c5;
  cursor: pointer;
}
.sec-five .row {
  display: flex;
  flex-direction: row; /* Default order of columns for larger screens */
}

.sec-six {
  /* padding-top: 40px; */
  padding-bottom: 40px;
}
.sec-six h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
}
.sec-six p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
}
.faq-item {
  margin-bottom: 10px;
  display: flex;
}
.faq-icon{
  margin-right: 15px;
}
.faq-item h3 {
  color: #383349;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
}
.faq-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #666666;
}
#more{
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1A56DB;
  text-align: center;
  width: 100%;
}
#more:focus{
  box-shadow: none;
  outline: none;
}