:root {
  --primary-color: #B8FB3C;
  --primary-color-200: #f6ffe5;
  --primary-color-900: #38b000;
  --secondary-color: rgba(15, 20, 26, 1);
  --light-color: #F4F4F4;
  --white-color: #FFFFFF;
}

@font-face {
  font-family: 'neue_powerultra';
  src: url('../fonts/neuepower-ultra-webfont.woff2') format('woff2'),
    url('../fonts/neuepower-ultra-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: unset;
}

body {
  font-family: "Instrument Sans", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'neue_powerultra' !important;
  line-height: normal !important;
  font-weight: 400;
  color: var(--secondary-color);
}

h1 {
  font-size: clamp(36px, -49.6976px + 14.9038vw, 93.2px);
}

h2,
.h2 {
  font-size: clamp(32px, -17.76px + 8.6538vw, 68px);
}

h3 {
  font-size: clamp(30px, 9.2672px + 3.6058vw, 45px);
}

h4 {
  font-size: clamp(28px, 15.56px + 2.1635vw, 37px);
}

.font-lg,
h5 {
  font-size: clamp(24px, 11.56px + 2.1635vw, 33px);
}

h6 {
  font-size: clamp(20px, 8.9424px + 1.9231vw, 28px);
}

img {
  max-width: 100%;
}

.spacer-y{padding-block:60px}

.button {
  text-align: center;
}

.button-secondary {
  color: #FFF;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.spacer-y {
  padding-block: 5rem;
}

.bg-primary-light {
  background-color: var(--primary-color-200);
}

.bg-primary-dark {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.primary-text {
  color: var(--primary-color) !important;
}

.mb-50 {
  margin-bottom: clamp(30px, 2.3552px + 4.8077vw, 50px);
}

.hero-section.spacer-y {
  margin-top: 4.5rem;
}

.highlighted-text::before {
  width: 104%;
  left: -2%;
}

.toc {
  position: sticky;
  top: 4.875rem;
  z-index: 9;
}

.link-list {
  display: flex;
  gap: .625rem;
  justify-content: center;
  margin: auto !important;
  padding: .625rem 1.5625rem;
  border-radius: 3.125rem;
  background-color: #f8ffec;
  border: .0625rem solid #ebffc6;
}

.link-list li {
  margin-bottom: 0;
}

.link-list li .list-label {
  font-size: .875rem;
  text-decoration: none !important;
  color: #869298;
  font-weight: 500;
  line-height: 1;
  transition: all .3s ease;
}

.link-list li .list-label.active {
  font-weight: 600;
  color: var(--primary-color-900);
}

.service-card h3 {
  font-size: 1.5rem;
  line-height: normal;
}

.service-card {
  padding: 1.875rem 1.5625rem;
  background: #b8fb3c3b;
  border-radius: 1.25rem;
  border: .0625rem solid #b8fb3cb5;
  border-bottom-width: .1875rem;
  height: 100%;
}

.cta-fw-quick-start .cta-body {
  display: flex;
  padding: 2.5rem 3rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  background: var(--primary-color);
  column-gap: 1rem;
  row-gap: var(--spacing-s-1)
}

.cta-fw-quick-start .cta-body form button {
  background-color: var(--secondary-color);
}

.works-slider .process-card h3 {
  font-size: 1.5rem;
  line-height: normal;
}

.works-slider .swiper-wrapper {
  display: flex;
  counter-reset: section;
}

.works-slider .swiper-slide {
  height: auto;
  counter-increment: section;
}

.process-card {
  padding: 1.875rem 1.5625rem;
  background: #fff;
  border-radius: 1.25rem;
  border: .0625rem solid #d2d2d2b5;
  border-bottom-width: .1875rem;
  height: 100%;
}

.process-card::before {
  content: "0" counter(section);
  font-family: var(--font-media-bold);
  height: 3.75rem;
  width: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  background: var(--primary-color);
  border-radius: 3.125rem;
  border: .0625rem solid #0080002b;
}

.new-faq {
  border-top: .0625rem solid #BEDBE0;
}

.new-faq .accordion-item {
  border: none;
  border-bottom: .0625rem solid #BEDBE0;
  padding: 1.875rem 0rem;
  border-radius: 0rem;
}

.new-faq .accordion-item h2.accordion-header button {
  font-size: 1.25rem !important;
  color: #07191C;
  font-weight: 700;
  background: none !important;
  padding: 0rem;
  box-shadow: none !important;
}

.new-faq .accordion-body {
  padding: 0rem;
  margin-top: .625rem;
  /* font-size: 1rem; */
  max-width: 81.4375rem;
}

.new-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.new-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40 ' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.new-faq .accordion-button::after {
  transition: all 0.5s;
  background-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.count-icon {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 3.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-media-bold);
  /* color: var(--white-color); */
  background-color: var(--primary-color);
}

.approch-list li {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 3.125rem;
  border: .0625rem solid rgba(224, 226, 230, 1);
  border-radius: 1.875rem;
  width: 80%;
  position: relative;
  background: var(--white-color);
  z-index: 2;
}

.approch-list li:nth-child(even):not(:last-child)::before,
.approch-list li:nth-child(odd)::before {
  content: '';
  width: 12.5rem;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  border-radius: 0 5rem 0 0;
  border: .125rem dashed var(--primary-color-900);
  border-left-width: 0;
  border-bottom-width: 0;
}

.approch-list li:nth-child(even):not(:last-child)::before {
  right: 100%;
  left: unset;
  border-radius: 5rem 0 0 0;
  border-right-width: 0;
  border-left-width: .125rem;
}

.approch-list li:last-child::before {
  width: 12.5rem;
  border-bottom: .125rem dashed var(--primary-color-900);
  border-top: 0;
  top: 50%;
  right: 0;
  content: '';
  position: absolute;
  border-right: 0;
  height: unset;
}

.approch-list li:nth-child(even) {
  margin-left: auto;
}

.single-pacakage {
  padding: 3.125rem 3.125rem 9.375rem;
  border-radius: 1.875rem;
  position: relative;
  height: 100%;
  z-index: 2;
}

.pacakage-heading-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}

.pacakage-heading-single h3 {
  color: var(--secondary-color) !important;
  margin: 0;
}

.single-pacakage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-pacakage ul li {
  color: var(--secondary-color);
  display: inline-block;
  width: 100%;
  margin: .5rem 0;
  position: relative;
  padding: 0 0 0 2.1875rem;
}

.single-pacakage ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .125rem;
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(1);
  background-image: url(../images/tick-light.webp);
}

.single-pacakage a.button {
  position: absolute;
  left: 3.125rem;
  bottom: 3.4375rem;
  width: calc(100% - 6.25rem);
  justify-content: center;
}

.single-pacakage>span {
  position: absolute;
  top: -2.8125rem;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: .0625rem;
  border-radius: 1.875rem;
  z-index: -2;
  padding: .625rem .625rem 6.25rem;
}

.single-pacakage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(184 251 60 / 25%);
  z-index: -1;
  border-radius: 1.875rem;
  backdrop-filter: blur(6.25rem);
}

.serve-card {
  position: relative;
  overflow: hidden;
  border-radius: .9375rem;
}

.serve-card h3 {
  position: absolute;
  padding: 4.375rem 1.25rem 1.875rem 1.25rem;
  font-size: 1.375rem;
  line-height: 1.3;
  bottom: 0;
  color: var(--white-color);
  background: linear-gradient(0deg, black, transparent);
  margin: 0;
  width: 100%;
}

/* new style for home */
.row::before,
.row::after {
  content: unset;
}

.font-md {
  font-size: clamp(16px, -0.5872px + 2.8846vw, 28px);
}

a {
  text-decoration: none !important;
}

.sticky_top {
  position: sticky;
  top: 9.375rem;
}

.navigation {
  border-radius: .625rem;
  padding: 0 1.375rem;
  display: grid;
  gap: .625rem;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5rem);
  transition: all .3s ease;
}

.menu>div:not([class])>a,
.has-child>a {
  padding: 2.1875rem 0;
  display: inline-block;
}

.header.dark .navigation {
  background: rgba(0, 0, 0, 0.3);
}

.menu_wrap {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.menu_wrap a:not(.button_theme) {
  color: var(--white-color);
}

.button_theme {
  padding: 1rem 1.5rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 11.875rem;
  gap: .9375rem;
  border-radius: .5rem;
  font-weight: 600;
}

.button_theme-primary {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.button_theme-secondary {
  background: #FFF;
  color: var(--secondary-color);
  border: .1875rem solid var(--secondary-color);
}

.button_link {
  color: var(--primary-color);
}

.button-icon::after {
  content: '\e09f';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  height: 1.625rem;
  width: 1.625rem;
  background: var(--secondary-color);
  border-radius: .25rem;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0
}

.button_link.button-icon::after {
  background: var(--primary-color);
  color: var(--secondary-color)
}

.gradient-border {
  --radius: .625rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5rem);
  position: relative;
  border-radius: var(--radius);
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  padding: .0625rem;
  /* border: .0625rem solid; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1
}

.header {
  position: fixed;
  top: 1.875rem;
  width: 100%;
  z-index: 999
}

.home-main .hero-wrapper {
  padding-top: 12.5rem;
}

.theme-list li {
  display: flex;
  gap: .9375rem;
  align-items: center;
}

.footer-column ul li a::before,
.theme-list li::before {
  content: '';
  height: 1rem;
  width: 1rem;
  border-radius: .25rem;
  background: var(--primary-color);
  display: flex;
  flex-shrink: 0;
  transition: all .3s ease;
}

.counter-card {
  padding: 2.125rem;
  height: 100%;
  box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.counter-text.plus::after {
  content: '+';
}

.counter-text.percent:after {
  content: '%';
}

.text-block {
  padding: 1.5rem .5rem 1.5rem 2rem;
  border-left: .625rem solid var(--primary-color);
  background: linear-gradient(90deg, #272C31 0%, #0F141A 100%);
}


.primary-bg {
  background: var(--primary-color);
}

.premium-list .gradient-border {
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  opacity: 25%;
  transition: all .3s ease
}

.premium-list .gradient-border.active {
  opacity: 1
}

.premium-list .gradient-border .icon-wrap img {
  transition: all .3s ease;
}

.premium-list .gradient-border .icon-wrap .active-icon {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: -1;
}

.premium-list .gradient-border.active .icon-wrap .default-icon {
  opacity: 0;
}

.premium-list .gradient-border.active .icon-wrap .active-icon {
  opacity: 1
}

.quote-block {
  padding-left: 1.875rem;
  border-left: .625rem solid var(--primary-color);
}

.prime-list-element {
  --radius: 1rem;
  padding: 4rem 3rem;
  box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
  /* border-radius: 1rem */
}

/* .sticky_top {
  position: sticky;
  top: 9.375rem;
} */

.premium-list {
  position: sticky;
  top: 9.375rem;
  max-height: calc(100vh - 9.375rem);
  overflow-y: auto;
  scrollbar-width: none;
}

.content-left {
  padding-left: 25rem;
  text-align: right;
}

.aware-row {
  padding: 1.5625rem 0;
  border-bottom: .1875rem solid rgba(184, 251, 60, 1);
}

.aware-row:nth-child(2) {
  border-color: rgba(129, 165, 46, 1)
}

.aware-row:nth-child(3) {
  border-color: rgba(79, 100, 38, 1)
}

.aware-row:nth-child(4) {
  border-color: rgba(36, 43, 24, 1)
}

.aweareness-wrap {
  padding: 5rem 0;
}

.awareness-content>img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.enterprise-card {
  --radius: 1rem;
  padding: 3rem;
  box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
}

.choose-card {
  --radius: 1rem;
  padding: 3rem;
  overflow: hidden;
  opacity: 25%
}

.choose_card-head {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.choose_card-body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.choose-card.active .choose_card-body {
  max-height: 31.25rem;
  opacity: 1;
  visibility: visible;
}

.choose-card .icon-wrap .active-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
}

.choose-card.active {
  opacity: 1;
}

.choose-card.active .default-icon {
  opacity: 0;
  visibility: hidden;
}

.choose-card.active .active-icon {
  opacity: 1;
}

.team-card .team-member {
  border-radius: 50%;
  border: .75rem solid var(--primary-color);
}

.package-card {
  --radius: 1rem;
  padding: 4rem 3rem;
  position: relative;
}

.package-card.popular::after {
  content: 'Most popular';
  padding: .375rem 1.5rem;
  background: var(--primary-color);
  border-radius: .75rem;
  color: var(--secondary-color);
  position: absolute;
  top: 4rem;
  right: 3rem;
}

.package-card .package-price {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: bold
}

.package-card .tick-list li {
  display: flex;
  gap: .9375rem;
  font-weight: 400;
  margin-bottom: .9375rem;
}

.package-card .tick-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
}

.footer-column .theme-list li a {
  font-size: 1.25rem;
}

/* .footer::after {
    content: 'fatseo';
    font-family: 'neue_powerultra' !important;
    font-size: 27vw;
    line-height: 1;
    -webkit-text-stroke: .0625rem var(--primary-color);
    color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.125rem;
}
.footer {
    padding-bottom: 27.5rem;
} */

/* .has-child {
  position: relative;
} */

.has-child>div,
.child-wrap {
  position: absolute !important;
  width: 100%;
  /* width: auto;
  min-width: 18.75rem; */
  left: 0;
  top: calc(100% + .625rem);
  background: rgb(15 20 26);
  padding: 1.25rem;
  box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
  /* --radius: 1rem; */
  /* transform: translateY(-4.75rem); */
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
}

.cta-header {
  padding: 1.25rem;
  --radius: 1rem;
}

.child-wrapper ul li a:not(.button_theme) {
  display: flex;
  gap: .625rem;
}

.child-wrapper ul li a:not(.button_theme):hover {
  color: var(--primary-color)
}

.child-wrapper ul li a:not(.button_theme)::after {
  content: '\e09f';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.child-wrapper ul li a:not(.button_theme):hover::after {
  opacity: 1;
  visibility: visible;
}

.has-child:hover>div,
.has-child:hover .child-wrap {
  opacity: 1;
  visibility: visible;
}

.icon-wrap {
  flex-shrink: 0
}

.child-wrapper ul li:not(:last-child) {
  margin-bottom: .4375rem;
}

.hamburger {
  display: none
}

.growth-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - .75rem);
  height: calc(100% - 5rem);
  object-fit: contain;
  object-position: left;
}

.footer-column ul {
  overflow: hidden;
}

.footer-column ul li a {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: .9375rem;
  margin-bottom: clamp(20px, 5.5824px + 1.8797vw, 30px);
}

.footer-column ul li:last-child a {
  margin-bottom: 0;
}

.footer-column ul li a::before {
  background-color: currentColor;
}

.footer-column ul li a.active,
.footer-column ul li:hover a {
  color: var(--primary-color);
}

.footer-column li {
  transform: translateX(-1.9375rem);
  transition: all .3s ease;
}

.footer-column li:hover {
  transform: translateX(0);
}

.icon-block {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  --radius: 1rem;
  box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
}

/* .article-page {
  padding-top: 5.625rem;
  overflow-x: hidden;
} */

.funnel-icon {
  height: 10rem;
  width: 10rem;
  background: rgba(39, 44, 49, 1);
  --radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.funnel-wrap-blk {
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* margin-left: auto; */
}

.funnel-row {
  position: relative;
  z-index: 2;
  padding: 3rem;
  overflow: hidden;
}

.funnel-wrap-blk .level-1 {
  /* grid-area: level1; */
  background: linear-gradient(90deg, #B8FB3C, rgba(25 33 8)), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.funnel-wrap-blk .level-2 {
  /* grid-area: level2; */
  background: linear-gradient(90deg, rgba(147, 201, 48, 1), rgba(25 33 8)), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.funnel-wrap-blk .level-3 {
  /* grid-area: level3; */
  background: linear-gradient(90deg, rgba(110, 151, 36, 1), rgba(25 33 8)), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.funnel-wrap-blk .level-4 {
  /* grid-area: level4; */
  background: linear-gradient(90deg, rgba(74, 100, 24, 1), rgba(25 33 8)), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.funnel-wrap-blk>.funnel-wrap-img {
  /* grid-area: funnel; */
  position: absolute;
  top: 0;
  right: -10%;
  height: calc(100% + 1.5625rem);
  z-index: 2;
  filter: drop-shadow(-1.5625rem 0 0 #FFF);
}

.funnel-left {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  position: relative;
  width: 55%;
  overflow: hidden;
  /* margin-left: auto; */
}

.funnel-row.level-1 .funnel-left {
  width: 55%;
}

.funnel-row.level-2 .funnel-left {
  width: 60%;
}

.funnel-row.level-3 .funnel-left {
  width: 65%;
}

.funnel-row.level-4 .funnel-left {
  width: 75%;
}

.funnel-content {
  width: 100%;
  padding-right: 2.1875rem;
}

.funnel-content .theme-list {
  position: absolute;
  top: 50%;
  left: calc(100% + 1.875rem);
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
}

.funnel-content .theme-list li {
  color: #FFF;
}

.funnel-wrap-blk>.funnel-wrap-img::before {
  content: '';
  height: calc(100% - 1.5625rem);
  width: 50%;
  background: white;
  position: absolute;
  right: -0.0625rem;
  z-index: -1;
}

.funnel-row .content-wrap {
  transition: all .3s ease;
  display: grid;
  grid-template-columns: 100% 100%;
  gap: 1.875rem;
}

.funnel-row:hover .content-wrap {
  transform: translateX(calc(-100% - 1.875rem));
}

.theme-control {
  box-shadow: unset !important;
  padding: 1rem 1.25rem !important;
}

.theme-control:focus {
  border-color: var(--primary-color);
}

.boost-wrap {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 100%), linear-gradient(112deg, #1778be 0%, #34ae21 100%);
  box-shadow: 0rem .25rem .5rem 0rem rgba(0, 0, 0, .25);
  padding: 1.25rem 2.5rem;
}

.boost-wrap h3.small {
  display: inline-flex;
  align-items: center;
  padding: .625rem;
  color: #fff;
  background-color: #1a1a1a;
  position: relative;
  height: 2.5rem;
  min-width: 8.75rem;
}

.boost-wrap h3.small::after {
  content: "";
  border: 1.25rem solid #1a1a1a;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  right: -2.5rem;
}

.boost-wrap h3.small+img {
  max-width: 16.875rem;
}

.boost-wrap .d-flex.flex-wrap img {
  height: 2.8125rem;
  width: 2.8125rem;
  object-fit: contain;
}

#boost-modal .boost-form {
  padding: 1.5rem;
  border-radius: .5rem;
  border: .125rem solid var(--primary-color);
}

#boost-modal .close-boost {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #34ae21;
  border-radius: 50%;
  top: -0.625rem;
  right: -0.625rem;
}

.funnel-wrapper .level-wrap {
  text-align: center;
  padding: 160px 0 100px 0;
  position: relative;
}

.funnel-wrapper ul {
  display: flex;
  gap: 20px 30px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.funnel-wrapper ul li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: .625rem;
}

.funnel-wrapper ul li::before {
  content: '';
  flex-shrink: 0;
  height: 12px;
  width: 12px;
  background-color: currentColor;
  border-radius: 2px;
}

.funnel-wrapper .level-1 {
  background-color: rgba(184, 251, 60, 1);
}

.funnel-wrapper .level-2 {
  background-color: rgb(166, 226, 54);
}

.funnel-wrapper .level-3 {
  background-color: rgb(147, 201, 48);
}

.funnel-wrapper .level-4 {
  background-color: rgb(129, 176, 42);
}

.funnel-wrapper .level-wrap:not(:last-child)::after,
.funnel-wrapper .level-1::before {
  content: '';
  border: 70px solid transparent;
  border-top-color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left-width: 90px;
  border-right-width: 90px;
}

.funnel-wrapper .level-wrap::after {
  top: calc(100% - 3px) !important;
  z-index: 2;
}

.funnel-wrapper .level-1::after {
  border-top-color: rgba(184, 251, 60, 1) !important;
}

.funnel-wrapper .level-2::after {
  border-top-color: rgb(166, 226, 54) !important;
}

.funnel-wrapper .level-3::after {
  border-top-color: rgb(147, 201, 48) !important;
}

.funnel-wrapper .level-4::after {
  border-top-color: rgb(129, 176, 42) !important;
}

section.two-column-wysiwyg-section.short-left-column-wide-right-column-template .wysiwyg-content {
  position: sticky;
  top: 9.375rem;
}

section.two-column-wysiwyg-section.basic-template .right-content .wysiwyg-content {
  height: 100%;
}

.left-form-right-content-stats .right-content,
section.two-column-wysiwyg-section.basic-template .right-content img {
  position: sticky;
  top: 9.375rem;
}

.left-content-with-stats-right-image-video-section {
  overflow: hidden;
}

.footer-location {
  text-align: center;
  padding: 64px;
  --radius: 1rem;
  height: 100%;
  box-shadow: 0px 60px 60px 0px rgba(0, 0, 0, 0.8);
  opacity: .45;
  transition: all .3s ease;
  cursor: pointer;
}

.footer-location:hover {
  opacity: 1;
}

.hero-form {
  padding: 20px;
  background: var(--secondary-color);
  --radius: 16px;
}

.hero-form .theme-control {
  padding: 10px 14px !important;
  border-radius: 8px;
}

.main-table {
  margin-top: 40px;
}

.main-table :is(th, td):nth-child(2) {
  background: var(--secondary-color) !important;
  border-top: 1px solid rgba(255, 255, 255, .1) !important;
  text-align: center;
  color: #FFF !important;
  position: relative;
}

.main-table :is(th, td):not(:nth-child(2)) {
  background: transparent !important;
}

.main-table :is(th, td) {
  font-size: 16px !important;
}

.main-table tbody tr:last-child td:nth-child(2)::before,
.main-table tbody tr:nth-child(1) th:nth-child(2)::before {
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 100%;
  border-radius: 20px 20px 0 0;
}

.main-table tbody tr:last-child td:nth-child(2)::before {
  bottom: unset;
  top: 100%;
  border-radius: 0 0 20px 20px;
}

.location-slider .swiper-wrapper {
  display: flex;
}

.location-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.location-slider .swiper-wrapper .swiper-slide>div {
  height: 100%;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.copyright > p{
  color: #FFF;
  opacity: 25%;
}

.copyright .footer-socials {
  display: flex;
  gap: 20px;
  align-items: center;
}

.copyright .footer-socials a {
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  opacity: 25%;
  transition: all .3s ease;
}
.copyright .footer-socials a:hover {
  color: var(--primary-color);
  opacity: 100%;
}

@media (width >=93.75rem) {
  .container {
    max-width: calc(100% - 8rem);
  }

  .home-main :is(p, li, a:not(.button_theme)) {
    font-size: clamp(20px, 8.9424px + 1.9231vw, 28px);
    line-height: 1.25
  }
}

@media (width <=93.6875rem) {
  .funnel-wrap-blk>.funnel-wrap-img {
    right: -38.3%;
  }

  .funnel-content {
    padding-right: 0;
  }
}

@media (width <=87.4375rem) {
  h1 {
    font-size: clamp(34px, -18.5248px + 9.1346vw, 72px);
  }

  h2,
  .h2 {
    font-size: clamp(30px, -0.408px + 5.2885vw, 52px);
  }

  h3,
  .h3 {
    font-size: clamp(26px, 14.9424px + 1.9231vw, 34px);
  }

  h4,
  .h4 {
    font-size: clamp(22px, 10.9424px + 1.9231vw, 30px);
  }

  h5,
  .h5 {
    font-size: clamp(20px, 11.7072px + 1.4423vw, 26px);
  }

  h6,
  .h6 {
    font-size: clamp(16px, 7.7072px + 1.4423vw, 22px);
  }

  .font-lg {
    font-size: clamp(16px, 4.0624px + 1.5564vw, 20px);
  }

  .font-md {
    font-size: clamp(16px, 10.0304px + 0.7782vw, 18px);
  }

  .aweareness-wrap {
    padding: 0;
  }

  .awareness-content>img {
    display: none;
  }

  .content-left {
    padding-left: 0;
  }

  .choose_card-head .icon-wrap {
    width: 5.625rem !important;
  }

  .choose_card-head .h1 {
    font-size: clamp(28px, -7.8128px + 4.6693vw, 40px);
  }

  .package-card .package-price {
    font-size: clamp(28px, -7.8128px + 4.6693vw, 40px);
  }

  .package-card {
    padding: 2.125rem;
  }

  .package-card.popular::after {
    top: 2.125rem;
    right: 2.125rem;
    font-size: .875rem;
    font-weight: 600;
    padding: .375rem 1.125rem;
    border-radius: 3.75rem;
  }

  .footer-column .theme-list li a {
    font-size: clamp(16px, 10.0304px + 0.7782vw, 18px);
  }

  .footer-column ul li a::before,
  .theme-list li::before {
    height: .625rem;
    width: .625rem;
  }

  .footer-column li {
    transform: translateX(-1.5625rem);
    transition: all .3s ease;
  }
}

@media (width <=84.375rem) {
  .choose_card-head .icon-wrap {
    width: 4.375rem !important;
  }

  .choose_card-head {
    gap: .9375rem;
  }

  .choose_card-head .h1 {
    font-size: clamp(28px, 18.3248px + 1.6827vw, 35px);
  }

  .icon-block {
    width: 5.625rem;
    height: 5.625rem;
    padding: 1.25rem;
  }

  .footer-location {
    padding: 40px 30px;
  }
}

@media (width <=74.9375rem) {

  .approch-list li:last-child::before,
  .approch-list li:nth-child(even):not(:last-child)::before,
  .approch-list li:nth-child(odd)::before {
    width: 8.75rem;
  }

  .single-pacakage {
    padding: 1.875rem 1.25rem 6.25rem;
  }

  .single-pacakage a.button {
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }

  .choose-card {
    padding: 1.875rem;
  }
}

@media (width <=64rem) {
  .hamburger {
    display: flex;
    cursor: pointer;
  }

  .menu_wrap {
    position: absolute;
    flex-direction: column;
    gap: .625rem;
    top: 100%;
    margin-top: .625rem;
    width: 100%;
    left: 0;
  }

  .navigation {
    padding: 1.125rem 1.375rem;
  }

  .item-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .menu>div:not([class])>a,
  .has-child>a {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .child-wrapper>.fw-semibold::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .child-wrapper ul[style*="block"]+.fw-semibold::after,
  .child-wrapper ul:has(+ .fw-semibold)::after {
    transform: rotate(90deg);
  }

  .button_theme {
    padding: .625rem .9375rem .625rem .9375rem;
    font-size: 1rem;
  }

  .has-child>div,
  .has-child .child-wrap {
    position: static !important;
    margin-top: .625rem;
  }

  .has-child>div,
  .has-child .child-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    background: rgb(10 13 17);
  }

  .child-wrapper>.fw-semibold {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .child-wrapper>.fw-semibold+ul {
    margin-top: .625rem !important;
  }

  .menu_wrap {
    padding: .9375rem;
    background: #0f141a;
    border: .0625rem solid rgba(255, 255, 255, .1);
    border-radius: .625rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
  }

  .menu_wrap.active {
    opacity: 1;
    visibility: visible;
  }

  .home-main .hero-wrapper {
    padding-top: 10rem;
  }
}

@media (width >=63.9375rem) {
  .child-wrap {
    width: 100%;
    min-width: 100%;
  }

  .child-wrap ul li {
    transition: all .3s ease;
  }

  .child-wrap ul li:hover {
    transform: translateX(.625rem);
  }
}

@media (width <=62rem) {
  .our-packages-section .row .col-lg-4:nth-child(2) {
    margin: 4.375rem 0 1.5625rem;
  }

  .premium-wrapper .row:nth-child(2) .col-lg-4 {
    display: none;
  }

  .content-left {
    text-align: left
  }

  .text-video-image-scroller.block-learning.default .layout.left-media-side-layout .right-side {
    margin-right: 0 !important;
  }

  .block-learning-video {
    max-width: 100%;
  }

  .left-form-right-content-stats .right-content,
  .text-video-image-scroller.block-learning .layout.left-media-side-layout .right-side,
  section.two-column-wysiwyg-section.short-left-column-wide-right-column-template .wysiwyg-content,
  section.two-column-wysiwyg-section.basic-template .right-content img {
    position: static !important;
  }

  .left-content-with-stats-right-image-video-section .left-content-with-stats-right-image-video .right-content {
    margin: auto;
  }

  .two-column-wysiwyg-section.short-left-column-wide-right-column-template .two-column-wysiwyg>.left-content {
    max-width: 100%;
  }
}

@media (width <=47.9375rem) {
  .approch-list li img {
    width: 7.5rem;
  }

  .approch-list li {
    align-items: start;
    padding: 1.875rem;
  }

  .approch-list li:nth-child(even):not(:last-child)::before,
  .approch-list li:nth-child(odd)::before {
    width: 5rem;
    border-radius: 0 2.5rem 0 0;
  }

  .approch-list li:nth-child(even):not(:last-child)::before {
    border-radius: 2.5rem 0 0 0;
  }

  .approch-list li:last-child::before {
    width: 5rem;
  }

  .button_theme {
    min-width: unset;
    line-height: 1;
  }

  .container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .funnel-wrapper .level-wrap {
    text-align: left;
    padding: 100px 0 60px 0;
  }

  .funnel-wrapper ul {
    flex-direction: column;
    gap: 20px;
  }

  .funnel-wrapper .level-wrap:not(:last-child)::after,
  .funnel-wrapper .level-1::before {
    border-left-width: unset;
    border-right-width: unset;
    border-width: 50px;
    transform: unset;
    left: 1.75rem;
  }

  .cta-half-page-meet-webfx-compact {
    text-align: center;
    width: 100%;
  }

  .cta-half-page-meet-webfx-compact .cta-img {
    margin: auto;
    width: 100%;
  }
}

@media (width <=35.9375rem) {
  .font-lg {
    font-size: 16px;
  }

  .icon-circle {
    width: 4.25rem;
    height: 4.25rem;
    padding: .9375rem;
  }

  .approch-list li:last-child::before,
  .approch-list li:nth-child(even):not(:last-child)::before,
  .approch-list li:nth-child(odd)::before {
    content: unset;
  }

  .approch-list li {
    width: 100%;
    flex-direction: column;
    gap: .625rem;
  }

  .pacakage-heading-single h3 {
    font-size: 1.375rem;
    line-height: 1;
  }

  .item-right .button_theme {
    display: none;
  }

  .header {
    top: .75rem;
  }

  .home-main .hero-wrapper {
    padding-top: 6.875rem;
  }

  .choose-card {
    padding: 1.25rem;
  }

  .choose_card-head {
    flex-direction: column;
    text-align: center;
  }

  .choose_card-body {
    text-align: center;
  }

  .prime-list-element {
    padding: 1.875rem;
  }

  .quote-block {
    padding-left: 1.25rem;
  }

  .has-child>div,
  .child-wrap {
    padding: 1.25rem;
  }

  .boost-wrap {
    padding: 1.25rem .75rem;
  }
}

.scalable-card h3 {
  font-size: 1.875rem;
}

ul:not([class]),
.scalable-card ul {
  padding-left: 0 !important;
  list-style: none;
}

ul:not([class]) li,
.scalable-card ul li {
  padding-left: 1.5625rem;
  position: relative;
}

ul:not([class]) li::before,
.scalable-card ul li::before {
  content: '\e63a';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  color: var(--primary-color);
  transform-origin: center center;
  rotate: 90deg;
  position: absolute;
  left: 0;
}

:is(.tabs-navigation, .tab-main-content) ul li {
  padding-left: 0 !important;
}

:is(.tabs-navigation, .tab-main-content) ul li::before {
  content: unset !important;
}

.tab-nav-item svg {
  display: none;
}