@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

    * {

        margin: 0;
        padding: 0;
        border: 0;
        
    }

    html {

        overflow: hidden;
        overflow-y: overlay;
        background-color: #e2e2e2;
        scroll-behavior: smooth;
        
    }

    body {

        
        letter-spacing: 1.8px;
        position: relative;
        user-select: none;
        height: 100vh;
        min-height: 640px;
        scroll-behavior: smooth;
        font-family: 'Tajawal', sans-serif;

    }

    ::-webkit-scrollbar {
        width: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgb(165 167 180 / 80%);
        border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(145 146 154 / 100%);
    }

    ::-webkit-scrollbar-track {
        background-color: rgb(141 141 141 / 0%);
        border-radius: 0px;
    }

    .pages-points {
        position: fixed;
        top: 50vh;
        transform: translateY(-50%);
        left: 1.5%;
        z-index: 99999;
        margin-top: 25px;
    }

    .pages-points .point {
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        background-color: rgb(175 175 175 / 75%);
        opacity: 0;
        border-radius: 50%;
        margin-bottom: 22px;
        cursor: pointer;
        transition: .4s;
        transform: translateY(-20px);
    }

    .pages-points .point:not(.active-slide):hover {
        transform: scale(1.2) !important;
    }

    .pages-points .point.active-slide {
        background-color: #04D7AB;
        width: 13px;
        height: 13px;
        transform: translate(-1.5px, -21.5px);
        cursor: default;
    }

    .pages-points .point.first-slide.active-slide {
        background-color: #04D7AB;
    }

    .pages-points .point.second-slide.active-slide {
        background-color: #3369FF;
    }

    .pages-points .point.third-slide.active-slide{
        background-color: #2f474a;
    }

    /*.pages-points .point.fourth-slide.active-slide{
        background-color: #ffffff;
    }*/

    #FirstS.first-slide-ground {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
    }

    #FirstS .first-slide-background {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
    }

    .background-table {
        position: absolute;
        width: 100%;
        transition: 0s;
        left: 0;
        top: unset;
        bottom: -25%;
        opacity: 0;
        animation: lab-table 3s ease-in-out 0s 1 forwards;
    }

    @keyframes lab-table {

        0% {
            bottom: -25%;
            opacity: 0;
        }

        100% {
            bottom: -7%;
            opacity: 1;
        }
        
    }

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

        .background-table {
            bottom: -25%;
        }

        @keyframes lab-table {

            0% {
                bottom: -25%;
                opacity: 0;
            }
    
            100% {
                bottom: -5%;
                opacity: 1;
            }
            
        }

    }

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

        .background-table {
            bottom: -25%;
        }

        @keyframes lab-table {

            0% {
                bottom: -25%;
                opacity: 0;
            }
    
            100% {
                bottom: -2%;
                opacity: 1;
            }
            
        }

    }

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

        .background-table {
            bottom: -25%;
        }

        @keyframes lab-table {

            0% {
                bottom: -25%;
                opacity: 0;
            }
    
            100% {
                bottom: 0%;
                opacity: 1;
            }
            
        }

    }
    .shadow{
        --tw-shadow: 0 !important;
    }
    .laptop {
        position: absolute;
        top: unset;
        bottom: 0;
        left: -7%;
        width: 90%;
        opacity: 0;
        z-index: 100;
    }

    .laptop.device {
        bottom: 20%;
        animation: labtop-device 2.5s ease-in-out 1s 1 forwards;
    }

    .laptop.shadow {
        animation: labtop-shadow 2.5s ease-in-out 1s 1 forwards;
    }

    .first-slide-ground .laptop.device, .first-slide-ground .laptop.shadow, .first-slide-ground .background-table, .first-slide-ground .bot-invite.FS, .first-slide-ground .bot-sup-server {
        animation-play-state: paused;
    }

    @keyframes labtop-device {

        0% {
            bottom: 20%;
            opacity: 0;
        }

        100% {
            bottom: 0;
            opacity: 1;
        }
        
    }

    @keyframes labtop-shadow {

        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
        
    }

    .bot-i-ss {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
        z-index: 200;
    }

    .bot-invite {
        position: relative;
        width: 290px;
        height: 68px;
        background-color: #2F3136;
        border-radius: 40px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 45px;
    }

    .bot-sup-server {
        position: relative;
        width: 290px;
        height: 68px;
        background-color: #eeeeee;
        border-radius: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bot-invite {
        color: #eeeeee;
        font-size: 18px;
        cursor: pointer;
        transition: .3s;
        top: 20px;
        opacity: 0;
    }

    .bot-invite.FS {
        animation: bi-btn 1.5s ease-in-out 2.5s 1 forwards;
    }

    @keyframes bi-btn {

        0% {
            top: 20px;
            opacity: 0;
        }

        100% {
            top: 0;
            opacity: 1;
        }
        
    }

    .bot-invite .neon {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 40px;
        animation-name: bot_i_shadow;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    .bot-invite.FS:hover {
        transform: translateX(-50%) scale(1.05);
    }

    .center-elements {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 1px;
        width: max-content;
        letter-spacing: 0.45px;
    }
    .logo{
    display: flex !important;
    align-items: center;
    }
    
    .logo-name {
        position: relative !important;
        height: 28px;
        /* top: 50%; */
        /* transform: translateY(-50%); */
        margin-top: 3%;
        margin-left: 5px;
        transition: 1s;
}

    .nav {
        position: fixed;
        z-index: 999999;
        display: flex;
        width: 90vw;
        left: 50vw;
        /* transform: translateX(-50%); */
        /* top: 1%; */
        font-family: 'Cabin Condensed', sans-serif;
        letter-spacing: 2px;
        user-select: none;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .bot-invite .discord-logo {
        position: relative;
        display: inline-block;
        margin-right: 18px;
        transform: scaleX(1.1);
        width: 27px;
    }

    .bot-invite .text {
        display: inline-block;
        position: relative;
        /* transform: translateY(-10px); */
    }

    .third-slide-ground .bot-invite .text {
        display: flex;
        position: relative;
        transform: translateY(-2px);
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .bot-sup-server {
        color: #2f3136;
        font-size: 20.5px;
        text-align: center;
        cursor: pointer;
        transition: .3s;
        top: 20px;
        opacity: 0;
        animation-name: bot_ss_shadow;
        animation-duration: 3s;
        animation-delay: .2s;
        animation-iteration-count: infinite;
    }

    .bot-sup-server {
        animation: bs-btn 1.5s ease-in-out 2.75s 1 forwards, bot_ss_shadow 3s ease-in-out 0s infinite;
    }

    @keyframes bs-btn {

        0% {
            top: 20px;
            opacity: 0;
        }

        100% {
            top: 0;
            opacity: 1;
        }
        
    }

    .bot-sup-server:hover {
        transform: translateX(-50%) scale(1.05);
    }

    .bot-sup-server .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        letter-spacing: .5px;
    }

    .white-points {
        position: absolute;
        bottom: 30%;
        left: 65%;
        top: unset;
        margin-left: 6px;
    }

    .white-points .point {
        position: relative;
        display: block;
        width: 9px;
        height: 9px;
        background-color: #eeeeee;
        border-radius: 50%;
        margin-bottom: 18px;
        transform: translateX(-100px);
        transition: 1s;
        opacity: 0;
    }

    .white-points .point.p1 {
        animation-name: moving1;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    .white-points .point.p2 {
        animation-name: moving2;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    .white-points .point.p4 {
        animation-name: moving4;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    .white-points .point.p5 {
        animation-name: moving5;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    @keyframes bot_i_shadow
    {
        50% {
            box-shadow: 0px 0px 10px #2f3136b0, 0px 0px 20px #2f3136bf, 0px 0px 30px #2f3136bd;
        }        
        100% {
            box-shadow: 0px 0px 10px #2f313600, 0px 0px 20px #2f313600, 0px 0px 30px #2f313600;
        }
    }

    @keyframes bot_ss_shadow
    {
        50% {
            box-shadow: 0px 0px 5px #eeeeeeb3, 0px 0px 10px #eeeeee8c, 0px 0px 15px #eeeeeedb;
        }
        100% {
            box-shadow: 0px 0px 5px #eeeeee00, 0px 0px 10px #eeeeee00, 0px 0px 15px #eeeeee00;
        }
    }

    @keyframes moving1
    {
        0% {
            top: 0px;
        }        
        35% {
            top: 60px;
        }
        50% {
            top: 0px;
        }
    }

    @keyframes moving2
    {
        0% {
            top: 0px;
        }        
        35% {
            top: 30px;
        }
        50% {
            top: 0px;
        }
    }

    @keyframes moving4
    {
        0% {
            top: 0px;
        }        
        35% {
            top: -30px;
        }
        50% {
            top: 0px;
        }
    }

    @keyframes moving5
    {
        0% {
            top: 0px;
        }        
        35% {
            top: -60px;
        }
        50% {
            top: 0px;
        }
    }

    .second-slide-ground {
        position: relative;
        width: 100vw;
        height: fit-content;
        background-color: #E3E5F2;
        transition: 2s;
        z-index: 1000;
        overflow: hidden;
    }

    .ground-design {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 18%;
        transition: 0s;
        opacity: 0;
        z-index: 20;
        animation: s-gd 1s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    .wave-video {
        position: absolute;
        width: auto;
        height: 225px;
        left: 0;
        bottom: -10px;
        z-index: 1000;
        opacity: 1;
    }

    .wave-video:nth-child(2) {
        margin-bottom: 20px;
        opacity: .2;
    }

    .wave-video:nth-child(3) {
        margin-bottom: 15px;
        opacity: .7;
    }

    .wave-video:nth-child(4) {
        margin-bottom: 10px;
        opacity: .5;
    }

    section {
        position: absolute;
        width: 100%;
        height: auto;
        overflow: hidden;
        left: 0;
        bottom: 0;
        z-index: 51;
        display: none;
    }

    .waves {
        position: absolute;
        top: 130px; /* يتحكم بالمكان */
        left: 0;
        width: 100%;
        transform: none; /* نشيل التحويل */
        z-index: 9999;
    }


    .wave {
        position: absolute;
        bottom: -7px;
        width: 100vw;
        z-index: 18;
        transform: scaleX(1.5);
    }

    .wave.wave1 {
        z-index: 20;
        bottom: 67px;
    }

    .wave.wave2 {
        z-index: 19;
        bottom: 29px;
    }

    .ground-page3 {
        position: absolute;
        bottom: 0;
        width: 100vw;
        height: 70px;
        display: none;
        /* background-color: #3369ff; */
    }

    .wave.fi-wave {

        animation: wave 25s linear 0s infinite;
        opacity: 1;
        z-index: 5;
        margin-bottom: 0;

    }

    .wave.se-wave {

        animation: wave2 8s linear -5s infinite;
        opacity: .5;
        z-index: 4;
        margin-bottom: 10px;

    }

    .wave.th-wave {

        position: relative;
        animation: wave 20s linear 0s infinite;
        opacity: .2;
        z-index: 3;
        margin-bottom: 20px;

    }

    .wave.fo-wave {

        animation: wave2 10s linear -7s infinite;
        opacity: .7;
        z-index: 2;
        margin-bottom: 15px;

    }

    @keyframes wave
    {
        0% {
            background-position-x: 0;
        }
        100% {
            background-position-x: 900px;
        }
    }

    @keyframes wave2
    {
        0% {
            background-position-x: 0;
        }
        100% {
            background-position-x: -900px;
        }
    }

    @keyframes s-gd
    {
        0% {
            top: 18%;
            opacity: 0;
        }
        100% {
            top: 8%;
            opacity: 1;
        }
    }

    .gray-circle-big {
        position: absolute;
        background-color: #D5D9E5;
        width: 144px;
        height: 144px;
        top: -120px;
        left: 23%;
        border-radius: 50%;
        opacity: 0;
        animation: gcb-shape 2.5s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes gcb-shape {

        0% {
            top: -120px;
            left: 23%;
            opacity: 0;
        }

        100% {
            top: -63px;
            left: 20%;
            opacity: 1;
        }
        
    }

    .gray-circle-small {
        position: absolute;
        background-color: #D5D9E5;
        width: 22.5px;
        height: 22.5px;
        top: 13%;
        left: 44%;
        border-radius: 50%;
        opacity: 0;
        z-index: -1;
        animation: gcs-shape 2.5s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes gcs-shape {

        0% {
            top: 13%;
            left: 44%;
            opacity: 0;
        }

        100% {
            top: 18%;
            left: 40%;
            opacity: 1;
        }
        
    }

    .gray-circle-n {
        position: absolute;
        border: 5.4px solid #9ebdeb;
        width: 25px;
        height: 25px;
        top: 20%;
        left: 57%;
        border-radius: 50%;
        opacity: 0;
        animation: gcn-shape 2.5s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes gcn-shape {

        0% {
            top: 20%;
            left: 57%;
            opacity: 0;
        }

        100% {
            top: 30%;
            left: 50%;
            opacity: 1;
        }
        
    }

    .gray-circle-a {
        position: absolute;
        background-color: #ffffff;
        width: 20px;
        height: 20px;
        top: 65%;
        left: 50.2%;
        border-radius: 50%;
        opacity: 0;
        animation: gca-shape 2.5s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes gca-shape {

        0% {
            top: 65%;
            opacity: 0;
        }

        100% {
            top: 58%;
            opacity: 1;
        }
        
    }

    .gray-circle-b {
        position: absolute;
        background-color: #2A57D4;
        width: 20px;
        height: 20px;
        top: 25%;
        left: 95%;
        border-radius: 50%;
        opacity: 0;
        z-index: 22;
        animation: gcb-shape 2.5s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes gcb-shape {

        0% {
            top: 25%;
            left: 95%;
            opacity: 0;
        }

        100% {
            top: 32%;
            left: 88%;
            opacity: 1;
        }
        
    }

    .white-circle-bigger {
        position: absolute;
        background-color: #ffffff;
        width: 108px;
        height: 108px;
        top: 21%;
        left: 75%;
        border-radius: 50%;
        opacity: 0;
        z-index: -1;
        animation: wcb-shape 3s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes wcb-shape {

        0% {
            top: 21%;
            opacity: 0;
        }

        100% {
            top: 31.5%;
            opacity: 1;
        }
        
    }

    .blue-circle-bigger {
        position: absolute;
        background-color: #c9cdd7;
        width: 117px;
        height: 117px;
        top: 78%;
        left: 42%;
        border-radius: 50%;
        border: 12px dashed #e3e5f2;
        box-sizing: border-box;
        opacity: 0;
        z-index: -1;
        animation: bcb-shape 3s ease-in-out 0.5s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes bcb-shape {

        0% {
            top: 78%;
            left: 42%;
            opacity: 0;
        }

        100% {
            top: 65%;
            left: 58%;
            opacity: 1;
        }
        
    }

    .circle-rotation {
        position: absolute;
        width: 17.5%;
        top: 53%;
        right: 0% !important;
        transform: rotate(180deg);
        opacity: 0;
        z-index: 17;
        animation: crot-shape 3.5s ease-in-out 0.5s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes crot-shape {

        0% {
            right: -13%;
            transform: rotate(180deg);
            opacity: 0;
        }

        100% {
            right: -8%;
            transform: rotate(0deg);
            opacity: 1;
        }
        
    }

    .circle-points {
        position: absolute;
        width: 10%;
        bottom: -3%;
        left: 25%;
        opacity: 0;
        z-index: 17;
        animation: cpoin-shape 3.5s ease-in-out 0.5s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes cpoin-shape {

        0% {
            bottom: -3%;
            opacity: 0;
        }

        100% {
            bottom: -13%;
            opacity: 1;
        }
        
    }

    .smart-phone-setting {
        position: absolute;
        height: 57%;
        top: 25%;
        right: 21%;
        z-index: 50;
        opacity: 0;
        animation: smart-phone 1.5s ease-in-out 2s 1 forwards;
        animation-play-state: paused;
        width: fit-content;
    }
    .mb-12{
        margin-bottom: 0px !important;
    }

    .smart-phone {
        position: relative;
        height: 100%;
        top: 0;
        left: 0;
        filter: drop-shadow(1px 3px 9px rgb(37 37 37 / 95%));
    }

    .phone-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #40484f;
        border-radius: 12%;
    }

    .phone-shapes {
        position: absolute;
        width: 95%;
        height: 98%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        border-radius: 5%;
        overflow: hidden;
    }






    .phone-shapes .ar-asset {
        position: absolute;
        opacity: 1;
    }

    .phone-shapes .p-asset {
        position: absolute;
        opacity: 0;
    }






    .phone-shapes .areply-asset1 {
        width: 75%;
        bottom: 18%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .areply-asset2 {
        width: 75%;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .areply-asset3 {
        width: 50%;
        bottom: -12%;
        right: -28%;
    }

    .phone-shapes .areply-asset4 {
        width: 13%;
        top: 10%;
        right: 5%;
    }

    .phone-shapes .areply-asset5 {
        width: 7%;
        top: 68%;
        left: 26%;
    }

    .phone-shapes .areply-asset6 {
        width: 65%;
        top: 55%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .areply-asset7 {
        width: 45%;
        top: 60%;
        left: -17%;
    }

    .phone-shapes .areply-asset8 {
        width: 45%;
        top: 30%;
        right: 2%;
    }

    .phone-shapes .areply-asset9 {
        width: 48%;
        top: -3%;
        left: -15%;
    }

    .phone-shapes .areply-asset10 {
        width: 30%;
        top: 66.5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .areply-asset11 {
        width: 7%;
        top: 68%;
        right: 26.2%;
    }

    .phone-shapes .areply-asset12 {
        width: 40%;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .areply-asset13 {
        width: 64%;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .areply-asset14 {
        width: 8%;
        top: 46%;
        left: 6%;
    }

    .phone-shapes .areply-asset15 {
        width: 51%;
        bottom: 8.6%;
        left: 50%;
        transform: translateX(-50%);
    }






    .phone-shapes .protect-asset1 {
        width: 75%;
        bottom: 18%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .protect-asset2 {
        width: 75%;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .protect-asset3 {
        width: 50%;
        bottom: -12%;
        right: -28%;
    }

    .phone-shapes .protect-asset4 {
        width: 13%;
        top: 10%;
        right: 5%;
    }

    .phone-shapes .protect-asset5 {
        width: 7%;
        top: 68%;
        left: 26%;
    }

    .phone-shapes .protect-asset6 {
        width: 65%;
        top: 55%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .protect-asset7 {
        width: 45%;
        top: 60%;
        left: -17%;
    }

    .phone-shapes .protect-asset8 {
        width: 45%;
        top: 30%;
        right: 2%;
    }

    .phone-shapes .protect-asset9 {
        width: 48%;
        top: -3%;
        left: -15%;
    }

    .phone-shapes .protect-asset10 {
        width: 30%;
        top: 66.5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-shapes .protect-asset11 {
        width: 7%;
        top: 68%;
        right: 26.2%;
    }

    .phone-shapes .protect-asset12 {
        width: 40%;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
    }





    @keyframes smart-phone {

        0% {
            top: 27%;
            opacity: 0;
        }

        100% {
            top: 17%;
            opacity: 1;
        }
        
    }

    .features-content {
        position: absolute;
        left: 11%;
        top: 20%;
        z-index: 500;
    }

    .features {
        position: relative;
        width: 140px;
        left: 0;
        top: 0;
        transform: translateX(-60px);
        opacity: 0;
        animation: features-title 2s ease-in-out 0.5s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes features-title {

        0% {
            transform: translateX(-60px);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
        
    }

    .feature {
        position: relative;
        width: 490px;
        left: 0;
        font-size: 21.5px;
        line-height: 1.7;
        color: #1E1E1E;
        margin-top: 63px;
        transform: translateX(-60px);
        opacity: 0;
        animation: feature-content 2s ease-in-out 1.5s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes feature-content {

        0% {
            transform: translateX(-60px);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
        
    }

    .invite-button {
        position: relative;
        width: 315px;
        height: 72px;
        background-color: #528BDD;
        left: 0;
        border-radius: 27px;
        overflow: hidden;
        cursor: pointer;
        z-index: 30;
        margin-top: 67px;
        transform: translateY(40px);
        opacity: 0;
        transition: .3s;
        box-shadow: 2px 6px 15px rgb(49 49 49 / 15%), -2px 6px 15px rgb(49 49 49 / 5%);
        animation: ib-button 2s ease-in-out 2s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes ib-button {

        0% {
            transform: translateY(60px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
        
    }

    .invite-button:hover {
        box-shadow: 2px 6px 15px rgb(49 49 49 / 0.25), -2px 6px 15px rgb(49 49 49 / 0.25);
        background-color: #427fd8;
    }

    .invite-button span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #e3e5f2;
        margin-left: -20.5px;
        font-size: 20px;
        white-space: nowrap;
    }

    .invite-button img {
        position: absolute;
        width: 27px;
        height: 22.7px;
        right: 11%;
        top: 50%;
        transform: translateY(-50%) scaleX(1.2);
    }

    .invite-button img.features-icon {
        display: none;
        opacity: 1 !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 40px !important;
        height: 40px !important;
    }

    .invite-button .circle1 {
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #3369ff;
        border-radius: 50%;
        left: 12%;
        top: 4%;
        animation-name: opacity1;
        animation-duration: 3s;
        animation-delay: .3s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    .invite-button .circle2 {
        position: absolute;
        width: 9px;
        height: 9px;
        background-color: #3369ff;
        border-radius: 50%;
        left: 7%;
        bottom: 10%;
        animation-name: opacity2;
        animation-duration: 3s;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    .invite-button .circle3 {
        position: absolute;
        width: 40.5px;
        height: 40.5px;
        background-color: #3369ff;
        border-radius: 50%;
        right: 20%;
        bottom: -21%;
        animation-name: opacity3;
        animation-duration: 3s;
        animation-delay: .6s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
    }

    @keyframes opacity1
    {
        0% {
            opacity: 1;
        }        
        40% {
            opacity: 0;
        }
        75% {
            opacity: 1;
        }
    }

    @keyframes opacity2
    {
        0% {
            opacity: 1;
        }        
        40% {
            opacity: 0;
        }
        75% {
            opacity: 1;
        }
    }

    @keyframes opacity3
    {
        0% {
            opacity: 1;
        }        
        40% {
            opacity: 0;
        }
        75% {
            opacity: 1;
        }
    }

    .third-ground-image {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        -webkit-mask: linear-gradient(rgb(32, 34, 37, 0), rgba(32, 34, 37, 0) 45%, rgba(32, 34, 37, 0.1) 50%, rgba(32, 34, 37, 0.3) 55%, rgba(32, 34, 37, 0.5) 60%, rgba(32, 34, 37, 1) 100%);
        filter: grayscale(.7);
    }

    .third-slide-ground {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #edf0f7;
        /* top: 200%; */
        transition: 2s;
        z-index: 2000;
        overflow: hidden;
    }

    .third-ground-design.back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-mask: linear-gradient(rgb(32, 34, 37, 1), rgba(32, 34, 37, 1) 20%, rgba(32, 34, 37, 0.95) 25%, rgba(32, 34, 37, 0.9) 35%, rgba(32, 34, 37, .85) 100%);
    }

    .circle-points-S3 {
        position: absolute;
        width: 10%;
        top: -8.4%;
        left: 25%;
        transition: 5s;
    }

    .third-text {
        position: relative;
        top: 0;
        margin-top: 12vh;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        font-weight: 600;
        color: rgb(246 246 246 / 92%);
        letter-spacing: 0px;
        word-spacing: 1px;
        font-size: 42px;
        white-space: nowrap;
        opacity: 1;
        text-shadow: 0 0 4px rgb(0 0 0 / 20%);
        z-index: 55;
    }

    .third-slide-ground .de11 {
        position: absolute;
        width: 90px;
        height: 90px;
        background-color: white;
        border-radius: 50%;
        top: 12%;
        left: 40%;
        opacity: 0;
        transition: 3s;
    }

    .third-slide-ground .de111 {
        position: absolute;
        border-radius: 50%;
        transition: 3s;
        top: 77%;
        left: 6%;
        opacity: 1;
        width: 50px;
        height: 50px;
        background-color: #25418f;
        opacity: 1;
    }

    .third-slide-ground .de1111 {
        position: absolute;
        background-color: #ffffffc9;
        border-radius: 50%;
        transition: 3s;
        top: 88%;
        left: 12%;
        opacity: 1;
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    .third-slide-ground .de22 {
        position: absolute;
        width: 27px;
        height: 27px;
        background-color: #2a57d4;
        border-radius: 50%;
        top: 2%;
        left: 65%;
        opacity: 0;
        transition: 3s;
    }

    .third-slide-ground .de33 {
        position: absolute;
        width: 63px;
        height: 63px;
        border: 13.5px solid #ffffffd1;
        border-radius: 50%;
        top: 17%;
        left: 94%;
        opacity: 0;
        transition: 3s;
    }

    .third-slide-ground .de44 {
        position: absolute;
        width: 63px;
        height: 63px;
        border: 9px solid #274cb3;
        border-radius: 50%;
        top: 25%;
        left: 28%;
        opacity: 0;
        transition: 3s;
    }

    .third-slide-ground .de55 {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #ffffff9c;
        border: 10.8px solid #1b2f66;
        border-radius: 50%;
        top: 34%;
        left: 62%;
        opacity: 0;
        transition: 3s;
    }

    .third-slide-ground .crots3 {
        position: absolute;
        width: 240px;
        height: 240px;
        left: 65%;
        top: 56%;
        opacity: .8;
        transform: rotate(-80deg);
        opacity: 0;
        transition: 4s;
    }

    .third-ground-design.front {
        position: absolute;
        width: 100%;
        height: 103%;
        opacity: 0;
        top: 100px;
        transition: 2s;
    }

    .third-slide-ground .des1_slide3 {
        position: absolute;
        width: 270px;
        bottom: -14%;
        left: 17%;
        margin-bottom: -63px;
        opacity: 0;
        transition: 2s;
    }
        
    .third-slide-ground .des2_slide3 {
        position: absolute;
        width: 198px;
        bottom: 17%;
        left: 0;
        margin-left: -72px;
        opacity: 0;
        transition: 2s;
    }

    .third-slide-ground .des3_slide3 {
        position: absolute;
        width: 90px;
        bottom: 66%;
        left: 7%;
        opacity: 0;
        transition: 2s;
    }

    .left-side {
        position: relative;
        margin-top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        z-index: 1;
    }

    .third-slide-ground .title {
        position: relative;
        left: 15%;
        font-size: 27px;
        font-weight: 600;
        color: #5a5a5a;
        opacity: 0;
        transition: 2s;
    }
    .text-3xl {
        color: #363636;
    }
    .text-gray-400{
        color: rgb(100 100 100);
        font-weight: bold;
    }

    .third-slide-ground .content {
        position: relative;
        left: 0%;
        margin: 0 auto;
        font-size: 20px;
        color: #474748;
        line-height: 1.8;
        letter-spacing: 0.5px;
        word-spacing: .9px;
        opacity: 1;
        transition: 0s;
        text-align: center;
        color: #c3c3c3;
        text-shadow: 0 0 4px rgb(255 255 255 / 20%);
        max-width: 90%;
    }

    .third-slide-ground .bot-invite{
        position: relative;
        margin-top: 18px;
        background-color: #ffffff;
        box-shadow: 1px 3px 20px #2021217a;
        color: #6284e2;
        opacity: 0;
        transition: 2s;
        top: 0;
        left: 0;
        font-family: 'Roboto';
        transform: unset;
        font-size: 23px;
        transition: all 0.3s ease 0s, opacity 1s;
        margin: 0;
        width: 260px;
        height: 65px;
        border-radius: 40px;
    }

    .third-slide-ground .bot-invite:hover {
        background-color: #e8ebf3;
        box-shadow: 1px 3px 20px #202121cc;
    }

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

    .boxes {
        position: relative;
        display: flex;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        height: auto;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        margin-top: 90px;
        grid-gap: 0px;
    }

    .box {

        position: relative;
        width: 256px;
        height: 340px;
        background: #2f3031;
        overflow: hidden;
        border-radius: 15px;
        transition: box-shadow .2s ease-out,transform .2s ease-out,background .2s ease-out,-webkit-box-shadow .2s ease-out,-webkit-transform .2s ease-out;
        cursor: default;
        transform: scale(1, 1.035);
        padding: 13px;
        box-shadow: 0px 3px 30px #272829;

    }

    .box.second {
        left: 0;
        top: 0;
        transform: scale(1.062, 1.125) translateX(-8px);
        z-index: 3;
        opacity: 0;
        transition: 2.5s;
        animation: s-server 2.5s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    .box.first {
        left: 0;
        top: 0;
        transform: scale(1.152, 1.240);
        margin-top: -10px;
        z-index: 3;
        opacity: 0;
        transition: 3.2s;
        animation: f-server 3s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    .box.third {
        left: 0;
        top: 0;
        z-index: 3;
        opacity: 0;
        transition: 2.8s;
        transform: scale(1, 1.035) translateX(-1px);
        animation: t-server 2.7s ease-in-out 0s 1 forwards;
        animation-play-state: paused;
    }

    @keyframes s-server {

        0% {

            transform: scale(1, 1) translateX(-100px);
            opacity: 0;

        }

        100% {

            transform: scale(1, 1) translateX(1px);
            opacity: 1;

        }
        
    }

    @keyframes f-server {

        0% {

            transform: scale(1.152, 1.240) translateY(60px);
            opacity: 0;

        }

        100% {

            transform: scale(1.152, 1.240) translateY(0px);
            opacity: 1;

        }
        
    }

    @keyframes t-server {

        0% {

            transform: scale(1, 1) translateX(100px);
            opacity: 0;

        }

        100% {

            transform: scale(1, 1) translateX(0px);
            opacity: 1;

        }
        
    }

    .s1 {

        margin-top: 80px;
        letter-spacing: .3px;
        font-size: 18px;
        color: white;
        font-weight: 500;
    }
    .s2 {

        letter-spacing: .3px;
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    .line {

        height: 1px;
        background-color: rgb(41, 43, 47);
        width: 100%;
        display: block;
        margin: 48px 0;

    }

    .splashImage-1wJ3Sk {

        -webkit-mask: linear-gradient(rgb(32, 34, 37, 1), rgba(32, 34, 37, 0.03) 98%, rgba(32, 34, 37, 0) 100%);
        width: 300px;
        height: 144px;
        transition: .25s;

    }

    .server-zoom {

        position: absolute;
        left: -10%;
        transition: .25s;

    }

    .top-half {

        position: relative;
        height: 148px;
        overflow: hidden;
        border-radius: 15px;

    }

    .bottom-half {

        display: flex;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        position: relative;
        height: 130px;
        -webkit-box-orient: vertical;
        flex-direction: column;
        align-content: stretch;
        padding: 5px 3px 0px 3px;

    }

    .server-icon {

        position: absolute;
        width: 50px;
        height: 50px;
        top: 75px;
        left: 15px;
        border-radius: 15px;
        overflow: hidden;

    }

    .icon {

        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        
    }

    .view-button {

        color: #fff;
        background-color: #7289da;
        cursor: pointer;
        position: absolute;
        right: 16px;
        top: 96px;
        opacity: 0;
        transition: opacity .2s, background-color .2s;
        height: 32px;
        width: 60px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        padding: 2px 16px;
        letter-spacing: .35px;

    }

    .view-button:hover {

        background-color: #5b6eae;

    }

    /*----------------------------------------------*/

    .guild-name {

        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        display: flex;

    }

    .guild-verify-frame {

        width: 16px;
        height: 16px;
        -webkit-box-pack: center;
        position: relative;
        margin-right: 4px;
        margin-left: -2px;

    }

    .guild-verify-name {

        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
        font-weight: unset;
        text-transform: capitalize;

    }

    .guild-info {

        position: relative;
        color: #b9bbbe;
        flex: 1 1 auto;
        margin: 8px 0 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        letter-spacing: .5px;
        padding: 2px 2px;

    }

    .guild-members {

        display: flex;
        flex: 0 0 auto;
        width: 95%;
        justify-self: flex-end;
        align-self: center;
        justify-content: space-between;
        white-space: nowrap;

    }

    .online {

        position: relative;
        height: min-content;

    }

    .online-circle {

        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #43b581;
        position: relative;
        display: inline-block;

    }

    .online-contents {

        font-size: 12px;
        font-weight: 600;
        color: #b6b8bb;
        letter-spacing: .7px;
        position: relative;
        display: inline-block;

    }

    .offline {

        position: relative;
        height: min-content;
        margin-left: 0;

    }

    .offline-circle {

        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #b9bbbe;
        position: relative;
        display: inline-block;

    }

    .offline-contents {

        font-size: 12px;
        font-weight: 600;
        color: #b6b8bb;
        letter-spacing: .7px;
        position: relative;
        display: inline-block;

    }

    .box .join-button {

        position: relative;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        height: 55px;
        -webkit-box-orient: vertical;
        flex-direction: column;

    }

    .box .join-button .link-button {

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        height: 70%;
        margin-top: 5px;
        background-color: #43b581;
        border-radius: 10px;
        color: #ffffff;
        box-shadow: 0px 1px 10px #43b58200;
        font-size: 15px;
        letter-spacing: 0.5px;
        transition: .3s;
        cursor: pointer;
        animation-name: JBNeon;
        animation-duration: 4s;
        animation-delay: .5s;
        animation-iteration-count: infinite;

    }

    .box.third .join-button .link-button {
        animation-delay: .5s;
    }

    .box.first .join-button .link-button {
        animation-delay: .8s;
    }

    .box.second .join-button .link-button {
        animation-delay: 1.2s;
    }

    .box .join-button .link-button span {

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .box .join-button .link-button:hover {
        
        background-color: #3ca374;

    }

    .box img.budge {
        position: absolute;
        z-index: 20;
        width: 15%;
        top: 5%;
        right: 6%;
        padding: 4px 5px;
        border-radius: 15px;
        box-shadow: 0px 3px 30px rgb(39 40 41 / 0.5);
        animation-name: BoxBudge;
        animation-duration: 3s;
        animation-delay: .5s;
        animation-iteration-count: infinite;
    }

    .box.third img.budge {
        animation-delay: .5s;
    }

    .box.first img.budge {
        animation-delay: .8s;
    }

    .box.second img.budge {
        animation-delay: 1.2s;
    }

    @keyframes JBNeon
    {
        0% {
            box-shadow: 0px 1px 10px #43b58200;
        }        
        50% {
            box-shadow: 0px 1px 10px #43b581;
        }
        100% {
            box-shadow: 0px 1px 10px #43b58200;
        }
    }

    @keyframes BoxBudge
    {
        0% {
            transform: scale(1);
        }        
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }

    .fourth-slide-ground {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        top: 300vh;
        transition: 2s;
        z-index: 3000;
        overflow: hidden;
    }

    .for-ground {
        position: absolute;
        height: 100vh;
        right: -150px;
        top: 100px;
        transition: 3s;
        opacity: 0;
    }

    .for-ground2 {
        position: absolute;
        width: 62%;
        right: -2%;
        top: unset;
        bottom: 0%;
        opacity: 0;
        transition: 2s;
    }

    .statistics {
        position: absolute;
        width: 40%;
        height: 46%;
        right: 7%;
        top: 26.8%;
    }

    .statistics .static {
        position: absolute;
        width: 198px;
        height: 119px;
        background-color: rgb(255 255 255 / 80%);
        border-radius: 25px;
        box-shadow: 0px 3px 30px #2728295c, 0px 0px 20px rgb(255 255 255 / 75%);
        z-index: 3;
        transition: 1.5s;
    }

    .statistics .static.servers {
        left: 10%;
        top: 5%;
        opacity: 0;
    }

    .statistics .static.vipServers {
        right: 10%;
        top: 5%;
        opacity: 0;
    }

    .statistics .static.vipServers h2 {
        font-size: 18px;
    }

    .statistics .static.users {
        left: 10%;
        bottom: 5%;
        opacity: 0;
    }

    .statistics .static.runtime {
        right: 10%;
        bottom: 5%;
        opacity: 0;
    }

    .statistics .static h2 {
        color: #525252de;
        font-size: 20px;
        margin-top: 8px;
        margin-left: 15px;
        letter-spacing: .5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .statistics .static .num {
        position: absolute;
        bottom: 8px;
        left: 12px;
        font-size: 25.2px;
        font-weight: 600;
        letter-spacing: .9px;
        color: #4e4e4e;
        height: 32.22px;
        overflow: hidden;
        -webkit-mask: linear-gradient(rgb(37 37 37 / 0%) 0%, rgb(37 37 37) 5%, rgb(37 37 37) 95%, rgb(37 37 37 / 0%) 100%);
    }

    .statistics .static .num.runtim {
        color: #c55757;
        font-size: 23.4px;
    }

    .statistics .static .num .num-mo {
        position: relative;
        font-size: 18px;
        margin-left: 5px;
        color: #0e83e0;
        top: -261.98px;
        -webkit-mask: linear-gradient(rgb(37 37 37 / 0%) 0%, rgb(37 37 37) 5%, rgb(37 37 37) 95%, rgb(37 37 37 / 0%) 100%);
    }

    .statistics .static .num .num-mo.runtim {
        position: relative;
        color: #4e4e4e;
        font-size: 26px;
        margin: 0 5px;
        top: -243px;
    }

    .statistics .static .num .num-mo i {
        transform: translate(2px, 0px);
    }

    .ddd-header {
        position: absolute;
        top: 17%;
        left: 8.85%;
        width: 35%;
        font-size: 29.7px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #545454;
        line-height: 1.8;
        letter-spacing: 1px;
        word-spacing: 1px;
        opacity: 0;
        transition: 1s;
    }

    .ddd {
        position: absolute;
        top: 38%;
        left: 9%;
        width: 35%;
        font-size: 20px;
        color: #4e4e4e;
        line-height: 1.8;
        letter-spacing: 2.1px;
        word-spacing: .9px;
    }

    .ddd div.paragraph {
        margin-left: -60px;
        opacity: 0;
        transition: 1s;
        width: 100%;
    }

    .invite-button.fourthh {
        opacity: 1;
        top: 56%;
        left: 8.75%;
        background-color: #8383f7;
        width: 243px;
        transition: all .3s, top 1.5s;
        opacity: 0;
    }

    .invite-button.fourthh:hover {
        box-shadow: 2px 6px 15px rgb(49 49 49 / 25%), -2px 6px 15px rgb(49 49 49 / 25%);
        background-color: #7171ef;
    }

    .invite-button.fourthh span {
        font-size: 21.6px;
    }

    .invite-button.fourthh img {
        width: 24.3px;
        height: 20px;
        right: 12%;
    }

    .a1 {
        opacity: 0;
        transition: 2s;
        top: 5%;
    }

    .b2 {
        opacity: 0;
        transition: 2s;
        top: 14%;
        left: 45%;
    }

    .c3 {
        opacity: 0;
        transition: 2s;
        top: 70%;
    }

    .d4 {
        opacity: 0;
        transition: 2s;
        left: 10%;
        top: 40%;
        transform: scale(.6);
    }

    .e5 {
        opacity: 0;
        transition: 2s;
        left: 1%;
        top: 12%;
    }

    .f6 {
        opacity: 0;
        transition: 2s;
        left: 34%;
        top: 54%;
    }

    .static.seccc {
        opacity: 0.66;
        z-index: 2;
    }

    .static.thirr {
        opacity: 0.33;
        z-index: 1;
    }

    .static.servers.seccc {
        margin-top: -9px;
        margin-left: -9px;
        opacity: 0;
    }

    .static.servers.thirr {
        margin-top: -18px;
        margin-left: -18px;
        opacity: 0;
    }

    .static.vipServers.seccc {
        margin-top: -9px;
        margin-right: -9px;
        opacity: 0;
    }

    .static.vipServers.thirr {
        margin-top: -18px;
        margin-right: -18px;
        opacity: 0;
    }

    .static.users.seccc {
        margin-bottom: -9px;
        margin-left: -9px;
        opacity: 0;
    }

    .static.users.thirr {
        margin-bottom: -18px;
        margin-left: -18px;
        opacity: 0;
    }

    .static.runtime.seccc {
        margin-bottom: -9px;
        margin-right: -9px;
        opacity: 0;
    }

    .static.runtime.thirr {
        margin-bottom: -18px;
        margin-right: -18px;
        opacity: 0;
    }

    .loop-numbers {
        position: relative;
        top: -261px;
        display: inline-block;
        transition: 4.5s;
    }

    .num.runtim .loop-numbers {
        position: relative;
        top: -242px;
        display: inline-block;
        transition: 4.2s;
    }

    .num-mo .loop-numbers {
        top: 0;
        transition: 4s;
    }

    .loop-q {
        position: relative;
        top: -261.98px;
        display: inline-block;
    }
/* ####################################################################################الجزء الثاني############################################################################ */
.demo-header {
    background: linear-gradient(90deg, #5865F2, #4752c4);
    color: white;
    padding: 12px 15px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* تنسيقات نظام الحماية */
.protection-demo {
    background-color: #2C2F33;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.demo-protection-panel {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.demo-protection-status {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.status-active {
    color: #57F287;
    font-weight: bold;
}

.demo-protection-settings {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.demo-setting {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.demo-setting:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.setting-on {
    background-color: #57F287;
    color: #2C2F33;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

.setting-off {
    background-color: #ED4245;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

/* تنسيقات نظام الفحص */
.verification-demo {
    background-color: #2C2F33;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.demo-verification-panel {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.demo-verification-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    color: white;
}

.demo-verification-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.demo-step {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #99AAB5;
}

.demo-step.completed {
    color: #57F287;
}

.demo-step.active {
    background-color: rgba(88, 101, 242, 0.2);
    color: white;
    border-right: 3px solid #5865F2;
}

.demo-captcha-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: auto;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

/* تنسيقات نظام المسح والسجلات */
.scan-log-demo {
    background-color: #2C2F33;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}

.demo-dashboard {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.demo-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.demo-dashboard-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
}

.demo-dashboard-date {
    color: #99AAB5;
    font-size: 0.9rem;
}

.demo-log-entries {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.demo-log-entry {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.log-time {
    color: #99AAB5;
    font-size: 0.8rem;
    min-width: 40px;
}

.log-type {
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.log-type.warning {
    background-color: #FEE75C;
    color: #2C2F33;
}

.log-type.info {
    background-color: #5865F2;
    color: white;
}

.log-type.success {
    background-color: #57F287;
    color: #2C2F33;
}

.log-type.error {
    background-color: #ED4245;
    color: white;
}

/* تنسيقات لوحة تحكم السجلات */
.dashboard-log-demo {
    background-color: #2C2F33;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.demo-dashboard-panel {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.demo-dashboard-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.demo-nav-item {
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #99AAB5;
}

.demo-nav-item.active {
    background-color: rgba(88, 101, 242, 0.2);
    color: white;
}

.demo-dashboard-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.demo-stat-box {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px;
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
}

.demo-stat-box:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.demo-stat-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5865F2;
    margin-bottom: 5px;
}

.demo-stat-label {
    font-size: 0.8rem;
    color: #99AAB5;
}

.demo-dashboard-chart {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    height: 120px;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.demo-dashboard-chart::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, rgba(88, 101, 242, 0.2), transparent);
    clip-path: polygon(0 100%, 10% 80%, 20% 90%, 30% 70%, 40% 85%, 50% 60%, 60% 75%, 70% 50%, 80% 65%, 90% 40%, 100% 55%, 100% 100%, 0 100%);
}

/* تنسيقات نظام الإعلانات */
.announcement-demo {
    background-color: #2C2F33;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.demo-announcement {
    margin: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(88, 101, 242, 0.3);
    
}

.demo-announcement-title {
    background-color: rgba(88, 101, 242, 0.2);
    padding: 12px 15px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid rgba(88, 101, 242, 0.3);
}

.demo-announcement-content {
    padding: 15px;
    color: #99AAB5;
    line-height: 1.5;
}

.demo-announcement-footer {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.demo-reaction {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    color: #99AAB5;
}

.demo-reaction:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* تنسيقات قسم المميزات والسلايدر */
.features-slider {
    width: 100%;
    position: relative;
    /* padding: 20px 0; */
    
}

.features-swiper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

.feature-card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    /* background: linear-gradient(135deg, rgba(44, 47, 51, 0.8) 0%, rgba(35, 39, 42, 0.9) 100%); */
    border-radius: 16px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    max-width: 1000px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    
}

.feature-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); */
    /* border: 1px solid rgba(88, 101, 242, 0.3); */
}

.feature-card:hover .feature-title::after {
    width: 100px;
    transition: width 0.3s ease;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle at top right, rgba(88, 101, 242, 0.1), transparent 60%); */
    z-index: 0;
}
/* تنسيق محتوى الميزة */
.feature-content {
    width: 45%;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.feature-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
    position: relative;
    display: inline-block;
}

.feature-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #5865F2, #4752c4);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.feature-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #99AAB5;
    margin-bottom: 20px;
}

.feature-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-end;
}

.feature-tag {
    background: rgb(88 101 242 / 58%);
    color: rgba(255, 255, 255, 0.9);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(88, 101, 242, 0.3);
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-tag:hover {
    background: rgba(88, 101, 242, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(88, 101, 242, 0.2);
}

.feature-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.feature-tag:hover::before {
    transform: translateX(100%);
}

/* تنسيق صورة الميزة */
.feature-image-container {
    width: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    /* الوضع الافتراضي */
    transform: perspective(75em) rotateX(14deg) rotateY(338deg);
    transition: transform 1s; /* مهم يكون هنا */
}

.feature-image-container:hover {
    /* يرجع طبيعي */
    transform: perspective(75em) rotateX(10deg) rotateY(360deg);
}


/* تنسيق محاكاة الهاتف */
.phone-mockup {
    width: 280px;
    height: 560px;
    background-color: #23272A;
    border-radius: 36px;
    position: relative;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
    border: 8px solid #2C2F33;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    transition: all 0.5s ease;
}

.swiper-slide-active .phone-mockup {
    animation: phoneFloat 4s ease-in-out infinite;
}
@keyframes phoneFloat {
    0%, 100% { transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateY(0); }
    50% { transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateY(-15px); }
}

.phone-mockup::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.05) 0%, rgba(255, 255, 255, 0) 50%, rgba(88, 101, 242, 0.05) 100%);
    z-index: 3;
    pointer-events: none;
}

.phone-mockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.phone-mockup:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.4);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background-color: #36393F;
    overflow: hidden;
    position: relative;
}
/* تنسيقات العروض التوضيحية للميزات */

/* الرد التلقائي */
.auto-reply-demo {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #36393F;
}

.demo-header {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5865F2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.demo-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(88, 101, 242, 0.5), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { background-position: -100% 0; }
    100% { background-position: 100% 0; }
}

.demo-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #5865F2;
    border-radius: 3px;
}

.demo-message {
    background-color: #2C2F33;
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    align-self: flex-start;
    max-width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: messageAppear 0.5s ease forwards;
    border-right: 3px solid rgba(88, 101, 242, 0.7);
}

@keyframes messageAppear {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.demo-message::after {
    content: '';
    position: absolute;
    top: 15px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #2C2F33;
}

.demo-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.demo-reply {
    background-color: #5865F2;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(88, 101, 242, 0.2);
}

.demo-reply:hover {
    background-color: #4752c4;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(88, 101, 242, 0.4);
}

.demo-reply::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.demo-reply:hover::after {
    opacity: 1;
}

.demo-reply:active {
    transform: translateY(0) scale(0.95);
    box-shadow: 0 2px 5px rgba(88, 101, 242, 0.3);
}

.demo-config {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.demo-config-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b9bbbe;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.demo-config-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-5px);
}

.demo-config-item i {
    color: #5865f2;
}

.demo-note {
    text-align: center;
    color: #99AAB5;
    font-size: 0.9rem;
    margin-top: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
/* إدارة السيرفر */
.moderation-demo {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #36393F;
    background-image: radial-gradient(circle at top right, rgba(88, 101, 242, 0.05), transparent 70%);
}

.demo-protection-panel {
    display: flex;
    flex-direction: column;
    gap: 15px;
    animation: fadeIn 0.5s ease forwards;
    background-color: #2F3136;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(88, 101, 242, 0.1);
    position: relative;
    overflow: hidden;
    color: #99AAB5;
}

.demo-protection-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #5865F2, #57F287, #5865F2);
    background-size: 200% 100%;
    animation: shimmer 3s infinite linear;
}

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

.demo-protection-status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.demo-protection-status.active {
    background: rgba(87, 242, 135, 0.1);
    border-right: 4px solid #57f287;
}

.demo-protection-status i {
    color: #57f287;
    font-size: 1.2rem;
}

.demo-protection-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.demo-commands {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.demo-command {
    background-color: #2C2F33;
    color: #FFFFFF;
    padding: 12px 15px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 1rem;
    position: relative;
    padding-right: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.demo-command:hover {
    background-color: #23272A;
    transform: translateX(-5px);
}

.demo-command::before {
    content: '>';
    position: absolute;
    right: 12px;
    color: #5865F2;
    font-weight: bold;
}

.demo-protection-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.demo-filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #b9bbbe;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.demo-filter-item.active {
    background: rgba(88, 101, 242, 0.1);
    color: #fff;
    border-right: 3px solid #5865f2;
}

.demo-filter-item i {
    color: #5865f2;
}
/* نظام الترحيب */
.welcome-demo {
    width: 100%;
    height: 100%;
    background: #36393f;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.demo-welcome-card {
    background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    animation: cardAppear 0.5s ease forwards;
    border: 1px solid rgba(88, 101, 242, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%235865F2' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.demo-welcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #5865F2, #EB459E, #5865F2);
    background-size: 200% 100%;
    animation: shimmer 3s infinite linear;
}

@keyframes cardAppear {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.demo-welcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>');
    background-size: 100px 100px;
    opacity: 0.3;
    z-index: 0;
}

.demo-welcome-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

.demo-welcome-user {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
}

.demo-welcome-message {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

.demo-welcome-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.demo-welcome-button {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 120px;
}

.demo-welcome-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.demo-welcome-button.secondary {
    background: rgba(0, 0, 0, 0.2);
}

.demo-welcome-button.secondary:hover {
    background: rgba(0, 0, 0, 0.3);
}
/* نظام الإعلانات */
.announcement-demo {
    width: 100%;
    height: 100%;
    background: #36393f;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.demo-announcement-card {
    background: #2f3136;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    animation: cardAppear 0.5s ease forwards;
    border: 1px solid rgba(88, 101, 242, 0.15);
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.demo-announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.2);
}

.demo-announcement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #5865F2, #FEE75C, #5865F2);
    background-size: 200% 100%;
    animation: shimmer 3s infinite linear;
}

.demo-announcement-header {
    background: #5865f2;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
}

.demo-announcement-header i {
    font-size: 1.2rem;
}

.demo-announcement-content {
    padding: 15px;
    color: #dcddde;
}

.demo-announcement-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}

.demo-announcement-content p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.demo-announcement-footer {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demo-announcement-button {
    background: #5865f2;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-announcement-button:hover {
    background: #4752c4;
    transform: translateY(-2px);
}

.demo-announcement-stats {
    display: flex;
    gap: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.demo-announcement-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.demo-scheduler {
    margin-top: 20px;
}

.demo-scheduler-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: #b9bbbe;
    font-size: 0.9rem;
}

.demo-scheduler-item i {
    color: #5865f2;
}

/* نظام التحقق */
.verification-demo {
    width: 100%;
    height: 100%;
    background: #36393f;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.demo-verification-card {
    background: #2f3136;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: cardAppear 0.5s ease forwards;
    border: 1px solid rgba(88, 101, 242, 0.15);
    position: relative;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%235865F2' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.demo-verification-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #5865F2, #57F287, #5865F2);
    background-size: 200% 100%;
    animation: shimmer 3s infinite linear;
}

.demo-verification-icon {
    width: 60px;
    height: 60px;
    background: rgba(88, 101, 242, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.demo-verification-icon i {
    font-size: 1.8rem;
    color: #5865f2;
}

.demo-verification-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.demo-verification-message {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
.demo-captcha {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.demo-captcha-image {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect x="20" y="20" width="60" height="60" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="2"/><path d="M30,50 L45,65 L70,35" stroke="rgba(255,255,255,0.3)" stroke-width="3" fill="none"/></svg>');
    background-size: 100px 100px;
    background-position: center;
    opacity: 0.7;
}

.demo-verification-button {
    background: #5865f2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 200px;
}

.demo-verification-button:hover {
    background: #4752c4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.demo-verification-stats {
    margin-top: 20px;
    width: 100%;
}

.demo-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: #b9bbbe;
    font-size: 0.9rem;
}

.demo-stat-item i {
    color: #5865f2;
}

/* نظام السجلات والفحص */
.log-demo {
    width: 100%;
    height: 100%;
    background: #36393f;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.demo-log-container {
    background: #2f3136;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    height: calc(100% - 20px);
    overflow: hidden;
    border: 1px solid rgba(88, 101, 242, 0.15);
    position: relative;
}

.demo-log-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #5865F2, #ED4245, #5865F2);
    background-size: 200% 100%;
    animation: shimmer 3s infinite linear;
}

.demo-log-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.demo-log-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.demo-log-title i {
    color: #5865f2;
}

.demo-log-filters {
    display: flex;
    gap: 10px;
}

.demo-log-filter {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-log-filter:hover, .demo-log-filter.active {
    background: rgba(88, 101, 242, 0.2);
    color: #fff;
}

.demo-log-entries {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    padding-right: 5px;
    height: calc(100% - 40px);
}

.demo-log-entry {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    animation: messageAppear 0.3s ease forwards;
}

.demo-log-entry:hover {
    background: rgba(255, 255, 255, 0.05);
}

.demo-log-entry.warning {
    border-left: 3px solid #faa61a;
}

.demo-log-entry.error {
    border-left: 3px solid #ed4245;
}

.demo-log-entry.info {
    border-left: 3px solid #5865f2;
}

.demo-log-entry.success {
    border-left: 3px solid #3ba55c;
}

.demo-log-time {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.demo-log-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.demo-log-message {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.demo-log-details {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.demo-log-actions {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

.demo-log-action {
    font-size: 0.8rem;
    color: #5865f2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-log-action:hover {
    text-decoration: underline;
}

/* نظام الفحص */
.scan-demo {
    width: 100%;
    height: 100%;
    background: #36393f;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.demo-scan-container {
    background: #2f3136;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: cardAppear 0.5s ease forwards;
    border: 1px solid rgba(88, 101, 242, 0.15);
    position: relative;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%235865F2' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.demo-scan-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #5865F2, #EB459E, #5865F2);
    background-size: 200% 100%;
    animation: shimmer 3s infinite linear;
}

.demo-scan-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demo-scan-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(88, 101, 242, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5865f2;
    font-size: 1.2rem;
}

.demo-scan-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.demo-scan-progress {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.demo-scan-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 65%;
    background: #5865f2;
    border-radius: 4px;
    animation: scanProgress 3s ease-in-out infinite;
}

@keyframes scanProgress {
    0% { width: 0%; }
    50% { width: 65%; }
    100% { width: 100%; }
}

.demo-scan-status {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 5px;
}

.demo-scan-status i {
    color: #5865f2;
}

.demo-scan-results {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.demo-scan-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.demo-scan-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.demo-scan-item-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demo-scan-item-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.demo-scan-item-icon.clean {
    background: rgba(59, 165, 92, 0.1);
    color: #3ba55c;
}

.demo-scan-item-icon.warning {
    background: rgba(250, 166, 26, 0.1);
    color: #faa61a;
}

.demo-scan-item-icon.threat {
    background: rgba(237, 66, 69, 0.1);
    color: #ed4245;
}

.demo-scan-item-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.demo-scan-item-name {
    font-size: 0.95rem;
    color: #fff;
}

.demo-scan-item-path {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.demo-scan-item-action {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-scan-item-action:hover {
    background: rgba(88, 101, 242, 0.2);
    color: #fff;
}

/* نظام المستويات */
.leveling-demo {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #36393F;
}

.demo-level-card {
    background: linear-gradient(135deg, #23272A 0%, #2C2F33 100%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.demo-user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #5865F2;
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
}

.demo-user-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://via.placeholder.com/80') center/cover no-repeat;
    border-radius: 50%;
}

.demo-user-info {
    text-align: center;
    margin-bottom: 15px;
}

.demo-username {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.demo-level {
    font-size: 1rem;
    color: #5865F2;
    font-weight: bold;
}

.demo-xp-bar {
    height: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.demo-xp-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65%;
    background: linear-gradient(90deg, #5865F2, #4752c4);
    border-radius: 4px;
}

.demo-xp-text {
    font-size: 0.8rem;
    color: #99AAB5;
    text-align: center;
}

/* تنسيقات أزرار التنقل */
.custom-nav-btn {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(88, 101, 242, 0.8) !important;
    color: white !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.custom-nav-btn:hover {
    background-color: #5865F2 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 5px 15px rgba(88, 101, 242, 0.5) !important;
}

.custom-nav-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-nav-btn:hover::after {
    opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem !important;
    font-weight: bold !important;
}
.swiper-pagination {
    margin-bottom: 15px;
}
/* تنسيقات نقاط التنقل */
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(88, 101, 242, 0.3) !important;
    position: relative;
}

.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(88, 101, 242, 0);
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #5865F2 !important;
    opacity: 1 !important;
    transform: scale(1.3) !important;
    box-shadow: 0 3px 8px rgba(88, 101, 242, 0.5) !important;
}

.swiper-pagination-bullet-active::before {
    border-color: rgba(88, 101, 242, 0.3);
    animation: pulse 2s infinite;
}

/* تأثيرات حركية */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(88, 101, 242, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(88, 101, 242, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(88, 101, 242, 0);
    }
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

/* تحسينات للأجهزة المحمولة */
@media (max-width: 992px) {
    .feature-card {
        flex-direction: column;
        padding: 15px;
    }

    .gray-circle-big{
        display: none;
    }

    .circle-rotation{
        display: none;
    }
    
    .feature-content,
    .feature-image-container {
        width: 100%;
    }
    
    .feature-content {
        padding: 20px 10px;
        order: 1;
    }
    
    .feature-image-container {
        order: 0;
        margin-bottom: 20px;
    }
    
    .phone-mockup {
        width: 220px;
        height: 440px;
        transform: perspective(1000px) rotateY(0) rotateX(0);
    }
    .welcome-demo{
        padding: 0px;
    }
    .feature-title {
        font-size: 1.8rem;
    }
    
    .feature-description {
        font-size: 1rem;
    }
    
    .features-swiper {
        height: 800px;
    }
    .demo-announcement-footer{
        justify-content: center;
    }
    .demo-protection-status{
        font-size: 12px;
    }
}

@media (max-width: 1205px) {
        .waves{
        display: none;
    }
}

@media (max-width: 576px) {
    .phone-mockup {
        width: 180px;
        height: 360px;
    }
    .demo-protection-settings{
        font-size: 13px;
    }
    .announcement-demo{
        padding: 0px;
    }
    .announcement-demo{
        font-size: 12px;
    }
    .verification-demo{
        padding: 0;
    }
    .feature-title {
        font-size: 1.5rem;
    }
    
    .features-swiper {
        height: 700px;
    }
    
    .demo-header {
        font-size: 1.2rem;
    }
    
    .custom-nav-btn {
        width: 40px !important;
        height: 40px !important;
    }
}

/* تأثيرات إضافية */
.swiper-slide-active .phone-mockup {
    animation: fadeInUp 0.8s ease forwards;
}

.swiper-slide-active .feature-title {
    animation: fadeInRight 0.5s ease forwards;
}

.swiper-slide-active .feature-description {
    animation: fadeInRight 0.5s 0.2s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* تأثيرات الخلفية */
.stat-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(44, 47, 51, 0.5);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: rotate(30deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover::before {
    opacity: 1;
}

/* #################################################################################### نهاية الجزء الثاني ####################################################################### */
    @media only screen and (max-width: 1250px) {

        .bot-i-ss {
            top: 59%;
        }

        .bot-invite {
            font-size: 17px;
            width: 240px;
            height: 65px;
            left: 55%;
            margin-bottom: 45px;
        }

        .bot-invite.FS:hover {
            transform: translateX(-50%) scale(1.05);
        }

        .center-elements {
            left: 51%;
            margin-top: 1px;
            letter-spacing: 0.45px;
        }

        .bot-invite .discord-logo {
            margin-right: 14px;
            transform: scaleX(1.1);
            width: 26px;
        }

        .bot-invite .text {
            /* transform: translateY(-9px); */
        }

        .bot-sup-server {
            font-size: 18px;
            width: 240px;
            height: 65px;
            left: 55%;
        }

        .bot-sup-server:hover {
            transform: translateX(-50%) scale(1.05);
        }

        .bot-sup-server .text {
            letter-spacing: .5px;
        }

    }

    @media only screen and (max-width: 1300px) and (min-height: 800px) {

        .laptop {
            width: 100%;
            left: 50%;
            transform: translateX(-50.5%);
        }

        .white-points {
            bottom: 25%;
            left: 80%;
        }

        .bot-i-ss {
            width: fit-content !important;
            /* left: 50%; */
            transform: translateX(-50%);
            top: 25%;
        }

        .bot-invite {
            display: inline-block;
            top: 0px;
            left: unset;
            margin: unset;
            margin-right: 20px;
            transform: unset;
        }

        .bot-invite.FS:hover {
            transform: scale(1.05);
        }

        .bot-sup-server {
            display: inline-block;
            top: -49px !important;
            left: unset;
            margin: unset;
            transform: unset;
        }

        .bot-sup-server:hover {
            transform: scale(1.05);
        }

    }

    @media only screen and (max-width: 1450px) and (min-height: 890px) {

        .laptop {
            width: 100%;
            left: 50%;
            transform: translateX(-50.5%);
        }

        .white-points {
            bottom: 25%;
            left: 80%;
        }

        .bot-i-ss {
            width: max-content !important;
            left: 50%;
            transform: translateX(-50%);
            top: 25%;
        }

        .bot-invite {
            display: inline-block;
            top: 0px;
            left: unset;
            margin: unset;
            margin-right: 20px;
            transform: unset;
        }

        .bot-invite.FS:hover {
            transform: scale(1.05);
        }

        .bot-sup-server {
            display: inline-block;
            top: -49px !important;
            left: unset;
            margin: unset;
            transform: unset;
        }

        .bot-sup-server:hover {
            transform: scale(1.05);
        }

    }

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

        .laptop {
            width: 100%;
            left: 50%;
            transform: translateX(-50.5%);
        }

        .white-points {
            bottom: 25%;
            left: 80%;
        }

        .bot-i-ss {
            width: max-content !important;
            left: 50%;
            transform: translateX(-50%);
            top: 25%;
        }

        .bot-invite {
            display: inline-block;
            top: 0px;
            left: unset;
            margin: unset;
            margin-right: 20px;
            transform: unset;
        }

        .bot-invite.FS:hover {
            transform: scale(1.05);
        }

        .bot-sup-server {
            display: inline-block;
            top: -49px !important;
            left: unset;
            margin: unset;
            transform: unset;
        }

        .bot-sup-server:hover {
            transform: scale(1.05);
        }

    }

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

        .laptop {
            width: 900px;
            left: 50%;
            transform: translateX(-50.5%);
        }

        .white-points {
            bottom: 20%;
            left: calc(50% + 275px);
        }

        .bot-i-ss {
            width: max-content !important;
            left: 50%;
            transform: translateX(-50%);
            top: 30%;
        }

    }

    @media only screen and (max-width: 1200px) and (min-height: 900px) {

        .white-points {
            bottom: 13%;
            left: 80%;
        }

    }

    @media only screen and (max-width: 1000px) and (min-height: 1000px) {

        .white-points {
            bottom: 11%;
            left: calc(50% + 275px);
        }

    }

    @media only screen and (max-width: 1000px) and (max-height: 1000px) {

        .white-points {
            bottom: 17%;
            left: calc(50% + 275px);
        }

    }

    @media only screen and (max-width: 1000px) and (max-height: 750px) {

        .bot-i-ss {
            width: max-content !important;
            left: 50%;
            transform: translateX(-50%);
            top: 25%;
        }

    }

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

        .laptop {
            width: 120%;
        }

        .white-points {
            bottom: 15%;
            left: 85%;
        }

        .bot-invite {
            width: 220px;
            height: 60px;
        }

        .bot-sup-server {
            top: -44px !important;
            width: 220px;
            height: 60px;
        }

        .bot-invite.FS:hover {
            transform: scale(1.05);
        }

        .bot-sup-server:hover {
            transform: scale(1.05);
        }

    }

    @media only screen and (max-width: 700px) and (min-height: 700px) {

        .white-points {
            bottom: 40%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 700px) and (min-height: 750px) {

        .white-points {
            bottom: 37%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 700px) and (min-height: 800px) {

        .white-points {
            bottom: 35%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 700px) and (min-height: 850px) {

        .white-points {
            bottom: 33%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 700px) and (min-height: 900px) {

        .white-points {
            bottom: 31%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 650px) and (min-height: 700px) {

        .white-points {
            bottom: 38%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 650px) and (min-height: 750px) {

        .white-points {
            bottom: 35%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 650px) and (min-height: 800px) {

        .white-points {
            bottom: 33%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 650px) and (min-height: 850px) {

        .white-points {
            bottom: 31%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 650px) and (min-height: 900px) {

        .white-points {
            bottom: 29%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 600px) and (min-height: 700px) {

        .white-points {
            bottom: 36%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 600px) and (min-height: 750px) {

        .white-points {
            bottom: 33%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 600px) and (min-height: 800px) {

        .white-points {
            bottom: 31%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 600px) and (min-height: 850px) {

        .white-points {
            bottom: 29%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 600px) and (min-height: 900px) {

        .white-points {
            bottom: 27%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

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

        .white-points {
            bottom: 13%;
            left: 85%;
        }

        .white-points .point {
            width: 7px;
            height: 7px;
        }

    }

    @media only screen and (max-width: 550px) and (min-height: 700px) {

        .white-points {
            bottom: 34%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 550px) and (min-height: 750px) {

        .white-points {
            bottom: 31%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 550px) and (min-height: 800px) {

        .white-points {
            bottom: 29%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 550px) and (min-height: 850px) {

        .white-points {
            bottom: 27%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 550px) and (min-height: 900px) {

        .white-points {
            bottom: 25%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 525px) and (min-height: 700px) {

        .white-points {
            bottom: 32%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 525px) and (min-height: 750px) {

        .white-points {
            bottom: 29%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 525px) and (min-height: 800px) {

        .white-points {
            bottom: 27%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 525px) and (min-height: 850px) {

        .white-points {
            bottom: 25%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 525px) and (min-height: 900px) {

        .white-points {
            bottom: 23%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 450px) and (min-height: 700px) {

        .white-points {
            bottom: 24%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 450px) and (min-height: 750px) {

        .white-points {
            bottom: 22%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 450px) and (min-height: 800px) {

        .white-points {
            bottom: 20%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 450px) and (min-height: 850px) {

        .white-points {
            bottom: 18%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 450px) and (min-height: 900px) {

        .white-points {
            bottom: 16%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 700px) {

        .white-points {
            bottom: 22%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 750px) {

        .white-points {
            bottom: 20%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 800px) {

        .white-points {
            bottom: 18%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 850px) {

        .white-points {
            bottom: 16%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 900px) {

        .white-points {
            bottom: 14%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 700px) {

        .white-points {
            bottom: 20%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 750px) {

        .white-points {
            bottom: 18%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 800px) {

        .white-points {
            bottom: 16%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 850px) {

        .white-points {
            bottom: 14%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 400px) and (min-height: 900px) {

        .white-points {
            bottom: 12%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 500px) and (max-height: 700px) {

        .white-points {
            bottom: 9%;
            left: 85%;
            transform: unset;
        }

    }

    @media only screen and (max-width: 400px) and (max-height: 700px) {

        .white-points {
            bottom: 21.5%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

    @media only screen and (max-width: 350px) and (max-height: 700px) {

        .white-points {
            bottom: 18.5%;
            left: 50%;
            transform: rotate(270deg);
        }

    }

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

        .bot-i-ss {
            width: fit-content !important;
            left: 50%;
            transform: translateX(-50%);
            top: 30%;
        }

        .bot-invite.FS {
            width: 250px;
            left: 50%;
            transform: translateX(-50%);
            margin-right: unset;
            display: block;
        }

        .bot-invite.FS:hover {
            transform: translateX(-50%) scale(1.05);
        }

        .bot-sup-server {
            width: 250px;
            left: 50%;
            transform: translateX(-50%);
            margin-right: unset;
            display: block;
            top: 0px !important;
            margin-top: 20px !important;
        }

        .bot-sup-server:hover {
            transform: translateX(-50%) scale(1.05);
        }

    }

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

        .bot-i-ss {
            right: 7%;
        }

    }

    .buttons_mobile_res {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 30% !important;
    }

    .laptop_moble_res {
        width: 140% !important;
    }

    .points_moble_res {
        left: 45% !important;
        transform: rotate(90deg) translateX(-50%);
    }

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

        .smart-phone-setting {
            right: 16%;
        }

    }

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

        .smart-phone-setting {
            height: 440px;
            right: 16%;
        }

    }

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

        .wave {
            bottom: -7px;
        }
        .wave.wave1 {
            bottom: 36px;
        }
        .wave.wave2 {
            bottom: 14px;
        }

    }

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

        .wave {
            bottom: -2px;
        }
        .wave.wave1 {
            bottom: 23px;
        }
        .wave.wave2 {
            bottom: 10px;
        }
        .ground-page3 {
            height: 40px;
        }

    }

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

        .feature {
            font-size: 18px;
        }

    }

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

        .smart-phone-setting {
            right: 12%;
        }

        .features-content {
            top: 23%;
        }

        .features {
            width: 120px;
        }

        .feature {
            width: 360px;
            margin-top: 55px;
        }

        .invite-button {
            width: 260px;
            height: 70px;
            border-radius: 30px;
        }

        .invite-button span {
            font-size: 16px;
        }

        .invite-button img {
            width: 22px;
            height: 18px;
            right: 11%;
        }

    }

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

        #SecS .gray-circle-big {
            top: -130px;
            left: 40%;
        }

        @keyframes gcb-shape {

            0% {
                top: -130px;
                left: 40%;
                opacity: 0;
            }
    
            100% {
                top: -70px;
                left: 19.5%;
                opacity: 1;
            }
            
        }

        #SecS .gray-circle-small {
            top: 10%;
            left: 55%;
            z-index: -1;
        }

        @keyframes gcs-shape {

            0% {
                top: 10%;
                left: 55%;
                opacity: 0;
            }
    
            100% {
                top: 18%;
                left: 40%;
                opacity: 1;
            }
            
        }

        #SecS .gray-circle-n {
            top: 10%;
            left: 70%;
            opacity: 0;
            z-index: -1;
        }

        @keyframes gcn-shape {

            0% {
                top: 10%;
                left: 70%;
                opacity: 0;
            }
    
            100% {
                top: 10%;
                left: 70%;
                opacity: .7;
            }
            
        }

        #SecS .gray-circle-a {
            top: 80%;
            left: 52%;
            z-index: -1;
        }

        @keyframes gca-shape {

            0% {
                top: 80%;
                opacity: 0;
            }
    
            100% {
                top: 57.5%;
                opacity: 1;
            }
            
        }

        #SecS .gray-circle-b {
            top: 17%;
            left: 110%;
            opacity: .7;
        }

        @keyframes gcb-shape {

            0% {
                top: 17%;
                left: 110%;
                opacity: 0;
            }
    
            100% {
                top: 25%;
                left: 95%;
                opacity: .8;
            }
            
        }

        #SecS .white-circle-bigger {
            top: 51%;
            left: 19.5%;
            z-index: -1;
        }

        @keyframes wcb-shape {

            0% {
                top: 51%;
                opacity: 0;
            }
    
            100% {
                top: 31%;
                opacity: 1;
            }
            
        }

        #SecS .blue-circle-bigger {
            top: 66%;
            left: 56%;
            background-color: unset;
            border: 7px solid rgb(227 229 242 / 50%);
            width: 40px;
            height: 40px;
        }

        @keyframes bcb-shape {

            0% {
                top: 66%;
                left: 56%;
                opacity: 0;
            }
    
            100% {
                top: 86%;
                left: 56%;
                opacity: .7;
            }
            
        }

        #SecS .circle-rotation {
            right: -30%;
            transform: rotate(550deg);
            width: 35%;
            top: 83%;
        }

        @keyframes crot-shape {

            0% {
                right: -30%;
                transform: rotate(550deg);
                opacity: 0;
            }
    
            100% {
                right: -20%;
                transform: rotate(333deg);
                opacity: 1;
            }
            
        }

        #SecS .smart-phone-setting {
            top: 80.5%;
            opacity: 0;
            left: 15%;
            height: 43%;
            z-index: 23;
        }

        @keyframes smart-phone {

            0% {
                top: 80.5%;
                opacity: 0;
            }
    
            100% {
                top: 55.5%;
                opacity: .95;
            }
            
        }

        #SecS .features-content {
            width: 84%;
            top: 23%;
            left: 11%;
        }

        #SecS .features {
            width: 120px;
        }

        @keyframes features-title {

            0% {
                transform: translateX(-60px);
                opacity: 0;
            }
    
            100% {
                transform: translateX(0px);
                opacity: 1;
            }
            
        }

        #SecS .feature {
            background-color: rgb(255 255 255 / 50%);
            padding: 10px;
            padding-left: 15px;
            border-radius: 10px;
            font-size: 18px;
            letter-spacing: 1px;
            width: 330px;
            margin-top: 30px;
            margin-left: 20px;
            color: #1E1E1E;
            transform: translateX(calc((-60%) - 70px));
            left: 50%;
        }

        @keyframes feature-content {

            0% {
                transform: translateX(calc((-60%) - 70px));
                opacity: 0;
            }
    
            100% {
                transform: translateX(-60%);
                opacity: 1;
            }
            
        }

        #SecS .invite-button {
            position: absolute;
            width: 220px;
            height: 60px;
            border-radius: 30px;
            right: 0;
            left: unset;
            margin-top: 67px;
            box-shadow: 2px 6px 15px rgb(49 49 49 / 40%), -2px 0px 15px rgb(49 49 49 / 40%);
        }

        @keyframes ib-button {

            0% {
                transform: translateY(60px);
                opacity: 0;
            }
    
            100% {
                transform: translateY(0px);
                opacity: 1;
            }
            
        }

        #SecS .invite-button .circle1 {
            left: 20%;
        }

        #SecS .invite-button .circle2 {
            left: 8%;
        }

        #SecS .invite-button .circle3 {
            bottom: -28%;
        }

        #SecS .invite-button img {
            opacity: 0;
        }

        #SecS .invite-button span {
            font-size: 15px;
            margin-left: -1px;
            letter-spacing: 1px;
            font-weight: 600;
            color: #e3e5f2d4;
        }

        .circle-points {
            width: 20%;
            bottom: -8.8%;
            left: 19%;
            opacity: 0;
        }

        @keyframes cpoin-shape {

            0% {
                bottom: -8.8%;
                opacity: 0;
            }
    
            100% {
                bottom: -13%;
                opacity: 1;
            }
            
        }

        .circle-points-S3 {
            width: 20%;
            top: 0%;
            top: -8%;
            left: 19%;
        }

    }

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

        #SecS .invite-button img.features-icon {
            display: block;
        }

        #SecS .invite-button span {
            display: none;
        }

        #SecS .features {
            width: 100px;
        }

        #SecS .feature {
            font-size: 16px;
            width: 300px;
        }

        #SecS .invite-button {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            right: 15px;
        }

    }

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

        .ddd {
            font-size: 19px;
        }

    }

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

        .ddd {
            font-size: 19px;
        }

    }

    @media only screen and (max-height: 639px) {

        html {
            overflow: auto !important;
            overflow-x: hidden !important;
        }

    }

    .box.first .bottom-half .guild-verify-frame svg path.verified-circle {

        fill: #c5b640;

    }

    .box.second .bottom-half .guild-verify-frame svg path.verified-circle {

        fill: #599edd;

    }

    .box.third .bottom-half .guild-verify-frame svg path.verified-circle {

        fill: #b2bfd2;

    }

    .bottom-half .guild-verify-frame svg path.verified-mark {

        fill: #2f3031;

    }

    @media only screen {

        .box.first {

            left: 0;
            top: 0;
            transform: scale(1, 1);
            margin-top: -25px;
            width: 330px;
            height: 455px;
            z-index: 3;
            opacity: 0;
            transition: 3.2s;
            animation: f-server 3s ease-in-out 0s 1 forwards;
            animation-play-state: paused;
            border-radius: 17px;
            padding: 18px;
            box-sizing: border-box;

        }

        @keyframes f-server {

            0% {
    
                transform: scale(1, 1) translateY(30px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateY(-30px);
                opacity: 1;
    
            }
            
        }

        .box.second {

            width: 300px;
            height: 415px;
            box-sizing: border-box;
            padding: 15px;
            margin-top: -20px;

        }

        .box.third {

            width: 282px;
            height: 380px;
            box-sizing: border-box;

        }

        .box.first .top-half {

            height: 185px;

        }

        .box.second .top-half {

            height: 162px;

        }

        .top-half .server-zoom {

            width: 100%;
            height: 100%;
            left: 0;

        }

        .top-half .server-zoom .splashImage-1wJ3Sk {

            width: 100%;
            height: 100%;
            left: 0;
            object-fit: cover;

        }

        .box.first .top-half .server-icon {

            position: absolute;
            width: 60px;
            height: 60px;
            top: unset;
            bottom: 12%;
            left: 18px;

        }

        .box.second .top-half .server-icon {

            position: absolute;
            width: 55px;
            height: 55px;
            top: unset;
            bottom: 13%;
            left: 15px;

        }

        .box.first .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 155px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 10px 3px 0px 3px;

        }

        .box.second .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 155px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 5px 3px 0px 3px;

        }

        .box.third .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 140px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 5px 3px 0px 3px;

        }

        .box.first .bottom-half .guild-verify-frame {

            width: 19px;
            height: 19px;

        }

        .box.second .bottom-half .guild-verify-frame {

            width: 17px;
            height: 19px;

        }

        .box.first .bottom-half .guild-verify-name {

            font-size: 18px;

        }

        .box.second .bottom-half .guild-verify-name {

            font-size: 17px;

        }

        .box.first .bottom-half .guild-info {

            font-size: 15px;

        }

        .box.first .bottom-half .guild-members .online-circle, .box.first .bottom-half .guild-members .offline-circle {

            width: 10px;
            height: 10px;

        }

        .box.second .bottom-half .guild-members .online-circle, .box.second .bottom-half .guild-members .offline-circle {

            width: 8px;
            height: 8px;

        }

        .box.first .bottom-half .guild-members .online-contents, .box.first .bottom-half .guild-members .offline-contents {

            font-size: 13px;

        }

        .box.first .join-button {

            height: 60px;

        }

        .box.first .join-button .link-button {

            font-size: 16px;
            height: 75%;
            margin-top: 10px;

        }

        .box.second .join-button .link-button {

            height: 70%;
            margin-top: 5px;

        }

        .left-side {

            margin-top: 60px;

        }

    }

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

        .third-slide-ground .third-text {

            margin-top: 150px;
            font-size: 30px;

        }

        .third-slide-ground .content {

            font-size: 16px;

        }

        .third-slide-ground .boxes {

            margin-top: 90px;

        }

        .box.first {

            left: 0;
            top: 0;
            transform: scale(1, 1);
            margin-top: -12px;
            width: 250px;
            height: 345px;
            z-index: 3;
            opacity: 0;
            transition: 3.2s;
            animation: f-server 3s ease-in-out 0s 1 forwards;
            animation-play-state: paused;
            border-radius: 14px;
            padding: 12px;
            box-sizing: border-box;

        }

        @keyframes f-server {

            0% {
    
                transform: scale(1, 1) translateY(30px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateY(-30px);
                opacity: 1;
    
            }
            
        }

        .box.second {

            width: 230px;
            height: 315px;
            box-sizing: border-box;
            padding: 11px;
            margin-top: -20px;

        }

        @keyframes s-server {

            0% {
    
                transform: scale(1, 1) translateX(-100px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateX(3px);
                opacity: 1;
    
            }
            
        }

        .box.third {

            width: 220px;
            height: 290px;
            box-sizing: border-box;
            padding: 9px;

        }

        @keyframes t-server {

            0% {
    
                transform: scale(1, 1) translateX(100px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateX(-2px);
                opacity: 1;
    
            }
            
        }

        .box.first .top-half {

            height: 140px;

        }

        .box.second .top-half {

            height: 125px;

        }

        .box.third .top-half {

            height: 115px;

        }

        .box.first .top-half .server-icon {

            position: absolute;
            width: 46px;
            height: 46px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.second .top-half .server-icon {

            position: absolute;
            width: 43px;
            height: 43px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.third .top-half .server-icon {

            position: absolute;
            width: 42px;
            height: 42px;
            top: unset;
            bottom: 10%;
            left: 14px;

        }

        .box.first .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 115px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 10px 3px 0px 3px;

        }

        .box.second .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 112px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 5px 3px 0px 3px;

        }

        .box.third .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 100px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 5px 3px 0px 3px;

        }

        .box.first .bottom-half .guild-verify-frame {

            width: 16px;
            height: 16px;
            height: 16px;

        }

        .box.second .bottom-half .guild-verify-frame {

            width: 15px;
            height: 14px;

        }

        .box.third .bottom-half .guild-verify-frame {

            width: 15px;
            height: 14px;

        }

        .box.first .bottom-half .guild-verify-name {

            font-size: 16px;

        }

        .box.second .bottom-half .guild-verify-name {

            font-size: 15px;

        }

        .box.third .bottom-half .guild-verify-name {

            font-size: 15px;

        }

        .box.first .bottom-half .guild-info {

            font-size: 14px;

        }

        .box.first .bottom-half .guild-members .online-circle, .box.first .bottom-half .guild-members .offline-circle {

            width: 8px;
            height: 8px;

        }

        .box.second .bottom-half .guild-members .online-circle, .box.second .bottom-half .guild-members .offline-circle {

            width: 7px;
            height: 7px;

        }

        .box.third .bottom-half .guild-members .online-circle, .box.third .bottom-half .guild-members .offline-circle {

            width: 6px;
            height: 6px;

        }

        .box.first .bottom-half .guild-members .online-contents, .box.first .bottom-half .guild-members .offline-contents {

            font-size: 11px;

        }

        .box.second .bottom-half .guild-members .online-contents, .box.second .bottom-half .guild-members .offline-contents {

            font-size: 10px;

        }

        .box.third .bottom-half .guild-members .online-contents, .box.third .bottom-half .guild-members .offline-contents {

            font-size: 10px;

        }

        .box.first .join-button {

            height: 47px;

        }

        .box.second .join-button {

            height: 49px;

        }

        .box.third .join-button {

            height: 49px;

        }

        .box.first .join-button .link-button {

            font-size: 14px;
            height: 75%;
            margin-top: 5px;

        }

        .box.second .join-button .link-button {

            font-size: 13px;
            height: 70%;
            margin-top: 3px;

        }

        .box.third .join-button .link-button {

            font-size: 13px;
            height: 70%;
            margin-top: 3px;

        }

        .left-side {

            margin-top: 40px;

        }

        .third-slide-ground .crots3 {

            left: 67%;
            top: 47%;

        }

    }

    .boxes.clip-mask {

        position: absolute;
        display: none;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-top: 0;
        width: 250px;
        height: 345px;
        overflow: hidden;
        z-index: 5;

    }

    .cards-points {

        position: relative;
        display: none;
        flex-direction: row;
        flex-wrap: nowrap;
        width: fit-content;
        margin: 0 auto;
        grid-gap: 7px;
        margin-top: 20px;

    }

    .cards-points .card-point {

        position: relative;
        width: 9px;
        height: 9px;
        background-color: #ecedf1ba;
        border-radius: 50%;
        transition: 1s;
        cursor: pointer;

    }

    .cards-points .card-point.active {

        background-color: rgb(44 68 142);
        transform: scale(1.3);

    }

    @media only screen and (min-width: 800px) {

        .box.first {
            z-index: 4;
        }

    }

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

        .third-slide-ground .third-text {

            margin-top: 120px;
            font-size: 25px;

        }

        .third-slide-ground .content {

            font-size: 13px;

        }

        .third-slide-ground .boxes {

            margin-top: 45px;

        }

        .box.first {

            left: 0;
            top: 0;
            transform: scale(1, 1);
            margin-top: -12px;
            width: 250px;
            height: 345px;
            z-index: 3;
            opacity: 0;
            transition: 3.2s;
            animation: f-server 3s ease-in-out 0s 1 forwards;
            animation-play-state: paused;
            border-radius: 14px;
            padding: 12px;
            box-sizing: border-box;

        }

        @keyframes f-server {

            0% {
    
                transform: scale(1, 1) translateY(30px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateY(0px);
                opacity: 1;
    
            }
            
        }

        .box.second {

            width: 250px;
            height: 345px;
            box-sizing: border-box;
            padding: 12px;
            margin-top: -12px;

        }

        @keyframes s-server {

            0% {
    
                transform: scale(1, 1) translateX(-100px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateX(3px);
                opacity: 1;
    
            }
            
        }

        .box.third {

            width: 250px;
            height: 345px;
            box-sizing: border-box;
            padding: 12px;
            margin-top: -12px;

        }

        @keyframes t-server {

            0% {
    
                transform: scale(1, 1) translateX(100px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateX(-2px);
                opacity: 1;
    
            }
            
        }

        .box.first .top-half {

            height: 140px;

        }

        .box.second .top-half {

            height: 140px;

        }

        .box.third .top-half {

            height: 140px;

        }

        .box.first .top-half .server-icon {

            position: absolute;
            width: 46px;
            height: 46px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.second .top-half .server-icon {

            position: absolute;
            width: 46px;
            height: 46px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.third .top-half .server-icon {

            position: absolute;
            width: 46px;
            height: 46px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.first .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 115px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 10px 3px 0px 3px;

        }

        .box.second .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 115px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 10px 3px 0px 3px;

        }

        .box.third .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 115px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 10px 3px 0px 3px;

        }

        .box.first .bottom-half .guild-verify-frame {

            width: 16px;
            height: 16px;
            height: 16px;

        }

        .box.second .bottom-half .guild-verify-frame {

            width: 16px;
            height: 16px;
            height: 16px;

        }

        .box.third .bottom-half .guild-verify-frame {

            width: 16px;
            height: 16px;
            height: 16px;

        }

        .box.first .bottom-half .guild-verify-name {

            font-size: 16px;

        }

        .box.second .bottom-half .guild-verify-name {

            font-size: 16px;

        }

        .box.third .bottom-half .guild-verify-name {

            font-size: 16px;

        }

        .bottom-half .guild-info {

            font-size: 14px;

        }

        .box.first .bottom-half .guild-members .online-circle, .box.first .bottom-half .guild-members .offline-circle {

            width: 8px;
            height: 8px;

        }

        .box.second .bottom-half .guild-members .online-circle, .box.second .bottom-half .guild-members .offline-circle {

            width: 8px;
            height: 8px;

        }

        .box.third .bottom-half .guild-members .online-circle, .box.third .bottom-half .guild-members .offline-circle {

            width: 8px;
            height: 8px;

        }

        .box.first .bottom-half .guild-members .online-contents, .box.first .bottom-half .guild-members .offline-contents {

            font-size: 11px;

        }

        .box.second .bottom-half .guild-members .online-contents, .box.second .bottom-half .guild-members .offline-contents {

            font-size: 11px;

        }

        .box.third .bottom-half .guild-members .online-contents, .box.third .bottom-half .guild-members .offline-contents {

            font-size: 11px;

        }

        .box.first .join-button {

            height: 47px;

        }

        .box.second .join-button {

            height: 47px;

        }

        .box.third .join-button {

            height: 47px;

        }

        .box.first .join-button .link-button {

            font-size: 14px;
            height: 75%;
            margin-top: 5px;

        }

        .box.second .join-button .link-button {

            font-size: 14px;
            height: 75%;
            margin-top: 5px;

        }

        .box.third .join-button .link-button {

            font-size: 14px;
            height: 75%;
            margin-top: 5px;

        }

        .left-side {

            margin-top: 40px;

        }

        .third-slide-ground .crots3 {

            left: 67%;
            top: 47%;

        }

        .box.first.left-card {

            left: 0;
            transform: scale(.9) translate(-46px, 0) rotate(-4deg);
            filter: blur(2px);
            opacity: 1;
    
        }

        .box.second.left-card {

            left: 50%;
            transform: scale(.9) translate(calc(-50% - 60px), 0) rotate(-4deg);
            filter: blur(2px);
            opacity: 1;
    
        }

        .box.third.left-card {

            left: -50%;
            transform: scale(.9) translate(calc(50% - 32px), 0) rotate(-4deg);
            filter: blur(2px);
            opacity: 1;
    
        }
    
        .box.first.center-card {
    
            left: 0;
            transform: scale(1) translate(0, 0) rotate(0deg);
            filter: blur(0px);
            opacity: 1;
    
        }

        .box.second.center-card {
    
            left: 50%;
            transform: scale(1) translate(-50%, 0) rotate(0deg);
            filter: blur(0px);
            opacity: 1;
    
        }

        .box.third.center-card {
    
            left: -50%;
            transform: scale(1) translate(50%, 0) rotate(0deg);
            filter: blur(0px);
            opacity: 1;
    
        }
    
        .box.first.right-card {
    
            left: 0;
            transform: scale(.9) translateX(46px) rotate(4deg);
            filter: blur(2px);
            opacity: 1;
    
        }

        .box.second.right-card {
    
            left: 50%;
            transform: scale(.9) translateX(calc(-50% + 32px)) rotate(4deg);
            filter: blur(2px);
            opacity: 1;
    
        }

        .box.third.right-card {
    
            left: -50%;
            transform: scale(.9) translateX(calc(50% + 60px)) rotate(4deg);
            filter: blur(2px);
            opacity: 1;
    
        }

        .left-card {

            transition: 1s !important;

        }

        .center-card {

            transition: 1s !important;

        }

        .right-card {

            transition: 1s !important;

        }

        .left-card.auto_t {

            transition: 2s !important;

        }

        .center-card.auto_t {

            transition: 2s !important;

        }

        .right-card.auto_t {

            transition: 2s !important;

        }

        .Effect1 {

            animation: Zindex_left_right_1 1s ease-in-out 0s 1 forwards !important;

        }

        .Effect2 {

            animation: Zindex_left_right_2 1s ease-in-out 0s 1 forwards !important;
            
        }

        .Effect3 {

            animation: Zindex_left_right_3 1s ease-in-out 0s 1 forwards !important;

        }

        .Effect4 {

            animation: Zindex_left_right_4 1s ease-in-out 0s 1 forwards !important;
            
        }

        .Effect5 {

            animation: Zindex_left_right_5 1s ease-in-out 0s 1 forwards !important;

        }

        .clippingMask .box.Effect1 {

            animation: cp_Zindex_left_right_1 1s ease-in-out 0s 1 forwards !important;
            z-index: 3 !important;
            opacity: 0;

        }

        .clippingMask .box.Effect2 {

            animation: cp_Zindex_left_right_2 1s ease-in-out 0s 1 forwards !important;
            z-index: 3 !important;
            opacity: 0;
            
        }

        .clippingMask .box.Effect3 {

            animation: cp_Zindex_left_right_3 1s ease-in-out 0s 1 forwards !important;
            z-index: 5 !important;
            opacity: 0;

        }

        .clippingMask .box.Effect4 {

            animation: cp_Zindex_left_right_4 1s ease-in-out 0s 1 forwards !important;
            z-index: 5 !important;
            opacity: 0;
            
        }

        .clippingMask .box.Effect5 {

            animation: cp_Zindex_left_right_5 1s ease-in-out 0s 1 forwards !important;
            z-index: 4 !important;
            opacity: 0;

        }

        @keyframes Zindex_left_right_1 {

            0% {

                z-index: 3;

            }

            40% {

                z-index: 3;

            }

            100% {

                z-index: 3;

            }
            
        }

        @keyframes cp_Zindex_left_right_1 {

            0% {

                opacity: 0;

            }

            99% {


            }

            100% {

                opacity: 0;

            }
            
        }

        @keyframes Zindex_left_right_2 {

            0% {

                z-index: 4;

            }

            40% {

                z-index: 3;

            }

            100% {

                z-index: 3;

            }
            
        }

        @keyframes cp_Zindex_left_right_2 {

            0% {

                opacity: 0;

            }

            99% {


            }

            100% {

                opacity: 0;

            }
            
        }

        @keyframes Zindex_left_right_3 {

            0% {

                z-index: 3;

            }

            40% {

                z-index: 5;

            }

            100% {

                z-index: 5;

            }
            
        }

        @keyframes cp_Zindex_left_right_3 {

            0% {

                opacity: 0;

            }

            99% {



            }

            100% {

                opacity: 1;

            }
            
        }

        @keyframes Zindex_left_right_4 {

            0% {

                z-index: 4;

            }

            40% {

                z-index: 5;

            }

            100% {

                z-index: 5;

            }
            
        }

        @keyframes cp_Zindex_left_right_4 {

            0% {

                opacity: 0;

            }

            99% {



            }

            100% {


                opacity: 1;

            }
            
        }

        @keyframes Zindex_left_right_5 {

            0% {

                z-index: 5;

            }

            40% {

                z-index: 4;

            }

            100% {

                z-index: 4;

            }
            
        }

        @keyframes cp_Zindex_left_right_5 {

            0% {

                opacity: 1;

            }

            99% {



            }

            100% {

                opacity: 0;

            }
            
        }

        .boxes.clip-mask {

            display: flex;
            margin: 0;
    
        }

        .clippingMask {

            position: absolute;
            display: flex;

        }

        .clippingMask .box {
            box-shadow: unset;
        }

        .cards-points {
            display: flex;
        }

    }

    @media only screen and (min-width: 1050px) and (max-height: 820px) {

        .third-slide-ground .third-text {

            margin-top: 150px;
            font-size: 30px;

        }

        .third-slide-ground .content {

            font-size: 16px;

        }

        .third-slide-ground .boxes {

            margin-top: 90px;

        }
        
        .box.first {

            left: 0;
            top: 0;
            transform: scale(1, 1);
            margin-top: -12px;
            width: 250px;
            height: 345px;
            z-index: 3;
            opacity: 0;
            transition: 3.2s;
            animation: f-server 3s ease-in-out 0s 1 forwards;
            animation-play-state: paused;
            border-radius: 14px;
            padding: 12px;
            box-sizing: border-box;

        }

        @keyframes f-server {

            0% {
    
                transform: scale(1, 1) translateY(30px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateY(-30px);
                opacity: 1;
    
            }
            
        }

        .box.second {

            width: 230px;
            height: 315px;
            box-sizing: border-box;
            padding: 11px;
            margin-top: -20px;

        }

        @keyframes s-server {

            0% {
    
                transform: scale(1, 1) translateX(-100px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateX(3px);
                opacity: 1;
    
            }
            
        }

        .box.third {

            width: 220px;
            height: 290px;
            box-sizing: border-box;
            padding: 9px;

        }

        @keyframes t-server {

            0% {
    
                transform: scale(1, 1) translateX(100px);
                opacity: 0;
    
            }
    
            100% {
    
                transform: scale(1, 1) translateX(-2px);
                opacity: 1;
    
            }
            
        }

        .box.first .top-half {

            height: 140px;

        }

        .box.second .top-half {

            height: 125px;

        }

        .box.third .top-half {

            height: 115px;

        }

        .box.first .top-half .server-icon {

            position: absolute;
            width: 46px;
            height: 46px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.second .top-half .server-icon {

            position: absolute;
            width: 43px;
            height: 43px;
            top: unset;
            bottom: 12%;
            left: 14px;

        }

        .box.third .top-half .server-icon {

            position: absolute;
            width: 42px;
            height: 42px;
            top: unset;
            bottom: 10%;
            left: 14px;

        }

        .box.first .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 115px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 10px 3px 0px 3px;

        }

        .box.second .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 112px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 5px 3px 0px 3px;

        }

        .box.third .bottom-half {

            display: flex;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            position: relative;
            height: 100px;
            -webkit-box-orient: vertical;
            flex-direction: column;
            align-content: stretch;
            padding: 5px 3px 0px 3px;

        }

        .box.first .bottom-half .guild-verify-frame {

            width: 16px;
            height: 16px;
            height: 16px;

        }

        .box.second .bottom-half .guild-verify-frame {

            width: 15px;
            height: 14px;

        }

        .box.third .bottom-half .guild-verify-frame {

            width: 15px;
            height: 14px;

        }

        .box.first .bottom-half .guild-verify-name {

            font-size: 16px;

        }

        .box.second .bottom-half .guild-verify-name {

            font-size: 15px;

        }

        .box.third .bottom-half .guild-verify-name {

            font-size: 15px;

        }

        .box.first .bottom-half .guild-info {

            font-size: 14px;

        }

        .box.first .bottom-half .guild-members .online-circle, .box.first .bottom-half .guild-members .offline-circle {

            width: 8px;
            height: 8px;

        }

        .box.second .bottom-half .guild-members .online-circle, .box.second .bottom-half .guild-members .offline-circle {

            width: 7px;
            height: 7px;

        }

        .box.third .bottom-half .guild-members .online-circle, .box.third .bottom-half .guild-members .offline-circle {

            width: 6px;
            height: 6px;

        }

        .box.first .bottom-half .guild-members .online-contents, .box.first .bottom-half .guild-members .offline-contents {

            font-size: 11px;

        }

        .box.second .bottom-half .guild-members .online-contents, .box.second .bottom-half .guild-members .offline-contents {

            font-size: 10px;

        }

        .box.third .bottom-half .guild-members .online-contents, .box.third .bottom-half .guild-members .offline-contents {

            font-size: 10px;

        }

        .box.first .join-button {

            height: 47px;

        }

        .box.second .join-button {

            height: 49px;

        }

        .box.third .join-button {

            height: 49px;

        }

        .box.first .join-button .link-button {

            font-size: 14px;
            height: 75%;
            margin-top: 5px;

        }

        .box.second .join-button .link-button {

            font-size: 13px;
            height: 70%;
            margin-top: 3px;

        }

        .box.third .join-button .link-button {

            font-size: 13px;
            height: 70%;
            margin-top: 3px;

        }

        .left-side {

            margin-top: 40px;

        }

        .third-slide-ground .crots3 {

            left: 67%;
            top: 47%;

        }

    }

    @media only screen and (max-height: 750px) {

        .third-slide-ground .third-text {
            margin-top: 110px;
            font-size: 22px;
        }

        .third-slide-ground .content {
            font-size: 12px;
        }

        .third-slide-ground .boxes.tml {
            transform: translateX(-50%) scale(.8);
            margin-top: 0;
        }

        .cards-points {
            margin-top: -15px;
        }

        .left-side {
            margin-top: 25px;
            transform: translateX(-50%) scale(.8);
        }

    }

    .protiction-icon {
        position: absolute;
        width: 230px;
        height: 230px;
        background-color: rgb(206 211 225 / 75%);
        right: 30%;
        top: 50%;
        z-index: 5555;
        border-radius: 43% 57% 64% 36% / 42% 38% 62% 58%;
        box-shadow: inset 10px 10px 15px #eaecf6, inset 10px 10px 20px #eaecf6, 10px 10px 20px rgb(44 44 46 / 15%), 0px 5px 20px rgb(44 44 46 / 5%);
        transition-timing-function: ease-in-out;
        transition-duration: 1.5s;
        transform: scale(.5);
        opacity: 0;
        animation: icons_show 1s cubic-bezier(0.54, 2.2, 0.74, -0.07) 0s 1 forwards, icons_shape 8s ease-in-out 0s infinite forwards;
    }

    @keyframes icons_show {

        0% {
            transform: scale(.5);
            opacity: 0;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
        
    }

    @keyframes icons_shape {

        0% {
            border-radius: 43% 57% 64% 36% / 42% 38% 62% 58%;
        }

        25% {
            border-radius: 60% 40% 51% 49% / 64% 41% 59% 36%;
        }

        50% {
            border-radius: 58% 42% 69% 31% / 50% 63% 37% 50%;
        }

        75% {
            border-radius: 65% 35% 42% 58% / 44% 65% 35% 56%;
        }

        100% {
            border-radius: 43% 57% 64% 36% / 42% 38% 62% 58%;
        }
        
    }

    .protiction-icon img {
        position: absolute;
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: .7;
    }

    .backup-icon {
        position: absolute;
        width: 215px;
        height: 215px;
        background-color: rgb(206 211 225 / 75%);
        right: 25%;
        top: 15%;
        z-index: 5555;
        border-radius: 43% 57% 64% 36% / 42% 38% 62% 58%;
        box-shadow: inset 10px 10px 15px #eaecf6, inset 10px 10px 20px #eaecf6, 10px 10px 20px rgb(44 44 46 / 15%), 0px 5px 20px rgb(44 44 46 / 5%);
        transition-timing-function: ease-in-out;
        transition-duration: 1.5s;
        transform: scale(.5);
        opacity: 0;
        animation: icons_show 1s cubic-bezier(0.54, 2.2, 0.74, -0.07) 0.2s 1 forwards, icons_shape 8s ease-in-out 1s infinite forwards;
    }

    .backup-icon img {
        position: absolute;
        width: 60%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: .7;
    }

    .scan-icon {
        position: absolute;
        width: 220px;
        height: 220px;
        background-color: rgb(206 211 225 / 75%);
        right: 10%;
        top: 45%;
        z-index: 5555;
        border-radius: 43% 57% 64% 36% / 42% 38% 62% 58%;
        box-shadow: inset 10px 10px 15px #eaecf6, inset 10px 10px 20px #eaecf6, 10px 10px 20px rgb(44 44 46 / 15%), 0px 5px 20px rgb(44 44 46 / 5%);
        transition-timing-function: ease-in-out;
        transition-duration: 1.5s;
        transform: scale(.5);
        opacity: 0;
        animation: icons_show 1s cubic-bezier(0.54, 2.2, 0.74, -0.07) .4s 1 forwards, icons_shape 8s ease-in-out 2s infinite forwards;
    }

    .scan-icon img {
        position: absolute;
        width: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: .7;
    }

    .shape-icon {
        transition-timing-function: cubic-bezier(0.82, -0.39, 0.27, 1.55);
        transition-duration: 2s;
    }

    .shape-icon.left {
        right: 30%;
        top: 50%;
    }

    .shape-icon.top {
        right: 25%;
        top: 15%;
    }

    .shape-icon.right {
        right: 10%;
        top: 45%;
    }

/* ===== محتويات styles.css المدمجة ===== */

/* General Styles */
.protection-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.protection-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.protection-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.protection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.protection-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.protection-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.protection-card .icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ffd700;
}

.protection-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.protection-card p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Verification Section */
.verification-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    text-align: center;
}

.verification-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}

.verification-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

.verification-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.verification-step {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.verification-step:hover {
    transform: translateY(-5px);
}

.verification-step .step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.verification-step h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.verification-step p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Scan/Log Section */
.scan-log-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    text-align: center;
}

.scan-log-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}

.scan-log-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

.scan-log-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.scan-log-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.scan-log-card:hover {
    transform: translateY(-5px);
}

.scan-log-card .icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #667eea;
}

.scan-log-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.scan-log-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.scan-log-card .features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.scan-log-card .features li {
    padding: 5px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.scan-log-card .features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

/* Dashboard Log Section */
.dashboard-log-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    text-align: center;
}

.dashboard-log-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}

.dashboard-log-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

.dashboard-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dashboard-feature {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.dashboard-feature:hover {
    transform: translateY(-5px);
}

.dashboard-feature .icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ff6b6b;
}

.dashboard-feature h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.dashboard-feature p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Announcement Demo Section */
/* .announcement-demo {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
} */

.announcement-demo h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.announcement-demo p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.announcement-preview {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.announcement-preview .demo-message {
    background: #36393f;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #dcddde;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.announcement-preview .demo-message .author {
    color: #7289da;
    font-weight: bold;
    margin-bottom: 10px;
}

.announcement-preview .demo-message .content {
    line-height: 1.6;
}

.announcement-preview .demo-message .timestamp {
    font-size: 0.8rem;
    color: #72767d;
    margin-top: 10px;
}

/* Features Slider */
.features-slider {
    /* padding: 80px 0; */
    /* background: #e3e5f2; */
    overflow: hidden;
    color: #ff0000;
}

.features-slider h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2e2e2e;
    font-weight: 700;
}

.swiper-container {
    width: 100%;
    height: fit-content;
    padding: 20px 0;
    background-color: #e3e5f2;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #e3e5f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
}

.swiper-slide:hover {
    transform: translateY(-10px);
}

.feature-card {
    padding: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.feature-card .icon {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #667eea;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.feature-card p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.6;
}

/* Phone Mockups */
/* .phone-mockup {
    position: relative;
    width: 300px;
    height: 600px;
    margin: 0 auto;
    background: linear-gradient(145deg, #667eea, #764ba2);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
} */

.phone-mockup:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.phone-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.phone-content .app-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.phone-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.phone-content p {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.4;
}

/* Demo Sections */
.demo-section {
    padding: 80px 0;
    text-align: center;
}

.demo-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}

.demo-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.demo-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.demo-card:hover {
    transform: translateY(-5px);
}

.demo-card .icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #667eea;
}

.demo-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.demo-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Auto Reply Demo */
/* .auto-reply-demo {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
} */

.auto-reply-preview {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.chat-message {
    background: #f1f3f4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.chat-message.user {
    background: #007bff;
    color: white;
    margin-left: 50px;
}

.chat-message.bot {
    background: #28a745;
    color: white;
    margin-right: 50px;
}

.chat-message .author {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.chat-message .content {
    line-height: 1.4;
}

/* Moderation Demo */
.moderation-demo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.moderation-preview {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.moderation-action {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.moderation-action .action-type {
    color: #ffd700;
    font-weight: bold;
    margin-bottom: 10px;
}

.moderation-action .action-details {
    line-height: 1.6;
    opacity: 0.9;
}

/* Welcome System Demo */
/* .welcome-demo {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
} */

.welcome-preview {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.welcome-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.welcome-card .welcome-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.welcome-card .welcome-message {
    line-height: 1.6;
    opacity: 0.9;
}

.welcome-card .user-mention {
    color: #ffd700;
    font-weight: bold;
}

/* Announcement Cards */
.announcement-card {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.announcement-card .announcement-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.announcement-card .announcement-title .icon {
    margin-right: 10px;
    font-size: 1.8rem;
}

.announcement-card .announcement-content {
    line-height: 1.6;
    margin-bottom: 15px;
}

.announcement-card .announcement-footer {
    font-size: 0.9rem;
    opacity: 0.8;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

/* Verification Cards */
.verification-card {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.verification-card .verification-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.verification-card .verification-steps {
    text-align: left;
    margin-bottom: 20px;
}

.verification-card .verification-steps .step {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.verification-card .verification-steps .step:before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.verification-card .verification-button {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.verification-card .verification-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Log Cards */
.log-card {
    background: #2c2f33;
    color: #dcddde;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.4;
}

.log-card .log-timestamp {
    color: #7289da;
    font-weight: bold;
    margin-bottom: 5px;
}

.log-card .log-level {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 10px;
}

.log-card .log-level.info {
    background: #3498db;
    color: white;
}

.log-card .log-level.warning {
    background: #f39c12;
    color: white;
}

.log-card .log-level.error {
    background: #e74c3c;
    color: white;
}

.log-card .log-level.success {
    background: #27ae60;
    color: white;
}

.log-card .log-message {
    margin-top: 5px;
}

/* Scan Results */
.scan-result {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #667eea;
}

.scan-result .scan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.scan-result .scan-title {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
}

.scan-result .scan-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.scan-result .scan-status.safe {
    background: #d4edda;
    color: #155724;
}

.scan-result .scan-status.warning {
    background: #fff3cd;
    color: #856404;
}

.scan-result .scan-status.danger {
    background: #f8d7da;
    color: #721c24;
}

.scan-result .scan-details {
    color: #666;
    line-height: 1.5;
}

.scan-result .scan-details .detail-item {
    margin-bottom: 8px;
}

.scan-result .scan-details .detail-label {
    font-weight: bold;
    color: #333;
}

/* Leveling System */
/* .leveling-demo {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
} */

.leveling-preview {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.level-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.level-card .user-info {
    display: flex;
    align-items: center;
}

.level-card .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.level-card .user-details h3 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.level-card .user-details p {
    opacity: 0.8;
    font-size: 0.9rem;
}

.level-card .level-info {
    text-align: right;
}

.level-card .level-info .level {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.level-card .level-info .xp {
    font-size: 0.9rem;
    opacity: 0.8;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin-top: 15px;
    overflow: hidden;
}

.progress-bar .progress {
    height: 100%;
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Custom Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #667eea !important;
    background: white;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #667eea;
    color: white !important;
    transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: #667eea !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2);
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        width: var(--progress-width);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .protection-grid,
    .verification-steps,
    .scan-log-grid,
    .dashboard-features,
    .demo-grid {
        grid-template-columns: 1fr;
    }
    
    .phone-mockup {
        width: 250px;
        height: 500px;
    }
    
    .swiper-container {
        height: 100%;
    }
    
    .level-card {
        flex-direction: column;
        text-align: center;
    }
    
    .level-card .user-info {
        margin-bottom: 20px;
    }
    
    .level-card .level-info {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .protection-section h2,
    .verification-section h2,
    .scan-log-section h2,
    .dashboard-log-section h2,
    .announcement-demo h2,
    .features-slider h2,
    .demo-section h2 {
        font-size: 2rem;
    }
    
    .protection-card,
    .verification-step,
    .scan-log-card,
    .dashboard-feature,
    .demo-card {
        padding: 20px;
    }
    
    .phone-mockup {
        width: 200px;
        height: 400px;
    }
}

/* Stat Items */
.stat-item {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 10px;
    display: block;
}

.stat-item .stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

/* ===== نهاية محتويات styles.css المدمجة ===== */