/*color : 24A483*/

@font-face {
    font-family: shabnam;
    src: url('../fonts/shabnam-font-v2.1.1/Farsi-Digits/Shabnam-FD.woff');
}

@font-face {
    font-family: shabnam-light;
    src: url('../fonts/shabnam-font-v2.1.1/Farsi-Digits/Shabnam-Light-FD.woff');
}

@font-face {
    font-family: shabnam-bold;
    src: url('../fonts/shabnam-font-v2.1.1/Farsi-Digits/Shabnam-Bold-FD.woff');
}

@font-face {
    font-family: nastaliq;
    src: url('../fonts/IranNastaliq/IranNastaliq.woff');
}

* {
    font-family: shabnam;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label,
datalist,
option {
    font-family: shabnam !important;
}

.nastaliq-font {
    font-family: nastaliq;
    font-size: 30px;
}

.background-all {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    background-image: url("../assets/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.black-text {
    color: black !important;
}

.white-text {
    color: white !important;
}

.text-white {
    color: white !important;
}

.develop-text {
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    z-index: 9;
}

.style-radius {
    border-radius: 100px !important;
}

.style-radius-small {
    border-radius: 10px !important;
}

.border_red {
    border: 1px solid #24A483;
}

.border_remove {
    border-bottom: 0px !important;
}

.hover_red:hover {
    color: #24A483;
}

.style-radius-left {
    border-radius: 50px 0px 0px 50px;
}

.style-radius-right {
    border-radius: 0px 50px 50px 0px;
}

.style-radius-bottom {
    border-radius: 0px 0px 50px 50px;
}

.back-full {
    background-color: #fffdcd !important;
}

.glass {
    opacity: 0.9;
}

body::-webkit-scrollbar-track {
    width: 3px;
}

body::-webkit-scrollbar {
    background-color: grey;
    width: 3px;
}

body::-webkit-scrollbar-thumb {
    background-color: #24A483;
    width: 3px;
}

body::-webkit-scrollbar-track {
    width: 3px;
}

body::-webkit-scrollbar {
    background-color: grey;
    width: 3px;
}

body::-webkit-scrollbar-thumb {
    background-color: #24A483;
    width: 3px;
}

.footer-style {
    background-color: black;
}

@media screen and (max-height: 480px) {
    .footer-style {
        display: none;
    }
}
