html, body {
    margin: 0 ;
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "shabnam";
    src: url("../fonts/Samim-FD.ttf") format("truetype");
}

body, html {
    background-color:#ffffff;
    font-family: shabnam;
}

a {
    text-decoration: none;
    color: #ffffff;
}
.nav_scrolled {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

}
.op1{
    opacity: 1 !important;
}
.op0{
    opacity: 0 !important;
}
.App{
    position: relative;
}
.swiper-pagination-bullet{
    width: 17px !important;
    height: 17px !important;
    border-radius: 20px !important;
    background-color: #ffc527 !important;
}
:root{
    --toastify-color-info: #ffc527 !important;
    --toastify-color-success: #ffc527 !important;
}

input , textarea{
    font-family: shabnam;
    direction: rtl;
}
.home section:nth-of-type(even){
    background-color: #f9f9f9;
}
textarea{
    color: #000000 !important;
}