html, body {
    background-color: #22131a;
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
}

.header-menu0 {
    background-color: #22131a;
    position: fixed;
    z-index: 9970;
    text-align: center;
    width: 100vw;
}
    
.header-menu {
    height: 32px;
    max-width: 1050px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.head-logo {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 0;
    background-color: #ffffff;
    z-index: 9992;
    overflow: hidden;
    width: 200px; 
    height: 200px;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
    transition: all 0.5s ease-in-out;
}

.add {
    width: 80px;
    height: 80px;
}

.logo-container {
    position: absolute;
    margin-top: 50px;
    margin-left: 20px;
    width: auto;
    height: auto;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
}

.logo {
    padding: 0;
    margin: 0;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.head-logo {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 3s infinite;
}
    
.head-btn {
    margin-top: 10px;
}
    
.head-btn a {
    background: #1ab3c4;
    padding: 5px 30px 5px 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    
.head-btn a:hover {
    background: #ffff00;
    color: #1ab3c4;
}

.progress-container {
  width: 100%;
  height: 4px;
  background-color: #22131a;
}

.progress-bar {
  height: 4px;
  background: #ffffff;
  width: 0%;
}

.header-container0 {
    background-color: #45373d;
    
}

.header-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.main-title {
    max-width: 70%;
    padding-top: 25px;
    margin-left: 16%;
    font-size: 33px;
    font-weight: bold;
    background: -webkit-radial-gradient(#000, #1ab3c4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadein3 3.3s;
}

@keyframes fadein3 {
  from {  opacity: 0;}
  to   {  opacity: 1; }
}

.main-title span {
    font-size: 45px;
}

.subt1 {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px #000000 dotted;
    font-size: 14px;
}
    
.subt2 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

#t1 { 
    -webkit-text-fill-color: #ff0000;
}

.header {
    height: 300px;
}

.header-container0 {
    margin: 50px 0 0 0;
    padding: 0;
}
    
.header-container1 {
    display: block;
    position: absolute;
    width: 50%;
    height: 300px;
}

.slanted-edge{
    position: absolute;
    --p: 100px; /* control the shape (can be percentage) */
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
    background: #ffff00;
    width: calc(65vw); 
    right: 0;
    height: 300px;
    z-index: 948;
    animation: fadein1 2s;
}

@keyframes fadein1 {
  from {  width: 0;}
  to   {  width: calc(65vw); }
}
    
.slanted-edge2{
    position: absolute;
    --p: 100px; /* control the shape (can be percentage) */
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
    background: #1ab3c4;
    width: calc(65vw + 10px);
    right: 0;
    height: 300px;
    z-index: 947;
    animation: fadein2 1.8s;
}

@keyframes fadein2 {
  from {  width: 0;}
  to   {  width: calc(65vw + 10px); }
}

/* **************************************************************** */

.content-box {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 0;
    text-align: left;
}

.content-section-language {
    width: 100%;
    background-color: #22131a;
    color: #ffffff;
    text-align: center;
    overflow: auto;
} 

.language-box {
    font-size: 14px;
    line-height: 28px;
}

.language-box span {
    font-weight: bold;
    padding: 4px 8px 4px 8px;
}

.link01 {
    color: #ffffff;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
}

.link01:hover {
    background: #ffff00;
    color: #000000;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link02 {
    border: 1px #000000 solid;
    color: #000000;
    padding: 10px 50px 10px 50px;
    margin: 30px 0 50px 0;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
}

.link02:hover {
    background: #000000;
    color: #ffffff;
}

.link03 {
    border: 1px #444 solid;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
}

.link03:hover {
    background: #ffff00;
    color: #000000;
}

.link04 {
    border: 1px #444 solid;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 20px 10px 5px 10px;
    font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    float: left;
}

.link04:hover {
    background: #ffff00;
    color: #000000;
}

.content-section-start {
    width: 100%;
    background: #0a303d;
    background: linear-gradient(157deg, rgba(10, 48, 61, 1) 30%, rgba(22, 118, 156, 1) 100%);
    color: #ffffff;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    border-bottom: 5px #000000 solid;
    line-height: 35px;
} 

.quote {
    font-style: italic;
    margin: 30px 0 20px 5%;
    width: 70vw;
    font-weight: bold;
}

.content-section-howworks {
    width: 100%;
    background: #ffff00;
    background: linear-gradient(157deg, rgba(255, 255, 0, 1) 30%, rgba(255, 255, 235, 1) 100%);
    color: #000000;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    border-bottom: 5px #000000 solid;
    line-height: 35px;
}

.content-section-ai {
    width: 100%;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    color: #000000;
    padding: 50px 0 0 0;
    overflow: auto;
} 

.content-section-who {
    width: 100%;
    background: #422d38;
    background: linear-gradient(157deg, rgba(66, 45, 56, 1) 30%, rgba(150, 120, 135, 1) 100%);
    color: #ffffff;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    line-height: 35px;
} 

.content-section-international {
    padding: 30px 0 0 0;
    width: 100%;
    background-color: #120a2d;
    background: #120A2D;
    background: linear-gradient(157deg, rgba(18, 10, 45, 1) 30%, rgba(88, 78, 120, 1) 100%);
    color: #ffffff;
    line-height: 35px;
}

.content-section-safe {
    width: 100%;
    min-height: 400px;
    background-color: #4f0000;
    background: #4F0000;
    background: linear-gradient(157deg, rgba(79, 0, 0, 1) 30%, rgba(227, 61, 61, 1) 100%);
    color: #ffff00;
    padding: 30px 0 0 0;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    display: flex;
    flex-direction: column;
    line-height: 35px;
} 

.div_top {
    background-color: #ffffff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    padding: 40px 40px 10px 40px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.content-section-free {
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    color: #000000;
    padding: 30px 0 0 0;
    text-align: center;
    line-height: 35px;
} 

.content-section-qr {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 50px 0 50px 0;
    overflow: auto;
} 

.content-section-try {
    width: 100%;
    color: #000000;
    background: #1AB3C4;
    background: linear-gradient(90deg, rgba(26, 179, 196, 1) 0%, rgba(122, 233, 245, 1) 100%);
    padding: 50px 0 50px 0;   
}

.content-section-footer {
    width: 100%;
    min-height: 300px;
    background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(77, 73, 73, 1) 100%);
    color: #ffffff;
    border-top: 6px #ff0000 solid;
} 

.content-section-footer p {
    margin: 100px 0 80px 0;
    text-align: center;
}

.content-section-footer-box {
    width: 100%;
}

.content-section-footer-box-left {
    float: left;
    width: 50%;
}

.content-section-footer-box-left ul {
}

.content-section-footer-box-left ul li {
    list-style: none;
}

.content-section-footer-box-right {
    float: right;
    width: 50%;
}

.h_title_01 {
    display:inline;
    background-color: #000000;
    color:#ffc800;
}

.h_title_02 {
    display:inline;
    background-color: #000000;
    color:#ffff00;
}

.h_title_03 {
    display:inline;
    background-color: #ff452a;
    color: #000000;
}

.h_title_04 {
    display:inline;
    background-color: #ffffff;
    color: #120a2d;
}

.h_title_05 {
    display:inline;
    background-color: #ffff00;
    color: #4f0000;
}

.h_title_06 {
    display:inline;
    background-color: #000000;
    color: #ffffff;
}

.frame_text {
    width: calc(100% - 250px);
    font-size: 40px;
    font-weight: bold;
    float: right;
    margin-top: 50px;
}

.frame_text div {
    font-weight: normal;
    margin-top: 20px;
}

.frame {
    float: left;
    width: 190px;
    height: 390px;
    perspective: 390px;
    margin-bottom: 50px;
}

.shape {
    width: 100%;
    height: 390px;
    transform: rotateX(0deg);
    background: url(phone_anim.png);
    background-repeat: no-repeat;
}

.free-container {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    text-align: left;
}

.free-container-box {
    background-color: #ffffff;
    padding: 20px;
    color: #000000;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 50vw;
    display: flex;
    flex-direction: column;
}

.free-container-box-title {
    font-size: 30px;
    font-weight: bold;
}

.free-container-box-value {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: auto;
    background-color: black;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    padding: 20px;
}

.qr-box {
    display: block;
    width: 100%;
}

.qr-box-left {
    float: left;
    width: 50%;
    text-align: center;
}

.qr-box-right {
    float: right;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-top: 100px;
    width: 50%;
}

/* modal */

.ui-dialog {
    position: fixed !important;
    left: 8% !important;
    right: 8% !important;
    width: 80% !important;
    max-height: 80vh;
    background: #ffffff;
    color: #000000;
    top: 14% !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 2% !important;
    
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.ui-dialog-titlebar {
    background: none !important;
    border: none !important;
    display: none !important;
}

.ui-widget-overlay {
    opacity: 0.6 !important;
    background-color: #000000;
}

.ui-dialog-titlebar-close {
    border: none !important;
    content: 'X';
    background: none;
}

.ui-button-icon {
    content: 'X';
    background: none;
}

.ui-state-default {
    border: none !important;
}

.ui-dialog-content, .ui-widget-content {
    display: block;
}

.dialog-box {
    font-size: 15px;
    overflow: auto !important;
    max-height: 60vh !important;
}

@media only screen and (max-width: 1100px) {    
    .slanted-edge{
        width: calc(70vw);
    }

    .slanted-edge2{
        width: calc(70vw + 10px);
    }
    
    .content-box {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 20px 10px 20px;
        text-align: left;
    }

    .subt1 {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px #000000 dotted;
        font-size: 12px;
    }

    .subt2 {
        margin-top: 5px;
        font-size: 10px;
        font-weight: normal;
        font-style: italic;
    }
    
    .frame_text {
        font-size: 30px;
    }

    .frame_text div {
        margin-top: 15px;
    }
}


    
@media only screen and (min-width: 2700px) {    
    .header-menu {
        max-width: 300px;
    }
}
    
@media only screen and (min-width: 901px) {    
   
}

@media only screen and (max-width: 900px) {    
    .slanted-edge{
        --p: 50px;
    }
    
    .slanted-edge2{
        --p: 50px;
    }
    
    .main-title {
        padding-right: 10px;
        font-size: 29px;
    }
    
    .head-logo {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 800px) {
    .main-title {
        padding-right: 10px;
        font-size: 20px;
        margin-left: 20%;
    }

    .subt1 {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px #000000 dotted;
        font-size: 12px;
    }

    .subt2 {
        margin-top: 5px;
        font-size: 10px;
        font-weight: normal;
        font-style: italic;
    }
    
    .slanted-edge{
        width: calc(70vw);
    }

    .slanted-edge2{
        width: calc(70vw + 10px);
    }
    
    .frame_text {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 40px 0;
        padding-top: 40px;
    }
    
    .frame {
        float: none;
        display: block;
        text-align: center;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .free-container {
        width: 100%;
        display: block;
        text-align: left;
    }

    .free-container-box {
        background-color: #ffffff;
        padding: 20px;
        color: #000000;
        -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: calc(80% - 20px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    .free-container-box-title {
        font-size: 22px;
    }
    
    .free-container-box-value {
        font-size: 17px;
    }
    
    .qr-box-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .qr-box-right {
        float: none;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 30px;
        width: 100%;
    }

    .content-section-footer-box-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .content-section-footer-box-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .link04 {
        border: 1px #444 solid;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        margin: 20px 10px 5px 10px;
        font-size: 11px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        float: none;
    }
    
    .head-logo {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 449px) {
    .main-title {
        padding-right: 10px;
        font-size: 12px;
        margin-left: 23%;
    }
    
    .subt1 {
        font-size: 11px;
    }

    .subt2 {
        font-size: 10px;
    }

    .slanted-edge{
        width: calc(87vw);
        height: 200px;
    }

    .slanted-edge2{
        width: calc(87vw + 10px);
        height: 200px;
    }
    
    .header {
        height: 200px;
    }
    
    .head-logo {
        width: 80px;
        height: 80px;
    }
}