﻿@font-face {
    font-family: "Vazirmatn-FD-Regular";
    src: url('../fonts/vazirmatn/Vazirmatn-FD-Regular.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Vazirmatn-FD-Regular";
    background: linear-gradient(to left, #4B79A1, #283E51);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9rem;
}

.ltr {
    direction: ltr
}

.login-sec {
    padding: 50px 30px;
    position: relative;
    font-size: 0.9rem;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.login-sec h2 {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 25px;
    color: #357376;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #1d4d4f;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}
.a-row   {
color:#283E51;
 font-size: 0.8rem;
}

.a-row:hover { 
    text-decoration: none; 
} 


.posts-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 17px;
    color: #283E51;
}

.posts-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #e5dfdf;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

a*{
    text-decoration: none !important;
}
