/* hero-section */
.hero-section {
  padding: 8.5rem 0;
  background: var(--heroImg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section .subHead {
  color: #5856ce;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.hero-section h1 {
  color: #301566;
  text-align: center;
  font-family: "Paytone One";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-section .headDesc {
  color: #301566;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4.5rem;
}

.inputContainer {
  border-radius: 0.625rem;
  border: 1px solid #e1e4f9;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 2rem;
  height: 100%;
}

.inputContainer button {
  width: 100%;
  border: none;
}

.inputHead {
  color: #0d144a;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.375rem;
}

.inputDesc {
  color: #393c56;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.inputContainer label {
  color: #0d144a;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.375rem;
  display: block;
}

.inputContainer label span {
  color: #f00;
  font-size: 0.875rem;
}

.inputContainer input:focus,
.inputContainer textarea:focus {
  background: #f6f6ff;
  border-color: #ced3fa;
  outline: none;
}
.inputContainer input:-internal-autofill-selected,
.inputContainer textarea:-internal-autofill-selected {
  background-color: #fff !important;
}

.inputContainer input,
.inputContainer textarea {
  color: #393c56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  width: 100%;
  margin-bottom: 1.25rem;
  height: 2.5rem;
  padding: 0.5rem 1rem;
}

.inputContainer textarea {
  height: 8rem;
}

.responseText {
  color: #0d144a;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35rem;
}

.animateRotate {
  animation: spin 3.5s linear 0s infinite normal;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.loaderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.afterLoad button {
  width: fit-content;
  border-radius: 0.375rem;
  background: #5856ce;
  padding: 0.62rem 1.12rem;
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5rem;
}

#errorMsg {
  color: #f10000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.88rem 0 0;
}

#errorMsg img {
  position: relative;
  top: -1px;
}

.row {
  row-gap: 2rem;
}

/*  */

/* aiWriterGenerator */
.aiWriterGenerator {
  background: linear-gradient(180deg, #d8e0ff -37.46%, #e9d6ff 121.86%);
  padding: 3.5rem 0 0;
  text-align: center;
  position: relative;
}

.aiWriterGenerator .ungated {
  cursor: pointer;
}

.aiWriterGenerator .aiWriterBoxShadow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  box-shadow: 0px -8.011px 14.027px -5px rgba(85, 57, 145, 0.08) inset;
}

.aiWriterGenerator h2 {
  color: #301566;
  text-align: center;
  font-family: "Paytone One";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.aiWriterGenerator a {
  margin-bottom: 1.5rem;
}

#video1 {
  cursor: pointer;
}

.hero-play-icon {
  transform: scale(0.4);
}

/* descriptionCont */
.descriptionCont {
  padding: 4.5rem 0;
}

.descriptionCont .descriptionMainHead {
  color: #301566;
  font-family: "Paytone One";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.88rem;
}

.descriptionCont .descriptionHead {
  color: #301566;
  font-family: "Paytone One";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.88rem;
  margin-top: 1.125rem;
}

.descriptionCont .descriptionPara {
  color: #301566;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}

.descriptionCont .featuresCard {
  border-radius: 1rem;
  background: #f1f1ff;
  padding: 2rem;
}

.descriptionCont .featuresCard img {
  margin-bottom: 1.5rem;
}

.descriptionCont .featuresCardHead {
  color: #301566;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.descriptionCont .featuresCardDesc {
  color: #301566;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.listRightCont {
  margin-left: 0.675rem;
}

.listCont .listHead {
  color: #301566;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.175rem;
}

.listCont .listDesc {
  color: #301566;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
/*  */

/* coldEmailCompaigns */

.coldEmailCompaigns {
  padding: 2rem 0;
}

.coldEmailCompaigns h2 {
  color: #301566;
  text-align: center;
  font-family: "Paytone One";
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.675rem;
}

.coldEmailCompaigns .headDesc {
  color: #393c56;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4rem;
}

/* zig-zag-first-section */

.zig-zag-section h3 {
  color: #0d144a;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.25rem;
}

.zig-zag-section p {
  color: #393c56;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.5rem;
}

.zig-zag-section h4 {
  color: #0e0d59;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.zig-zag-section a {
  margin-top: 3rem;
}

.zig-zag-section .cardContainer.active h4 {
  color: #301566;
  margin-bottom: 0.25rem;
}

.zig-zag-section .cardContent p {
  color: #393c56;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.zigzag-section .zigzag-mainHead {
  color: #0d144a;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.25rem;
}

.zigzag-section .zigzag-maindesc {
  color: #393c56;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4rem;
}

.height530 {
  height: 560px;
}

.cardContainer {
  cursor: pointer;
  padding: 0rem 2rem;
  width: 92%;
}

.cardContainer.active {
  padding: 1.75rem 2rem;
  margin: -1.135rem 0;
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
  background: #f1f1ff;
}

.cardContainer svg {
  transform: rotate(-90deg);
  transition: all 0.3s;
  position: relative;
  top: 1px;
}

.cardContainer.active svg path {
  fill: #504ee4 !important;
}

.widthAlter {
  width: 90%;
  margin-left: auto;
}

.cardContainer .cardContent {
  transition: all 0.6s;
  overflow: hidden;
  height: 0;
}
.cardContainer.active .cardContent {
  height: 68px;
}

.zig-zag-section .cardContainer.active:first-child .cardContent {
  height: 110px;
}

.cardContainer.active svg path {
  fill: #0e0d59;
}

.cardContainer .cardContent::-webkit-scrollbar {
  display: none;
}

.cardContainer.active svg {
  transform: rotate(0deg);
}

hr {
  width: 88%;
  margin-left: 14px;
  border-top: 1px solid #d7d7f1 !important;
}

.fourth-section-img,
.second-section-img,
.third-section-img {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.4s;
  transform: translateY(-50%);
}

.img-holder {
  height: 432px;
  width: 100%;
}

.linearGradient {
  background: var(--stream-img-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 520px;
  width: 50%;
  right: 0;
  bottom: 0;
  border-top-left-radius: 16px;
}

.zig-zag-fourth-section .cardContainer:last-child.active .cardContent {
  height: 60px !important;
}

.fourth-section-img.active,
.second-section-img.active,
.third-section-img.active {
  opacity: 1;
}
.height436 {
  height: 516px;
}
.zig-zag-third-section {
  background: var(--third-section-bg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 6.6rem 0;
}

.zig-zag-third-section .row,
.zig-zag-fifth-section .row {
  flex-direction: row-reverse;
}

.zig-zag-third-section .cardContainer,
.zig-zag-fourth-section .cardContainer {
  width: 90.5%;
}

.zig-zag-third-section hr,
.zig-zag-fourth-section hr {
  width: 75%;
  margin-left: 1rem;
}

.zig-zag-fourth-section {
  padding: 4rem 0;
}

.zig-zag-fourth-section .cardContainer.active .cardContent {
  height: 96px;
}

.zig-zag-fourth-section a {
  color: #504ee4;
  font-size: 0.81794rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0.75rem !important;
}

.zig-zag-fourth-section a img {
  position: relative;
  top: -1px;
  left: 2px;
  transition: all 0.3s;
}

.zig-zag-fourth-section a:hover {
  text-decoration: none;
}

.zig-zag-fourth-section a:hover img {
  transform: translateX(4px);
}

.zig-zag-fifth-section {
  background: var(--fifth-section-bg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 3rem 0;
}

.zig-zag-fifth-section-subhead {
  color: #504ee4 !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}

.iconCont {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

.zig-zag-section .cardContainer.active .iconCont {
  background-color: #fff;
}

.cardContainer a {
  color: #504ee4;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 1.5rem;
  display: block;
}

.cardContainer a img {
  position: relative;
  top: -1px;
  margin-left: 4px;
  transition: all 0.3s;
}

.cardContainer a:hover img {
  transform: translateX(4px);
}

/*  */

/* testimonial */

.testimonial {
  padding: 4rem 0;
}

.testimonialCard {
  border-radius: 24px;
  border: 1.5px solid #d3d3ff;
  background: linear-gradient(274deg, #fff -7.52%, #ecedff 107.18%);
  position: relative;
  padding: 3rem 1rem;
}

.testimonialCard .quotesPositioning {
  position: absolute;
  left: 5rem;
  top: -36px;
}

.testimonialCard .clientReview {
  color: #301566;
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  margin-bottom: 2rem;
}

.testimonialCard .clientName {
  color: #301566;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.testimonialCard .clientRole {
  color: #393c56;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.testimonialCard .clientContainer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin: auto;
}

/*  */

/* faq */

.faq {
  padding: 4rem 0;
}

.faq h2 {
  color: #301566;
  font-family: "Paytone One";
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}

.faq .faqDesc {
  color: #301566;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4rem;
}

.faq .col-12 {
  padding: 0px 60px;
}

.panel-default > .panel-heading {
  color: #333;
  padding: 0;
}
.panel-title {
  margin-bottom: 0px !important;
}
.panel-default > .panel-heading a {
  display: block !important;
  text-decoration: none;
  color: #3d2d7c;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 25px 6px 25px 0px;
}

.panel-title a .plus {
  display: block;
}

.panel-title a .minus {
  display: none;
}

.panel-title a.showminus .minus {
  display: block;
}

.panel-title a.showminus .plus {
  display: none;
}

.panel-title a.showPlus .plus {
  display: block;
}

.panel-title a.showPlus .minus {
  display: none;
}

.faq .panel-body {
  margin-bottom: 20px;
  width: 88%;
}
.faq .bulletinPointHead {
  color: #301566;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  width: 91%;
  margin-bottom: 0.65rem;
}
.faq .bulletinPoint img {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.panel-body a {
  cursor: pointer;
  color: #007bff !important;
  text-decoration: underline !important;
}
.faq .panel:not(:last-child) {
  border-bottom: 0.5px solid;
  border-color: #eeedf2;
}
.plus {
  float: right;
  position: relative;
  z-index: -1;
  right: 0;
}

.minus {
  float: right;
  position: relative;
  z-index: -1;
  right: 0;
}

.panel-heading a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.panel-collapse .bulletinPoint {
  color: #301566;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  margin-bottom: 0rem;
}

.panel-collapse .bulletinText {
  color: #301566;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  margin-bottom: 0.5rem;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.pos-top {
  position: relative;
  top: -1px;
}

/*  */

/* ctaSection */

.ctaSection {
  background: linear-gradient(130deg, #293a9b -49.16%, #070f3c 77.39%);
  padding: 3.5rem 0;
  text-align: center;
}

.ctaSection h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2rem;
}

/*  */

/* ----*** Media Queries ***---- */

@media only screen and (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section {
    padding: 8.5rem 0 4rem;
  }
  .cardContainer.active .cardContent,
  .zig-zag-fourth-section .cardContainer:last-child.active .cardContent {
    height: 312px !important;
  }
  .widthAlter,
  .zig-zag-third-section .cardContainer,
  .zig-zag-fourth-section .cardContainer {
    width: 100%;
  }
  .zig-zag-third-section hr,
  .zig-zag-fourth-section hr {
    width: 94%;
  }
  .zig-zag-third-section {
    padding: 4rem 0;
  }
  .cardContainer {
    width: 100%;
  }
  hr {
    width: 94%;
  }
  .zig-zag-section .cardContent p {
    margin-bottom: 12px;
  }
  .zig-zag-section .cardContainer.active h4 {
    margin-bottom: 0;
  }
  .zig-zag-section .cardContainer.active .d-flex {
    margin-bottom: 0.5rem;
  }
  .mobileView {
    display: none;
  }
}
