@font-face {
  font-family: MageyHuseynu;
  src: url("fonts/MageyHuseynu-Regular.woff");
}

@font-face {
  font-family: MageyHuseynu2;
  src: url("fonts/MageyHuseynu-Regular.woff2");
}
@font-face { font-family:'Mv Eamaan XP';src:url('MvEamaanXP.ttf') format('truetype'); }
.edhey_box{
    direction: rtl;
    text-align: center;
    background-image: url(../images/red-paper-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 6px;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 10px;
}

.edhey_logo{
    width: 100%;
    height: 300px;
    background-image: url(../images/edhey-banner-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 25px;
}
.edhey_title{
    text-align: center;
    font-family:"Mv Eamaan XP" !important;
    direction:rtl;
    color: #ffff;
    max-width: 80%;
    margin: auto;
    font-size: 108px;
    padding: 2px 20px;
    line-height: 198px;
    border-radius: 6px;
}
.edhey_tags{
    color: #ffff !important;
    max-width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.edhey_tags span{
    color: #ffff !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px !important;
}

@media (max-width: 800px) {
    .edhey_tags a{
        color: #ffff !important;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 10px !important;
    }
    .edhey_box{
        margin: 20px 0px;
    }
    .edhey_title {
    font-size: 43px;
    padding: 2px 10px;
    line-height: 89px;
    max-width: 100%;
    }

}