/* Import Base styles */
@import url(global.css);
.bg_head_hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2d299f;
}
.light-bg {
  background-color: #fafafb;
  padding: 100px 0;
}
header .btn span {
  padding-inline-end: 5px;
}
header .btn img {
  width: 16px;
  height: 16px;
}
.hero_btns_wrap .btn_outline img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(4089%)
    hue-rotate(214deg) brightness(96%) contrast(90%);
}
.hero_btns_wrap .btn:hover img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(4089%)
    hue-rotate(214deg) brightness(96%) contrast(90%);
}
.hero {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.hero * {
  position: relative;
  z-index: 1;
}
.hero_wrap {
  padding-top: 80px;
  max-width: 80%;
}
.single-notsh {
  max-width: 150px;
}
.hero h1 {
  color: #fff;
  font-size: 56px;
  margin-bottom: 16px;
}
.hero_btns_wrap {
  display: flex;
  gap: 19px;
  margin-bottom: 25px;
}
.hero_btns_wrap .btn.btn_outline {
  width: 190.5px;
  border-color: var(--sec-color);
  background: var(--sec-color) !important;
  color: var(--dark-color) !important;
}
.hero_btns_wrap .btn img {
  padding-inline-start: 5px;
}
p.btn_txt_under a {
  color: var(--main-color);
}
.hero_wrap .tag {
  margin-bottom: 32px;
}
.tag {
  background: #ffffff2f;
  padding: 9px 20px;
  border-radius: 36px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
}
.hero_wrap h1 {
  font-size: 36px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.hero_wrap > p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.hero_items {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, minmax(249px, 1fr));
  grid-gap: 25px;
  padding: 23px 32px;
}
.login-frame-image {
  position: relative;
}
.login-frame-image .right-notsh {
  position: absolute;
  bottom: -10%;
  right: -100px;
}
.login-frame-image .left-notsh {
  position: absolute;
  bottom: -10%;
  left: -60px;
}
.login-frame-image .login-frame-image-box img {
  border-radius: 20px;
  width: 100%;
}
.hero_items .item {
  margin-bottom: 50px;
  backdrop-filter: blur(20px);
  background: rgba(83, 7, 156, 0.7);
  text-align: center;
  padding: 30px 0;
  border-radius: 16px;
}
.hero_items_wrap {
  border-top: 2px solid rgba(85, 7, 161, 1);
  border-left: 2px solid rgba(85, 7, 161, 1);
  border-right: 2px solid rgba(85, 7, 161, 1);
  border-bottom: none;
  border-radius: 29px;
}
.hero_items_heading {
  border-bottom: 2px solid rgba(85, 7, 161, 1);
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
}
.hero_items_heading * {
  color: rgba(255, 255, 255, 0.4);
}
@keyframes fillCircle {
  0% {
    background: conic-gradient(#00f3ff 0 0, rgba(0, 194, 204, 0.3) 60% 100%);
  }
  60% {
    background: conic-gradient(#00f3ff 0 30%, rgba(0, 194, 204, 0.3) 60% 100%);
  }
  100% {
    background: conic-gradient(#00f3ff 0 60%, rgba(0, 194, 204, 0.3) 60% 100%);
  }
}
.plat_experts {
  margin-top: 80px;
}
.plat_experts .section_heading {
  text-align: center;
  max-width: 603px;
  margin: 0 auto 60px;
}
.plat_experts .section_heading h2 {
  font-size: 56px;
  color: rgba(25, 24, 27, 1);
  margin-bottom: 10px;
}
.plat_experts .section_heading p {
  font-size: 16px;
  color: rgba(100, 96, 108, 1);
  max-width: 420px;
  margin: auto;
}
.plat-sec .logos_ex_wrp img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
}
.chose_consult_wrap {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
}
.chose_consult_wrap .chose_consult_top {
  text-align: center;
  padding: 24px;
}
.chose_consult_wrap .chose_consult_top .foot_txt {
  color: var(--dark-color);
}
.chose_consult_top .heading_ex {
  padding-top: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 33px;
}
.img-box-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid rgba(255, 158, 28, 0.6);
  position: relative;
}
.chose_consult_top .heading_ex::before {
  content: "";
  position: absolute;
  left: 126px;
  top: 36px;
  width: 32px;
  height: 38px;
  background-image: url(../images/mask-group-1.svg);
  background-repeat: no-repeat;
}
.chose_consult_top .heading_ex::after {
  content: "";
  position: absolute;
  background-image: url(../images/mask-group-2.svg);
  background-repeat: no-repeat;
  right: 126px;
  top: 36px;
  width: 32px;
  height: 38px;
}
.chose_consult_top .heading_ex h4 {
  font-size: 14px;
  color: rgba(255, 158, 28, 1);
}
.chose_consult_top .heading_ex span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}
.logos_ex_wrp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.logos_ex_wrp .center img {
  margin-top: 12px;
}
.chose_consult_top .foot_txt {
  color: #fff;
  max-width: 285px;
  margin: 7px auto;
}
.chose_consult_top .foot_txt h2 {
  font-size: 18px;
}
.six-features .foot_txt h2 {
  font-size: 22px;
}
.step-plat {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #4806891c;
  border-radius: 12px;
  color: #480689;
  display: inline-block;
}
.chose_consult_top .foot_txt p {
  font-size: 16px;
}
.plat_experts_txt {
  position: relative;
  z-index: 999;
}
.plat_experts_txt h2 {
  font-size: 24px;
  color: var(--dark-color);
}
.plat_experts_txt p {
  font-size: 13px;
  color: #64606c;
  line-height: 1.6;
  max-width: 285px;
}
.mx-80 {
  max-width: 80% !important;
}
.plans_heading h2 {
  color: var(----dark, #19181b);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.plans_heading p {
  color: var(--Gray---gray-60, #64606c);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.plan-title h3 {
  color: var(--dark-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  z-index: 9999;
}
.new-head h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: var(--dark-color);
}
.new-head h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 58.5px;
  color: var(--dark-color);
  max-width: 600px;
  margin: auto;
}
.new-head p {
  color: #483659;
  font-size: 16px;
}
.new-head .btn {
  max-width: max-content;
  border-radius: 8px;
}
.designs-box {
  background-color: #480689;
  padding: 80px 0;
  margin-top: 80px;
}
.designs_1.owl-carousel .owl-item img {
  display: inline-block;
}
.plat-sec .logos_ex_wrp > div {
  width: 100%;
}
.features-section_light .logos_ex_wrp img {
  max-width: 100px;
}
.support-section {
  padding: 100px 0;
}
.support-section .hero_btns_wrap .btn img {
  padding-inline-end: 10px;
  filter: unset !important;
}
.support-box {
  padding: 80px 0;
  border-radius: 40px;
  background: var(--Gray---gray-0, #f7f7f8);
  background-image: url("../images/new.png");
  background-position: center;
  background-size: cover;
}
.support-box .section_heading {
  margin-bottom: 0;
}
.support-box .section_heading h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 32px;
}
.support-box .section_heading p {
  font-size: 36px;
  color: #fff;
  margin-bottom: 32px;
  line-height: normal;
}
.support-box .section_heading .btn {
  background-color: var(--main-color);
  color: #fff;
}
.support-box .section_heading .btn:hover {
  color: #fff !important;
}
.support-box .section_heading .btn::before {
  background: var(--main-color);
}
.support-box .section_heading .btn::after {
  background: var(--main-color);
}
.user_journy {
  padding: 69px 0 0;
}
.user_journy.journy {
  padding: 80px 0;
  background-color: #fafafb;
}
.user_journy .row {
  align-items: center;
}
.user_journy .txt_wrapp .heading {
  text-align: right;
  margin-top: 6px;
}
.user_journy .txt_wrapp .min_heading {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 20px 0 0;
}
.user_journy .txt_wrapp .heading h4 {
  font-size: 18px;
}
.user_journy .txt_wrapp .heading p {
  color: #64606c;
  font-size: 14px;
}
.user_journy .txt_wrapp .list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.user_journy .txt_wrapp .list li p {
  display: none;
}
.user_journy .txt_wrapp .list li.active {
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background-color: #fafafb;
  border-radius: 16px;
}
.plat_experts .user_journy .txt_wrapp .list li.active {
  background-color: #fff;
}
.user_journy .txt_wrapp .list li.active p,
.user_journy .txt_wrapp .list li:hover p {
  display: block;
}
.user_journy .txt_wrapp img {
  width: 52px;
}
.user_journy .txt_wrapp .active img {
  width: 52px;
  filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(1084%)
    hue-rotate(141deg) brightness(96%) contrast(97%);
}
.user_journy .txt_wrapp .list li span {
  font-size: 18px;
  color: #19181b;
}
.user_journy .txt_wrapp > h2 {
  padding-top: 32px;
  font-size: 43px;
  line-height: 1.4;
}
.journey-visual {
  position: relative;
  width: 450px;
  height: 450px;
  margin: 0 auto;
}
.circle {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.circle img {
  position: absolute;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
  object-fit: contain;
  object-position: unset;
  width: 400px;
  margin-left: -23px;
}
.circle img.active {
  opacity: 1;
  transform: scale(1);
}
.hidden {
  display: none;
}
.txt_wrapp.journey-steps {
  margin-bottom: 20px;
}
.partners-section {
  background-color: #fafafb;
  padding: 60px 0 80px;
  text-align: center;
  overflow: hidden;
}
.partners-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.logos-wrapper {
  overflow: hidden;
  direction: ltr;
}
.logos-track {
  display: flex;
  width: fit-content;
  animation: scroll-logos 20s linear infinite;
}
.logo {
  flex: 0 0 auto;
  margin: 0 40px;
}
.logo img {
  width: 150px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
}
.logo img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.faqs {
  margin-bottom: 120px;
}
.faqs .accordion-button::after {
  margin-left: unset !important;
  margin-right: auto !important;
}
.accordion-button {
  font-size: 17.5px;
  background-color: #fff;
  padding: 24px 0;
  text-align: start;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accordion-button:focus {
  box-shadow: none !important;
  background-color: #fff;
  color: var(--main-color) !important;
}
.accordion-body {
  padding: 1rem 0;
  padding-top: 0;
  text-align: start;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(16%) sepia(70%) saturate(6679%)
    hue-rotate(312deg) brightness(84%) contrast(100%);
}
.palns {
  padding: 100px 0 40px;
  background-color: #fff;
}
.plans_heading h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #480689;
  margin-bottom: 10px;
}
.plans_heading h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  max-width: 550px;
  color: var(--dark-color);
  margin: auto;
}
.plans_heading p {
  color: #7b7b7b;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.plan-title h3 {
  color: var(--dark-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  z-index: 9999;
}
.plan-img {
  position: relative;
  z-index: 9999;
}
.plan-subtitle p {
  color: #64606c;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.plan-price h2 {
  color: #484848;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plan-price h5 {
  color: var(----dark, #19181b);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plan-price h5 {
  color: var(--Gray---gray-60, #64606c);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.paln-notsh {
  position: relative;
  width: 100%;
}
.paln-notsh::after {
  width: 100%;
  height: 1px;
  background-color: #efeff1;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  z-index: -1;
}
.single-item-plan p {
  color: var(--Gray---gray-70, #4b4851);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: start;
}
.plan-btn {
  border-radius: 10px;
  background-color: #480689;
  border-color: #480689;
}
.plan-btn img {
  margin-top: -4px;
}
.plan-btn:hover img {
  filter: brightness(0) saturate(100%);
}
.plan-btn.pink-btn {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.plan-btn.pink-btn:hover {
  background-color: #fff;
  border-color: #fff;
}
.single-plan {
  border-radius: 14px;
  transition: ease-in-out 0.3s;
  background: #fff;
  border: 1px solid #dfdfdf;
}
.single-plan:hover {
  background-color: #48068908;
}
.single-plan ul {
  min-height: 640px;
}
.single-plan.active {
  background: var(--kayan-color);
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.plan-notsh-01 {
  position: absolute;
  top: -15px;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(1084%)
    hue-rotate(141deg) brightness(96%) contrast(97%);
}
.plan-notsh-02 {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
}
.active .plan-price span {
  color: #fff;
}
.active .plan-price h2 {
  color: #fff;
}
.active .plan-price h5 {
  color: #fff;
}
.active .single-item-plan p {
  color: #fff;
}
.active .plan-price h6 {
  color: #fff;
}
.active .plan-title h3 {
  color: #fff;
}
.active .plan-subtitle p {
  color: #fff;
}
.active .paln-notsh::after {
  background: rgba(255, 255, 255, 0.1);
}
.underline-wave {
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 16px;
}
.underline-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10'%3E%3Cpath d='M0 5 Q 10 0, 20 5 T 40 5 T 60 5 T 80 5 T 100 5 T 120 5' fill='transparent' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E")
    repeat-x;
  background-size: 60px 10px;
  animation: waveMove 3s linear infinite;
}
@keyframes waveMove {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 60px;
  }
}
#type-text {
  font-weight: 700;
  color: #d4088c;
  padding-right: 4px;
  white-space: nowrap;
}
.btn.btn_outline.btn-try {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 10px;
}
.btn-try:hover::before {
  height: 800%;
}
.consulting_ways {
  padding-top: 100px;
  position: relative;
}
.consulting_ways .heading {
  position: relative;
  max-width: 470px;
  margin: 0 auto 100px;
}
.consulting_ways .heading h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: 500;
  line-height: 60px;
}
.way_item .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 7px;
  border: 1px solid #ffffff00;
  border-radius: 11px;
}
.new-head .btn {
  border-radius: 50px;
}
.new-head .btn::before {
  background-color: #fefefe;
}
.way_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.way_item h3 {
  font-size: 16px;
  margin-top: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.way_item p {
  font-size: 14px;
  color: #64606c;
}
.centerd {
  position: relative;
}
.centerd::before {
  content: "";
  position: absolute;
  left: 0;
  top: -91px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: url(../images/consult_center.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
.centerd img {
  margin-top: 0;
  max-width: 40px;
}
.consulting_ways .row {
  position: relative;
  max-width: 804;
  margin: 0 auto 90px;
}
.consulting_ways .row::before {
  content: "";
  position: absolute;
  left: 90px;
  top: -91px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  /* background-image: url(../images/consult_bg.svg); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
.logos-box img {
  height: 55px;
  width: auto;
}
.way_item {
  padding: 20px;
  background: #fdf9ff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}
