@import './bootstrap.min.css';
@import './fix.css';
@import './fontiran.css';

*{
    font-family: 'IRANSans' !important;
}
body{
    font-family: 'IRANSans' !important;
    direction: rtl;
    text-align: center;
}
.form-group label{
    font-size: 16px;
}
#image{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 1000px;
    height: 1000px;
}
#image.story-mode{
    width: 640px;
    height: 1130px;
}
.post-mode #image-title{
    position: absolute;
    bottom: 105px;
    right: 8%;
    width: 84%;
    color: #fff;
    font-weight: 1000;
    font-size: 40px;
}
.post-mode #image-description{
    position: absolute;
    bottom: 52px;
    right: 10%;
    width: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}
.story-mode #image-title{
    position: absolute;
    bottom: 365px;
    color: #fff;
    font-weight: 1000;
    font-size: 35px;
    width: 90%;
    right: 5%;
    line-height: 45px;
}
.story-mode #image-description{
    position: absolute;
    width: 80%;
    text-align: justify;
    right: 10%;
    top: 792px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    text-align-last: center !important;
}
.post-img{
    position: absolute;
    width: 854px;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    z-index: -1;
}
.story-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    z-index: -1;
}