@font-face {
    font-family: 'Old-Antic-Decorative';
    src: url("../font/OLDANDEC.TTF");
}
@font-face {
    font-family:'Diwani-Bent';
    src: url("../font/DIWANBNT.TTF");
}
@font-face {
    font-family: 'PT-Bold-Heading';
    src: url("../font/PTBLDHAD.TTF");
}
html{
    direction: rtl;
}
*,
.topnav .navbar-nav .nav-link{
    font-family: 'Cairo';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 800;
    font-family: 'Cairo';
}
/* Font */
.font-diwanibent{
    font-family: 'Diwani-Bent';
}
.font-old-antic-decorative{
    font-family: 'Old-Antic-Decorative';
}
.font-pt-bold-heading{
    font-family: 'PT-Bold-Heading';
}
/* End Font */

/* Print Style */
.print_table *,
.print_data *{
    color: #000000;
}
/* End Print Style */

.zoom-container{
    height: 300px;
}
.zoom-card{
    transform: scale(0.4);
    position: absolute;
    top: -50px;
    right: -400px;
}
#outprint_card{
    display: flex;
}
/* University Card */
.un_card_front{
    background-image: url("/assets/images/card_front.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.un_card_back{
    background-image: url("/assets/images/card_back.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}