/* font */
.icon_1::before {
  content: '\e92f';
}

.icon_2::before {
  content: '\e92e';
}

.icon_3::before {
  content: '\e92c';
}

.icon_4::before {
  content: '\e92d';
}

.w87p {
  width: 87%;
}

.w77p {
  width: 77%;
}

.w72p {
  width: 72%;
}

.bg_btn,
.line_btn {
  width: fit-content;
  min-width: 260px;
  height: 60px;
}

.bg_btn a,
.line_btn a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 20px;
}

.bg_btn a i,
.line_btn a i {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}

.bg_btn a {
  background: linear-gradient(90deg, #2c67ff 0%, #9e62ff 100%);
}

.bg_btn a:hover {
  background: linear-gradient(90deg, #0148ff 0%, #8940ff 100%);
}

.line_btn a {
  border: 2px solid #fff;
}

.line_btn a:hover {
  background: #fff;
  color: #000;
}

.h2_title {
  margin: 0 auto;
  color: #e6e6e6;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 90%;
}

.content_des {
  margin: 0 auto;
  color: #999;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  width: 90%;
}

/* button giant deer */
.btn_giant_deer {
  border-radius: 10px;
  cursor: pointer;
  min-width: 220px;
  width: fit-content;
  height: 60px;
  padding: 0 23px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn_giant_deer_con {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.btn_giant_deer_view,
.btn_giant_deer_hover {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.btn_giant_deer_hover {
  position: absolute;
}
.btn_giant_deer_view .text,
.btn_giant_deer_hover .text {
  transition: var(--time);
}
.btn_giant_deer_view .icon,
.btn_giant_deer_hover .icon {
  margin-left: 5px;
}
.btn_giant_deer_hover .text {
  transform: translateY(-30px);
}
.btn_giant_deer_des {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
  text-align: center;
}
.btn_giant_deer:hover .btn_giant_deer_view .text {
  transform: translateY(30px);
}
.btn_giant_deer:hover .btn_giant_deer_hover .text {
  transform: translateY(0);
}
.btn_giant_deer_bg {
  background: linear-gradient(90deg, #2c67ff 0%, #9e62ff 100%);
}
.btn_giant_deer_line {
  border: 2px solid #fff;
}
/* button giant deer */

/* banner */
.banner,
.banner_video {
  background: url('https://focusee.imobie-resource.com/img/features_banner_bg.png') no-repeat center
    top;
  background-size: cover;
  padding: 80px 0 112px 0;
}
.banner_content {
  margin: 0 auto;
  max-width: 1400px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}
.banner_text {
  max-width: 618px;
  position: relative;
  z-index: 1;
}
.banner_text h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_des {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
}
.banner_button {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* banner */

/* banner video */
.banner_video {
  position: relative;
  padding: 8% 0;
}
.banner_video_view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
}
/* banner video */

.main {
  background-color: #080808;
  padding-top: 120px;
  position: relative;
}

.main_line {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://focusee.imobie-resource.com/img/features_main_bg.png') no-repeat center
    top;
  background-size: cover;
}

.content_1 {
  margin: 0 auto;
  max-width: 1504px;
  width: 96%;
}

.content_1 .h2_title,
.content_1 .content_des {
  max-width: 1000px;
}

#filterWords .content_1 .h2_title {
  max-width: 1100px;
}

.content_1 .content_des {
  margin-bottom: 80px;
}

.content_1_item {
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
  padding: 60px 20px;
  box-sizing: border-box;
  gap: 60px;
}

.content_1_item:last-child {
  margin-bottom: 0;
}

.content_1_item > video {
  max-width: 560px;
  width: 100%;
}

.content_1_item_bg1 {
  background: #e6e7ff;
}

.content_1_item_bg2 {
  background: #e9f7ff;
}

.content_1_item_bg3 {
  background: #f3efff;
}

.content_1_item_bg4 {
  background: #ece4ff;
}

.content_1_item_bg5 {
  background: #f2f6ff;
}

.content_1_item_text_content {
  max-width: 600px;
}

.content_1_item_text_content h3 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content_1_item_text_content > p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.content_2 {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1400px;
  width: 96%;
}

.content_2_tbs {
  margin-top: 60px;
}

.content_2_tbs_mobile {
  display: none;
  margin-top: 30px;
}

.mobile_step_img {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 80%;
}

.mobile_step_img img {
  width: 100%;
  height: auto;
}

.mobile_step_text {
  margin: 0 auto;
  width: 90%;
}

.mobile_step_text_inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.mobile_step_text_inner p {
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 600;
}

.mobile_step_des {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.content_2_tbs_mobile_step {
  margin: 0 auto;
  margin-bottom: 90px;
}

.content_2_tbs_mobile_step:last-child {
  margin-bottom: 0;
}

.content_2_step_img {
  margin: 0 auto;
  border-radius: 16px;
  background: linear-gradient(182deg, #764abc 1.91%, #341468 92.21%);
  max-width: 940px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.en .content_2_step_img {
  max-width: 840px;
}

.content_2_step_img img {
  width: 100%;
  height: auto;
}

.content_2_tbs_next,
.content_2_tbs_prev {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.content_2_tbs_next::after,
.content_2_tbs_prev::after {
  font-size: 18px;
  color: #555;
  font-weight: bold;
}

.content_2_tbs_next:hover::after,
.content_2_tbs_prev:hover::after {
  color: #bcbcbc;
}

.content_2_tbs_nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.en .content_2_tbs_nav {
  margin: 0 0 60px;
}

.step_nav_btn {
  flex: 1;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.step_nav_btn .step_icon,
.mobile_step_icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  overflow: hidden;
}

.step_nav_btn .step_icon span,
.mobile_step_icon span {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  opacity: 0.7;
}

.step_nav_btn .step_icon .bg,
.mobile_step_icon .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(224deg, #56496c 14.2%, #303030 84.74%), #fff;
  opacity: 0.4;
}

.step_nav_btn .step_text p {
  color: #767676;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step_nav_btn .step_text span {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.step_nav_btn.active .step_icon .bg,
.step_nav_btn:hover .step_icon .bg,
.mobile_step_icon .bg {
  background: linear-gradient(13deg, #4600b7 7.58%, #9e62ff 93.27%);
  filter: blur(2px);
  opacity: 1;
}

.step_nav_btn.active .step_icon span,
.step_nav_btn:hover .step_icon span,
.mobile_step_icon span {
  color: #fff;
}

.step_nav_btn.active .step_text p,
.step_nav_btn:hover .step_text p {
  color: #e6e6e6;
}

.content_3 {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1600px;
  padding-bottom: 120px;
  width: 96%;
}

.content_3 .carousel-component-content {
  margin: 0 auto;
  background: url('https://focusee.imobie-resource.com/img/features_cont3_bg.png') no-repeat center
    top;
  background-size: 100% 100%;
  padding: 80px 0 60px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.content_3 .carousel-component-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_3 .text {
  margin: 0 auto;
  width: 68%;
}

.content_3 .comment {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 20px;
}

.content_3 .carousel-component-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_3 .author {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.content_3 .author a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.content_3 .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
}

.content_3 .avatar img {
  width: 100px;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content_3 .carousel-component-btn.active .avatar {
  opacity: 1;
}

.section_3_carousel_title {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_3_carousel_title p {
  color: #999;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 8px;
}

.content_3_des {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-top: 20px;
}

/* user comment */
.user_comment {
  margin: 120px 0;
}
.user_comment_slider {
  margin-top: 90px;
}
.user_comment .seamless-scroller-item {
  margin-right: 20px;
}
.user_comment .seamless-scroller-list {
  align-items: center;
}
.user_comment_card_style {
  width: 308px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, #111 0%, #1b1b1b 50.31%, #111 100%),
    linear-gradient(180deg, #0a0a0a 0%, #1b1b1b 50.31%, #0a0a0a 100%);
  box-sizing: border-box;
  overflow: hidden;
  padding: 25px 20px;
}
.user_comment_card_style > img {
  border-radius: 6px;
  margin-bottom: 20px;
}
.user_comment_card_style_author {
  margin: 0 auto;
  border-radius: 36px;
  background: #232323;
  width: 177px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.user_comment_card_style_author > img {
  border-radius: 50%;
}
.user_comment_card_name p {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
}
/* user comment */

.content_4 {
  background: url('https://focusee.imobie-resource.com/img/features_cont4_bg.png') no-repeat center
    bottom;
  padding: 100px 0 110px 0;
  position: relative;
}

.content_4_line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(59, 59, 59, 0),
    rgba(59, 59, 59, 1),
    rgba(59, 59, 59, 1),
    rgba(59, 59, 59, 0)
  );
  position: absolute;
  top: 0;
  left: 0;
}

.content_4_inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 90%;
}

.content_4_tools {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1240px;
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 96%;
}

.content_4_tools_item {
  border-radius: 15px;
  width: fit-content;
  height: 80px;
}

.content_4_tools_item a {
  text-decoration: none;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.content_4_tools_bg_1 {
  background: #f6ffff;
}

.content_4_tools_bg_2 {
  background: #eee1ff;
}

.content_4_tools_bg_3 {
  background: #c5eaff;
}

.content_5 {
  background: radial-gradient(75.8% 70.33% at 50% 13.4%, #fff 0%, #f1efff 100%);
  padding: 100px 0;
}

.content_5 .h2_title {
  color: #000;
}

.content_5_faq_list {
  margin: 0 auto;
  max-width: 1400px;
  margin-top: 60px;
  width: 96%;
}

.faq_item {
  border-radius: 20px;
  border: 1px solid #c7c4e9;
  box-sizing: border-box;
  padding: 24px 20px;
  cursor: pointer;
  margin-bottom: 24px;
}

.faq_item:last-child {
  margin-bottom: 0;
}

.faq_item.active .faq_q h4 i,
.faq_item:hover h4 i {
  background: rgba(158, 98, 255, 0.2);
  color: #9e62ff;
}

.faq_q.accordion-common-header {
  display: block;
}

.faq_q h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq_q h4 i {
  margin: 0;
  color: #666666;
  border-radius: 50%;
  background: rgba(163, 163, 163, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
}

.faq_a {
  margin-top: 12px;
}

.faq_a p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.content_6 {
  margin-top: 140px;
  padding-top: 120px;
  padding-bottom: 98px;
  background: url(https://focusee.imobie-resource.com/img/home_section_9_tabs_1.png) top center
    no-repeat;
  background-size: 100% auto;
}

.section_6_title {
  margin: 0 auto;
  color: #e6e6e6;
  text-align: center;
  max-width: 947px;
  width: 98%;
  margin-bottom: 30px;
  margin-top: 50px;
}

.section_6_title span {
  margin: 0 auto;
  color: #e6e6e6;
  text-align: center;
  font-family: 'Poltawski Nowy';
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  opacity: 0.6;
  display: block;
}

.section_6_title p {
  margin: 0 auto;
  color: #e6e6e6;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}

.section_6_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* more funs */
.more_funs {
  --base-left: 50%;
  --base-top: 50%;

  background: url('https://focusee.imobie-resource.com/cn/features/img/features_auto_img_1.png')
    no-repeat center top;
  height: 610px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_funs .line {
  background: linear-gradient(
    90deg,
    rgba(59, 59, 59, 0) 0%,
    #3b3b3b 30%,
    #3b3b3b 70.19%,
    rgba(59, 59, 59, 0) 100%
  );
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}
.more_funs h2 {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.more_funs h2 img {
  position: absolute;
  left: calc(100% + 10px);
  bottom: 70%;
}
.more_funs_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
a.more_funs_item {
  border-radius: 30px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  width: fit-content;
  border: 1px solid #4f447a;
  background: radial-gradient(
    69.42% 100% at 50% 0%,
    rgba(255, 255, 255, 0.12) 6.31%,
    rgba(28, 24, 46, 0.12) 100%
  );
  backdrop-filter: blur(71px);
  transform: translate(calc(var(--base-left) * -1), calc(var(--base-top) * -1));
}
a.more_funs_item:hover {
  animation-play-state: paused;
}
.more_funs_item p {
  background: linear-gradient(8deg, #9e62ff 18.74%, #fff 82.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
}
.en .more_funs_item {
  max-width: 230px;
  width: 100%;
  text-align: left;
  padding: 12px 26px;
}
.en .more_funs_item p {
  text-align: left;
  font-size: 16px;
}
.en .more_funs_item img {
  width: 54px;
  height: 54px;
}
.more_funs_item.pos_1 {
  left: calc(var(--base-left) - 480px);
  top: calc(var(--base-top) - 20px);
  animation-delay: 0s;
}
.more_funs_item.pos_2 {
  left: calc(var(--base-left) - 348px);
  top: calc(var(--base-top) - 154px);
  animation-delay: 0.3s;
}
.more_funs_item.pos_3 {
  left: calc(var(--base-left) - 38px);
  top: calc(var(--base-top) - 154px);
  animation-delay: 1s;
}
.more_funs_item.pos_4 {
  left: calc(var(--base-left) + 280px);
  top: calc(var(--base-top) - 154px);
  animation-delay: 0.8s;
}
.more_funs_item.pos_5 {
  left: calc(var(--base-left) + 498px);
  top: calc(var(--base-top) - 36px);
  animation-delay: 1.1s;
}
.more_funs_item.pos_6 {
  left: calc(var(--base-left) - 244px);
  top: calc(var(--base-top) + 130px);
  animation-delay: 0.6s;
}
.more_funs_item.pos_7 {
  left: calc(var(--base-left) + 76px);
  top: calc(var(--base-top) + 174px);
  animation-delay: 1.4s;
}
.more_funs_item.pos_8 {
  left: calc(var(--base-left) + 353px);
  top: calc(var(--base-top) + 100px);
  animation-delay: 0.1s;
}
.more_funs_item.pos_9 {
  left: calc(var(--base-left) + 542px);
  top: calc(var(--base-top) + 44px);
  animation-delay: 1.8s;
}
/* more funs 9 */
.more_funs_content_num9 .pos_1 {
  left: calc(var(--base-left) - 480px);
  top: calc(var(--base-top) - 12px);
}
.more_funs_content_num9 .pos_2 {
  left: calc(var(--base-left) - 410px);
  top: calc(var(--base-top) - 150px);
}
.more_funs_content_num9 .pos_3 {
  left: calc(var(--base-left) - 88px);
  top: calc(var(--base-top) - 167px);
}
.more_funs_content_num9 .pos_4 {
  left: calc(var(--base-left) + 240px);
  top: calc(var(--base-top) - 184px);
}
.more_funs_content_num9 .pos_5 {
  left: calc(var(--base-left) + 480px);
  top: calc(var(--base-top) - 86px);
}
.more_funs_content_num9 .pos_6 {
  left: calc(var(--base-left) - 354px);
  top: calc(var(--base-top) + 128px);
}
.more_funs_content_num9 .pos_7 {
  left: calc(var(--base-left) - 40px);
  top: calc(var(--base-top) + 174px);
}
.more_funs_content_num9 .pos_8 {
  left: calc(var(--base-left) + 262px);
  top: calc(var(--base-top) + 136px);
}
.float_animate {
  animation: floatY 3s infinite linear;
}
@keyframes floatY {
  0% {
    transform: translate(calc(var(--base-left) * -1), calc(var(--base-top) * -1));
  }
  50% {
    transform: translate(calc(var(--base-left) * -1), calc(var(--base-top) * -1 - 10px));
  }
  100% {
    transform: translate(calc(var(--base-left) * -1), calc(var(--base-top) * -1));
  }
}
/* more funs */

/* faq section */
.faq_section {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  margin-top: 100px;
}
.faq_list {
  margin-top: 50px;
}
.faq_list_item {
  margin-bottom: 30px;
  padding: 23px 40px;
  border-radius: 15px;
  background: #171717;
  cursor: pointer;
}
.faq_list_item:last-child {
  margin-bottom: 0;
}
.faq_item_q {
  color: #eee;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
}
.faq_item_q i {
  font-weight: 400;
  font-size: 16px;
  transition: transform 0.5s;
}
.faq_item_a {
  color: #eee;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.faq_list_item.active .faq_item_q i {
  transform: rotate(180deg);
}
.faq_list_item.active .faq_item_q {
  color: #fff;
}
/* faq section */

/* use steps2 */
.use_steps_2 {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1400px;
  width: 96%;
}
.use_steps_2_tab {
  margin-top: 60px;
  border-radius: 20px;
  border: 1px solid #272727;
  padding: 40px;
  align-items: center;
  gap: 32px;
}
.use_steps_2_tab_nav {
  gap: 20px;
  max-width: 507px;
  width: 39%;
}
.steps_2_nav_btn {
  width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #181818;
  padding: 20px;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.steps_2_nav_btn .step_icon {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.steps_2_nav_btn .step_icon .bg {
  background: linear-gradient(90deg, #424242 0%, #8b8b8b 61.67%), rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.steps_2_nav_btn .step_icon span {
  color: #080808;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.steps_2_nav_text .title {
  color: #999;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.steps_2_nav_text .des {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
.use_steps_2_tab .steps_2_nav_btn.active {
  background: linear-gradient(284deg, #6e33cc 1.82%, #4500b4 49.71%), #6d33cb;
}
.steps_2_nav_btn:hover .step_icon .bg {
  background: #fff;
}
.steps_2_nav_btn.active .step_icon .bg {
  background: linear-gradient(89deg, #9587f2 0.8%, #fff 96.75%);
  filter: blur(2px);
}
.steps_2_nav_btn.active .step_icon span {
  opacity: 0.7;
}
.steps_2_nav_btn:hover .steps_2_nav_text .title,
.steps_2_nav_btn.active .steps_2_nav_text .title {
  color: #e6e6e6;
}
.steps_2_nav_btn:hover .steps_2_nav_text .des,
.steps_2_nav_btn.active .steps_2_nav_text .des {
  color: #fff;
}
.use_steps_2_img {
  border-radius: 15px;
  background:
    linear-gradient(270deg, #4500b4 45.31%, #6e33cc 99.26%),
    linear-gradient(182deg, #764abc 1.91%, #341468 92.21%);
  padding: 16px;
  box-sizing: border-box;
}
.use_steps_2_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
/* use steps2 */

/* section footer */
.content_footer {
  margin-top: 140px;
  padding-top: 170px;
  padding-bottom: 98px;
  background: url(https://focusee.imobie-resource.com/img/home_section_9_tabs_1.png) top center
    no-repeat;
  background-size: 100% auto;
}
.logo_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
}
.logo_box .item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.15;
  padding: 1px;
  box-sizing: border-box;
}
.logo_box .item_logo {
  width: 178px;
  height: 178px;
  position: relative;
}
.logo_box .bg_box {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.logo_box .item_logo .logo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.logo_box .item_logo .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 1s ease-in-out;
}
.logo_box .item_logo .bg_border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  background: linear-gradient(180deg, #423de5, #1b0046, #423de5);
  transition: all 1s ease-in-out;
}
.logo_box .item_1 {
  width: 112px;
  height: 112px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(135, 71, 238, 1));
}
.logo_box .item_2 {
  width: 135px;
  height: 135px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(135, 71, 238, 1));
}
.logo_box .item_3 {
  width: 135px;
  height: 135px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(135, 71, 238, 1));
}
.logo_box .item_4 {
  width: 112px;
  height: 112px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(135, 71, 238, 1));
}
.logo_box .item_1 .bg_box,
.logo_box .item_2 .bg_box {
  background: linear-gradient(270deg, rgba(211, 183, 255, 1) -5.56%, rgba(57, 3, 144, 1));
}
.logo_box .item_3 .bg_box,
.logo_box .item_4 .bg_box {
  background: linear-gradient(90deg, rgba(211, 183, 255, 1) -5.56%, rgba(57, 3, 144, 1));
}
.content_footer_title {
  margin: 0 auto;
  color: #e6e6e6;
  text-align: center;
  max-width: 947px;
  width: 98%;
  margin-bottom: 30px;
  margin-top: 50px;
}
.content_footer_title span {
  margin: 0 auto;
  color: #e6e6e6;
  text-align: center;
  font-family: 'Poltawski Nowy';
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  opacity: 0.6;
  display: block;
}
.content_footer_title p {
  margin: 0 auto;
  color: #e6e6e6;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}
.content_footer_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.section_btn_text {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.section_btn_text p {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.section_btn_text_img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.content_footer_button a {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 220px;
  overflow: hidden;
}
.content_footer_button a > div {
  overflow: hidden;
}
.content_footer_button .text-content {
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.content_footer_button .text-content::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  transform: translateY(41px);
  -webkit-transform: translateY(41px);
  background-repeat: no-repeat;
  background-position: center right;
}
.content_footer_button .download .text-content::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6662 1.5C11.6662 1.22386 11.4423 1 11.1662 1H6.09952C5.82338 1 5.59952 1.22386 5.59952 1.5V8.3C5.59952 8.57614 5.37567 8.8 5.09952 8.8H4.27835C3.8232 8.8 3.60476 9.35868 3.93921 9.6674L8.29372 13.6869C8.48525 13.8637 8.78047 13.8637 8.972 13.6869L13.3265 9.6674C13.661 9.35868 13.4425 8.8 12.9874 8.8H12.1662C11.89 8.8 11.6662 8.57614 11.6662 8.3V1.5Z' fill='white'/%3E%3Cpath d='M3.5 17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17C13.5 17.5523 13.0523 18 12.5 18H4.5C3.94772 18 3.5 17.5523 3.5 17Z' fill='white'/%3E%3C/svg%3E");
}
.content_footer_button .see_pricing .text-content::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.42857 4H16L13.8571 12H3.14286V3H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='5' cy='16' r='2' fill='white'/%3E%3Ccircle cx='12' cy='16' r='2' fill='white'/%3E%3Cpath d='M3 8H15L14 12H3V8Z' fill='white'/%3E%3C/svg%3E");
}
.content_footer_button a:hover .text-content {
  transform: translateY(-41px);
}
.content_footer_button .download {
  text-decoration: none;
  padding: 15px 23px;
  background: linear-gradient(90deg, #2c67ff 0%, #9e62ff 100%);
}
.content_footer_button .see_pricing {
  border: 2px solid #fff;
  text-decoration: none;
  padding: 13px 23px;
}
.logo_box_bg_show .bg {
  transform: scale(1.7);
}
.logo_box_bg_show .bg_border {
  transform: scale(1.02);
}
a.main_btn {
  text-decoration: none;
  padding: 6px 23px;
  background: linear-gradient(90deg, #2c67ff 0%, #9e62ff 100%);
  overflow: hidden;
  box-sizing: border-box;
  height: 60px;
}
a.main_btn:hover .main_btn_cont {
  transform: translateY(-57px);
}
.main_btn_cont {
  position: relative;
  height: fit-content;
  transition: all 0.3s ease-in-out;
}
.main_btn_text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main_btn_text_des {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
  text-align: center;
}
.main_btn_hover {
  margin-top: 10px;
}
/* section footer */

@media screen and (max-width: 1500px) {
  .content_1_item {
    gap: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .banner_content {
    gap: 30px;
  }

  .banner_text {
    width: 46%;
  }

  .content_1_item_text_content {
    max-width: 500px;
  }

  .banner_text h1 {
    font-size: 40px;
  }

  .more_funs_item.pos_1 {
    left: calc(var(--base-left) - 400px);
  }

  .more_funs_content_num9 .pos_4 {
    top: calc(var(--base-top) - 194px);
  }

  .more_funs_item.pos_5 {
    left: calc(var(--base-left) + 400px);
  }

  .more_funs_content_num9 .pos_8 {
    top: calc(var(--base-top) + 154px);
  }

  .more_funs_item.pos_9 {
    left: calc(var(--base-left) + 400px);
  }
}

@media screen and (max-width: 1300px) {
  .content_1_item {
    gap: 40px;
  }

  .content_1_item_text_content {
    max-width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  #avatar .content_1_item_text_content .w87p,
  #avatar .content_1_item_text_content .w77p,
  #filterWords .content_1_item_text_content .w77p,
  #filterWords .content_1_item_text_content .w72p {
    width: 100%;
  }

  .content_2_tbs {
    display: none;
  }

  .content_2_tbs_mobile {
    display: block;
  }

  .content_3 .carousel-component-content {
    padding: 50px 0 40px 0;
  }

  .banner_content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .banner_img {
    max-width: 560px;
  }
  .banner_img img {
    display: block;
  }

  .banner_text {
    width: 100%;
    max-width: 900px;
  }
  .banner_video_view {
    display: none;
  }

  .banner_button {
    justify-content: center;
  }

  .content_1_item {
    flex-direction: column-reverse;
    text-align: center;
    padding: 60px 40px;
  }

  .content_1_item_right {
    flex-direction: column;
  }

  .content_1_item_text_content {
    max-width: 900px;
  }

  .content_1_item_text_content .btn_giant_deer {
    margin: 0 auto;
  }

  .content_1_item .bg_btn,
  .content_1_item .line_btn {
    margin: 0 auto;
  }

  .content_3 {
    padding-bottom: 60px;
  }

  a.more_funs_item {
    padding: 10px 20px;
  }

  a.more_funs_item p {
    font-size: 18px;
  }

  .more_funs_item.pos_1 {
    left: calc(var(--base-left) - 360px);
  }

  .more_funs_item.pos_2 {
    left: calc(var(--base-left) - 374px);
  }

  .more_funs_item.pos_3 {
    left: calc(var(--base-left) - 68px);
  }

  .more_funs_item.pos_5 {
    left: calc(var(--base-left) + 350px);
  }

  .more_funs_item.pos_6 {
    left: calc(var(--base-left) - 310px);
  }

  .more_funs_item.pos_8 {
    left: calc(var(--base-left) + 252px);
  }

  .more_funs_item.pos_9 {
    left: calc(var(--base-left) + 328px);
  }

  .en .more_funs_item {
    max-width: 200px;
    padding: 12px 15px;
  }

  .use_steps_2_tab {
    padding: 24px;
  }
}

@media screen and (max-width: 980px) {
  .content_3 .carousel-component-content {
    background: url('https://focusee.imobie-resource.com/img/features_cont3_bg_mobile.png')
      no-repeat center top;
    background-size: 100% 100%;
    max-width: 650px;
    padding: 30px 30px 40px 30px;
    border-radius: 40px 40px 0 0;
  }

  .content_3 .text {
    width: 100%;
  }

  .content_3 .comment {
    font-size: 18px;
    font-weight: 400;
  }

  .logo_box {
    gap: 20px;
  }

  .logo_box .item_1,
  .logo_box .item_4 {
    width: 87px;
    height: 87px;
  }

  .logo_box .item_2,
  .logo_box .item_3 {
    width: 97px;
    height: 97px;
  }

  .logo_box .item_logo {
    width: 115px;
    height: 115px;
  }

  .logo_box .item_logo .bg_border {
    border-radius: 25px;
  }

  .logo_box .bg_box,
  .logo_box .item {
    border-radius: 25px;
  }

  .content_2_tbs_next,
  .content_2_tbs_prev {
    display: none;
  }

  .more_funs {
    flex-direction: column;
    height: auto;
    padding: 60px 0;
    background: url('https://focusee.imobie-resource.com/img/features_cont4_bg.png') no-repeat
      center bottom;
  }

  .more_funs_content {
    position: static;
    overflow: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 94%;
    margin-top: 40px;
  }

  a.more_funs_item {
    position: static;
    animation: none;
    transform: none;
  }

  .use_steps_2_tab {
    flex-direction: column;
  }

  .use_steps_2_tab_nav {
    width: 100%;
    max-width: none;
    flex-direction: row !important;
    overflow-x: auto;
  }

  .steps_2_nav_btn {
    flex-direction: column;
    padding: 14px;
    min-width: 200px;
  }

  .use_steps_2_img {
    padding: 4px;
  }
  .use_steps_2_tab {
    padding: 24px 10px;
  }
}

@media screen and (max-width: 750px) {
  .content_footer {
    margin-top: 40px;
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .main {
    padding-top: 80px;
  }
  .banner_video {
    padding: 80px 0;
  }

  .banner_text {
    width: 90%;
  }

  .content_1_item {
    margin-bottom: 40px;
  }

  .mobile_step_des {
    font-size: 20px;
  }

  .content_1_item_text_content p {
    font-size: 16px;
  }

  .content_2_tbs_mobile_step {
    margin-bottom: 80px;
  }

  .content_2 {
    margin-top: 80px;
  }

  .content_3 {
    margin-top: 80px;
  }

  .content_4 {
    padding: 80px 0 90px 0;
  }

  .content_5 {
    padding: 60px 0;
  }

  .faq_section {
    margin-top: 60px;
  }

  .content_6 {
    margin-top: 100px;
  }

  .content_5_faq_list {
    margin-top: 40px;
  }

  .banner_button,
  .section_6_button {
    flex-direction: column;
  }

  .banner_button > div,
  .section_6_button > div {
    width: 88%;
  }

  .logo_box {
    gap: 20px;
    margin-bottom: 30px;
  }

  .logo_box .item_1,
  .logo_box .item_4 {
    width: 47px;
    height: 47px;
  }

  .logo_box .item_2,
  .logo_box .item_3 {
    width: 57px;
    height: 57px;
  }

  .logo_box .item_logo {
    width: 75px;
    height: 75px;
  }

  .logo_box .item_logo .bg_border {
    border-radius: 16px;
  }

  .logo_box .bg_box,
  .logo_box .item {
    border-radius: 15px;
  }

  .section_6_title {
    margin-bottom: 20px;
  }

  .section_6_title span {
    max-width: 335px;
    font-size: 15px;
  }

  .section_6_title p {
    max-width: 335px;
    font-size: 20px;
  }

  .content_1 .content_des {
    margin-bottom: 60px;
  }

  .content_1_item_text_content h3 {
    font-size: 24px;
  }

  .user_comment {
    margin: 30px 0;
  }
  .user_comment_slider {
    margin-top: 0;
  }
  .content_footer_title {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .content_footer_title span {
    max-width: 335px;
    font-size: 15px;
  }
  .content_footer_title p {
    max-width: 335px;
    font-size: 20px;
  }
  .content_footer_button {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .content_footer_button > div {
    width: 88%;
  }
  .section_btn {
    width: 100%;
  }
  .section_btn a {
    width: 100%;
  }
  .btn_giant_deer {
    width: 100%;
    max-width: none;
  }
  .use_steps_2 {
    margin-top: 60px;
  }
  .use_steps_2_tab {
    margin-top: 30px;
  }
}

@media screen and (max-width: 470px) {
  .main {
    padding-top: 60px;
  }

  .banner_text h1 {
    font-size: 32px;
  }

  .banner_des {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .banner {
    padding: 20px 0;
  }
  .banner_video {
    padding: 40px 0 20px 0;
  }

  .banner_content {
    gap: 0px;
  }

  .h2_title {
    font-size: 26px;
  }

  .content_des {
    font-size: 16px;
  }

  .content_1_item {
    padding: 40px 24px;
    gap: 18px;
  }

  .mobile_step_text_inner p {
    font-size: 22px;
  }

  .mobile_step_des {
    font-size: 16px;
  }

  .faq_q h4,
  .faq_item_q {
    font-weight: 500;
    font-size: 18px;
  }

  .bg_btn a,
  .line_btn a {
    font-size: 16px;
  }

  .content_6 {
    margin-top: 40px;
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .content_2,
  .content_3 {
    margin-top: 60px;
  }

  .content_4 {
    padding: 60px 0;
  }

  .content_1 .content_des {
    margin-bottom: 40px;
  }

  .content_2_tbs_mobile_step {
    margin-bottom: 40px;
  }

  .mobile_step_img {
    margin-bottom: 14px;
  }
  .content_4_tools {
    gap: 20px;
  }
  .content_4_tools_item {
    height: 60px;
  }

  .content_4_tools_item a {
    padding: 0 20px;
    font-size: 16px;
  }

  .steps_2_nav_text .title {
    font-size: 20px;
  }
  .steps_2_nav_text .des {
    font-size: 14px;
  }
}
