@font-face {
    font-family: IRANSansB;
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSansL;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

@font-face {
    font-family: VazirB;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Bold.woff') format('woff'), url('../fonts/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: VazirL;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Light.woff') format('woff'), url('../fonts/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: VazirT;
    src: url('../fonts/Vazir-Thin.eot');
    src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Thin.woff') format('woff'), url('../fonts/Vazir-Thin.ttf') format('truetype');
}

.V {
    font-family: Vazir;
}

.VB {
    font-family: VazirB;
}

.VL {
    font-family: VazirL;
}

.S {
    font-family: IRANSans;
}

.SB {
    font-family: IRANSansB;
}

.SL {
    font-family: IRANSansL;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.tooltip {
    font-family: IRANSansL;
    font-size: 12px;
}

.None {
    display: none;
}

.text-purple {
    color: #b583ff;
}

.bg-purple {
    background-color: #b583ff;
}

body,
body * {
    font-family: Vazir;
}

.text-justify {
    text-align: justify;
}

.Img {
    filter: blur(2px) grayscale(100%);
    opacity: 0.8;
}

.Img:hover {
    filter: blur(0px) grayscale(0%);
    transform: scale(1.02);
    opacity: 1;
    transition: all 0.3s ease-in;
}

.PT {
    padding-top: 150px;
}

.G {
    color: #ffcf00 !important;
}

.BGG {
    background-color: #ffcf00;
}

.btn:hover {
    background-color: #dfa209;
    border: 1px solid #ffffff;
}

a:hover {
    color: #dfa209;
}

h1,
.h1 {
    font-size: 1.375rem;
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.2rem;
    }
}

#bg-video {
    min-width: 100%;
    min-height: calc(100vh - 107px);
    max-width: 100%;
    max-height: calc(100vh - 107px);
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-banner .caption h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption p {
    color: #fff;
    font-size: 14px;
    max-width: 570px;
}
#Menu a:hover{
    color: #dfa209;
}