/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/upgrade-to-premium-lifetime/scss/style.scss ***!
  \********************************************************************************************************************************************/
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f1d44;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
  margin: 0 auto;
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 215px;
  max-width: 100%;
  border-radius: 60px;
  background: linear-gradient(180deg, #29f4ff 0%, #5257ff 100%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.333;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .common-btn {
    height: 58px;
    width: 285px;
    font-size: 22px;
  }
}

.btn-outline {
  background: #fff;
  color: #33b6ff;
  border: 3px solid #33b6ff;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-9,
.col-lg-7,
.col-lg-5 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-md-reverse {
    flex-flow: row-reverse;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}
.text-center {
  text-align: center !important;
}

.text-danger {
  color: #d74040;
}

.title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

.form-group {
  margin-bottom: 20px;
}
.form-group .text-danger {
  font-size: 1rem;
}

.form-control {
  display: block;
  line-height: normal;
  padding: 5px 8px;
  width: 100%;
  background: #fff;
  border: 0;
  font-size: 0.875rem;
  outline: none;
}

.input-group {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #3a3464;
  border-radius: 4px;
}
.input-group .input-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.input-group .input-icon--user {
  background-image: url(../images/icon-user.svg);
}
.input-group .input-icon--phone {
  background-image: url(../images/icon-phone.svg);
}
.input-group .input-icon--email {
  background-image: url(../images/icon-envelope.svg);
}
.input-group .form-control {
  flex: 1 0 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(129, 98, 227, 0.3);
}
.slick-dots .slick-active button {
  width: 60px;
  background-color: #8162e3;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-left: 32px;
  min-height: 30px;
}
input[type=radio] + label::before {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 5px;
  border: 1px solid #2a2a2a;
}
input[type=radio]:checked + label::before {
  background-image: url(../images/icon-tick-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.slick-slide img {
  height: auto;
}

.header-bg {
  display: block;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .header-bg {
    background: #0a0a14;
    height: 350px;
    position: relative;
  }
}
.header-bg img {
  width: 100%;
}
@media (min-width: 768px) {
  .header-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
  }
}

.packages {
  padding: 40px 0 60px;
  text-align: center;
}
.packages__item {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 30px rgba(51, 182, 255, 0.2);
  color: #121131;
  padding: 32px;
  margin: 0 auto;
  position: relative;
  max-width: 500px;
}
.packages__item-saleoff {
  display: inline-block;
  background: linear-gradient(260.46deg, #ff52e3 9.26%, #2980ff 133.45%);
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 4px 10px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.packages__title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #33b6ff;
  margin-bottom: 0.75rem;
}
.packages__name {
  font-size: 0.9rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9500;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}
.packages__base {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #8e8e93;
  text-decoration: line-through;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.packages__price {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.packages__promo {
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.packages .common-btn {
  margin: 0 auto;
  margin-top: 1.5rem;
}

.countdown {
  padding: 15px 30px;
  margin-bottom: 40px;
  text-align: center;
}
.countdown__title {
  opacity: 0.9;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}
.countdown__time, .countdown__separator {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.countdown__time {
  margin: 0 8px;
  position: relative;
}
.countdown__time .label {
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  left: 0;
}
.countdown__separator {
  margin: 0 10px;
}
.countdown__inner {
  display: flex;
  justify-content: center;
}

.comparison {
  padding: 40px 0;
  background: #fff url(../images/bg-comparison.svg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .comparison {
    padding: 60px 0 70px;
  }
}
.comparison__wrapper {
  position: relative;
  margin-inline: auto;
  width: fit-content;
}
.comparison__wrapper::after {
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(270.88deg, rgba(229, 218, 251, 0.3019607843) 0%, rgba(240, 217, 251, 0.3019607843) 100%);
  border-radius: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .comparison__wrapper::after {
    width: 200px;
    right: 20px;
  }
}
.comparison__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  border-bottom: 1px solid rgba(174, 221, 255, 0.5019607843);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .comparison__row {
    padding-inline: 20px;
    gap: 68px;
  }
}
.comparison__head {
  font-size: 10px;
  font-weight: bold;
  color: #656488;
}
@media (min-width: 768px) {
  .comparison__head {
    font-size: 18px;
  }
  .comparison__head .comparison__row {
    border-top: 2px solid rgba(174, 221, 255, 0.5019607843);
  }
}
.comparison__body {
  font-size: 10px;
  color: #949fb2;
}
@media (min-width: 768px) {
  .comparison__body {
    font-size: 18px;
    font-weight: 600;
  }
}
.comparison__col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-block: 16px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .comparison__col {
    width: 200px;
    padding-block: 12px;
    min-height: 105px;
  }
}
.comparison__col--title {
  width: 160px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  font-size: 16px;
}
@media (min-width: 768px) {
  .comparison__col--title {
    width: 380px;
    font-size: 24px;
  }
}
.comparison__col--title b {
  font-size: 14px;
  font-weight: 600;
  color: #656488;
}
@media (min-width: 768px) {
  .comparison__col--title b {
    font-size: 22px;
    font-weight: 600;
  }
}
.comparison__col--title p {
  font-size: 12px;
  font-weight: normal;
  color: #949fb2;
}
@media (min-width: 768px) {
  .comparison__col--title p {
    font-size: 20px;
    font-weight: 600;
  }
}
.comparison__head .comparison__col--premium span {
  background: linear-gradient(0deg, #fd4aa9 0%, #ff926e 98.75%);
  color: #fff;
  border-radius: 8px;
  padding-inline: 4px;
}
@media (min-width: 768px) {
  .comparison__head .comparison__col--premium span {
    padding-inline: 12px;
  }
}
@media (max-width: 767px) {
  .comparison__col img {
    width: 24px;
  }
}
.comparison .common-btn {
  margin: 0 auto;
  text-transform: uppercase;
}

.about-premium {
  padding: 40px 0;
  margin-bottom: 40px;
  text-align: center;
}
.about-premium__img {
  margin-top: 30px;
}

.elsa-feature {
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .elsa-feature {
    padding: 60px 0 40px;
  }
}
@media (min-width: 768px) {
  .elsa-feature__container {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    flex-direction: row-reverse;
    margin-bottom: 30px;
  }
}

.feature-slider {
  width: 220px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .feature-slider {
    width: 320px;
    margin: 0;
  }
}
.feature-slider .slick-arrow {
  width: 32px;
  height: 32px;
  background: transparent url(../images/slide-arrow.svg);
  z-index: 990;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
}
.feature-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.feature-slider .slick-prev {
  left: -50px;
}
.feature-slider .slick-next {
  right: -50px;
}
.feature-nav {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .feature-nav {
    margin-bottom: 0;
    flex: 1 0 0;
    max-width: 675px;
  }
}
.feature-nav li {
  background: inherit;
  margin: 1px;
  position: absolute;
}
@media (max-width: 767px) {
  .feature-nav li {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s;
  }
}
@media (min-width: 768px) {
  .feature-nav li {
    margin-bottom: 14px;
    position: relative;
  }
  .feature-nav li:last-child {
    margin-bottom: 0;
  }
}
.feature-nav li::before {
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  position: absolute;
  pointer-events: none;
}
.feature-nav li.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.feature-nav li.active::before {
  background: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
}
.feature-nav__icon {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.active .feature-nav__icon {
  background-position: 0 -64px;
}
.feature-nav__icon--user {
  background-image: url(../images/icon-user-edit.png);
}
.feature-nav__icon--gamming {
  background-image: url(../images/icon-gamming.png);
}
.feature-nav__icon--sound {
  background-image: url(../images/icon-sound-chart.png);
}
.feature-nav__icon--translate {
  background-image: url(../images/icon-translate.png);
}
.feature-nav__icon--messages {
  background-image: url(../images/icon-messages.png);
}
.feature-nav__wrap {
  background: #1c173e;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
.feature-nav__wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  z-index: -1;
  pointer-events: none;
}
.feature-nav__content {
  flex: 1 0 0;
  padding-left: 10px;
}
.feature-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: bold;
}
.active .feature-title {
  background: linear-gradient(151deg, #55ffad 0%, #14b9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-description, .feature-detail {
  color: #bec4d0;
}
.feature-description {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.feature-detail {
  font-style: italic;
}
@media (min-width: 768px) {
  .feature-detail {
    max-height: 0;
    transform: scaleY(0);
    transition: transform 0.5s, max-height 0.3s;
  }
  .active .feature-detail {
    margin-top: 10px;
    max-height: 7em;
    transform: scaleY(1);
    transition-delay: 0.3s, 0;
  }
}

.user-review {
  padding-block: 40px;
}
@media (min-width: 767px) {
  .user-review {
    padding-block: 80px;
  }
}
.user-review .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.user-review__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin-inline: 10px;
  background-color: #29266f;
  border-radius: 16px;
}
@media (min-width: 767px) {
  .user-review__item {
    max-width: 500px;
  }
}
.user-review__item .review {
  margin-bottom: 20px;
}
.user-review__item .avatar {
  border-radius: 100px;
  overflow: hidden;
}
.user-review__item .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.user-review__item .position {
  color: #8181a5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
@media (min-width: 767px) {
  .user-review .slick-track {
    display: flex;
    justify-content: center;
  }
}
.user-review .slick-dots {
  gap: 8px;
}
.user-review .slick-dots .slick-active button {
  width: 60px;
  background: #478dff;
}

.wrapper-blur {
  position: relative;
  overflow: hidden;
}
.wrapper-blur__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  background: rgba(242, 247, 255, 0.7);
}
.wrapper-blur .circle1,
.wrapper-blur .circle2,
.wrapper-blur .circle3,
.wrapper-blur .circle4 {
  position: absolute;
  filter: blur(40px);
}
.wrapper-blur .circle1 {
  left: -70px;
  top: 3%;
}
.wrapper-blur .circle2 {
  right: -82px;
  top: 15%;
  width: 258px;
  height: 258px;
  border-radius: 258px;
  opacity: 0.5;
  background: linear-gradient(180deg, #e55be7 1.25%, #6773f8 101.25%);
}
.wrapper-blur .circle3 {
  left: -100px;
  top: 34%;
  opacity: 0.6;
}
.wrapper-blur .circle4 {
  right: 20px;
  top: 50%;
  opacity: 0.4;
}

.statistic__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .statistic__inner {
    flex-direction: row;
  }
}
.statistic__inner-content {
  width: 100%;
  text-align: center;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .statistic__inner-content {
    max-width: 400px;
    text-align: left;
  }
}
.statistic__inner-content h3 {
  font-size: 24px;
}
.statistic__inner-content p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.statistic__inner-straight-line {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  width: 90px;
  background-color: rgb(71, 141, 255);
}
@media (min-width: 768px) {
  .statistic__inner-straight-line {
    display: block;
    height: 64px;
    width: 1px;
  }
}
.statistic__inner-evaluate {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .statistic__inner-evaluate {
    justify-content: space-around;
    flex-flow: row wrap;
  }
}
.statistic__inner-evaluate-item {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  max-width: 280px;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(214, 214, 214, 0.1098039216);
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 220px;
  text-align: center;
}
@media (min-width: 768px) {
  .statistic__inner-evaluate-item {
    min-width: 0;
    max-width: 230px;
  }
}
.statistic__inner-evaluate-item--blue {
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
}
.statistic__inner-evaluate-item--orange {
  background: linear-gradient(180deg, #fff35c -54.1%, #ef7b32 100%);
}
.statistic__inner-evaluate-item--green {
  background: linear-gradient(0deg, #579cff 0%, #5ce578 89.51%);
}
.statistic__inner-evaluate-item-image {
  margin-bottom: 16px;
}
.statistic__inner-evaluate-item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 8px;
}
.statistic__inner-evaluate-item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #fff;
}

.back-to-top {
  background-color: #f3f7ff;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .back-to-top {
    padding-top: 1.5rem;
  }
}
.back-to-top__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: white;
  border-radius: 16px;
  background: rgba(4, 4, 11, 0.25);
  width: 8rem;
  height: 6rem;
  margin: auto;
}

.footer {
  background: rgb(21, 17, 63);
  color: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-inner {
    padding-bottom: 20px;
  }
}
.footer-logo {
  margin-bottom: 20px;
}
.footer .download-app {
  margin-top: 0;
}
.footer .download-app .footer-title {
  margin-bottom: 10px;
}
.footer .download-app a:last-child {
  margin-right: 0;
}
.footer .copyright {
  background: rgba(18, 17, 49, 0.9);
  padding-block: 20px;
}
.footer .copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .copyright-inner {
    justify-content: space-between;
  }
}
.footer .copyright .sns-list {
  display: flex;
  gap: 8px;
}

.bg-dark {
  background: linear-gradient(183.12deg, #2f1f96 0%, #15113f 99.34%);
  color: #fff;
  padding: 40px 0;
}

/*# sourceMappingURL=upgrade-to-premium-lifetime.css.map*/