@font-face {
    font-family: 'URW DIN Arabic';
    src: url('fonts/FontsFree-Net-URW-DIN-Arabic-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

body {
    direction: rtl;
    text-align: right;
    font-family: 'URW DIN Arabic';
}
.num-font{
    font-family: "DM Serif Display", serif;
    font-size: 60px;
}
.custom-color{
    color: #40887D;
}

.custom-color-light{
    color: #3F877C50;
}

.bg-color{
    background-color: #3F877C;
}

.hero-card{
 height: 400px;
}

.font-xs{
    font-size: 0.75rem;
}

.custom-border {
    border-left: 2px solid #40887D50;
}

.bg-light-custom{
    background-color: #DEF0ED;
}

.border-third{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.height-mine{
 height: 280px !important;
 align-items: center;
 justify-content: end;
 justify-self: flex-end;
}

.bg-image-box {
    background-image: url('assets/cover.svg'); /* Replace with actual image */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    color: white;
    min-height: 250px; /* Adjust height as needed */
}

.self-justify{
    align-self: flex-end;
}

.self-justify-start{
    align-self: flex-start;
}

.btn-mera{
    padding: 20px 50px;
    border: none !important;
    margin: 19px auto;
}

.footer {
    background: url('assets/footerbg.svg') no-repeat top center;
    background-size: cover;
    color: white;
    padding: 50px 0;
}
.footer p {
    margin: 5px 0;
}
.footer .social-icons a {
    color: white;
    font-size: 20px;
    margin-right: 15px;
    text-decoration: none;
}

.search-bar {
    background-color: #C7C7C720;
    padding: 10px;
    border-radius: 8px;
}
.search-bar input {
    border: none;
    outline: none;
    width: 100%;
    background-color: transparent;
}
.search-bar button {
    border-radius: 6px;
    /* padding: 8px 15px; */
}
.card {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
}
.save-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.card-icons {
    display: flex;
    gap: 20px;
}
.card-buttons {
    display: flex;
    gap: 10px;
}

.grey-btn{
    background-color: #C7C7C740;
    align-items: center;
    justify-content: center;
}

.grey-btn p {
    margin: 0;
}

.dark-btn{
    background-color: #A6A6A6;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.page-item {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #6c757d;
    transition: all 0.3s ease;
}
.page-item:hover {
    color: #3b7d75;
}
.active-page {
    background-color: #3b7d75;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
}
.arrow-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef4f2;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
}
.arrow-btn:hover {
    background-color: #dbe8e5;
}
@media (max-width: 576px) {
    .page-item {
        font-size: 14px;
    }
    .arrow-btn {
        width: 35px;
        height: 35px;
    }
    .custom-border {
        border:none;
    }

    .num-font{
        font-family: "DM Serif Display", serif;
        font-size: 30px;
    }

    .pos-mine{
        top: 550px !important;
    }
}

.save-icon-bg{
 background-color: #E4F5F2;
 padding: 20px;
 width: 50px;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 0px 0px 5px 5px;
 place-self: end;
}

.self-place{
    place-self: end;
}

.bg-light-mine{
    background-color: #E4F5F2;
}

.nav-item a {
    position: relative;
    text-decoration: none;
}

/*.nav-item a:not(.opacity-25)::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: -5px; !* Space between text & bar *!*/
/*    width: 50%; !* Adjust width of the bar *!*/
/*    height: 3px;*/
/*    background-color: #FFA000;*/
/*    transform: translateX(-50%);*/
/*    border-radius: 5px;*/
/*}*/

.border-none{
    border: none;
    background: white;
}

.text-search::placeholder{
    color: #a3a3a3;
}

.border-left-drop{
    border-right: 2px solid #a3a3a3;
    border-radius: 0px !important;
    padding: 10px 20px;
}

.pos-mine{
    top: 480px;
}

.btn-bdr{
    border: 1px solid #3b7d75;
    background-color: white;
    padding: 10px 20px;
}

.btn-bdr:hover{
    color: white;
    background-color: #3b7d75;
}
.self-center{
    justify-self: center;
}

.nav-mine{
    color: #6c757d;
    font-weight: bold;
    text-decoration: none;
}
.nav-mine-active{
    font-weight: bold;
    text-decoration: none;
    color: #3b7d75;
}

.color-light{
    color: #bbbbbb;
}

.nav-min-active{
    color: #3b7d75;
    background-color: #3f877c63;
    padding: 10px;
    border-radius: 5px;
}

.nav2{
    padding-right: 0;
}

.text-red{
    color: rgb(253, 120, 120) !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.card-pinky{
    background: #ff050510;
}

.card-yellow{
    background: #FFA00010;
}

.card-green{
    background: #3b7d7510;
}

.text-largy{
    font-size: 50px;
    color: #3b7d75;
}

.card-grey{
    background-color: #00000010;
}

.card-flow{
    background-color: #70BDB110;
}

.m-mine{
    margin-bottom: 80px;
}

.fss{
    font-size: 12px;
}
.home_mainbanner
{
    background-image: url('assets/hero-bg.svg');
    min-height: 200px !important;
}
