@font-face {
    font-family: bold ;
    src: url(../Fonts/Vazirmatn-Bold.ttf);
}
@font-face {
    font-family: medium ;
    src: url(../Fonts/Vazirmatn-SemiBold.ttf);
}
@font-face {
    font-family: thin ;
    src: url(../Fonts/Vazirmatn-Medium.ttf);
}
@font-face {
    font-family: light ;
    src: url(../Fonts/Vazirmatn-Regular.ttf);
}
@font-face {
    font-family: xs ;
    src: url(../Fonts/Vazirmatn-Light.ttf);
}
nav a{
    font-family: bold;
}
.res-navbar{
    width: 100%;
    /* display: none; */
    /* background-color: aqua; */
    align-items: center;
    justify-content: right;
}
.responsive-nav{
    font-family: thin;
    /* display: none; */
}
.res-nav-icon{
    /* width: 100%; */
    /* margin-right: 5%; */
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    top:5%;
    right: 5%;
    /* margin-bottom: 5vh; */
    /* background-color: #FF0024; */
}
.res-nav-icon i{
    width: 40px;
    height: 40px;
    padding: 1vh;
    font-size: 20px;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-nav-close{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.res-nav-close i{
    width: 40px;
    height: 40px;
    padding: 2vh;
    font-size: 16px;
    color: black !important;
    border-radius: 50%;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.res-nav-items{
    width: 60%;
    /* height: 100vh; */
    /* margin-left: 40%; */
    text-align: right;
    position: absolute;
    padding: 2vh;
    top: 0;
    z-index: 999;
    display: none;
    margin-top: 9vh;
}
.res-nav-items button{
    box-shadow: inset 0 0 16px #25536B;
    transition: 0.4s;
}
.res-nav-items button:hover{
    box-shadow: inset 0 0 36px #17A6B9;
    transition: 0.4s;
}
.res-nav-items .admin-exit-btn button{
    box-shadow: 0 0 0 0;
}
.res-nav-items .admin-exit-btn button:hover{
    box-shadow: 0 0 0 0;
}
.res-bg-close{
    width: 100%;
    left: 0;
    height: 230vh;
    z-index: 1;
    background-color: #eeeeee;
    position: absolute;
    display: none;
}
.active{
    color: #17A6B9;
}
.projects-page-title{
    font-family: medium;
}
.section-1 , .section-2 ,.section-3 ,.section-4  p{
    font-family: light;
}
.isolate{
    font-family: xs !important;
}
.card{
    height: max-content;
    box-shadow: 0 0 8px gray;
}
.card img{
    width: 100%;
    height: 280px;
}
.mid-card{
    margin-top: -12vh;
}
.footer{
    font-family: thin;
}
@media screen and (max-width:640px) {
.mid-card{
    margin-top: 0;
}
.card{
    margin-block: 4vh;
}
}
.numbers-parent{
    justify-content: center;

}
.res-pagination{
    font-family: bold;
}
