@media screen and (max-width: 768px) {
  .hero .video-wrapper {
    width: 100vw;
    height: 642px;
    overflow: hidden;
  }

  .hero video {
    height: 642px;
  }

  .hero-content {
      width: 90%;
      padding: 16px 0 120px;
  }

  header .logo svg {
      width: 106px;
      height: 24px;
  }

  .hero-content h2 {
    margin: 24px auto 20px;

    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 34px;
    
    text-align: center;
    
    color: #FFFFFF;
  }

  .hero-content h3 {
    margin: 20px auto 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
  }

  .hero-content p {
      font-size: 16px;
      width: 90%;
  }

  .hero-content button {
      width: 91%;
      margin: 0 0 16px 0;
  }

  .header-content {
    justify-content: end;
    padding: 10px 0 0;
  }

  .left-header, .right-header {
    display: none;
  }

  /* .hero-content .mobile-header {
    display: block;
  } */
  .hero-content .mobile-header {
    display: flex;
    width: 100%;
  }
  .mobile-header .nav-links {
    justify-content: right;
    display: flex;
    flex: 1;
    width: 100%;
  }
 .mobile-header .nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 41px;
    padding-left: 5px;
    color: #FFFFFF;
    flex: 1;
    justify-content: center;
  }
  .price-background .mobile-header .nav-link {
    justify-content: right;
  }

    /* .hero-content .mobile-header .nav-link {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;

      color: #FFFFFF;
    } */

  .hero-content .mobile-header .nav-link > a,
  .hero-content .mobile-header .nav-link > a:link,
  .hero-content .mobile-header .nav-link > a:visited,
  .hero-content .mobile-header .nav-link > a:hover {
    text-decoration: none;
    color: #FFFFFF;
  }
  .hero-content .mobile-header .nav-link {
    display: flex;
  }
  .hero-content .mobile-logo {
    display: block;
    margin-top: 123px;
  }
  
  .hero-content .download-buttons {
    display: none;
  }

  .hero-content h4 {
    display: none;
  }

  .hero-content .mobile-available-box {
    display: block;
    margin: 0 auto 138px;
  }

  .hero-content .mobile-available-box > div {
    display: inline-block;

    padding: 14px 23px 15px;

    border: 2px solid #FFFFFF;
    box-sizing: border-box;

    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
  }

  main .card {
    width: 100;
    padding: 40px 0 0 0;
    border-radius: 0%;
  }

  .card .description_section {
    padding: 0 5.71%;
  }

  .card .description_section h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    color: #1E2125;
  }

  .card .description_section p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    
    letter-spacing: -0.323077px;
    
    color: #1E2125;    
  }

  .card .description_section img {
    width: 100%;
    height: 100%;
  }

  .card .description_section > div {
    display: flex;
    row-gap: 16px;
    
    margin-bottom: 48px;
  }

  .card .description_section > div:nth-child(odd),
  .card .description_section > div:nth-child(even) {
    flex-direction: column;
  }
  
  .card .accolades_section {
    margin-bottom: 48px;
  }

  .card .accolades_section h2 {
    margin: 24px auto 24px;

    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    color: #1E2125;
  }

  .card .accolades_section .accolades_logos {
    padding-bottom: 23px;

    gap: 24px 16px;
    align-content: space-between;
  }

  .card .accolades_section .accolades_logos li {
    flex: 1 1 34%;
  }

  .card .accolades_section .accolades_logos li > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .card .step_section h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    color: #1E2125;
  }

  .card .step_section h2 span {
    display: inline-block;
    margin-left: 0px;

    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;

    color: #1E2125;
  }
  
  .card .step_section .step {
    flex-direction: column;
    margin: 24px auto 0;
  }

  .card .step_section .step .stick-arrow {
      display: none;
  }

  .card .step_section .step li {
      width: 100%;
      margin: 0 auto 40px;
  }

  .card .step_section .step li img {
      width: 100%;
  }

  .card .step_section .step h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.369231px;

    color: #1E2125;
  }

  .card .step_section .step .description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    
    letter-spacing: -0.323077px;
    
    color: #1E2125;
  }

  .card .introduction {
    position: relative;
    margin: 40pt 16px 48px;
    width: auto;
  }

  .card .plan_section {
    padding: 0 5.71% 48px;
  }

  .card .plan_section h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    color: #1E2125;
  }

  .card .plan_section .plan_list {
    overflow-x: auto;
    gap: 16px;
  }

  .card .plan_section .plan_list .plan_description {
    flex: 1 0 274px;
  }

  .card .plan_section .plan_list .plan_description h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */


    color: #1E2125;
  }

  .card .plan_section .plan_list .enterprise h3 {
    color: #FFFFFF;
  }
  
  .card .plan_section .plan_list .plan_description .function li {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;

    color: #1E2125;
  }

  .card .bottom {
    padding: 40px 24px;
    flex-direction: column;
    text-align: start;
    border-radius: 0%;
  }

  .card .bottom h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

    letter-spacing: -0.415385px;

    color: #FFFFFF;
  }

  .card .bottom .requirements {
      width: 100%;
      margin-top: 24px;
  }

  .card .bottom .requirements > ul {
    gap: 8px 14px;
  }
  
  .card .bottom .requirements .requirement-title {
    flex: 0 0 7em;
  }
  
  .card .bottom .requirements .requirement-param {
    flex: 1 1 calc(100% - 7em - 14px);
  }

  .pre-footer h4 {
      font-size: 18px;
  }

  .pre-footer-inner {
      width: 90%;
      padding-bottom: 48px;
  }

  .pre-footer-inner .products {
      flex-direction: column;
  }

  .pre-footer-inner .products a {
      line-height: 0;
  }

  .pre-footer-inner .products a:not(:last-child) {
      margin-bottom: 24px;
  }

  .pre-footer-inner .products img {
      width: 100%;
  }

  footer .footer-inner {
      flex-direction: column;
      padding: 40px 0 0;
      height: 197px;
  }

  footer .footer-inner .company {
      flex-direction: column;
  }

  footer .footer-inner .company span {
      margin: 16px 0 0;
  }

  .share-buttons {
    height: 48px;
    margin-bottom: 32px;
  }

  .above-row {
    display: inline-block;
    padding: 0 13px;
  }
  
  .below-row {
    display: inline-block; 
    margin-top: 32px;
    padding-left: 13px;
  }
  

  .basic-panel {
    width: 311px;
    height: auto;
    background: #3F4448;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    align-items: center;
    margin-bottom: 47px;
  }
  .basic-panel .free-price {
    margin-top: 20px;
    margin-bottom: 26px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
  .panel-download-button {
    cursor: pointer !important;
    margin-top: 26px;
    background: linear-gradient(90deg, #E24A71 0%, #FB5E50 100%);
    border-radius: 36px;
    width: 162px !important;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
  }
  .panel-content {
    padding: 0 51px 41px 51px;
  }
  .panel-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 40px;
  }
  .function li::before {
    content: url(./assets/images/list_check-18.svg);
    width: 18px;
    height: 18px;
    padding-right: 8px;
  }
  .function li {
    margin-top: 17px;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: left;
  }
  .panel-footer {
    margin-top: 25px;
    text-align: left !important;
  }
  /* pro panel */
  .pro-panel {
    width: 305px;
    height: auto;
    background: #3F4448;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    align-items: center;
    margin: auto;
  }
  .pro-panel-wrap {
    background: linear-gradient(to bottom, #FA5D53, #00C2FF);
    padding: 3px;
    border-radius: 13px;
    margin: 0;
    margin-top: 32px;
    max-width: 311px;
  }
  .pro-panel .recommend {
    position:relative;
    left: 105px;
    top: -15px;
    width: 99px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    background: linear-gradient(95.47deg, #E44C6F 15.27%, #01C2FF 100%);
    border-radius: 40px;
    text-align: center;
    color: #FFFFFF;
    /* Inside auto layout */
  
  }
  .pro-panel .panel-title {
    padding-top: 25px;
  }
  .pro-panel .panel-download-button {
    margin-top: 12px;
  }
  
  .price {
    justify-content: center;
    display: flex;
    margin-top: 25px;
  }
  .price .price-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }
  .price .price-period {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .price .price-left {
    margin: 0px;
  }
  .meeting-panel {
    margin: 0;
    max-width: 311px;
    height: auto;
    background: #3F4448;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    align-items: center;
  }
  .meeting-panel .panel-download-button {
    margin-top: 12px;
  }
  .commercial-panel {
    width: 311px;
    height: auto;
    background: #3F4448;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    align-items: center;
    margin-bottom: 32px;
    margin-right: 10px;
    margin-left: 0px;
  }
  .commercial-panel .panel-title {
    padding-top: 40px;
    font-size: 18px;
    line-height: 22px;
  }
  .commercial-panel .panel-content {
    padding: 0 50px 40px 50px;
  }
  .commercial-panel .price {
    margin-top: 16px;
  }
  .commercial-panel .panel-download-button {
  margin-top: 18px;
  }
  .contact-us-button {
    cursor: pointer io !important;
    border: 1px solid #FFFFFF;
    border-radius: 36px;
    width: 162px !important;
    height: 48px;
    box-sizing: border-box;
    background: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 24px !important;
  }
  .commercial-panel .subtitle {
    margin-top: 22px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
  }
  .page-title {
    font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin: 48px 0;
  }
  .price-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px 0 210px 0;
  }
  .price-background {
    background: #2C3134 !important;
  }
  .price-background .hero {
    background: none;
  }
  .price-background .hero .hero-content {
    padding: 16px 0 80px;
  }
  .panel-purchase-button {
    cursor: pointer !important;
    background: linear-gradient(90deg, #E24A71 0%, #FB5E50 100%);
    border-radius: 36px;
    width: 88px !important;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    margin: 26px 3px 0px 3px !important;
  }
  .gray-border-right {
    border-right:  1px solid rgba(255, 255, 255, .2) ;
  }
  
  .pro-panel .trial-stamp {
    position:relative;
    left: 230px;
    top: -70px;
    z-index: 10;
    width: fit-content;
    margin-bottom: -95px;
  }

  .sdk-panel {
    margin: auto;
    margin-top: 32px;
    max-width: 352px;
    height: 167px;
    background: #3F4448;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    align-items: center;
  }
  .sdk-panel .panel-title {
    padding-top: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .sdk-panel .panel-content {
    padding: 0 24px;
  }
  .sdk-panel .panel-download-button {
  margin-top: 18px;
  }
  .sdk-panel .subtitle {
    margin-top: 14px;
    text-align: center;
    color: #FFFFFF;
  }

  .xchat-content {
    max-width: 1120px;
    text-align: center;
    margin: 0px 0px 0 20px ;
    padding-top: 30px;
    justify-content: space-between;
    height: 100%;
  }
  
  .xchat-header {
    display: inline-block;
  }
  .xchat-header-title {
    width: 332px;
    margin-top: 10px;
    text-align: left;
    color: #FFF;
    font-size: 34px;
    font-weight: 800;
    line-height: 34px; /* 100% */
  }
  .xchat-header-detail {
    text-align: left;
    width: 327px;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.323px;
  }
  .xchat-phone {
    width: 392px;
    height: 544px;
    margin-bottom: 60px;
    
  }
  .xchat-download {
    width: fit-content;
    height: auto;
    max-width: 327px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 0.20);
    padding: 24px;
  }
  .xchat-download-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; 
  }
  .xchat-download-list {
    display: none;
    line-height: 80px;
    align-content:center;
  }
  .xchat-download-list-mobile {
    display: flex;
    line-height: 40px;
    align-content:center;
  }
  .xchat-download-item {
    margin-right: 16px;
  }
  .xchat-qrcode {
    margin-bottom: -9px;
  }
  
  main .xchat-card {
    margin: auto;
    background: #fff;
    width: 317px;
    height: 177px;
    flex-shrink: 0;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
  }
  .xchat-card iframe {
    margin: 5px ;
    width: 97%;
    height: 95%;
  }
  .xchat-another-product {
    color: #FFF;
    margin-top: 80px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    
  }
  .xchat-card-mini {
    display: inline-block;
    text-align: left;
    margin-left: 24px;
    margin-top: 24px;
    width: 327px;
    height: auto;
    flex-shrink: 0;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 15px 18px 0px rgba(33, 41, 50, 0.10);
  }
  .xchat-card-mini .logo {
    margin: 99px 40px 0px 40px;
    display: none;
  }
  .xchat-card-mini .logo-mobile {
    display: flex;
    margin-top: 32px;
    margin-left: 20px;
  }
  .xchat-card-mini .logo-mobile .title-mobile {
    line-height: 80px;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.3px;
  }
  .xchat-card-mini .title {
    color: #08101F;
    display: none;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.3px;
    margin-top: 64px;
  }
  .xchat-card-mini .title-mobile .camera {
    color: #08101F;
    font-size: 24px;
    font-weight: 300;
  }
  .xchat-card-mini .detail {
    margin-top: 16px;
    margin-left: 24px;
    color: #212932;
    width: 279px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
  }
  .xchat-card-mini .screen {
    margin-top: 28px;
    margin-left: 58px;
  }
  .xchat-card-mini button {
    width: 128px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #08101F;
    margin-top: 24px;
    margin-left: 24px;
    color: #08101F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .xchat-card-mini svg {
    margin-left: 40px;
    margin-bottom: 3px;
  }
  .xpapp-screen {
    display: none;
  }
  .xpapp-screen-mobile {
    display: block;
    margin-top: -25px;
    margin-left: -30px;
  }
  .xchat-footer {
    transform: none;
    margin-top: 100px;
  }
  .xchat-body {
    background: linear-gradient(111deg, #FF3A3A 0%, #14D5FF 100%);
  }
  .xchat-phone-bg {
    display: none;
    background: url(./assets/images/xchat-phone-bg.png), lightgrey 100% / cover no-repeat;
    mix-blend-mode: lighten;
    overflow: visible; 
    position: absolute; 
    top:129px;
    left :253px;
    width: 1274px;
    height: 600px;
    flex-shrink: 0;
    z-index: 10;
  }
  .xchat-phone-mobile-bg {
    background-image: url(./assets/images/xchat-phone-mobile-bg.png);
    background-color: #00C2FF;
    mix-blend-mode: lighten;
    display: inline-block;
    opacity: 0.5;
    /* transform: scale(1.2);  */
    position: absolute; 
    margin-top: -100px;
    margin-left: -200px;
    /* top:600px; */
    /* left: 100px; */
    width: 375px;
    height: 544px;
    z-index: 10;
  }
  .xchat-phone {
    z-index: 20;
    display: none;
  }
  .xchat-phone-mobile {
    z-index: 20;
    display: block;
    position: relative;
  }
  .left-header-mobile {
    display: block;
    margin-left: -90px;
    margin-bottom: 20px;
  }
  .terms {
    padding-bottom: 20px;
  }
}
