@font-face {
    font-family: "vazir bold" ;
    src: 
    url("../Fonts/ttf/Vazirmatn-Bold.ttf") format("truetype") , 
    url("../Fonts/woff2/Vazirmatn-Bold.woff2") format("woff2") ;
}

body{
    font-family: "vazir bold";
    font-size: 100% ;
    background-color: rgb(255, 170, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    margin-bottom: 50px;
    max-width: 450px;
    min-width: 285px;
}

*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
.svg{
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
}
.svg_icon{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.header{
    width: 100%;
}
.div_title{
    width: 100%;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    filter:drop-shadow( 0px 6px 5px rgb(53, 33, 0));
}
.img_header{
    width: 130px ;
    height: 80px;
}
.title_header{
    text-align: center;
    padding: 5px;
    width: 40%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}
.section_div{
    margin-top: 10%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.section_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    filter:drop-shadow( 0px 6px 5px rgb(53, 33, 0));
}
.section_p{
    text-decoration: none;
    color: black;
    height: 65px;
    width: 46%;
    background-color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_p:active{
    background-color: rgb(0, 0, 0);
}

.section_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon{
    width: 45px;
    height: 45px;
}
.a{
    margin-top: 10%;
    margin-bottom: 10%;
}
.footer{
    background-color: rgb(203, 135, 0) ;
    height: 6%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
.footer_p{
}