@charset "UTF-8";

/* Gobal color */
:root {
  --ion-theme-color: #2FAA58;
  --ion-green-color: #2faa58;
  --ion-white-color: #fff;
  --ion-text-color: #000000;
  --ion-sub-txt-color: #676767;
  --ion-linear-color: linear-gradient(180deg, #010101 0%, rgba(1, 1, 1, 0.83) 100%);
  --ion-theme-white-color: #ffffff;
  --ion-bg-theme: #222222;
}

/* Gobal color */
*,
body {
  margin: 0;
  padding: 0;
  --ion-font-family: "Gilroy" !important;
  font-family: "Gilroy" !important;
  --ion-default-font: "Gilroy" !important;
  scroll-behavior: smooth;
}

/* fonts add here */
@font-face {
  font-family: "Gilroy";
  src: url(https://a24-public.s3.amazonaws.com/QI/fonts/Gilroy-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: "Gilroy";
  src: url(https://a24-public.s3.amazonaws.com/QI/fonts/Gilroy-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy";
  src: url(https://a24-public.s3.amazonaws.com/QI/fonts/Gilroy-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url(https://a24-public.s3.amazonaws.com/QI/fonts/Gilroy-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src: url(https://a24-public.s3.amazonaws.com/QI/fonts/Gilroy-SemiBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url(https://a24-public.s3.amazonaws.com/QI/fonts/Gilroy-Bold.ttf);
  font-weight: 900;
}

/* fonts add here */
/** code by webdevtrick ( https://webdevtrick.com ) **/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbf00), to(#1bda7b));
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-track {
  background-color: #fff;
  background: #ffffff;
}

/* common style */
.container {
  width: 90%;
  height: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.container .left {
  width: 50%;
}

.container .right {
  width: 50%;
}

.container .right .home_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.d_flex_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

.disable_none {
  display: none;
}

a {
  text-decoration: none;
  color: #fff !important;
}

.space_between {
  justify-content: space-between;
}

.align_center {
  align-items: center;
}

.js_flex_start {
  justify-content: flex-start;
}

.ac_flex_start {
  align-items: flex-start !important;
}

.flex_direction {
  flex-direction: column;
}

section.banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.marrgin_top_bottom {
  margin: 35px 0;
}

.padding_top_bottom {
  margin: 50px 0;
}

.heart {
  fill: #ffde3e;
  position: relative;
  top: 5px;
  width: 17px;
  animation: pulse 1s ease infinite;
  margin: 0 5px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.link_site {
  color: #2faa58 !important;
}

/* common style */
.section_4 {
  display: none !important;
}

/** Header **/
header .header_top {
  padding: 20px 0px;
  margin-top: 30px;
}

header .header_top .logo img {
  width: auto;
  height: 64px;
}

header .header_top .mainmenu {
  margin-left: 50px;
}

header .header_top .mainmenu ul li {
  display: inline-block;
  margin-left: 30px;
}

header .header_top .mainmenu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--ion-text-color) !important;
}

header .header_top .mainmenu ul li a:hover,
header .header_top .mainmenu ul li a.active {
  color: var(--ion-green-color) !important;
}

header .header_top .mobile_menu {
  display: none;
}

/** Header **/
/* section 1  */
.content_container {
  width: 90%;
}

.content_container .btns p {
  padding: 10px 20px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #000000;
  width: max-content;
}

.content_container .content_head .head_txt {
  font-size: 50px;
  font-weight: 800;
  width: 70%;
}

.content_container .content_head .head_txt span {
  color: var(--ion-green-color);
}

.content_container .content_head .sub_txt {
  font-size: 24px;
  color: var(--ion-sub-txt-color);
  width: 70%;
}

.home_sec .content_container {
  margin-top: 90px;
}

.home_sec .store_btn .marrgin_top_bottom {
  margin: 10px 0;
}

.home_sec .store_btn .left,
.home_sec .store_btn .center,
.home_sec .store_btn .right {
  width: auto;
}

.home_sec .store_btn .left img,
.home_sec .store_btn .center img,
.home_sec .store_btn .right img {
  width: 220px;
  margin-right: 10px;
}

.home_sec .container {
  margin: 0 0 0 auto;
  width: 90%;
  max-width: 100%;
}

.home_sec .container .right {
  height: 100%;
}

.home_sec .container .right video {
  width: 100%;
  height: 100%;
}

/* section 1  */
/* new section 2  */
.new_2 {
  padding: 50px 0 0;
}

.section_2 .header_container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_2 .header_container .btns p {
  background: var(--ion-theme-color);
  border: transparent;
  font-weight: 600;
  color: white
}

.head_content .header_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_txt .tittle_txt {
  font-weight: 800;
  font-size: 35px;
  color: var(--ion-text-color);
  margin: 20px 0 0;
}

.header_txt .sub_txts {
  font-size: 18px;
  color: var(--ion-sub-txt-color);
  margin: 15px 0 0;
}

.new_2 .center_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80%;
}

.new_2 .center_box .side_box_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 95%;
  margin: 40px 0;
}

.new_2 .center_box .content_boxs {
  padding: 15px;
  width: 30%;
  height: 105px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #CECECE;
  border-radius: 8px;
}

.new_2 .center_box .content_boxs .left_content {
  width: 15%;
}

.new_2 .center_box .content_boxs .left_content .dot_1 {
  width: 32px;
  height: 32px;
  background: #E2F3E7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_2 .center_box .content_boxs .left_content .dot_1 .dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #2FAA58;
}

.new_2 .center_box .content_boxs .right_content {
  width: 80%;
}

.new_2 .center_box .content_boxs .right_content .txt_head {
  font-weight: 800;
  font-size: 24px;
  color: var(--ion-text-color);
  margin-bottom: 10px;
}

.new_2 .center_box .content_boxs .right_content .txt_sub {
  font-size: 17px;
  color: var(--ion-sub-txt-color);
}

.new_2 .demo {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.new_2 .demo .try_button {
  padding: 10px 20px;
  background: #2FAA58;
  border-radius: 20px;
  width: max-content;
  margin-top: 20px;
}

.new_2 .demo .demo_button {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 20px;
  width: max-content;
  margin-top: 20px;
}

.new_2 .right_box {
  width: 23%;
}

.new_2 .right_box img {
  width: 100%;
  height: 90%;
}

/* new section 2  */
/* section 2  */
.section_2 {
  padding: 50px 0 0;
}

.section_2 .content_container .btns p {
  background: var(--ion-theme-color);
  border: transparent;
  font-weight: 600;
  color: white
}

.heading_content .content_container {
  width: 100%;
}

.header_txt .tittle_txt {
  font-weight: 800;
  font-size: 35px;
  color: var(--ion-text-color);
  margin: 20px 0 0;
}

.header_txt .sub_txts {
  font-size: 18px;
  color: var(--ion-sub-txt-color);
  margin: 15px 0 0;
}

.section_2 .left_box {
  width: 76%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80%;
}

.section_2 .left_box .side_box_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 95%;
  margin: 40px 0;
}

.section_2 .left_box .content_boxs {
  padding: 15px;
  width: 45%;
  height: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #CECECE;
  border-radius: 8px;
}

.section_2 .left_box .content_boxs .left_content {
  width: 15%;
}

.section_2 .left_box .content_boxs .left_content .dot_1 {
  width: 32px;
  height: 32px;
  background: #E2F3E7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_2 .left_box .content_boxs .left_content .dot_1 .dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #2FAA58;
}

.section_2 .left_box .content_boxs .right_content {
  width: 80%;
}

.section_2 .left_box .content_boxs .right_content .txt_head {
  font-weight: 800;
  font-size: 24px;
  color: var(--ion-text-color);
  margin-bottom: 10px;
}

.section_2 .left_box .content_boxs .right_content .txt_sub {
  font-size: 17px;
  color: var(--ion-sub-txt-color);
}

.section_2 .right_box {
  width: 23%;
}

.section_2 .right_box img {
  width: 100%;
  height: 90%;
}

/* section 2  */
/* section 3  */
.section_3 {
  height: 100% !important;
  overflow: visible !important;
  padding-bottom: 165px;
}

.section_3 .black_container {
  background: var(--ion-linear-color);
  border-radius: 25px;
  padding: 50px;
  color: var(--ion-white-color);
  position: relative;
  height: 444px;
}

.section_3 .black_container .header_sec {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.section_3 .black_container .header_sec .right {
  text-align: end;
}

.section_3 .black_container .header_sec h2 {
  font-size: 60px;
  font-weight: 800;
}

.section_3 .black_container .header_sec h5 {
  font-size: 24px;
  font-weight: 400;
  width: 80%;
  margin: 0 0 0 auto;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.card1 {
  width: 350px;
  background-color: #ffffff;
  height: 410px;
  overflow: hidden;
  border-radius: 24px;
  color: #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 8px 0px 56px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.card1.card3 {
  flex-direction: column-reverse;
}

.card1.card3 .card_head {
  margin: 20px 0 0;
}

.card1 .card_head {
  margin: 20px 0;
}

.card1 .card_head .tittle_txt {
  font-size: 30px;
  font-weight: 800;
}

.card1 .card_head .sub_txt {
  font-size: 14px;
  margin: 15px 0;
}

.card1 .card_img {
  text-align: center;
}

.card1 .card_img img {
  width: 60%;
}

.price_head p {
  margin: 0 20px;
  width: auto;
  font-size: 16px !important;
  font-weight: 600;
  --color: #8F8E9D !important;
  cursor: pointer;
}

.price_head .plan_toggle {
  width: 40%;
  margin: 20px auto 20px;
  --border-style: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.price_head .toggle {
  /* Rounded sliders */
}

.price_head .toggle .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.price_head .toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.price_head .toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.price_head .toggle .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.price_head .toggle input:checked+.slider {
  background-color: #000000;
}

.price_head .toggle input:focus+.slider {
  box-shadow: 0 0 1px #000000;
}

.price_head .toggle input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.price_head .toggle .slider.round {
  border-radius: 34px;
}

.price_head .toggle .slider.round:before {
  border-radius: 50%;
}

/* section 3  */
/* section 4  */
.section_4 {
  overflow: visible !important;
}

.section_4 .price_head {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.section_4 .price_head h1 {
  font-weight: 800;
  font-size: 35px;
  margin: 15px 0;
}

.section_4 .price_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}

.section_4 .price_body {
  background: #ffffff;
  padding: 10px;
  width: 300px;
  min-height: 450px;
  border-radius: 20px;
  box-shadow: 4px 0px 51px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 4px 10px 30px rgba(0, 0, 0, 0.05);
}

.section_4 .price_body.pro {
  background: #fff6ce;
}

.section_4 .price_body.pro a {
  background: var(--ion-theme-color);
}

.section_4 .price_body.Premium {
  background: var(--ion-linear-color);
  color: var(--ion-white-color);
}

.section_4 .price_body.Premium a {
  background: var(--ion-white-color);
  color: var(--ion-text-color);
}

.section_4 .price_body.Premium .pc_card .list_card ul .price_text .icons img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2360%) hue-rotate(155deg) brightness(111%) contrast(106%);
}

.section_4 .price_body a {
  background: #E2E2E2;
  padding: 10px 20px;
  border-radius: 50px;
  width: 61%;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section_4 .price_body .pc_card {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

.section_4 .price_body .pc_card .card_tittle h2 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 800;
}

.section_4 .price_body .pc_card .card_tittle p {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

.section_4 .price_body .pc_card .list_card {
  min-height: 130px;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 20px;
  margin-top: 15px;
}

.section_4 .price_body .pc_card .list_card ul {
  list-style-type: none;
}

.section_4 .price_body .pc_card .list_card ul .price_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}

.section_4 .price_body .pc_card .list_card ul .price_text .icons {
  width: 25px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section_4 .price_body .pc_card .list_card ul .price_text .icons img {
  width: 60%;
}

.section_4 .price_body .pc_card .list_card ul .text p {
  font-size: 14px;
}

/* section 4  */
/* section 5  */
.section_5 .store_sec {
  width: 100%;
  background: linear-gradient(transparent 22%, #070707 9%) no-repeat;
}

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

.section_5 .container .arrow_icon {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 15%;
}

.section_5 .container .store_btn .left,
.section_5 .container .store_btn .right {
  width: auto;
}

.section_5 .container .store_btn .right,
.section_5 .container .store_btn .center,
.section_5 .container .store_btn .left {
  margin: 20px 20px 0 0px;
}

.section_5 .container .left_boxs .btn {
  padding: 10px 20px;
  background: #2FAA58;
  border-radius: 20px;
  width: max-content;
  margin-top: 20px;
}

.section_5 .container .left_boxs .btn .a {
  color: white;
}

.section_5 .container .right_boxs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section_5 .container .right_boxs img {
  width: 90%;
  margin-bottom: -3px;
}

.section_5 .container .left_boxs {
  color: var(--ion-white-color);
  width: 40%;
  margin-top: 13%;
}

.section_5 .container .left_boxs p {
  font-size: 25px;
  line-height: 37px;
}

.section_5 .container .left_boxs h2 {
  margin: 25px 0;
  font-size: 40px;
  line-height: 58px;
  font-weight: 800;
}

.section_5 .container .left_boxs .store_btn img {
  width: 205px;
}

/* section 5  */
/* section 6  */
.section_6 .container .header_txt {
  text-align: center;
  margin: 40px 0;
}

.section_6 .faq_right {
  width: 87%;
  margin: 10px auto;
}

.section_6 .faq_right img {
  height: 100%;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.section_6 .faq_sec .left_container,
.section_6 .faq_sec .right_container {
  width: 48%;
}

.section_6 .faq_sec .left_container {
  /* faq */
  /* faq */
}

.section_6 .faq_sec .left_container .faq_page {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  height: 100%;
}

.section_6 .faq_sec .left_container .faq_left {
  width: 100%;
}

.section_6 .faq_sec .left_container .faq_right img {
  width: 100%;
  height: 100%;
}

.section_6 .faq_sec .left_container .container {
  margin: 0 auto;
  width: 100%;
}

.section_6 .faq_sec .left_container .accordion {
  width: 100%;
  margin: 2rem auto;
}

.section_6 .faq_sec .left_container .accordion-item {
  background-color: transparent;
  color: var(--txt-white-color);
  margin: 0 0;
  border: 1px solid var(--border_color);
}

.section_6 .faq_sec .left_container .accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 2.7rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5 !important;
}

.section_6 .faq_sec .left_container .accordion-item-header.active {
  background-color: var(--action-color);
  color: var(--ion-green-color);
}

.section_6 .faq_sec .left_container .accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  font-weight: 300;
}

.section_6 .faq_sec .left_container .accordion-item-header.active::after {
  content: "−";
}

.section_6 .faq_sec .left_container .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.section_6 .faq_sec .left_container .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
}

/* section 6  */
/* section 7  */
.section_7 {
  background: var(--ion-linear-color);
  margin: 50px 0 0;
}

.section_7 .container {
  padding: 40px 0 0;
  color: var(--ion-white-color);
}

.section_7 .footer_bottom {
  text-align: center;
}

.section_7 .footer_bottom p {
  padding: 15px 0;
}

.section_7 .footer_sec {
  padding: 30px 0;
}

.section_7 .footer_sec .footer_list {
  width: 20%;
}

.section_7 .footer_sec .footer_list .desc {
  font-size: 20px;
  margin-bottom: 10px;
}

.section_7 .footer_sec .footer_list .social_icon img {
  width: 26px;
  margin: 10px 10px 0 0;
}

.section_7 .footer_sec .footer_list .store_btn img {
  width: 140px;
  margin-bottom: 10px;
}

.section_7 .footer_sec .footer_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section_7 .footer_sec .footer_list li a {
  font-size: 16px;
  line-height: 40px;
}

.section_7 .footer_sec .footer_list h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.section_7 .footer_sec .footer_list .logo_sec img {
  width: 130px;
  margin: 0 0 15px;
}

/* section 7  */

/*# sourceMappingURL=style.css.map */