@font-face {
    font-family: vazir-regular;
    src: url(../assets/fonts/Vazir-Regular-FD.ttf);
}
@font-face {
    font-family: timesnewromanpsmt;
    src: url(../assets/fonts/timesnewromanpsmt.ttf);
}
@font-face {
    font-family: Calibril;
    src: url(../assets/fonts/Calibril.ttf);
}

.container-box {
    width: 100%;
    height: 100%;
}

.mainImageView {
    position: relative;
}

.mainImage {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.mainView {
    position: relative;
    height: calc(100% - 48px);
}

.mainContainer {
    direction: rtl;
    padding-right: 30%;
    padding-left: 30%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bottomBarView {
    position: relative;
    height: 48px;
    background-color: #434546;
    text-align: center;
}

.bottomBarView label {
    color: white;
    font-family: Arial;
}

.nameLabel {
    font-family: timesnewsromanpsmt;
    margin-bottom: 32px;
    color: #0d2a4a;
}

.bio {
    font-family: timesnewromanpsmt;
    text-align: justify; text-align-last: left; 
    margin-bottom: 32px;
    color: #0d2a4a;
}

.bio strong {
    font-family: timesnewromanpsmt;
}

.resumeButton {
    display: block;
    margin: auto;
    font-family: vazir-regular;
    font-size: 18px;
    border: none;
    color: #0d2a4a;
    background-color: transparent;
    margin-bottom: 32px;
}

.socialButton {
    width: 30px;
    height: 30px;
}

.contactLabel {
    color: #0d2a4a;
    font-family: timesnewromanpsmt;
}


