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

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

html,
body {
    margin: 0;
    padding: 0;
    background: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gomeet-random-page {
    background: #000 url('../images/random-video/p-bg.jpg') top center no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 16px;
    height: 100%;
    overflow: auto;
}

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

.gomeet-random-page .the-btn {
    background: linear-gradient(90deg, #ff78ff, #32e5ff);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    min-width: 304px;
    padding: 0 40px;
    border-radius: 100px;
    margin-top: 40px;
    cursor: pointer;
    font-weight: bold;
    -webkit-animation: callIconAni 2s infinite;
    animation: callIconAni 2s infinite;
    font-size: 22px;
    gap: 10px;
}

.gomeet-random-page .the-btn.the-btn-color {
    background: #000;
    color: #fff;
}




.lph-one-screen {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 80px 0 0;
    position: relative;
}

.lph-one-screen .lph-content {
    width: 1040px;
    display: flex;
    align-items: center;
    height: 100%;
}


.lph-content .lph-top-box {
    text-align: left;
    width: 498px;
}

.lph-content .lph-top-box h1 {
    background: linear-gradient(to right, #FF78FF 0%, #32E5FF 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 54px;
    line-height: 1.27;
    text-align: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.lph-content .lph-top-box h2 {
    font-size: 22px;
    margin-bottom: 22px;
}

.lph-content .lph-top-box h3 {
    font-size: 16px;
    line-height: 1.43;
}


.lph-content .lph-top-img {
    position: relative;

}

.lph-content .lph-top-img img {
    max-width: 100%;
}


@keyframes callIconAni {
    0% {
        transform: scale(0.95) translateY(-5px);
    }

    50% {
        transform: scale(1) translateY(0);
    }

    100% {
        transform: scale(0.95) translateY(-5px);
    }
}



.com-box-line {
    width: 100%;
    height: 24px;
    background: linear-gradient(90deg, #FF78FF 0%, #32E5FF 100%);
}


.com-box .box-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}



.box-content p {
    margin-top: 20px;
}

.box-content h2 {
    font-size: 36px;
    line-height: 1.39;
    margin: 0 0 30px;
}

.box-content .sub-title {
    font-size: 22px;
    line-height: 1.363;
    margin-bottom: 40px;
}

.box-content .the-txt {
    flex: 1
}


.box-content .the-img img {
    display: block;
    width: 100%;
}


.box-1 {
    padding: 80px 0 120px;
    background: url('../images/random-video/s2-bg.png') top center no-repeat;
    background-size: 100% 100%;
}

.box-1 .box-inner {
    max-width: 960px;
    position: relative;
}

.the-txt h2 {
    font-size: 36px;
    line-height: 1.39;
    margin: 0 0 30px;
}

.box-3 .img-txt,
.box-1 .img-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    box-sizing: border-box;
    gap: 40px;
}

.box-1 .img-txt .the-img {
    width: 606px;
    margin-right: -240px;
}

.box-3 .img-txt .the-img img,
.box-1 .img-txt .the-img img {
    display: block;
    width: 100%;
}

.box-3 .img-txt .the-txt,
.box-1 .img-txt .the-txt {
    width: 514px;
}



.box-1 .the-txt p {
    font-size: 14px;
    line-height: 1.57;
}

.box-1 .the-txt+.the-txt {
    margin-top: 80px;
}

.box-1 .img-txt {
    margin-bottom: 120px;
}

.box-2 {
    background: url('../images/random-video/s-bg.jpg') top center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 100px 0;
    line-height: 1.2;
}




.box-2 .oimg-list {
    display: flex;
    width: 960px;
    gap: 60px;
}

.box-2 .oimg-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}



.box-2 .oimg-txt .img {
    width: 280px;
}

.box-2 .oimg-txt .img img {
    display: block;
    width: 100%;
}

.box-2 .oimg-txt .txt {
    margin-top: 34px;
}

.box-2 .oimg-txt .txt h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 12px;
}

.box-2 .oimg-txt .txt p {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.58;
}

.box-3 {
    background: linear-gradient(90deg, #FF78FF 0%, #32E5FF 100%);
    padding: 100px 0 170px;
    line-height: 1.5;
    color: #000;
}

.box-3 .img-txt {
    padding: 0;
}

.box-3 .the-img {
    width: 450px;
}

.box-3 .the-img {
    width: 450px;
}

.box-3 .img-txt .the-txt {
    width: 478px;
    flex-shrink: 0;
}



.box-4 {
    text-align: center;
    margin-top: -80px;
}

.box-4 .the-img-list {
    display: flex;
    gap: 26px;
    justify-content: center;
    overflow-x: auto;
}

.box-4 .the-img-list img {
    width: 200px;
}

.box-4 .box-inner {
    max-width: 100%;
}


.the-menu {
    display: none;
}

.menu-div {
    display: none;
}

@media only screen and (min-width:681px) {
    .hidden-sm-and-up {
        display: none !important;
    }
}

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

    .gomeet-random-page .lph-content h2.the-btn,
    .gomeet-random-page .the-btn {
        margin: 1rem 0 0;
        display: flex;
        width: 240px;
        height: 55px;
        font-size: 16px;
        padding:0 20px;
    }



    .the-menu {
        display: block;
        margin-right: 18px;
    }

    .the-menu img {
        display: block;
        height: 17px;
    }

    .menu-div {
        position: fixed;
        height: 50%;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    .menu-div ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .menu-div li {
        list-style: none;
        margin: 0;
        padding: 10px 0;
    }

    .menu-div a {
        text-decoration: none;
        color: #000;
    }

    .hidden-xs-only {
        display: none !important;
    }

    .lph-one-screen {
        padding: 50px 0 0;
        height: auto;
    }

    .lph-one-screen .lph-content {
        margin: 0;
        height: auto;
        width: 100%;
        flex-direction: column;
    }


    .lph-content .lph-top-img {


        width: 80%;
    }

    .lph-content .lph-top-box {
        max-width: 100%;
        padding: 46px 36px 25px;
    }

    .lph-content .lph-top-box h1 {
        font-size: 32px;


    }

    .lph-content .lph-top-box h2 {
        font-size: 20px;
        margin: 8px 0;
    }

    .lph-content .lph-top-box h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }


    .the-txt {
        text-align: center;
        padding: 0 24px;
    }



    .com-box .box-inner {
        padding: 38px 0 60px;
        box-sizing: border-box;
    }

    .com-box h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .box-1 {
        padding: 0px 0 60px;
        box-sizing: border-box;
    }

    .box-1 .img-txt {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        position: relative;
        margin-bottom: 40px;
    }

    .box-1 .img-txt .the-img {
        width: 100%;
        margin: 0 auto;
    }



    .box-3 .img-txt .the-txt,
    .box-1 .img-txt .the-txt {

        width: 100%;
    }




    .com-box-line {
        height: 10px;
    }

    .box-2 {
        padding: 40px 24px;
        text-align: center;
    }

    .box-2 .box-inner {
        padding: 0;
    }



    .box-2 .oimg-list {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 40px;
        padding: 0 43px;
    }

    .box-2 .oimg-txt {
        width: 100%;
    }



    .box-2 .oimg-txt .img {
        width: 100%;
        margin: 0 auto;
    }

    .box-2 .oimg-txt .txt {
        margin-top: 20px;
        text-align: center;
    }

    .box-2 .oimg-txt .txt h4 {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .box-2 .oimg-txt .txt p {
        margin: 0;
    }

    .box-3 {
        padding: 40px 14px 90px;
    }

    .box-3 .box-inner {
        max-width: 100%;
        padding: 0;
    }



    .box-3 .the-img {
        display: none;
    }

    .box-3 .img-txt {
        flex-direction: column;
    }

    .box-3 h2.the-btn {
        margin: 1rem auto 0;
    }

    .box-4 {
        margin-top: -50px;
    }

    .box-4 .box-inner {
        padding: 0;
    }

    .box-4 .the-img-list {
        justify-content: left;
    }

    .box-4 .the-img-list img {
        width: 120px;
    }

    .box-lr .box-inner {
        flex-direction: column;
    }


    .box-content .the-img {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }

    .page-footer {
        padding-top: 5rem;
    }

    .nav-list li::after {
        content: none;
    }
}

[lang='ar'] {
    direction: rtl;


    .lph-content .lph-top-box {
        text-align: right;
    }

    .box-1 .img-txt .the-img {
        margin-right: auto;
        margin-left: -240px;
    }

    @media screen and (max-width:680px) {
        .box-1 .img-txt .the-img {
            width: 100%;
            margin: 0 auto;
        }
    }


}