    @font-face {
        font-family: 'morabba';
        src: url('../fonts/Morabba.ttf/Morabba-Medium.ttf');
    }


body {
    font-family: 'morabba';
    /*background: linear-gradient(135deg, #6a11cb, #2575fc);*/
    background-color:#2575fc;
    min-height: 100vh;
    align-items: center;
    margin: auto;
    /*padding:0 50px 0 50px ;*/
}
    .row{
        --bs-gutter-x: 0 !important;
    }
    a{
        text-decoration:none;
    }
.view{
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    padding: 14px 25px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.view-2{
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    padding: 14px 25px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    width: 100%;
}
.view-2 a{
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}
.view-2 a:hover{
    color: black !important;
    transform: translateY(-3px);
}
.view-2 div{
    display: flex;
    justify-content: space-around;
    gap: 25px;
    align-items: center;
    margin-right: 70px;
}
.arz{
    position: absolute;
    top: 127px;
    left:40%;
}
.arz-1{
    position: absolute;
    top: 127px;
    left: 10px;
}
.view:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.eye-open {
    animation: showEye 5s infinite;
}
@keyframes showEye {
    0%,85%,100% { opacity:1; }
    88%,92% { opacity:0; }
}
@keyframes hideEye {
    0%,85%,100% { opacity:0; }
    88%,92% { opacity:1; }
}
.person{
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    border-radius:50%;
    width: fit-content;
    height: auto;
}
/* نمودار */
:root{ --c1:#6a11cb; --c2:#2575fc; }
*{box-sizing:border-box}
.wrap{max-width:900px;margin:20px auto}
.card{background:linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));border-radius:14px;padding:18px;box-shadow:0 10px 30px rgba(30,40,80,0.07);overflow:hidden}
.header{display:flex;align-items:center;gap:12px;justify-content:space-between}
.title{display:flex;flex-direction:column}
h1{margin:0;font-size:18px;color:var(--c1)}
p.lead{margin:4px 0 0;font-size:13px;color:#556}
.badge{padding:6px 10px;border-radius:999px;background:linear-gradient(90deg,var(--c1),var(--c2));color:white;font-weight:600}

/* chart container */
.chart-area{margin-top:18px;padding:16px;border-radius:12px;background:linear-gradient(180deg, rgba(106,17,203,0.04), rgba(37,117,252,0.02));}
canvas{width:100% !important;height:320px !important;border-radius:8px;background:linear-gradient(180deg, rgba(255,255,255,0.4), rgba(250,250,255,0.6));}

/* footer */
.meta{display:flex;gap:12px;align-items:center;margin-top:12px;color:#445;font-size:13px}
.muted{color:#889}

.list{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 25px !important;

}
.list-group{
    border: 1px solid #6a11cb;
    background: linear-gradient(135deg, #6a11cb, #2575fc);

}
.list-group li{
    background: #FFFFFF;
    color: black;
    border-radius: 40px;
    align-items: center;
    margin: auto;
    width: 100% !important;
    padding: 15px;
}
.list-group li div p{
    margin: 0;
}
.footer-2{
    border-left: 2px solid #556;
    width: 50%;
}
@media screen AND (max-width : 768px) {
    body{
        padding: 0 10px 0 10px;
    }
    .view{
        font-size: 10px;
        align-items: center;
        margin: auto;
    }
    .arz{
        position: absolute;
        top: 105px;
        left: 160px;
        width: fit-content;
    }
    .arz-1{
        position: absolute;
        top: 105px;
        left: 10px;
        width: fit-content;
    }
    .poro p{
        font-size: 9px;
    }
    .list-group li div p{

        font-size: 13px !important;
    }
    .col-lg-6{
        width: 100% !important;
        padding: 0 !important;
    }
    .col-lg-5{
        width: 100% !important;
        padding: 0 !important;
    }
    footer{
        margin-top: 20px !important;
    }
    .footer{
        flex-direction: column !important;
        align-items: center !important;
        margin: auto !important;
        gap: 20px;
    }
    .footer-1{
        border-top: 1px solid #556;
    }
    .footer-2{
        border-left: 0;
        width: 100%;
        padding: 20px;
    }
    .view-2 div{
        display: flex;
        align-items: center !important;
        flex-direction:column;
        align-items: start;
        margin: 0;

    }
}
    .inherit-form, .bank-account-form, #login-form, #form-signup{
        width:50%;
        margin:auto;
    }
.inherit-form label, .bank-account-form, #login-form, #form-signup{
    color:#FFFFFF;
    margin-top:10px;
}
@media screen AND (max-width: 768px) {
    .inherit-form, .bank-account-form, #login-form, #form-signup{
        width:95%;
        margin:auto;
    }
}
    .about .btn-read-more span,.hero .btn-get-started span{font-weight:600;font-size:16px;letter-spacing:1px}.hero .btn-get-started i{font-size:18px;transition:.3s}.about .btn-read-more:hover i,.hero .btn-get-started:hover i{transform:translateX(-5px)}.img-fluid{width:80%}.img-fluid-1{width:72%;margin:0 auto}