html {
    font-size: 14px;
}

@font-face {
    font-family: "font-Messiri";
    /*src: url("../fonts/El_Messiri/ElMessiri-VariableFont_wght.ttf");*/
    src: url("../fonts/janna-lt-bold/Janna-LT-Bold.ttf");
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: font-Messiri,'Arabic Typesetting' !important;
    /* background-color: #00adb220;*/
   
    /*background-image: linear-gradient(#79e2ff,#f0f0f0);*/
}

.avatar {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

/******* Start SideBar Styles********/

.openbtn {
    position: fixed;
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    opacity: 80%;
    color: #0026ff;
    padding: 10px 15px;
    z-index: 1;
    border: none;
    top: 70px;
    border-radius: 20%;
}

    .openbtn:hover {
        background-color: #010a53;
        
        transition:  .5s;
        color:white;
    }


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 95%;
    background-color: #158cba;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebar .nav-link {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: white;
        background-color: #158cba;
        display: block;
        transition: 0.3s;
    }

        .sidebar .nav-link:hover {
            color: #ffd800;
            font-weight: bold;
            font-size: large;
        }

    .sidebar .closebtn {

        padding-right: 25px;
        font-size: 36px;
        
    }



#mainBody {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

/******** End SideBar Styles ********/

/* Custom Styles*/
pre {
    /*word-break: break-all;*/
    flex-wrap: wrap;
    white-space: pre-wrap;
    font-family: font-Messiri,'Arabic Typesetting' !important;
}

.card_cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.card_item {
    transition: transform 2s, width 2s;
}

    .card_item:hover {
        transform: scale(0.95);
    }

        .card_item:hover .btn_read_more {
             width:75% ;
        }


.item_price {
}

.profile-picture {
    width: 266px;
    height: 266px;
    object-fit: cover;
}

