@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),
    url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
    url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb.woff2') format('woff2'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: light;
    font-display: swap;
    src: url('../fonts/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Light.woff2') format('woff2'),
    url('../fonts/IRANSansWeb_Light.woff') format('woff'),
    url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

i {
    font-family: 'Font Awesome 6 Free' !important;
}
span.fontawesome-class i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fd7171;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
    box-shadow: rgb(241 47 47 / 53%) 0px 3px 8px;
}
body {direction: rtl;unicode-bidi: embed;font-family: IranSans !important;}
h1, h2, h3, h4, h5, h6{font-family: 'IranSans' !important;}
h1 {
    font-weight: bold !important;
}

body {
    direction: rtl;
	text-align: right;
}

.array-value {
    background: #9ec5fe;
    color: #08449c;
    margin-left: 5px;
    padding: 0px 10px;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
}

/* Buttons */
/* Inputs */
/* Timeline custom component */
.timeline {
    border-right: 2px solid #E6E9ED;
    padding: 1rem 0;
}

.timeline-card {
    position: relative;
    margin-right: 31px;
    border-left: 2px solid;
    margin-bottom: 2rem;
}

.timeline-card:last-child {
    margin-bottom: 1rem;
}

.timeline-card:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: 20px;
    right: -41px;
    border: 2px solid;
    z-index: 2;
}

.timeline-card:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: currentColor;
    width: 29px;
    height: 2px;
    top: 25px;
    right: -29px;
    z-index: 1;
}

.timeline-card-primary {
    border-left-color: #4A89DC;
}

.timeline-card-primary:before {
    border-color: #4A89DC;
}

.timeline-card-primary:after {
    background-color: #4A89DC;
}

.timeline-card-success {
    border-left-color: #37BC9B;
}

.timeline-card-success:before {
    border-color: #37BC9B;
}

.timeline-card-success:after {
    background-color: #37BC9B;
}

html {
    scroll-behavior: smooth;
}

.site-title {
    font-size: 1.25rem;
    line-height: 2.5rem;
}

.nav-link {
    padding: 0;
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: rgba(0, 0, 0, 0.5);
}

.nav-link:hover,
.nav-link:focus,
.active .nav-link {
    color: rgba(0, 0, 0, 0.8);
}

.nav-item {
    margin-left: 5px;
}
.nav-item img{
    max-width: 30px;
    height: auto;
    border-radius: 100px;
    opacity: 0.5;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.nav-item img:hover{
    opacity: 1;
}
.cover {
    border-radius: 10px;
}

.cover-bg {
    border-radius: 10px 10px 0 0;
}

.avatar {
    max-width: 216px;
    max-height: 216px;
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


footer a:not(.nav-link) {
    color: inherit;
    border-bottom: 1px dashed;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 48em) {
    .site-title {
        float: left;
    }

    .site-nav {
        float: right;
    }

    .avatar {
        margin-bottom: -80px;
        margin-left: 0;
    }
}

@media print {
    body {
        background-color: #fff;
    }

    .container {
        width: auto;
        max-width: 100%;
        padding: 0;
    }

    .cover, .cover-bg {
        border-radius: 0;
    }

    .cover.shadow-lg {
        box-shadow: none !important;
    }

    .cover-bg {
        padding: 5rem !important;
        padding-bottom: 10px !important;
    }

    .avatar {
        margin-top: -10px;
    }

    .about-section {
        padding: 6.5rem 5rem 2rem !important;
    }

    .skills-section,
    .work-experience-section,
    .education-section,
    .contant-section {
        padding: 1.5rem 5rem 2rem !important;
    }

    .page-break {
        padding-top: 5rem;
        page-break-before: always;
    }
}
