/** Shopify CDN: Minification failed

Line 1378:0 Unexpected "/"
Line 1402:2 Expected identifier but found "/"
Line 1402:20 Expected identifier but found "/"

**/
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  margin: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
  margin: 0px;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid transparent;
}

a:hover,
a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

p {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
a,
input,
select,
button,
textarea,
p,
img {
  margin: 0px;
  padding: 0px;
  font-family: Montserrat, sans-serif !important;
}

span,
a {
  display: inline-block;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out 0s;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0px auto;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.head-button {
  display: flex;
  align-items: center;
  gap: 30px;
}

.head-button > a{letter-spacing: 0rem;}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger span {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger span:last-child {
  margin-bottom: 0px;
}

.hamburger button {
  background: transparent;
  border: none;
}

.overflow {
  overflow: hidden;
}

.innerHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px 40px 10px 24px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 100px;
}

.innerHeader .logo {display: flex;align-items: center;}
.innerHeader .logo img{min-height: 3.2rem;}

#navbar {
  display: flex;
  align-items: center;
}

#navbar ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

#navbar ul li a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.28px;
}

#navbar ul li a:hover {
  color: rgb(60, 60, 61);
}

.get-started {
  display: flex;
  gap: 58px;
  align-items: center;
}

.navbtn {
  display: flex;
  padding: 12px 24px 13px;
  justify-content: center;
  align-items: center;
  color: rgb(179, 145, 248);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.28px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  gap: 12px;
}

.navbtn:hover {
  background: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

.navbtn:hover img {
  filter: brightness(0) invert(1);
}

.banner-section {
  /* height: 1040px; */
  position: relative;
  z-index: 1;
  /* padding-top: 30px; */
}

.banner-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://cdn.shopify.com/s/files/1/0691/4444/5182/files/Rectangle.png?v=1713175625")
    0% 0% / cover no-repeat;
  top: 0px;
}

.left-ban {
  position: relative;
  z-index: 1;
  /* width: 115%; */
}

.right-ban {
  position: relative;
  z-index: 1;
  /* width: 85%; */
}

.left-ban h1 {
  color: rgb(60, 60, 61);
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.left-area {
  width: 49%;
  position: relative;
}

.left-ban h1 > span {
  color: rgb(179, 145, 248);
  position: relative;
  font-size: 48px;
  display: inline;
}

.left-ban h1 > span::after {
  content: "";
  position: absolute;
  width: 205px;
  height: 49px;
  background: url("https://cdn.shopify.com/s/files/1/0691/4444/5182/files/ban-span.svg?v=1713175684")
    0% 0% / contain no-repeat;
  bottom: -22px;
  left: 0px;
  display: none;
}

.left-ban span {
  color: rgb(60, 60, 61);
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 7px;
}

.left-ban p {
  color: rgb(85, 83, 83);
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.44px;
  margin-top: 16px;
  width: 98%;
}

.go {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  border-radius: 4px;
  background: rgb(179, 145, 248);
  padding: 12px 24px 13px;
  gap: 10px;
  display: flex;
  width: max-content;
  margin-top: 40px;
  border: 1px solid transparent;
  flex-direction: row-reverse;
}

.go:hover,
.sm-contact:hover {
  background: transparent;
  color: rgb(179, 145, 248);
  border: 1px solid rgb(179, 145, 248);
}

.go:hover img,
.sm-contact:hover img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(53%) saturate(719%)
    hue-rotate(211deg) brightness(103%) contrast(94%);
}

.explore {
  display: none !important;
}

.explore img {
  margin: 0px auto;
}

.explore p {
  color: rgb(85, 83, 83);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

.explore {
  width: 130px;
  position: absolute;
  z-index: 1;
  bottom: 164px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  bottom: 35px;
}

.smarter-content h2 {
  color: rgb(85, 83, 83);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.smarter-section {
  margin-top: 170px;
}

.smarter-images {
  display: flex;
  margin: 56px auto 56px;
  gap: 86px;
  justify-content: center;
}

.sm-img-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sm-img-area h5 {
  color: rgb(179, 145, 248);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.22px;
  text-transform: capitalize;
  margin-top: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.sm-img-area span {
  color: rgb(85, 83, 83);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.sm-contact {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--Wicked-Smart-Purple, #b391f8);
  padding: 12px 24px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-align: center;
  margin: 0px auto;
  gap: 8px;
  flex-direction: row-reverse;
}

h2 > span {
  color: rgb(179, 145, 248);
}

.table-content-area h2 {
  color: var(--Wicked-Smart-Purple, #555353);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.table-section {
  position: relative;
  margin-top: 50px;
  margin-bottom: 98px;
  padding-bottom: 210px;
}

.table-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://cdn.shopify.com/s/files/1/0691/4444/5182/files/tab-aft.png?v=1713179044")
    0% 0% / cover no-repeat;
  top: 0px;
}

.table-content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 207px;
  border-bottom: 1px solid rgb(230, 230, 231);
  padding-bottom: 90px;
}

table.Wicked-table {
  width: 93%;
  margin-top: 44px;
  border-collapse: separate;
  border-spacing: 32px 0px;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 65px;
}

.Wicked-table th {
  background-color: rgb(255, 255, 255);
  text-align: start;
  border-bottom: 1px solid var(--Main-Colors-Linen, #f2f1ed);
  padding-left: 25px;
  height: 92px;
}

.Wicked-table th:nth-child(2) {
  background: rgb(242, 233, 255);
  text-align: center;
  padding-left: 0px;
}

.Wicked-table th:nth-child(3) {
  background: var(--Wicked-Smart-Purple, #b391f8);
  padding-left: 0px;
}

.Wicked-table th p {
  color: var(--Wicked-Smart-Purple, #b391f8);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}

.Wicked-table tr td {
  text-align: start;
  background: var(--Main-Colors-White, #fff);
  padding-left: 24px;
  height: 90px;
  border-bottom: 1px solid var(--Main-Colors-Linen, #f2f1ed);
}

.Wicked-table tr td p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}

.Wicked-table tbody tr td img {
  margin: 0px auto;
}

table.Wicked-table tbody tr td:nth-child(1) {
  width: 54%;
  border-bottom: 1px solid var(--Main-Colors-Linen, #f2f1ed);
}

.Wicked-table tr {
  border-bottom: none !important;
}

.Wicked-table tr td:nth-child(2),
.Wicked-table tr td:nth-child(3) {
  padding-left: 0px;
}

.Wicked-table th:nth-child(3) img {
  margin: 0px auto;
}

.work-area {
  position: relative;
  z-index: 1;
}

.great-head {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  gap: 120px;
}

.great-head h2 {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  /* width: 73%; */
}

.great-head > h2 > span {
  display: block;
}

.great-para p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 45px;
}

.great-para {
  width: 90%;
  margin-top: 13px;
}

.great-para .sm-contact {
  margin: unset;
  /* width: 155px; */
}

.work-info-area {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  align-items: center;
}

.single-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(230, 230, 231);
  padding-bottom: 38px;
  align-items: start;
}

.single-info:last-child {
  border-bottom: unset;
}

.work-img {
  width: 43%;
}

.work-info-content {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.single-info h2 {
  color: var(--Wicked-Smart-Purple, #b391f8);
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.12px;
  text-transform: capitalize;
}

.single-info p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  width: 280px;
}

.faqs-head {
  display: flex;
  justify-content: space-between;
}

.faqs-head h2 {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.faqs-head p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  width: 49%;
  margin-top: 12px;
}

.query-content {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 20px;
}

.Question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.Question p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}

.Question span {
  color: var(--Wicked-Smart-Purple, #b391f8);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}

.answer {
  display: none;
  padding-top: 32px;
}

.answer p {
  color: rgb(91, 91, 95);
  font-size: 14px;
  font-weight: 400;
  line-height: 190%;
  text-align: start;
  margin-top: 16px;
}

.question-active p {
  color: var(--Main-Colors-White, #fff);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}

.question-active span {
  color: var(--Main-Colors-White, #fff);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}

.QA-content {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 23px;
}

.Question img {
  display: none;
}

.QA-content.answer-active {
  background-color: rgb(179, 145, 248);
  padding: 49px 40px;
}

.QA-content.answer-active img {
  display: block;
}

.ans {
  display: flex;
  gap: 87px;
  align-items: flex-end;
}

.ans p {
  color: var(--Neutral-Grey-02, #e6e6e7);
  font-size: 21px;
  font-weight: 300;
  line-height: 150%;
  width: 38%;
}

.border {
  border-bottom: 1px solid rgb(230, 230, 231);
  padding-bottom: 85px;
}

.testimonial-section {
  margin-top: 92px;
}

.testimonials {
  display: flex;
  gap: 0px;
  padding-left: 11px;
}

.testimonial-static {
  width: 38.5%;
}

.testimonial-static h2 {
  color: var(--Wicked-Smart-Purple, #555353);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.testimonial-static p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  margin: 48px 0px;
}

/* .testimonial-container {
  width: 100%;
  max-width: 70%;
  margin: 0px auto;
} */

.rating-static span {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  margin-top: 4px;
}

.testimonial-slider-area {
  width: 100%;
  display: flex;
}

.testimonial-slider {
  width: 100%;
  display: flex !important;
  gap: 32px !important;
}

.testimonial-slider-box {
  /* width: 39%; */
  border-radius: 4px;
  background: var(--Neutral-Grey-00, #f8f8f8);
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 535px;
}

.user {
  display: flex;
  gap: 12px;
}

.user-info h5 {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

.user-info p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.test-content > p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

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

/* .testimonials {
  width: 100%;
  max-width: 1335px;
  margin: 0px auto;
} */

/* .testimonial-slider.slick-initialized .slick-slide {
  margin-right: 35px;
} */

.test-content {
  min-height: 280px;
}

.testimonial-slider .slick-dots {
  text-align: start;
  left: 200px;
  gap: 14px;
  display: flex;
  align-items: center;
  bottom: -64px;
}

.testimonial-slider .slick-dots li {
  border-radius: 50%;
  border: 1px solid rgb(230, 230, 231);
  width: 14px;
  height: 14px;
}

.testimonial-slider .slick-dots li.slick-active {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(230, 230, 231);
}

.testimonial-slider .slick-dots li button::before {
  visibility: hidden;
}

.testimonial-slider .slick-dots li.slick-active button {
  background-color: rgb(179, 145, 248);
  border-radius: 50%;
}

.border-test {
  border-bottom: 1px solid rgb(230, 230, 231);
  padding-bottom: 90px;
}

.smart-slider-section {
  margin-top: 90px;
}

.smart-con h2 {
  color: var(--Wicked-Smart-Grey, #555353);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.smart-box {
  border-radius: 4px;
  background: #fff;
  width: 296px;
  height: 164px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: flex !important;
  border: 1px solid #e6e6e7;
}

.smart-box img {
  width: 168px;
  height: 69px;
  filter: grayscale(1);
  object-fit: contain;
}

.smart-box:hover img {
  filter: unset;
}

.smart-slider {
  margin-top: 38px;
  display: flex;
  gap: 32px;
}

.smart-slider.slick-initialized .slick-slide {
  /* margin-right: 32px; */
}

#footer {
  margin-top: 258px;
  position: relative;
}

.inner-footer {
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 161px;
  gap: 144px;
  padding-left: 107px;
  padding-bottom: 40px;
}

.footer-content {
  position: relative;
  z-index: 1;
}

#footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://cdn.shopify.com/s/files/1/0691/4444/5182/files/footer-after.png?v=1713184690")
    0% 0% / cover no-repeat;
  top: 0px;
}

.iphone-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px 4px 0px 0px;
  background: rgba(255, 255, 255, 0.2);
  height: 310px;
  width: 515px;
  bottom: -40px;
}

.iphone-area img {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: -340px;
  height: 586px;
}

.disscussion-area h2 {
  color: var(--Main-Colors-White, #fff);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.disscussion-area p {
  color: var(--Neutral-Grey-02, #e6e6e7);
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  margin: 24px 0px 46px;
}

.disscussion-area {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sub-area .sm-contact {
  background-color: rgb(255, 255, 255);
  color: rgb(179, 145, 248);
}

.sub-area {
  display: flex;
  gap: 32px;
}

.sm-contact-2 {
  display: flex;
  color: rgb(255, 255, 255);
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  font-size: 14px;
}

.last-footer {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 24px 0 16px 0;
  position: relative;
  z-index: 1;
}

.inner-last {
  display: flex;
  justify-content: space-between;
}

.copy p {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.28px;
}

.policy {
  display: flex;
  gap: 40px;
}

.policy a {
  color: var(--Wicked-Smart-Grey, #555353);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.28px;
}

.policy a:hover {
  color: #b391f8;
}

.sub-area .sm-contact:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.sub-area .sm-contact:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%)
    hue-rotate(349deg) brightness(103%) contrast(101%);
}

.sm-contact-2:hover {
  color: #555353;
}

.sm-contact-2:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(945%)
    hue-rotate(218deg) brightness(81%) contrast(100%);
}

.sm-img-area:nth-child(1) img {
  filter: grayscale(1);
}

.pad-images {
  display: flex;
  position: relative;
  z-index: 1;
  top: 63px;
  justify-content: space-between;
  --grid-desktop-horizontal-spacing: 20px;
  --grid-mobile-horizontal-spacing: 20px;
}

.pad-box {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: calc(33.33% - (var(--grid-desktop-horizontal-spacing) * 2 / 3));
  max-width: calc(33.33% - (var(--grid-desktop-horizontal-spacing) * 2 / 3));
  flex-grow: 1;
  flex-shrink: 0;
}
.pad-box > .media{
  width: 100%;
}

.pad-box img {
  width: 100%;
  
  object-fit: cover;
}

.pad-box h3 {
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: capitalize;
}

.great-head h2 > span {
  display: inline;
}

.how-it-works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 56px;
}

.videoBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
}

.videoBox img {
  width: 1280px;
  height: 550px;
}

.videoBox a span {
  position: absolute;
  top: 46%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 4px;
  width: 146px;
  height: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  gap: 8px;
}

.work-content {
  margin-top: 38px;
}

.work-content h3 {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  width: 100%;
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}

.work-content h3 > span {
  color: var(--Main-Colors-Wicked-Smart-Purple, #b391f8);
}
.work-content h3 > span.workCounter {
  display: none;
}
.work-content p {
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 21px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 18px;
  width: 80%;
}

.how-it-works .work-box:nth-child(1) {
  width: 100%;
  margin-bottom: 22px;
}

.how-it-works .work-box {
  width: 48.5%;
}

.test-top h2 {
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.test-top p {
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  margin-top: 16px;
}

.test-top {
  margin-bottom: 40px;
}

.test-content h5 {
  color: var(--Main-Colors-Wicked-Smart-Purple, #b391f8);
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 18px;
}

.test-arrows {
  display: flex;
  margin-top: 40px;
  gap: 24px;
  justify-content: center;
}

.test-arrows .next,
.test-arrows .prev {
  cursor: pointer;
}

.stop-scrolling {
  overflow: hidden;
}

.testimonial-slider .slick-track {
  /* margin:0 -32px 0 16px; */
  display: flex;
  gap: 30px;
}
/* .testi-width {
  padding:0 16px;
} */

.smart-slider .slick-track {
  display: flex;
  gap: 30px;
}

body.fancybox-active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 4;
}
#footer .sm-contact {
  width: 100%;
}

.pricing h2 {
    color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.8px;
    text-transform: capitalize;
  margin-bottom: 20px;
}
.price-value{
  text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    color: #b391f8;
}
.duration{
  text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    color: #000;
}
.pricing-container{
  padding: 10px;
}
.pricing-image{
  min-height: 160px;
}
.pricing-image img{
  margin: 10px auto;
}
.pricing-main li:nth-child(3) .pricing-image img{
    width: 150px;
    height: auto;
}
.pricing-main li:nth-child(1) .pricing-image img{
    width: 100px;
    height: auto;
}
@media(max-width:991px){
  .pricing-image{
  min-height: unset;
  }
  .pricing-container {
    padding: 20px 10px;
    border-bottom: 1px solid #dedede;
}
}


/ popup  /

.overflow-hidden{
  overflow: hidden;
}

.parent-pop{
   /* display: none;  */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  left: 0;
}

.popup-area{
  padding: 48px 32px 70px;
  border-radius: 4px;
  background: var(--Main-Colors-White, #fff);
  / color: #e6e6e7; /
  width: max-content;
  margin: 0 auto;
  position: absolute;
  z-index: 9999999;
  top: 3vh;
  height: 620px;
  overflow-y:auto;
}

.popup-close{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-area-content h2{
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%; 
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.popup-area-content p{
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; 
  width: 70%;
  margin-bottom: 24px;
}

.form-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.form-inner input{
  width: 49%;
  border-radius: 4px;
  background: var(--Neutral-Grey-00, #F8F8F8);
  padding: 17px 18px 16px 18px;
  border: none;
  margin-bottom: 24px;
}

.form-inner input::placeholder, .form-inner-second textarea::placeholder{
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; 
}

.form-inner-second p{
  color: var(--Main-Colors-Wicked-Smart-Grey, #555353);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; 
}

.radio-btns {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.radio-btns input[type="radio"] {
   appearance: none; /* Removes default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
  /* display: none; */
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #B391F8;
}

.radio-btns label {
  /* position: relative; */
  /* padding-left: 30px; */
  cursor: pointer;
  display: flex;
    line-height: 0;
    align-items: center;
    gap: 8px;
}

.radio-btns label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #B391F8;
}

/* .radio-btns input[type="radio"]:checked + .checkmark {
  background-color: #B391F8;
} */
.radio-btns input[type="radio"]:checked {
  background-color: #B391F8;
}

/* .radio-btns label::before {
  content: ""; 
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  
  border-radius: 50%;
} */

/* .radio-btns input[type="radio"]:checked + label::before {
  background-color: #B391F8;
} */
.radio-btns input[type="radio"]:checked {
  background-color: #B391F8;
}

.form-inner-second textarea{
  width: 100%;
  height: 200px;
  margin-top: 24px;
  padding: 17px 18px 16px 18px;
  border: none;
  border-radius: 4px;
  background: var(--Neutral-Grey-00, #F8F8F8);
}

.popup-submit{
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  border-radius: 4px;
  background: var(--Main-Colors-Wicked-Smart-Purple, #B391F8);
  padding: 12px 24px 13px 24px;
  color: var(--Main-Colors-White, #FFF);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: 0.28px;
  text-transform: capitalize;
  margin-top: 12px;
  /* margin-left: auto; */
  float: right;
}

.radio-btns input[type="radio"]:checked + .checkmark:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 9px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 3px;
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.popup-area-content h2.form-status {
    font-size: 20px;
}
body.thank-you {
    background: #F9F6FF;
}
.thank-you .go {
    width: auto;
    display: inline-flex;
}
.thank-you .banner-section {
    height: auto;
}
@media(max-width:399px){
  .radio-btns{
        gap: 12px;
  }
}

.shopify-policy__container{
  padding-top: 190px;
    max-width: 80ch;
}