
/*****************************************
Colors:
- Backgrounds - light gray #f1f9fc
- Buttons, icons - purple var(--text_tilte_l_color)
- Buttons, icons - red #eb427e
- Headings text - black var(--text_tilte_m_color)
- Body text - dark gray #6b747b
******************************************/

/* form,
input,
textarea {
    -moz-user-select: all !important;
    -webkit-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
    -webkit-user-select: text !important;
}

* {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
  /* IE and Edge hide scrollbar bar*/
  scrollbar-width: none;
  /* Firefox hide scrollbar bar */
} */

*::-webkit-scrollbar {
    /* chrome hide scrollbar bar */
    display: none;
}

/**************************/
/*     General Styles     */
/**************************/
:root{
  --text_tilte_l_color: #6466f1;
  --text_tilte_m_color: #000000;
  --btn_lang_1: #A85CF9;
  --btn_lang_2: #6466f1;
  --btn_lang_3: #36AE7C;
  --btn_lang_4: #f9c647;
  --btn_lang_5: #EB5353;

}
.title_l{
  color : var(--text_tilte_l_color);
}
.title_m{
  color : var(--text_tilte_m_color);
}
.bg_lern {
  background-image: url('../images/bg_lernjp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.price-labled{
  position: absolute;
    text-align: center;
    top: 20px;
    right: -43px;
    width: 177px;
    height: 36px;
    line-height: 36px;
    background-color: rgb(236 26 11);
    color: #f6f6f6;
    transform: rotate(45deg);
    font-size: 20px;
    font-weight: 600;
}
/* .price_cl{
  color: #54C2F0;
} */
#point .flex-wrap .cont img{
  width: 350px;
  margin-left: .5rem;
}
.span_line {
  position: relative;
  padding: 0 2px;
  margin-right: .5rem;
  font-size: 15px;
}
.span_line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  right: 0;
  top: 50%;
  border-top: 1px solid gray;
  z-index: 1;
}

body,
p {
    color: #000;
    /* color: #6b747b; */
    font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: -0.5px;
}

h2 {
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.625rem;
    letter-spacing: -0.4px;
}

h3 {
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.3px;
}

h4 {
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.2px;
}

h5 {
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

h6 {
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
}

.h1-large {
    font-size: 2.875rem;
    line-height: 3.5rem;
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.p-small {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.bg-gray {
    background-color: #f1f9fc;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid var(--text_tilte_l_color);
    border-radius: 32px;
    background-color: var(--text_tilte_l_color);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    border: 1px solid var(--text_tilte_l_color);
    background-color: transparent;
    color: var(--text_tilte_l_color); /* needs to stay here because of the color property of a tag */
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid var(--text_tilte_l_color);
    border-radius: 32px;
    background-color: var(--text_tilte_l_color);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
}

.btn-solid-lg:hover {
    border: 1px solid var(--text_tilte_l_color);
    background-color: transparent;
    color: var(--text_tilte_l_color); /* needs to stay here because of the color property of a tag */
    text-decoration: none;
}

.btn-solid-arrow {
    display: inline-block;
    margin: 0 auto 2px;
    padding-top: 3px;
    margin-right: 5px;
    width: 92px;
    height: 40px;
    background: #669AFF;
    position: relative;
}

.btn-solid-arrow:after {
  border-left: 12px solid #669AFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 45.4px;
}
.btn-solid-arrow:hover{
  opacity: .5;
}

.btn-solid-arrow span {
  font-size: 16px;
  padding-left: 8px;
  color: #fff;
}
.header .arrow_1{
  background: var(--btn_lang_1)!important;
}
.header .arrow_1:after{
  border-left: 12px solid var(--btn_lang_1)!important;
}
.header .arrow_2{
  background: var(--btn_lang_2)!important;
}
.header .arrow_2:after{
  border-left: 12px solid var(--btn_lang_2)!important;
}
.header .arrow_3{
  background: var(--btn_lang_3)!important;
}
.header .arrow_3:after{
  border-left: 12px solid var(--btn_lang_3)!important;
}.header .arrow_4{
  background: var(--btn_lang_4)!important;
}
.header .arrow_4:after{
  border-left: 12px solid var(--btn_lang_4)!important;
}
.header .arrow_5{
  background: var(--btn_lang_5)!important;
}
.header .arrow_5:after{
  border-left: 12px solid var(--btn_lang_5)!important;
}


.btn-solid-lg .fab {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    line-height: 0;
    vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
    font-size: 1rem;
}

.btn-solid-lg.secondary {
    border: 1px solid #eb427e;
    background-color: #eb427e;
}

.btn-solid-lg.secondary:hover {
    border: 1px solid #eb427e;
    background: transparent;
    color: #eb427e; /* needs to stay here because of the color property of a tag */
}

.btn-outline-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid var(--text_tilte_m_color);
    border-radius: 32px;
    background-color: transparent;
    color: var(--text_tilte_m_color);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    background-color: var(--text_tilte_m_color);
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid var(--text_tilte_m_color);
    border-radius: 32px;
    background-color: transparent;
    color: var(--text_tilte_m_color);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    background-color: var(--text_tilte_m_color);
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid var(--text_tilte_m_color);
    border-radius: 32px;
    background-color: transparent;
    color: var(--text_tilte_m_color);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.cont_btn {
  margin-top: -25%;
}
.btn-outline-sm:hover {
    background-color: var(--text_tilte_m_color);
    color: #ffffff;
    text-decoration: none;
}

.list .fas {
    /* color: var(--text_tilte_l_color); */
    /* font-size: 0.75rem;
    line-height: 1.625rem; */
}

.list div {
    flex: 1 1 0%;
    margin-left: 0.375rem;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.label-control {
    position: absolute;
    top: 0.875rem;
    left: 1.875rem;
    color: #7d838a;
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1.5rem;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    color: #6b747b;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-control-input,
.form-control-select {
    display: block; /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 0.125rem;
    padding-left: 1.8125rem;
    border: 1px solid #d0d5e2;
    border-radius: 25px;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.875rem;
    transition: all 0.2s;
    -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3.25rem;
    color: #7d838a;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../images/down-arrow.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
    display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.5rem;
    padding-left: 1.3125rem;
    border: 1px solid #d0d5e2;
    border-radius: 4px;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.5rem;
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

input[type="checkbox"] {
    vertical-align: -10%;
    margin-right: 0.5rem;
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid var(--text_tilte_l_color);
    border-radius: 32px;
    background-color: var(--text_tilte_l_color);
    color: var(--text_tilte_m_color);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    border: 1px solid var(--text_tilte_m_color);
    background-color: transparent;
    color: var(--text_tilte_m_color);
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* logo */
.logo_s{
  width: 40% !important;
  bottom: -2rem;
}
.top_logo{
  width: 100% !important;
  height: 100% !important;
}


/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
    position: relative;
    max-width: 1150px;
    margin: 2.5rem auto;
    padding: 3rem 1rem;
    background-color: #ffffff;
    text-align: left;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
    font-family: "Open Sans";
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
    color: var(--text_tilte_l_color);
}
/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.375rem;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid var(--text_tilte_m_color);
    background-color: transparent;
    color: var(--text_tilte_m_color);
    opacity: 1;
    font-family: "Open Sans";
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
    background-color: var(--text_tilte_m_color);
    color: #ffffff;
}
/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 44px;
    height: 44px;
    color: #555555;
}
/* end of close x button */


/************************/
/*     Testimonials     */
/************************/

.slider-1 .slider-container {
    position: relative;
}

.slider-1 .swiper-container {
    position: static;
    width: 86%;
    text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
    /* even if you can't see it chrome you can see it on mobile device */
    outline: none;
}

.slider-1 .swiper-button-prev {
    left: -14px;
    background-image: url('../images/btn_left.png');
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E"); */
    background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
    right: -14px;
    background-image: url('../images/btn_right.png');
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E"); */
    background-size: 18px 28px;
}

.slider-1 .card {
    position: relative;
    border: none;
    background-color: transparent;
}

.slider-1 .card-image {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
    border-radius: 50%;
}

.slider-1 .testimonial-author {
    margin-bottom: 0;
    color: var(--text_tilte_m_color);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}


/**********************/
/*     Conclusion     */
/**********************/
.basic-5 {
    padding-top: 4.5rem;
    padding-bottom: 7.5rem;
    background: url("../images/conclusion-background.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

/******************/
/*     Footer     */
/******************/
.footer {
    padding-top: 6rem;
    padding-bottom: 3rem;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(197, 234, 249, 1));
    text-align: center;
}

.footer a {
    text-decoration: none;
}



/*********************/
/*     Copyright     */
/*********************/
.copyright {
    padding-top: 1.5rem;
    background-color: #c5eaf9;
    text-align: center;
}

/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 12px;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #343e48 url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 18px 18px;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #000000;
}

/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    background-color: #f1f9fc;
}

.ex-basic-1 .list-unstyled .fas {
    font-size: 0.375rem;
    line-height: 1.625rem;
}

.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #f1f9fc;
}

.ex-cards-1 .card {
    border: none;
    background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
    width: 2em;
    font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
    color: #ff6e84;
}

.ex-cards-1 .card .fa-stack-1x {
    color: #ffffff;
    font-weight: 700;
    line-height: 2.125rem;
}

/*************************/
/*     Media Queries     */
/*************************/

.demophone{
background: url("../images/iphone_boder.png") center center no-repeat;
background-size: contain;
width: 390px;
height: 795px;
}
.demophone iframe{
position: absolute;
top: 16px;
right: 15px;
width: 360px;
height: 760px;
border-radius: 40px;
}

.dot_bg img{
  width: 100%;
}
.video-background {
  width: 330px;
}

.border_bt{
  border-bottom: 2px solid #000;
  margin: 1.5rem 0;
}
.phone_none th:first-child{
  min-width: 100px;
}
/* Min-width 768px */
@media (min-width: 768px) {
    /* Extra Pages */
    .ex-basic-1 .text-box {
        padding: 1.75rem 2rem 0.875rem 2rem;
    }
    .phone_img{
      position: absolute;
      top: -26rem;
      right: 0;
    }
    #point .flex-wrap .cont{
      margin-left: 3%;
      margin-right: 3%;
    }
    .pc_none{
      display: none;
    }

    /* end of extra pages */
}
/* end of min-width 768px */

/* Min-width 1024px */
@media (min-width: 1024px) {
    /* General Styles */
    .btn-solid-lg {
        margin-right: 0.5rem;
        margin-left: 0;
    }

    /* Details Lightbox */
    .lightbox-basic {
        padding: 3rem 3rem;
    }
    /* end of details lightbox */

    /* Statistics */
    .counter {
        padding-top: 5rem;
    }
    /* end of statistics */

    /* Testimonials */
    .slider-1 .swiper-container {
        width: 92%;
    }

    .slider-1 .swiper-button-prev {
        left: -16px;
        width: 22px;
        background-size: 22px 34px;
    }

    .slider-1 .swiper-button-next {
        right: -16px;
        width: 22px;
        background-size: 22px 34px;
    }
    /* end of testimonials */

    /* Conclusion */
    .basic-5 {
        text-align: left;
    }
    /* end of conclusion */

    /* Copyright */
    .copyright {
        text-align: left;
    }

    .copyright .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .copyright .statement {
        text-align: right;
    }
    /* end of copyright */

    /* Extra Pages */
    .ex-cards-1 .card {
        display: inline-block;
        width: 306px;
        vertical-align: top;
    }

    .ex-cards-1 .card:nth-of-type(3n + 2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    /* end of extra pages */
}
/* end of min-width 1024px */

/* Min-width 1280px */
@media (min-width: 1280px) {
    /* General Styles */
    .h1-large {
        font-size: 3.125rem;
        line-height: 3.75rem;
    }

    .container {
        max-width: 72rem;
    }
    /* end of general styles */


    /* Statistics */
    .counter #counter .cell {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    .counter #counter .counter-value {
        font-size: 3.75rem;
        line-height: 4.25rem;
    }
    /* end of statistics */

    /* Extra Pages */
    .ex-cards-1 .card {
        width: 328px;
    }

    .ex-cards-1 .card:nth-of-type(3n + 2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }
    /* end of extra pages */
}
/* end of min-width 1200px */

.err-name, .err-email, .err-message, .err-phone{
    position:relative;
    top: -20px;
    font-size: 1.25em;
    color:red;
    padding: .25em 0em;
}
/* Validation End */
/* sale plan*/
.sale{
  font-weight: bolder;
}
.error {
  color: rgb(220 38 38);
}
.header .container a:hover{
  opacity: .5;
}
.header_text{
  position: absolute;
  bottom: 0;
}
.h_mobile{
  width: 50%;
}
.h_mobile{
  display: none;
}
@media (max-width: 1260px){
  .header_text{
    bottom: -4rem;
  }
  .h_pc{
    width: 60%;
  }
  .head_smp img{
    width: auto;
    height: 600px;
    margin-right: 2rem;

  }
  .logo_s{
    width: 40% !important;
    bottom: -4rem;
  }
  .top_logo{
    width: 100% !important;
    height: 100% !important;
  }
  .reponesive_plan{
    width: 100%;
  }
}
@media (max-width: 1023px){
  .header_text{
    bottom: -8rem;
  }
  #point {
    margin-top: 5rem;
  }
  .head_smp img{
    height: 500px;
    margin-right: 1rem;
  }
  .hd_text {
    width: 66%;
  }
  .order_box{
    display: grid;
  }
  .res_top{
    order: 1;
    margin-bottom: 7rem;
  }
  .res_bottom{
    order: 2;
  }
  .cont_btn{
    margin-top: -15%;
  }
}
@media (max-width: 912px){
  .header_text{
    bottom: 4rem;
  }
  .header_text .android_img{
    height: 3rem;
  }
  .header_text .apple_img{
    height: 2rem;
  }
  .h_pc {
    display: none;
  }
  .h_mobile{
    display: block;
  }
  #point {
    margin-top: 0;
  }
}
@media (max-width: 768px){
  #point .flex-wrap .cont img{
    width: 250px;
  }
  .dot_bg img{
    width: 80%;
  }
  .video-background {
    width: 300px;
  }
}
@media (max-width: 767px){
  .hd_text{
    width: 100%;
  }
  .head_smp{
    bottom: -2.5rem;
  }
  .head_smp img{
    max-width: 140px;
    height: auto;
  }
  .android_img{
    height: 3.7rem;
  }
  .apple_img{
    height: 2.5rem;
  }
  .pt3_tab{
    min-width: 700px;
  }
  .logo_s{
    width: 40% !important;
  }
  .top_logo{
    width: 100% !important;
    height: 100% !important;
  }
  .btn-solid-arrow span {
    font-size: 14px;
  }

  .header .btn-solid-arrow{
    height: 24px;
    padding-top: 1px;
    width: 70px;
  }
  .header .btn-solid-arrow::after{
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 34.4px;
  }
    .header .btn-solid-arrow span{
      font-size: 13px;
      padding-left: 5px;
    }
  .phone_none{
    display: none;
  }
}
@media (max-width: 540px) {
  /* .head_smp{
    bottom: 9rem;
  } */
  .head_smp img{
    max-width: 120px;
    margin-right: 3rem;
    height: auto;
  }
  .dot_bg img{
    width: 90%;
  }
  .logo_s{
    width: 40% !important;
    margin-right: 1rem;
  }
  .top_logo{
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 630px) {
  .hd_text{
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo_s{
    width: 40% !important;
  }
  .top_logo{
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 573px){
  /* .head_smp{
    bottom: 11rem;
  } */
  .head_smp img{
    max-width: 100px;
    margin-right: 2rem;
    height: auto;
  }
  .logo_s{
    width: 40% !important;
  }
  .top_logo{
    max-width: 100% !important;
    height: 100% !important;
  }
  .cont_btn a{
    padding: 15px!important;
    font-size: 10px!important;
    margin-left: 15px;
  }
}
@media (max-width: 480px){
  #point .flex-wrap .cont{
    width: 100%;
  }
  .header_text{
    bottom: 1rem;
  }
  .logo_s{
    width: 40% !important;
  }
  .top_logo{
    width: 100% !important;
    height: 100% !important;
  }

  /* .header_text .android_img{
    height: 2.2rem;
  }
  .header_text .apple_img{
    height: 1.5rem;
  } */
  .android_img{
    height: 2.8rem;
  }
  .apple_img{
    height: 1.9rem;
  }
  .dot_bg img{
    width: 100%;
  }
  .video-background {
    width: 250px;
  }
  .blue{
    height: 25px;
    width: 100%;
    background: #54c2f0;
    margin-bottom: -2px;
  }

}
@media (max-width: 400px) {
  .demophone {
      width: 280px;
      height: 600px;
  }
    .demophone iframe {
      top: 23px;
      right: 11px;
      width: 260px;
      height: 552px;
      border-radius: 30px;
    }
    .logo_s{
      width: 40% !important;
    }
    .top_logo{
      width: 100% !important;
      height: 100% !important;
    }
}

@media (max-width: 375px){
  .video-background {
    width: 200px;
  }
}
@media (max-width: 320px){
  .head_smp img{
    max-width: 80px;
    margin-right: 1rem;
  }
  .android_img{
    height: 2.2rem;
  }
  .apple_img{
    height: 1.5rem;
  }
  .header .flex-wrap{
    padding: 0.2rem!important;
  }
}
.nkb_lp{
  display: flex;
    align-items: baseline;
}
.whitespace{
  white-space: nowrap;
}
@media (min-width: 560px){
.white_space{
white-space: nowrap;
}
}
.logo_s{
  width: 40% !important;
}
.top_logo{
  width: 100% !important;
  height: 100% !important;
}
