html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "IRANYekan";
    src: url("../font/IRANYekanXVF.woff") format("woff-variations"),
    url("../font/IRANYekanXVF.woff") format("woff"),
    url("../font/IRANYekanXVF.woff2") format("woff2");
    font-display: fallback;
    font-feature-settings: "lnum";
}


body {
    font-family: "IRANYekan" !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    direction: rtl;
    background: var(--bg-site);
}

a {
    text-decoration: none;
}
.text-justify{
    text-align: justify;
}

/*********** footer **************/

.footer-top{
    background-color: #74a32f;
}

.footer-top-image{
    width: 50px;
    height: 50px;
}

.footer-top-image img{
    width: 100%;
}

.text-footer-top{
    color: #fff;
    margin: 5px;
}

.footer-main{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 7%;
    margin-left: 7%;
}

.logo-footer{
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.logo-footer img{
    width: 100%;
}

.social-sec{
    margin: auto;
    text-align: center;
}

.footer-social{
    height: 40px;
    width: 40px;
    background-color: #aaa;
    margin: 10px;
    color: #fff;
    display: inline-flex;
    border-radius: 100%;
    font-size: 20px;
    padding-top: 3px;
}

.footer-social i{
    padding-top: 8px;
    justify-items: center;
    justify-content: center;
    justify-self: center;
    /* padding: 8px; */
    padding-right: 10px;
}

.footer-social:hover{
    opacity: 0.8;
}

.instagram-btn{
    background: radial-gradient(circle at 33% 100%,#f59652 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);
    font-size: 12px;
    border-radius: 20px;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: 25px;
}

.instagram-btn:hover{
    opacity: 0.8;
}

.footer-link{
    font-size: 13px;
    text-align: right;
    display: block;
    margin-top: 15px;
    color: #777777;
}

.logo-policy{
    width: 60px;
    margin: auto;
    margin-right: 20px;
    display: inline-block;
}

.logo-policy img{
    width: 100%;
    margin: auto;
}

.footer-foot a{
    font-size: 13px;
    color: #ccc!important;
}

.footer-bottom{
    background-color: #9e9e9e;
    color: #ccc;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.text-footer-bottom a{
    color: #ccc;
    font-size: 13px;
}