@font-face {
    font-family: 'iransansxv';
    src: url('../fonts/IRANSansXV.woff') format('woff-variations'), /* will be the standard and works in Safari now */
    url('../fonts/IRANSansXV.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

* {
    font-family: 'iransansxv';
}


html, body {
    overflow: hidden !important;
     width: 100% !important;
    max-width: 448px;
    margin: 0 auto;
    overflow-x: hidden;
}

body {
    font-family: 'iransansxv';
    color: #252525;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    margin: 0;
    padding: 0;
        width: 100%;
    max-width: 448px;
    margin: 0 auto;
    overflow-x: hidden;
   
}
/*#body-menu {*/
/*     display: block;*/
/*    position: absolute;*/
/*    right: 25px;*/
/*    left: 0;*/
/*}*/

.container {
     width: 100%;
         width: 100%;
    max-width: 448px;
    margin: 0 auto;
    overflow-x: hidden;
}





/* ======================footer=============== */

#con-footer {
    background-color: #000;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



/* ===================  container-home  ==================== */

.container-home {
    
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #000;
}
#con-home{
    width: 85%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}

#logo-home {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#logo-home img {
    width: 200px;
}

.icon-so img {
    width: 22px;
}

#img-home img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.con-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.con-title h1 {
    margin-bottom: 0;
    color: #ffffff;
}

.con-title h4 {
    margin-top: 0;
    color: #b5b5b5;
}

.con-btn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-1 {
    background-color: #fff;
    color: #000;
    padding: 1px 37px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 700;
    border: none;
}

.btn-1 img {
    margin-left: 15px;
}

.container-btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 30px 0 50px 0;
}

.con-btn-2 {
    display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
}

.btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #fff;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}



button {
    background-color: #000000;
}

a {
    text-decoration: none;
    box-shadow: none
}










/*---------------------------------------------------
        Responsive
-----------------------------------------------------*/
@media screen and (min-width: 500px) {

 
 
 
 body {
     width: 500px;
     max-width: 500px;
       display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
 }
 
}