::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

html,
body {
    background: url(/images/free-random-video-chat-app/bg-l.jpg) left top repeat-y, url(/images/free-random-video-chat-app/bg-r.jpg) right top repeat-y, #080C14;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
}



#app {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit
}

.fx-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx-v {
    display: flex;
    align-items: center;
}

.site-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
}

.site-header .header-con {
    background: #ffffff10;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    height: 80px;
    gap: 20px;
}

#app.scrolled .site-header .header-con {
    background: #ffffff30;
    backdrop-filter: blur(10px);
}

.site-header .logo img {
    height: 42px;
    width: 146px;
}

.site-header .btn-login {
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    height: 32px;
    color: #000;
    cursor: pointer;
}

.site-header .btn-login .icon {
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .btn-login .txt {
    display: inline-block;
    padding: 0 10px;
}

.site-header .btn-login svg {
    display: block;
    width: 14px;
    height: 16px;
}

.site-header .nav {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    font-size: 20px;
}

.site-header .nav a {
    text-decoration: none;
    color: #ffffff80;
    font-weight: bolder;
}

.site-header .nav a.actived {
    color: #fff;
}

h2 {
    font-size: 46px;
    line-height: 1.13;
    margin: 0 auto 45px;
    max-width: 1000px;
    text-align: center;
}

    h3 {
        font-size:38px;
    line-height: 1.13;
    }


.the-btn {
    display: inline-flex;
    height: 70px;
    min-width: 324px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    margin-top: 30px;
}



.the-small-img {
    max-width: 297px;
    margin: 0 auto;
}

.the-small-img img {
    width: 100%;
}

.pbox {
    padding: 40px 0;
    box-sizing: border-box;
}

.pbox .inner {
    max-width: 996px;
    margin: 0 auto;
}

.pbox .sub-txt {
    font-size: 18px;
    line-height: 1.64;
    text-align: center;
    color: #fff;
}

.pbox .sub-txt p {
    opacity: 0.8;
}

.pbox1 {
    height: 100%;
    width: 100%;
    padding: 0;
}

.pbox1 .banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.pbox1 .inner {
    height: 100%;
}

.pbox1 .sub-txt {
    width: 480px;
    margin-right: -100px;
    z-index: 5;
    text-align: left;
    font-size: 30px;
}

.pbox1 .sub-txt h1 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px;
}

.pbox1 .the-btn {
    margin-top: 60px;
    position: relative;
}

.banner-box .the-banner {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-box .the-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #080C14 0%, #080C1400 26%, #080C1400 74%, #080C14 100%);
}


.banner-box .banner-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    position: relative;
}

.banner-box .banner-list .obg {
    display: table-cell;
    overflow: hidden;
    padding: 0 25px;
    width: 162px;
    box-sizing: border-box;
}

.banner-box .banner-list .obg img {
    display: block;
    width: 100%;
    float: left;
    aspect-ratio: 220 / 2000;
}

.banner-box .banner-list .obg img:last-child {
    margin-top: 10px;
}

.banner-box .banner-list .bg-down {
    animation: to-down 70s linear infinite;
}

.banner-box .banner-list .bg-top {
    animation: to-top 70s linear infinite;
}

@keyframes to-top {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes to-down {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}


.list-why .why-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #fff;
    padding: 20px 32px;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    font-size: 28px;
    gap: 32px;
}

.list-why .why-item::before,
.list-instantly .instantly-item::before,
.list-num .num-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #ffffff00, #ffffff00 50%, #ffffff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.pbox5 {
    margin-top: -120px;
}
.list-instantly .instantly-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
}

.list-instantly .instantly-item h3 {
    gap: 24px;
}

.list-instantly .instantly-item p {
    font-size: 16px;
    margin-top: 30px;
    opacity: 0.6;
}

.p-line {
    height: 36px;
    width: 100%;
    background: url(/images/best-omegle-alternative/line.png) center no-repeat;
    background-size: contain;

}
.pbox6 .img-box {
    padding: 50px 0;
}

.list-num .num-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    gap: 32px;
}


.list-num .num-item p {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.6;
}

.qa-box {
    max-width: 892px;
    margin: 0 auto ;
}

.qa-list {}

.qa-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    border: 1px solid;
    color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease-in-out;
}



.qa-item .qa-item-tit {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.qa-item .qa-item-answer {
    display: none;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.75;
}

.qa-item.qa-active {
    height: auto;
    background: #fff;
    color: #000;
}

.qa-item .qa-item-arrow {
    width: 28px;
    height: 16px;
    background: url(/images/free-random-video-chat-app/icon-arrow.png) center/cover no-repeat;
    position: absolute;
    right: 22px;
    top: 27px;
    display: inline-block;
}

.qa-item.qa-active .qa-item-answer {
    display: block;
}

.qa-item.qa-active .qa-item-arrow {
    display: none;
}


.the-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.the-list .olist {
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
    border: 1px solid #ffffff50;
    border-width: 0 1px 1px 1px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 27px;
    width: 100%;
    text-align: center;
}

.the-list .olist img {
    display: block;
    height: 24px;
}

.the-list .olist .dt {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.the-list .olist p {
    font-size: 12px;
    opacity: .5;
}




.site-footer {
    padding: 60px 0 20px;
    text-align: center;
}

.site-footer img {
    width: 340px;
    height: auto;
}

.site-footer .foot-nav {
    padding: 60px 0 30px;
    display: flex;
    justify-content: center;
    gap: 15px 50px;
    flex-wrap: wrap;
}

.site-footer .foot-nav a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

.site-footer p {
    opacity: .6;
}

@media screen and (max-width: 680px) {


    html,
    body {
        background-size: 200px, 200px;

    }
    .site-header {
        padding: 0;
    }

    .site-header .header-con {
        background: transparent;
        border-radius: 0;
        padding: 10px 16px;
        gap: 0px;
        height: auto;
    }

    .site-header .logo img {
        width: 126px;
        height: 36px;
    }

    .site-header .nav {
        display: none;
    }

    .site-header .btn-login {
        height: 30px;
        font-size: 12px;
    }

    .site-footer {
        padding: 60px 0 20px;
    }

    .site-footer img {
        width: 160px;
    }

    .site-footer .foot-nav {
        padding: 40px 0 20px;
        flex-direction: column;
        gap: 20px;
    }

    .site-footer .foot-nav a {
        display: block;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 24px;
    }



    .the-btn {
        height: 60px;
        min-width: 270px;
        font-size: 17px;
    }


    .pbox {
        padding: 20px 0;
    }

    .pbox .inner {
        padding: 0 28px;
    }

    .img-box, .img-box img {
        max-width: 100%;
    }

    .pbox1 {
        padding: 0;
    }

    .pbox1 .inner {
        padding: 0;
    }

   .pbox1 .banner-box {
        flex-direction: column;
        position: relative;
    }

    .pbox1 .banner-box .sub-txt {
        position: absolute;
        top: 2.75rem;
        left: 0;
        bottom: 1.7rem;
        width: 100%;
        padding: 0 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pbox1 .sub-txt h1 {
        font-size: 34px;
    }
    .pbox1 .sub-txt p {
        font-size: 20px;
    }

    .banner-box .banner-list .obg {
        padding: 0 16px;
    }

    .pbox1 .the-btn::after{
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 100%;
        border-radius: 28px;
        border: 1px solid #00E5F4;
        transform: scale3d(1.03, 1.1, 1);
    }

    .list-why .why-item {
        font-size: 14px;
        padding: 16px;
        gap: 16px;
        margin-bottom: 20px;
    }

   .list-why .item-icon {
        width: 26px;
    }

    .list-why .item-icon img {
        max-width: 100%;
    }

    .pbox5 {
        margin-top: -80px;
    }


    .list-instantly .instantly-item {
        background: none;
        padding: 0;
        border: 0;
        margin-bottom: 30px;
    }

    .list-instantly .instantly-item::before {
        content: none;
    }

    .list-instantly .instantly-item h3 {
        gap: 16px;
    }

    .list-instantly .instantly-item p {
        margin-top: 18px;
    }


    .list-num .num-item {
        padding: 23px 33px;
        margin-bottom: 20px;
        gap: 25px;
    }

    .list-num .num-item  .icon-img {
        width: 58px;
        height: 58px;
    }

    .list-num .num-item  .icon-img img {
        width: 100%;
    }

    .qa-box {
        max-width: 100%;
    }

    .qa-item {
        padding: 10px 68px 10px 13px;
        margin-bottom: 14px;
        min-height: 60px;
    }

    .qa-item .qa-item-arrow {
        top: 23px;
    }

    .qa-item .qa-item-tit {
        font-size: 16px;
    }

    .the-list {
        flex-direction: column;
        gap: 20px;
    }

    .the-list .olist {
        padding: 35px 30px;
    }

    .the-list .olist p {
        line-height: 1.5;
    }


    .p-line {
        height: 16px;
        background-size: cover;
    }
}