@font-face {
    font-family: "vazir bold";
    src: url("../Fonts/ttf/Vazirmatn-Bold.ttf") format("truetype")  ,
         url("../Fonts/woff2/Vazirmatn-Bold.woff2") format("woff2");
}

*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "vazir bold";
}

.links1111
{
    color: inherit;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

body
{
    background-image: linear-gradient(to left , #220135 , #7c162e);
}

/*main {*/
/*    margin-bottom: 50px;*/
/*    max-width: 450px;*/
/*    min-width: 285px;*/
/*}*/

header
{
    width: 100%;
    height: 50px;
    background-color: rgba(77, 77, 77, 0.685);
}

.section-title
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 , h3
{
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
}

main
{
    max-width: 450px;
    min-width: 285px;
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-contactus
{
    width: 300px;
    height: 340px;
    background-color: #0b132b;
    border-radius: 15px;
    margin-top: 160px;
}

.section1
{
    width: 100%;
    height: 10%;
    margin: 10px auto;
}

.section2 , .section3
, .section4
{
    width: 95%;
    height: 23%;
    background-color: rgba(102, 32, 182, 0.805);
    margin: 15px auto;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon1 , .icon2 
, .icon3 , .icon4
{
    width: 28px;
    height: 28px;
}

.icon1
{
    color: #E4405F;
}
.icon2
{
    color: #25D366;
}
.icon3
{
    color: #0099FF;
}
.icon4
{
    color: rgb(205, 184, 0);
}

.footer{
    background-color: rgba(33, 2, 66, 0.453) ;
    height: 6%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.div_footer , .footer_p
{
    display: flex;
    align-items: center;
    justify-content: center;
}
