::-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 2869px no-repeat, url(/images/free-random-video-chat-app/bg-r.jpg) right 687px no-repeat, #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: 38px;
    line-height: 1.13;
    margin: 0 auto 60px;
    max-width: 1000px;
    color: #06E98A;
    text-align: center;
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;
}

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


.the-btn {
    display: inline-flex;
    height: 70px;
    min-width: 324px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #06E98A;
    border-radius: 35px;
    border: 2px solid #02E6CB;
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;
}



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

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

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

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

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

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

.pbox1 {
    background: url(/images/best-omegle-alternative/s1-bg.jpg) left top / cover no-repeat;
    height: 100%;
    width: 100%;
    padding: 0;
}

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

.pbox1 .inner {
    height: 100%;
}

.pbox1 .sub-txt {

    z-index: 5;
    text-align: center;
    font-size: 28px;
}

.pbox1 .sub-txt h1 {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 30px;
    color: #06E98A;
    text-shadow: 0px 2px 39px rgba(196, 239, 255, 0.29);
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;

}

.pbox1 .sub-txt p {
    opacity: 1;
}

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

.pbox1 .sub-tit {
    font-size: 54px;
    font-weight: bold;
    margin-top: 66px;
}

.pbox1 .sub-tit em {
    font-size: 54px;
    color: #06E98A;
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
}

.list-why {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}


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

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


.txt-img {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.txt-img:nth-of-type(even) .the-txt {
    order: 2;
}

.txt-img .the-txt {
    width: 570px;
    flex-shrink: 0;
}

.txt-img .the-txt h3 {
    font-size: 38px;
    color: #06E98A;
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.txt-img:nth-of-type(even) .the-txt h3 {
    color: #FFBD94;
    background-image: linear-gradient(90deg, #FF9FD6 0%, #FF925C 52%, #FFBD94 100%);
    color: transparent;
}

.txt-img .the-txt p {
    font-size: 16px;
    line-height: 1.4;
    padding: 16px 0 10px;
    opacity: 0.6;
}

.txt-img .the-txt p a {
    color: #06E98A;
    text-decoration: none;
}

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

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


}

.pbox6 {
    padding-bottom: 0;
}

.pbox6 .img-box {
    font-size: 0;
    margin-top: 60px;
}

.pbox6 .img-box img {
    max-width: 100%;
    transform: scale(1.2);
}


.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;
    background: #000;
}

.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: 150px, 150px;

    }

    .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: 40px 0;
        overflow: hidden;
    }

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

    .pbox .sub-txt {
        font-size: 14px;
    }

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

    .pbox1 {
        padding: 0;
        background-size: 100% 100%;
    }

    .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: center;
    }

    .pbox1 .sub-txt h1 {
        font-size: 26px;
    }

    .pbox1 .sub-txt p {
        font-size: 18px;
    }

    .pbox1 .sub-tit {
        margin-top: 55px;
    }

    .pbox1 .sub-tit em {
        font-size: 24px;
    }

    .list-why {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

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

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

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



    .txt-img {
        max-width: 100%;
        flex-direction: column;
        margin-bottom: 60px;
        gap: 20px;
    }

    .txt-img:nth-of-type(odd) .the-img {
        order: -1;
    }

    .txt-img .the-txt {
        max-width: 100%;
        text-align: center;
    }

    .txt-img .the-txt h3 {
        font-size: 24px;
    }


    .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;
    }


    .pbox6 {
        padding-bottom: 0;
    }




}