.title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 24px;
  }
}
.title h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  color: #954AE9;
}
@media (max-width: 1600px) {
  .title h3 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .title h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .title h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #3730A3;
}
@media (max-width: 1600px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
  }
}
.title p {
  margin-top: 12px;
}

.pagination-found {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .pagination-found {
    margin-top: 12px;
    gap: 6px;
  }
}
.pagination-found span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  transition: 0.4s all !important;
}
@media (max-width: 767px) {
  .pagination-found span {
    width: 8px;
    height: 8px;
  }
}
.pagination-found span.swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .pagination-found span.swiper-pagination-bullet-active {
    width: 24px;
  }
}

.swiper-button {
  width: 52px;
  height: 52px;
  margin: 0;
  top: calc(50% - 26px);
}
@media (max-width: 1023px) {
  .swiper-button {
    display: none;
  }
}
.swiper-button:after {
  display: none;
}
.swiper-button.swiper-button-next {
  right: 0;
}
.swiper-button.swiper-button-prev {
  left: 0;
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
p,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #000000;
}
a:hover, a:focus {
  color: #008750;
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-size: 24px;
  line-height: 1.35;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media (max-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.active {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
}
body h2 {
  font-size: 46px;
}
@media (max-width: 1280px) {
  body h2 {
    font-size: 40px;
  }
}
body h3 {
  font-size: 28px;
}
@media (max-width: 1280px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  body h4 {
    font-size: 22px;
  }
}
body h5 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  body h5 {
    font-size: 18px;
  }
}

.container {
  max-width: 1456px !important;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1416px) {
  .container {
    max-width: 100% !important;
    padding: 0 60px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*======================================== end config =================================*/
.padd-main {
  padding: 120px 0;
}
@media (max-width: 1416px) {
  .padd-main {
    padding: 80px 0;
  }
}
@media (max-width: 1280px) {
  .padd-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 40px 0;
  }
}

.btn-main a {
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  color: #3730A3;
  height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 50px;
  border: 1px solid #954AE9;
}
@media (max-width: 1600px) {
  .btn-main a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn-main a {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
  }
}
.btn-main a:hover, .btn-main a.active {
  color: #fff;
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  border: 1px solid transparent;
}

footer {
  padding: 68px 0 40px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 32px 0 24px 0;
  }
}
footer span {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.56;
}
@media (max-width: 1023px) {
  footer span {
    font-size: 12px;
  }
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
footer ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #D8B1FC;
  border-radius: 100%;
}
footer ul a:hover {
  background: #D8B1FC;
  border: 1px solid #D8B1FC;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  z-index: 12;
  transition: 0.4s all !important;
  pointer-events: none;
}
.overlay.active {
  opacity: 0.8;
  pointer-events: unset;
}

.header-pc {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header-pc {
    display: none;
  }
}

.h-menu {
  font-size: 20px;
}
@media (max-width: 1364px) {
  .h-menu {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .h-menu {
    font-size: 16px;
  }
}
.h-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 48, 163, 0.8);
  backdrop-filter: blur(40px);
  overflow: hidden;
  border-radius: 60px;
}
.h-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  color: #fff;
}

.translate {
  font-size: 20px;
}
@media (max-width: 767px) {
  .translate {
    font-size: 16px;
  }
}
.translate select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0 12px 0 0;
}
@media (max-width: 767px) {
  .translate svg {
    width: 20px;
    height: auto;
  }
}

.header-mb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
  display: none;
}
@media (max-width: 1023px) {
  .header-mb {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-mb {
    padding: 10px 0;
  }
}
.header-mb .logo img {
  max-height: 60px;
}
@media (max-width: 767px) {
  .header-mb .logo img {
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  .bar svg {
    width: 20px;
    height: auto;
  }
}

.nav-mm {
  transition: 0.4s all !important;
  width: 460px;
  position: fixed;
  top: 0;
  left: -460px;
  background: #954AE9;
  z-index: 14;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .nav-mm {
    width: 80%;
    left: -80%;
    padding: 24px;
  }
}
.nav-mm.active {
  left: 0;
}
.nav-mm ul li {
  margin-bottom: 24px;
}
.nav-mm ul li:last-child {
  margin-bottom: 0;
}
.nav-mm a {
  color: #fff;
  font-style: italic;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nav-mm a {
    font-size: 24px;
  }
}

.item-banner .bg img {
  min-height: 500px;
}

.caption-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption-absolute h4 {
  color: #D8B1FC;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .caption-absolute h4 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .caption-absolute h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .caption-absolute h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.caption-absolute h2 {
  text-transform: uppercase;
  font-size: 74px;
  font-weight: bold;
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .caption-absolute h2 {
    font-size: 64px;
  }
}
@media (max-width: 1364px) {
  .caption-absolute h2 {
    font-size: 52px;
  }
}
@media (max-width: 1023px) {
  .caption-absolute h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .caption-absolute h2 {
    font-size: 28px;
  }
}
.caption-absolute h3 {
  font-size: 44px;
  font-weight: 500;
  color: #3730A3;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .caption-absolute h3 {
    font-size: 36px;
  }
}
@media (max-width: 1364px) {
  .caption-absolute h3 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .caption-absolute h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .caption-absolute h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.caption-absolute .desc {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .caption-absolute .desc {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .caption-absolute .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .caption-absolute .desc {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.caption-absolute ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .caption-absolute ul {
    gap: 8px;
  }
}
@media (max-width: 1364px) {
  .caption-absolute .btn-main a {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .caption-absolute .btn-main a {
    font-size: 14px;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .caption-absolute .btn-main a {
    font-size: 12px;
    padding: 0 16px;
  }
}
.caption-absolute .avarta {
  transform: scale(1.35);
}
@media (max-width: 767px) {
  .caption-absolute .avarta {
    transform: scale(1);
  }
}

.banner-bottom {
  font-size: 16px;
  padding: 40px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .banner-bottom {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .banner-bottom {
    padding: 16px 0;
  }
}
.banner-bottom svg,
.banner-bottom img {
  display: inline;
}
.banner-bottom .item {
  display: flex;
  align-items: flex-end;
}

.number-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .number-slider {
    display: none;
  }
}
.number-slider .progress {
  flex: 0 0 138px;
  max-width: 138px;
  width: 100%;
  height: 2px;
  border-radius: 20px;
}
.number-slider .progress .line-progress {
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.number-slider .progress .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  transition: 0.4s all !important;
  z-index: 2;
}
.number-slider span {
  font-weight: 500;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3730A3;
  border-radius: 100%;
  border: 1px solid #3730A3;
}

.scroll-down {
  color: #3730A3;
  margin-bottom: 4px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}
.scroll-down span {
  transition: color 0.3s ease;
}
.scroll-down svg {
  display: inline-block;
  margin: 0 auto;
  animation: scroll-bob 2s infinite ease-in-out;
  transition: transform 0.3s ease;
}
.scroll-down svg rect {
  transition: stroke 0.3s ease;
}
.scroll-down svg path {
  animation: scroll-wheel 2s infinite ease-in-out;
}
.scroll-down:hover {
  color: #954AE9;
}
.scroll-down:hover svg {
  animation-play-state: paused;
  transform: scale(1.1);
}
.scroll-down:hover svg rect {
  stroke: #954AE9;
}

@keyframes scroll-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes scroll-wheel {
  0% {
    transform: translateY(-3px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    transform: translateY(3px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.security-banner {
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1280px) {
  .security-banner {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .security-banner {
    display: none;
  }
}
.security-banner span {
  background: rgba(55, 48, 163, 0.6);
  padding: 10px 16px;
  border-radius: 12px;
  display: inline-flex;
  width: 100%;
  position: relative;
}
.security-banner img {
  display: inline;
  margin-top: 6px;
}

.item-found {
  border-radius: 40px;
  background: linear-gradient(85.34deg, rgba(55, 48, 163, 0.06) 3.37%, rgba(149, 74, 233, 0.06) 111.82%);
}
@media (max-width: 767px) {
  .item-found {
    border-radius: 12px;
  }
}
.item-found .desc-found h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .item-found .desc-found h3 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .item-found .desc-found h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .item-found .desc-found h3 {
    font-size: 16px;
  }
}
.item-found .desc-found ul li {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-found .desc-found ul li {
    margin-bottom: 12px;
    gap: 6px;
  }
}
.item-found .desc-found ul li:last-child {
  margin-bottom: 0;
}
.item-found .desc-found ul li .icon {
  flex: 0 0 24px;
  max-width: 24px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .item-found .desc-found ul li .icon {
    flex: 0 0 16px;
    max-width: 16px;
  }
}

.line-border {
  background: linear-gradient(90deg, rgba(55, 48, 163, 0) 0%, #3730A3 20%, #3730A3 80%, rgba(55, 48, 163, 0) 100%);
  height: 1px;
}

.item-connect {
  font-size: 18px;
  display: flex;
  position: relative;
  padding: 20px;
  background: #F0EDFF;
  border-radius: 20px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .item-connect {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-connect {
    font-size: 14px;
  }
}
.item-connect:last-child {
  margin-bottom: 0;
}
.item-connect .icon {
  flex: 0 0 48px;
  max-width: 48px;
}
.item-connect .desc-connect {
  padding-left: 20px;
}
.item-connect h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .item-connect h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .item-connect h3 {
    font-size: 16px;
  }
}
.item-connect .icon-abs {
  position: absolute;
}
@media (max-width: 1023px) {
  .item-connect .icon-abs {
    display: none;
  }
}
.item-connect .icon-abs.abs-1 {
  top: 0;
  right: -53px;
}
.item-connect .icon-abs.abs-2 {
  bottom: 0;
  right: -53px;
}
.item-connect .icon-abs.abs-3 {
  top: 0;
  left: -53px;
}
.item-connect .icon-abs.abs-4 {
  bottom: 0;
  left: -53px;
}

.tab-price {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .tab-price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tab-price {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.tab-price ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 48, 163, 0.1019607843);
  backdrop-filter: blur(40px);
  overflow: hidden;
  border-radius: 60px;
}
.tab-price a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 28px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .tab-price a {
    padding: 0 20px;
    height: 44px;
  }
}
.tab-price a.active {
  color: #fff !important;
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
}
.tab-price a:hover {
  color: #954AE9;
}

.item-package {
  font-size: 18px;
  border: 2px solid transparent;
  transition: 0.4s all !important;
}
@media (max-width: 767px) {
  .item-package {
    font-size: 14px;
  }
}
.item-package:hover {
  border: 2px solid #954AE9;
}
.item-package .top h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .item-package .top h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .item-package .top h3 {
    font-size: 16px;
  }
}
.item-package .top .price {
  font-size: 22px;
  color: #954AE9;
}
@media (max-width: 1600px) {
  .item-package .top .price {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-package .top .price {
    font-size: 16px;
  }
}
.item-package .top .price span {
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .item-package .top .price span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .item-package .top .price span {
    font-size: 24px;
  }
}
.item-package .desc-package h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .item-package .desc-package h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-package .desc-package h3 {
    font-size: 14px;
  }
}
.item-package .desc-package ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .item-package .desc-package ul li {
    margin-bottom: 8px;
  }
}
.item-package .desc-package ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #954AE9;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .item-package .desc-package ul li:after {
    top: 6px;
  }
}
.item-package .desc-package ul li:last-child {
  margin-bottom: 0;
}

.item-feedback {
  font-size: 22px;
  max-width: 714px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .item-feedback {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-feedback {
    font-size: 14px;
  }
}
.item-feedback .info-name {
  font-size: 16px;
}
@media (max-width: 767px) {
  .item-feedback .info-name {
    font-size: 14px;
  }
}
.item-feedback .info-name h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (max-width: 1600px) {
  .item-feedback .info-name h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-feedback .info-name h3 {
    font-size: 14px;
  }
}
.item-feedback .desc {
  padding: 16px 0;
}

.item-faq {
  margin-bottom: 16px;
  padding: 24px;
  position: relative;
  border-radius: 16px;
  font-size: 18px;
  border: 1px solid #D8B1FC;
  transition: 0.4s all !important;
}
@media (max-width: 1023px) {
  .item-faq {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-faq {
    font-size: 14px;
    padding: 16px;
  }
}
.item-faq.active {
  border: 1px solid #F5F4FA;
  background: #F5F4FA;
}
.item-faq.active .quesstion:after {
  background: url("../images/mini.png") no-repeat center;
}
.item-faq:last-child {
  margin-bottom: 0;
}
.item-faq .quesstion {
  position: relative;
  padding-right: 56px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .item-faq .quesstion {
    padding-right: 48px;
  }
}
.item-faq .quesstion:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/plus.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.item-faq .quesstion h3 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .item-faq .quesstion h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .item-faq .quesstion h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-faq .quesstion h3 {
    font-size: 14px;
  }
}
.item-faq .answer {
  margin-top: 12px;
  display: none;
}
@media (max-width: 767px) {
  .item-faq .answer {
    margin-top: 8px;
  }
}

.box-register h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .box-register h3 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .box-register h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .box-register h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.box-register .desc {
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .box-register .desc {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .box-register .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .box-register .desc {
    font-size: 14px;
  }
}

.head-regis {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .head-regis {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .head-regis {
    font-size: 16px;
  }
}

.form-register label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .form-register label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-register label {
    margin-bottom: 4px;
  }
}
.form-register .txt_field {
  width: 100%;
  border: 1px solid rgba(21, 21, 21, 0.1490196078);
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .form-register .txt_field {
    font-size: 14px;
  }
}
.form-register .btn_field {
  font-size: 16px;
  font-weight: 600;
  height: 54px;
  min-width: 240px;
  border-radius: 60px;
  background: linear-gradient(85.34deg, #3730A3 3.37%, #954AE9 111.82%);
  color: #fff;
}
@media (max-width: 1023px) {
  .form-register .btn_field {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .form-register .btn_field {
    font-size: 14px;
  }
}

.btn-form {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .btn-form {
    margin-top: 0;
  }
}

/* Lenis smooth scroll helper styles */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* Custom animation for rotating background circle */
@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-circle {
  animation: rotate-circle 25s linear infinite;
  transform-origin: center;
}

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

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