﻿@font-face {
    font-family: IRANYekanRegular;
    src: url(../Font/IranYekan/IRANYekanRegularFaNum.ttf);
}

@font-face {
    font-family: IRANYekanBold;
    src: url(../Font/IranYekan/IRANYekanBold.ttf);
}

.bold {
    font-family: IRANYekanBold;
}

body {
    font-family: IRANYekanRegular !important;
    direction: rtl !important;
}

.Dgry {
    color: #444;
}

.h2, h2 {
    font-size: 1.9rem;
}

.h3, h3 {
    font-size: 1.7rem;
}

.navLink {
    text-decoration: none;
    color: #302f2f;
    font-size: 0.9rem;
}


.JFButtons .JFBtnCv {
    border: 2px solid #155a9e;
    background-color: #155a9e;
    width: 15rem;
    text-align: center;
    font-size: 15px;
}

.JFButtons a {
    text-decoration: none;
    background-color: white;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px 10px;
    transition: .3s ease;
    color: white;
}

.JFButtons a:hover {
    text-decoration: none;
    color: white;
}

.JFButtons .JFBtnCv:hover {
    border: 2px solid #155a9e;
    background-color: #155a9e;
    box-shadow: #155a9e 0px 5px 15px;
}

.text-justify{
    text-align: justify;
}

.center-justify{
    justify-items: center;
}

.PriseOuterBox {
    width: 200px;
    height: 200px;
    background-color: #f1ebeb78;
    align-content: center;
    justify-items: center;
    display: grid;
    border: white 1px solid;
}

.PriseInnerBox {
    width: 180px;
    height: 180px;
    background-color: white;
    box-shadow: 0 0 5px #8f8f8f;
}

.prise {
    height: 200px;
    position: absolute;
    top: 0%;
    left: 0%;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .TopIconWidth {
        width: 20px;
    }
    .JobfairHeroImage {
        border-bottom-right-radius: 30% !important;
        height: 290px;
    }
    .Refah {
        right: 52%;
        top: 40px;
        width: 48%;
        position: absolute;
    }
    .TopDetailHeight {
        min-height: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .TopIconWidth {
        width: 20px;
    }
    .JobfairHeroImage {
        border-bottom-right-radius: 30% !important;
        height: 380px;
    }
    .Refah {
        right: 52%;
        top: 40px;
        width: 48%;
        position: absolute;
    }
    .TopDetailHeight {
        min-height: 200px;
    }
}
@media screen and (min-width: 992px) {
    .HeroImageWidth {
        width: 50%;
        min-height: 400px;
    }
    .RefahiWidth {
        width: 50%;
    }
    .RefahiPosition {
        position: absolute;
        padding-top: 48px;
    }
    .RefahiImages {
        justify-self: end;
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .TopIconWidth{
        width:14px;
    }
    .MobilePadding{
        padding: 20px;
    }
    .TopDetailHeight {
        min-height: 540px;
    }
    .JobfairHeroImage {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .MobileBlur {
        display: grid;
        backdrop-filter: blur(3px);
        justify-content: center;
        text-align: center;
    }
    .MobileContentCenter {
        display: grid;
        justify-content: center;
    }
    .MobileReverseDirection {
        display: flex;
        flex-direction: column-reverse;
    }
}