:root {
  --white: #ffffff;
  --primary-text: #573cff;

}

@font-face {
  font-family: Bebas;
  src: url(./font/BebasNeueBold.otf);
  font-weight: 800;
}

@font-face {
  font-family: Bebas;
  src: url(./font/BebasNeueBook.otf);
  font-weight: 400;
}

@font-face {
  font-family: Bebas;
  src: url(./font/BebasNeueLight.otf);
  font-weight: 300;
}

@font-face {
  font-family: Helvetica;
  src: url(./font/HelveticaBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Helvetica;
  src: url(./font/HelveticaHeavy.ttf);
  font-weight: 800;
}

@font-face {
  font-family: Helvetica;
  src: url(./font/HelveticaLight.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Helvetica;
  src: url(./font/HelveticMedium.ttf);
  font-weight: 500;
}

.bebas {
  font-family: Bebas;
}

.helvetica {
  font-family: Helvetica;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.dview {
  display: block;
}

.mview {
  display: none;
}

.text-blue {
  color: #573cff;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.container {
  max-width: 1200px;
}

.fs-30 {
  font-size: 30px;
}

.fs-25 {
  font-size: 25px;
}

.fs-20 {
  font-size: 20px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: Bebas;
}

p,
h5,
h6 {
  font-family: Helvetica;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.ctaBox a {
  background-color: #000000;
  padding: 10px 20px 10px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
}

.ctaBox a>div:nth-child(1) {
  background-color: #573cff;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  margin-right: 10px;
  border-radius: 10px;
}

.ctaBox a>div:nth-child(2) p {
  color: #ffffff;
  font-size: 17px;
  font-family: Helvetica;
  font-weight: 500;
}

.sec1 {
  background: #ffffff url(./images/bannerbg.png) top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.sec1 .container {
  max-width: 1100px;

}

.banText>h1:nth-child(1) {
  font-size: 80px;
  line-height: 1;
}

.banText>h1:nth-child(2) {
  font-size: 110px;
  line-height: 1;
}

.banText>h1:nth-child(2) {
  font-size: 110px;
  line-height: 1;
}

.banText h5 {
  font-size: 22px;
  font-weight: 500;
}

.formContainer {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: -5px 2px 10px rgba(140, 140, 140, 0.6);
}

.form-group {
  margin-bottom: 20px;
}

button[type="submit"] {
  background-color: #573cff;
  color: #fff;
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 600;
  border: unset;
  border-radius: 10px;
  transition: all 0.3s linear;
}

button[type="submit"]:hover {
  background-color: #000;
}

.form-control {
  background-color: #e1e1e1;
}

.form-select {
  background-color: #e1e1e1;
}

.wrapper {
  max-width: 1050px;
  margin: 0 auto;
}

.sec2 {
  padding: 60px 0;
}

.gradbox1 {
  background: #ffffff;
  padding: 20px 30px 0 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(140, 140, 140, 0.6);
}

.contentBox {
  padding: 20px 0;
}

.gradbox1 ul {
  margin: 0;
  padding: 0;
}

.gradbox1 ul li {
  position: relative;
  list-style-type: none;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 300;
  list-style-position: outside;
  margin-bottom: 12px;
}

.gradbox1 ul li::before {
  content: url(./images/list-arrow.png);
  position: absolute;
  left: 0;
  background-color: #573cff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
}

.gradbox2 {
  padding: 40px 30px;
  margin-bottom: 60px;
}

.sec3 {
  background: url(./images/whyspendbg.png) center center no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.upDown {
  animation-name: upDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

.opacityBox {
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  color: #ffffff;
}

.opacityBox>div:nth-child(1) {
  width: 100%;
  min-height: 100px;
}

.opacityBox h5 {
  font-size: 30px;
}

.gridBox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;

}

.gridBox .gridItem {
  text-align: center;
  padding: 20px;
  background: linear-gradient(145deg, #503bc8, #d195ae);
  border-radius: 15px;
}

/* .gridBox .gridItem img {
  max-width: 80px;   
  height: auto;
  display: block;
  margin: 0 auto 10px;
} */
.gridItem>div:nth-child(1) {
  margin-bottom: 10px;
}

.gridItem p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  word-break: break-word;
  font-weight: 700;
}

.sec4 {
  padding: 70px 0;
  background: url(./images/pricingbg.png) center center no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.worksBox>div:nth-child(1) {
  font-size: 280px;
  background: -webkit-linear-gradient(270deg, #bdb3ff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.worksBox>div:nth-child(2) {
  padding: 15px;
  border: 15px;
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
  position: relative;
  margin-top: -70px;
  min-height: 350px;
}

.worksBox>div:nth-child(2)>div:nth-child(1) {
  background-color: #eeeeee;
  margin-bottom: 20px;
  border-radius: 20px 20px 0 0;
}

.worksBox>div:nth-child(2)>div:nth-child(2) h6 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.worksBox>div:nth-child(2)>div:nth-child(2) p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.priceBand {
  padding: 0 10px;
}

.pricingBox {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #573cff;
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.4);
}

.planType p {
  color: #593efd;
  font-size: 20px;
  font-weight: 500;
}

.price>h5 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.price>div h5 {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}

.ctaBox p {
  margin-bottom: 0;
}

.videoCount {
  position: relative;
  padding-left: 30px;
}

.videoCount::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 7 Free";
  /* important */
  font-weight: 900;
  /* solid style */
  content: "\f054";
  /* unicode for user icon */
  background-color: #573cff;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

}

.sectors {
  margin-top: 100px;
}

.sectorBox {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}

.sectorBox>div:nth-child(1) {
  width: 60px;
  height: 40px;
  background-color: #573cff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectorBox>div:nth-child(2) {
  flex: 1;
}

.sectorBox>div:nth-child(2) p {
  flex: 1;
  font-size: 25px;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
.faqsec{
  background: url(./images/footerbg.png) 0 86% no-repeat;
  background-size: cover;
  padding: 80px 0px 250px 0;
}
/* FAQSS SCTION  */
.faq-container {
  width: 100%;

  margin: auto;
}

.faq-item {
  padding: 0;
}

.faq-question {
  background: none;
  border: none;
  padding: 10px;
  /*Set the height for question box as needed. */
  width: 100%;
  text-align: left;
  font-size: 22px;
  /*Set the font size for question as needed. */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
    font-family: Helvetica;
}

.faq-answer {
  display: none;
  padding: 15px;
  color: #333;
  font-family: Helvetica;

}

.faq-answer p {
  margin: 10px 0;
  /* Added spacing between paragraphs */
  font-size: 18px;
}

.faq-divider {
  height: 1px;
  background: #ccc;
  margin: 5px 0;
}

.faq-question .arrow {
  font-size: 30px;
  /* Increased arrow size */
  transition: transform 0.3s ease;
}

.faq-question.active .arrow {
  transform: rotate(90deg);
}
.sec2 .gradbox1{
  background: url(./images/topleftbg.png) top right no-repeat;
  background-size: 50%;
}
.sec3 .gradbox1{
  background:#fff url(./images/topleftbg1.png) top left no-repeat;
  background-size: 60%;
}
/* FAQSS SCTION  */

@media screen and (max-width:767px) {
  .dview {
    display: none;
  }

  .mview {
    display: block;
  }

  .sec1 {
    padding: 50px 0;
  }

  .banText>h1:nth-child(1) {
    font-size: 40px;
    line-height: 1;
  }

  .banText>h1:nth-child(2) {
    font-size: 52px;
    line-height: 1;
  }

  .banText h5 {
    font-size: 18px;
    font-weight: 500;
  }

  .sec2 {
    padding: 20px 0 50px 0;
  }

  h2 {
    font-size: 42px;
  }

  .fs-30 {
    font-size: 22px;
  }

  .fs-25 {
    font-size: 20px;
  }

  .opacityBox h5 {
    font-size: 22px;
  }

  .gridBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sectorBox>div:nth-child(2) p {
    font-size: 20px;
  }

  .sectorBox>div:nth-child(1) {
    width: 40px;
    height: 30px;
  }
  .sec4 {
    padding: 40px 0;
}
}

@keyframes upDown {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(30px);
  }
}