
@import "../fonts/styles.css";

* {
    font-family: 'DroidArabicKufi';

}


.featured_courses
{
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
}

.card_category
{
    display: block;
    background: #ffffff;
    height: 300px;
    color: #616161 !important;
    transition: box-shadow 135ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
    transition: width 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
    z-index: 1;
    text-decoration: none !important;
    padding: 5px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.card_category img
{
    height: 250px;
    width: 100%;
    border: 1px solid #f7f7f7;
}


.card_category_inside
{
    display: block;
    background: #ffffff;
    height: 266px;
    color: #616161 !important;
    transition: box-shadow 135ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
    transition: width 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
    z-index: 1;
    text-decoration: none !important;
    padding: 5px;
    margin-bottom: 25px;
    transition: 0.3s;
    overflow: hidden;
}

.card_category_inside img
{
    height: 200px;
    width: 100%;
    border: 1px solid #f7f7f7;
}


.card_category_inside .title_category
{

    text-align: center;
    padding-top: 6px;
    transition: 0.3s;
    height: 59px;

}

.card_category .title_category
{
    font-size: 19px;
    text-align: center;
    padding-top: 6px;
    transition: 0.3s;
}
.card_category:hover
{
    background: #ffffff;
    background: -moz-linear-gradient(top, #c054ff 0%, #5274ff 100%);
    background: -webkit-linear-gradient(top, #c054ff 0%, #5274ff 100%);
    background: linear-gradient(to bottom, #9c9c9c 0%, #5274ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c054ff', endColorstr='#5274ff',GradientType=0 );
}

.card_category:hover .title_category
{
    color: #ffffff;
}


.card_category_inside:hover
{
    background: #ffffff;
    background: -moz-linear-gradient(top, #c054ff 0%, #5274ff 100%);
    background: -webkit-linear-gradient(top, #c054ff 0%, #5274ff 100%);
    background: linear-gradient(to bottom, #9c9c9c 0%, #5274ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c054ff', endColorstr='#5274ff',GradientType=0 );
}

.card_category_inside:hover .title_category
{
    color: #ffffff;
}


.title_page
{
    margin-top: 130px;
    color: #606fff;
    font-size: 32px;
    margin-bottom: 35px;
}



.buttonTab.active {
    background: #c054ff !important;
    background: -moz-linear-gradient(top, #c054ff 0%, #5274ff 100%) !important;
    background: -webkit-linear-gradient(top, #c054ff 0%, #5274ff 100%) !important;
    background: linear-gradient(to bottom, #c054ff 0%, #5274ff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c054ff', endColorstr='#5274ff', GradientType=0) !important;
}

.registerBtn {
    background: #c054ff !important;
    background: -moz-linear-gradient(top, #c054ff 0%, #5274ff 100%) !important;
    background: -webkit-linear-gradient(top, #c054ff 0%, #5274ff 100%) !important;
    background: linear-gradient(to bottom, #c054ff 0%, #5274ff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c054ff', endColorstr='#5274ff', GradientType=0) !important;
    color: #ffffff;
    border: 0;
}

