@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --gradient: linear-gradient(to right, #ff00cc, #3333ff);
  --textp: #373737;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6, li {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

p {
  color: #7a7a7a;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

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

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

/* Header Styles */
header {
  color: #ffffff;
  text-align: center;
}

/* Links */
a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* css start */
.banner {
  width: 100%;
  position: relative;
}

.banner img,
.banner picture img {
  width: 100%;
}

.banText {
  position: absolute;
  top: 50%;
  width: 1550px;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.banText h1 {
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  text-align: left;
}
.banText h2 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 65px;
  text-align: left;
}
.banText h2 span {
  font-weight: 900;
  background-image: linear-gradient(to right, #ff00cc, #3333ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.banText .bttnBan {
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px 30px;
  text-decoration: none;
}
.banText .bttnBan:hover {
  background: rgb(204, 2, 180);
  background: linear-gradient(104deg, rgb(204, 2, 180) 0%, rgb(128, 108, 247) 100%);
  border-color: #cc02b4;
}

.cursor {
  display: inline-block;
  width: 8px;
  height: 24px;
  background-color: #333;
  animation: blink 0.6s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.awardTop {
  margin: 40px 0;
  width: 100%;
}

.awardMn {
  border-radius: 20px;
  border: 0px solid #f00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}

/* We helpLine */
.helpline {
  width: 100%;
  text-align: center;
  margin: 30px 0 50px;
}
.helpline h3 {
  background-image: linear-gradient(to right, #ff00cc, #3333ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  margin-bottom: 40px;
}

.bttn1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 7px 50px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.bttn1:hover {
  color: #ffffff;
  text-decoration: none;
}

a.bttn1::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000000;
}

a.bttn1::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: rgb(255, 0, 204);
  background: linear-gradient(90deg, rgb(255, 0, 204) 0%, rgb(51, 51, 255) 100%);
}

a.bttn1:hover::after {
  width: 100%;
}

.bttn2 {
  padding: 7px 50px;
}

/* We helpLine end */
/* clients  */
.clients {
  background: #ffffff;
  border-radius: 20px;
  border: 0px solid #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px;
}

.clients img {
  transition: all ease-in-out 0.4s;
  transform: scale(1);
  padding: 10px 20px;
  border-radius: 0px;
  width: 200px;
  max-height: 85px;
}

.clients img:hover {
  transform: scale(1.05);
}

/* clients end */
/* creative */
.mainTitle h2 {
  font-size: 65px;
  color: #000000;
  font-weight: 900;
  line-height: 65px;
  margin-bottom: 40px;
}

.creative {
  width: 100%;
}
.creative img {
  margin-bottom: 48px;
}
.creative h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 10px;
}
.creative h6 {
  font-size: 35px;
  font-weight: 400;
  color: #7a7a7a;
  margin-bottom: 30px;
}

.creativebtn {
  margin-bottom: 50px;
}

.creative p span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 8px;
}

.bttn3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 7px 50px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.bttn3:hover {
  text-decoration: none;
  color: #ffffff;
}

a.bttn3::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ce1a19;
}

a.bttn3::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: rgb(255, 0, 204);
  background: linear-gradient(90deg, rgb(255, 0, 204) 0%, rgb(51, 51, 255) 100%);
  background: #000000;
}

a.bttn3:hover::after {
  width: 100%;
}

/* creative end */
/* product img */
.productMn {
  text-align: center;
}

.productMn section {
  width: 100%;
}

.proImg {
  position: relative;
}

.proImg img {
  width: 100%;
}

.prodContent {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: left;
}

.proImg .prodContent img {
  width: auto;
  margin-left: 5px;
}

.headTxt {
  max-width: 500px;
}

.headTxt h2 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 800;
  margin: 15px 0;
}

.headTxt p {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  margin: 15px 0;
}

.knMore {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 50px;
  display: inline-block;
  position: relative;
}

.knMore:hover {
  text-decoration: none;
  color: #ffffff;
}

.knMore::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ce1a19;
}

.knMore::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #000000;
}

.knMore:hover::after {
  width: 100%;
}

/* product img end */
.accordion-button .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-button.collapsed .icon {
  content: "+";
}

.accordion-button:not(.collapsed) .icon {
  content: "-";
}

.socialTitleSub {
  width: 100%;
}
.socialTitleSub h2 {
  font-size: 55px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin-bottom: 50px;
}
.socialTitleSub h4 {
  background: #d83687;
  background: linear-gradient(to right, #d83687 0%, #806cf7 23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}

.accordianSocial {
  width: 100%;
  padding: 60px 0 80px 0;
}
.accordianSocial button {
  font-size: 34px;
  font-weight: 600;
  color: #000000;
  padding: 24px 20px;
}
.accordianSocial .card-body h6 {
  background: #806cf7;
  background: linear-gradient(to right, #806cf7 0%, #db3483 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 18px;
  margin-bottom: 13px;
  text-transform: uppercase;
  display: none;
}
.accordianSocial .card-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #cc02b4;
}
.accordianSocial .card-body p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #7a7a7a;
}
.accordianSocial .card-body p span {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
}
.accordianSocial .accordion-button:not(.collapsed) {
  color: #000000;
  background: transparent;
  box-shadow: linear-gradient(90deg, rgb(219, 52, 131) 0%, rgb(128, 108, 247) 100%);
}
.accordianSocial .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
  border-bottom: #b51f96;
}
.accordianSocial .accordion-item {
  border: 0px;
  padding-bottom: 20px;
}
.accordianSocial .accordion-item {
  border-bottom: 2px solid #b51f96;
}
.accordianSocial .accordion-item:nth-child(1) {
  border-top: 2px solid #b51f96;
  border-radius: 0px;
}
.accordianSocial .cardBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.accordianSocial .cardBox .cardLeft {
  width: 50%;
}
.accordianSocial .cardBox .cardRight {
  width: 50%;
}

.accordion-button::after {
  background: url(../images/plus.png) no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100%;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/plus-rotate.png) no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100%;
  transform: rotate(90deg);
}

.callToAction {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.callToAction h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #7a7a7a;
  margin-bottom: 2rem;
}
.callToAction .cllAction {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  padding: 7px 50px;
  display: inline-block;
  border: 2px solid #ffffff;
  text-decoration: none;
  position: relative;
}
.callToAction .cllAction::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ce1a19;
}
.callToAction .cllAction::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #000000;
}
.callToAction .cllAction:hover::after {
  width: 100%;
}

/* We love digital */
.welovedigi {
  background: #000000;
  padding: 50px 0 60px 0;
  width: 100%;
}

.digitalText {
  position: relative;
}
.digitalText p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 30px;
}

.textBoxdigi {
  background-size: 100%;
  padding: 50px;
}
.textBoxdigi img {
  width: auto;
}
.textBoxdigi h2 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  background: #806cf7;
  background: linear-gradient(to right, #806cf7 0%, #db3487 33%, #00b396 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.textBoxdigi p {
  font-size: 33px;
  line-height: 47px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 2rem;
}

.callToDigital {
  width: 100%;
  text-align: left;
  margin-top: 50px;
}
.callToDigital h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #7a7a7a;
  margin-bottom: 2rem;
}
.callToDigital .cllAction {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  padding: 7px 50px;
  display: inline-block;
  border: 2px solid #ffffff;
  text-decoration: none;
  position: relative;
  transition: width 0.5s;
  z-index: 0;
}
.callToDigital .cllAction::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.callToDigital .cllAction::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #ce1a19;
}
.callToDigital .cllAction:hover::after {
  width: 100%;
}
.callToDigital .cllAction:hover {
  border: 2px solid #ce1a19;
}

.cllAction.bgtBlack {
  border: 0px solid #000000;
  transition: width 0.5s;
}
.cllAction.bgtBlack::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000000;
}
.cllAction.bgtBlack::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #ce1a19;
}
.cllAction.bgtBlack:hover::after {
  width: 100%;
}

.cllAction.bgtBlack:hover {
  border: 0px solid #000000;
}

/* We love digital end */
/* why us  */
.whyus {
  width: 100%;
  padding: 60px 0 110px 0;
  background: rgb(73, 51, 152);
  background: linear-gradient(104deg, rgb(73, 51, 152) 0%, rgb(204, 3, 178) 29%, rgb(67, 16, 185) 72%, rgb(204, 2, 180) 100%);
}
.whyus h2 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
  margin-bottom: 35px;
}

.whyus .accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns, each 50% width */
  grid-gap: 5px;
  padding: 10px;
}

.whyus .accordion-item {
  border: 1px solid #ccc !important;
  margin-bottom: 0;
  background: #ffffff;
}

.accordion-header .icon {
  font-weight: bold;
  font-size: 40px;
  transition: transform 0.2s ease;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 0;
}

.accordion-item.active .icon {
  content: "-";
}

.WhyusBox {
  width: 100%;
  background: rgba(4, 25, 47, 0.47);
  padding: 52px 80px;
  border-radius: 30px;
}

.whyus .accordion-header {
  padding: 20px 40px 20px 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}

.whyus .accordion-content {
  font-size: 22px;
  padding: 8px 15px 20px;
  color: #ffffff;
  display: none;
}

.whyus .accordion-item {
  background: none;
  border: 1px solid #ffffff;
}

.whyus .accordion-item.active .accordion-content {
  display: block;
}

.whyus .callToDigital h3 {
  color: #ffffff;
  text-align: center;
}

.whyus .callToDigital .cllAction:hover {
  border-color: #cc02b4;
}

.whyus .callToDigital .cllAction::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: rgb(204, 2, 180);
  background: linear-gradient(104deg, rgb(204, 2, 180) 0%, rgb(128, 108, 247) 100%);
}

.whyus .callToDigital .cllAction:hover::after {
  width: 100%;
}

/* why us end*/
/* slick */
.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
}

/* slick */
/* testimonial  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.graybg {
  background: #f3f3f3;
}

.testimonialMain {
  display: block;
}

.testimonialMain h2 {
  font-size: 45px;
  margin-bottom: 10px;
}

.testimonial-item {
  width: 100%;
}

.testimonialMn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 50px;
  background: #f3f3f3;
  border-radius: 40px;
  padding: 20px;
  margin-top: 30px;
  min-height: 340px;
  border: 2px solid #806cf7;
}

.testIContent h3 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin: 10px 0;
}

.testIContent h4 {
  font-size: 24px;
  color: #7a7a7a;
}

.testImg {
  width: 100%;
  max-width: 205px;
}

.testIContent {
  width: calc(100% - 205px);
  text-align: left;
}

.testIContent img {
  width: 150px;
}

.testimonialMain img.grpLogo {
  width: 100%;
  max-width: 132px;
}

.testimonialMain .slick-prev:before {
  content: "";
}

.testimonialMain .slick-next:before {
  content: "";
}

.testimonialMain .slick-prev {
  top: 0;
  left: 10px;
  background-image: url(../../public/images/test_left.png);
  width: 54px;
  height: 22px;
}

.testimonialMain .slick-next {
  top: 0;
  left: 100px;
  background-image: url(../../public/images/test_right.png);
  width: 54px;
  height: 22px;
}

.swiper.testimonial {
  padding-bottom: 40px;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  color: #806cf7;
}

/* testimonial end */
/* teams */
.teams {
  width: 100%;
  padding: 50px 0 60px 0;
}
.teams h5 {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  font-weight: 700;
}
.teams h6 {
  font-size: 22px;
  color: #ce1a19;
  line-height: 32px;
  font-weight: 400;
}
.teams p {
  font-size: 20px;
  color: #4b4b4b;
  line-height: 24px;
  font-weight: 400;
  padding: 0 10px;
}
.teams .swiper-pagination {
  bottom: 0px;
}

.team-slide {
  padding: 0px;
}

.team-member {
  text-align: center;
}
.team-member img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.swiper.teamsSlide {
  width: calc(1320px + 15vw);
  margin: 0 -20px;
  padding-bottom: 30px;
}

#section17 {
  overflow: hidden;
}

/* teams end */
/* get in touch */
.gettouch {
  width: 100%;
  padding: 100px 0 80px 0;
  background: rgb(128, 108, 247);
  background: linear-gradient(90deg, rgb(128, 108, 247) 0%, rgb(132, 73, 169) 60%);
}

.gettouch:hover {
  background: rgb(132, 73, 169);
  background: linear-gradient(90deg, rgb(132, 73, 169) 0%, rgb(128, 108, 247) 100%);
}

.gettouchBox {
  width: 100%;
}
.gettouchBox h3 {
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  font-size: 45px;
}
.gettouchBox h4 {
  font-weight: 400;
  color: #ffffff;
  margin: 25px 0 25px 0;
  font-size: 35px;
}

.btn1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 7px 50px;
  display: inline-block;
  color: #000000;
  z-index: 0;
  position: relative;
}
.btn1::before {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
.btn1::after {
  content: "";
  position: absolute;
  display: block;
  transition: width 0.5s;
  left: 0px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #000000;
}
.btn1:hover::after {
  width: 100%;
}

.btn1:hover {
  color: #ffffff;
  text-decoration: none;
}

/* fetQuote Container */
.fetQuote {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 20px;
  background: url(../images/quote_bg.jpg) no-repeat;
  background-size: cover;
}
.fetQuote .fetQuote-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px;
  max-width: 1100px;
  width: 90%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.fetQuote .fetQuote-content .text-section {
  max-width: 60%;
}
.fetQuote .fetQuote-content .text-section h2 {
  font-size: 35px;
  font-weight: bold;
  color: #111;
  margin: 0;
}
.fetQuote .fetQuote-content .cta-section {
  text-align: right;
  width: 30%;
}
.fetQuote .fetQuote-content .cta-section p {
  font-size: 30px;
  color: #111;
  margin-bottom: 15px;
  line-height: 35px;
}
.fetQuote .fetQuote-content .cta-section .cta-button {
  display: inline-flex;
  align-items: center;
  background-color: #b61f24;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}
.fetQuote .fetQuote-content .cta-section .cta-button span {
  margin-left: 20px;
  color: #b61f24;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  align-items: center;
}
.fetQuote .fetQuote-content .cta-section .cta-button:hover {
  background-color: #900;
}

/* ✅ Responsive Design */
@media screen and (min-width: 1400px) {
  .container {
    min-width: 1400px;
  }
}
@media (max-width: 991px) {
  .fetQuote .fetQuote-content {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .fetQuote .fetQuote-content .text-section {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .fetQuote .fetQuote-content .text-section h2 br {
    display: none;
  }
  .fetQuote .fetQuote-content .cta-section {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 567px) {
  .text-section h2 {
    font-size: 24px;
  }
  .cta-section p {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .fetQuote .fetQuote-content {
    width: 100%;
  }
  .fetQuote .fetQuote-content .text-section h2 {
    font-size: 25px;
  }
  .fetQuote .fetQuote-content .cta-section p {
    font-size: 23px;
    line-height: 26px;
  }
  .fetQuote .fetQuote-content .cta-section .cta-button span {
    width: 35px;
    height: 35px;
  }
  .fetQuote .fetQuote-content .cta-section .cta-button {
    font-size: 22px;
  }
}
/* get in touch end */
section {
  padding: 30px 0;
}

.allTitle {
  width: 100%;
}
.allTitle h2 {
  font-size: 55px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  position: relative;
}
.allTitle h2::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 4px;
  background: rgb(204, 2, 180);
  background: linear-gradient(104deg, rgb(204, 2, 180) 0%, rgb(128, 108, 247) 100%);
  left: 0;
  bottom: 0;
}

.allTitle2 {
  width: 100%;
}
.allTitle2 h2 {
  font-size: 55px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  position: relative;
  text-align: center;
}

.productMn {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.productMn section {
  width: 100%;
  height: 100%;
}

.productMn .swiper {
  width: 100%;
  height: 52vw;
}

.productMn .proImg {
  height: 100%;
}

.productMn .swiper-scrollbar.swiper-scrollbar-vertical {
  opacity: 0;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 0;
}

#clientsWebsite {
  display: none;
}

/* responsive  */
@media (max-width: 1780px) {
  .blogslider {
    margin-left: 12%;
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  .blogslider {
    margin-left: 8%;
    max-width: 1320px;
  }
  .banText {
    width: 1100px;
  }
  .banText h1 {
    font-size: 70px;
  }
  .banText h2 {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .blogslider {
    margin: 0 auto;
    max-width: 1320px;
  }
  .banText {
    width: 910px;
  }
  .banText h1 {
    font-size: 60px;
  }
  .banText h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  .blogslider {
    max-width: 1140px;
  }
}
@media (max-width: 1366px) {
  .textBoxdigi h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .textBoxdigi p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1199px) {
  .awardMn {
    flex-wrap: wrap;
  }
  .tabImg {
    width: 50%;
  }
  .tabContent {
    width: 50%;
    padding: 0px;
  }
  .tabContent h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }
  .gettouchBox h3 {
    line-height: 40px;
    font-size: 30px;
  }
  .gettouchBox h4 {
    margin: 15px 0 25px 0;
    font-size: 30px;
  }
  .headTxt h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .blogslider {
    max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .creative h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .creative h6 {
    font-size: 25px;
  }
  .headTxt h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }
  .swiper.teamsSlide {
    width: calc(1024px + 0vw);
  }
}
@media (max-width: 991px) {
  .helpline h3 {
    font-size: 24px;
  }
  .welovedigi img {
    width: 45%;
    margin: 0 auto;
  }
  .welovedigi {
    text-align: center;
  }
  .textBoxdigi {
    margin-top: 30px;
  }
  .textBoxdigi img {
    width: 740px;
  }
  .blogslider {
    max-width: 100%;
    padding: 0 15px;
  }
  .banText {
    width: 680px;
  }
  .banText h1 {
    font-size: 45px;
  }
  .banText h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .banText .bttnBan {
    font-size: 20px;
  }
  .clients img {
    padding: 10px 10px;
  }
  .clients {
    padding: 25px 15px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .clients {
    justify-content: space-between;
  }
  .clients img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .testimonialMain h2 {
    font-size: 30px;
    text-align: center;
  }
  .testimonialMn {
    display: block;
  }
  .testIContent {
    width: 100%;
  }
  .testImg {
    text-align: center;
    margin: 0 auto 30px;
  }
  .imgContent {
    flex-wrap: wrap;
  }
  .tabImg,
  .tabContent {
    width: 100%;
  }
  .whyus .accordion {
    grid-template-columns: 1fr;
    /* Single column on smaller screens */
  }
  .accordion-header {
    font-size: 18px;
  }
  .accordion-content {
    font-size: 18px;
  }
  .awardTop {
    margin: 20px 0;
  }
  .awardMn img {
    width: 100px;
    margin-bottom: 10px;
  }
  .accordianSocial .cardBox {
    display: block;
  }
  .accordianSocial .cardBox .cardLeft {
    width: 100%;
  }
  .accordianSocial .cardBox .cardRight {
    width: 100%;
  }
  .blogslider {
    max-width: 100%;
    padding: 0px;
  }
  .accordianSocial button {
    font-size: 24px;
  }
  .accordianSocial .card-body h3 {
    font-size: 24px;
  }
  .accordianSocial .card-body p {
    font-size: 24px;
    line-height: 30px;
  }
  .accordianSocial .card-body p span {
    font-size: 20px;
    line-height: 26px;
  }
  .mainTitle h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .socialTitleSub h2 {
    font-size: 40px;
    text-align: left;
  }
  .allTitle h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .allTitle2 h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .allTitle h2::after {
    width: 94px;
  }
  .banText {
    max-width: 580px;
    padding: 0 30px;
    width: 100%;
  }
  .banText h1 {
    font-size: 38px;
    text-align: center;
  }
  .banText h2 {
    font-size: 28px;
    text-align: center;
  }
  .banText h2 span {
    min-height: 34px;
    display: block;
  }
  .callToAction h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .callToAction .cllAction {
    font-size: 24px;
  }
  .callToDigital {
    text-align: center;
  }
  .callToDigital .cllAction {
    font-size: 20px;
    padding: 10px 50px;
  }
  .productMn .swiper {
    height: auto;
    padding-bottom: 40px;
  }
  .prodContent {
    width: 92%;
    top: 30%;
  }
  .productMn {
    height: auto;
  }
  .productMn .swiper-slide img {
    height: auto;
  }
  .productMn.section {
    height: auto;
  }
  .team-member img {
    margin: 30px 15px;
  }
  .swiper.teamsSlide {
    width: calc(668px + 0vw);
  }
  #clientsWebsite {
    display: block;
  }
  #secScroll {
    display: none;
  }
  .clients img {
    width: 150px;
  }
}
@media (max-width: 567px) {
  .banText h1 {
    font-size: 35px;
  }
  .banText h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .banText h2 span {
    display: block;
    min-height: 40px;
  }
  span.cursor {
    display: none !important;
  }
  .swiper.teamsSlide {
    width: calc(100% + 3vw);
    margin: 0 0;
  }
  .clients img {
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .helpline {
    margin-bottom: 0px;
  }
  .clients {
    padding: 0;
  }
  .proImg img {
    width: 100%;
  }
  .proImg .prodContent img {
    height: auto;
    max-height: 40px;
    margin-left: 0px;
  }
  .prodContent {
    width: 92%;
    top: 30%;
  }
  .proImg:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .knMore {
    font-size: 14px;
    padding: 7px 20px;
  }
  .textBoxdigi {
    padding: 40px 5px;
  }
  .textBoxdigi h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .textBoxdigi p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
  .WhyusBox {
    padding: 40px 15px;
  }
  .whyus h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .whyus {
    padding: 50px 0 50px 0;
  }
  .teams h1.my-5 {
    text-align: center;
    margin-top: 1rem !important;
  }
  .gettouch {
    padding: 50px 0 50px 0;
  }
  .gettouchBox h3 {
    line-height: 28px;
    font-size: 24px;
  }
  .gettouchBox h4 {
    font-size: 24px;
  }
  .btn1 {
    font-size: 20px;
    padding: 7px 20px;
  }
  .welovedigi {
    padding: 0px 0 60px 0;
  }
  .creative h6 {
    font-size: 20px;
  }
  .creative h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .creative h2 br {
    display: none;
  }
  .bttn1 {
    font-size: 24px;
  }
  .bttn2 {
    padding: 10px 30px;
  }
  .testimonialMain h2 {
    font-size: 24px;
  }
  .welovedigi img {
    width: 75%;
  }
  .team-member img {
    width: 260px;
    margin: 30px 15px;
  }
  .teams {
    width: 100%;
    padding: 50px 0 60px 10px;
  }
  .textBoxdigi img {
    width: auto;
  }
  .tabsNew {
    min-width: 298px;
  }
  .banText h1 {
    font-size: 27px;
  }
  .banText h2 span {
    display: block;
    min-height: 30px;
  }
  .banText h2 {
    font-size: 25px;
  }
  .banText .bttnBan {
    font-size: 18px;
    padding: 5px 25px;
  }
  .socialTitleSub h2 {
    font-size: 30px;
  }
  .headTxt p {
    font-size: 14px;
    margin: 0px 0 10px;
  }
  .swiper.teamsSlide {
    padding-bottom: 30px;
  }
  .creativebtn a.bttn3 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  section.graybg {
    padding: 30px 10px;
  }
  .callToDigital .cllAction {
    padding: 10px 35px;
  }
  .whyus .accordion-header {
    font-size: 20px;
  }
  .clients img {
    width: 106px;
  }
}
@media (max-width: 414px) {
  .clients img {
    width: 100px;
    height: 70px;
  }
  .banner {
    height: 330px;
  }
  .banner img,
  .banner picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .banText h2 {
    font-size: 22px;
  }
  .prodContent {
    top: 35%;
  }
}/*# sourceMappingURL=styles.css.map */