*{
    outline: none;
}
body{
    height: auto;
    width: auto;
    background-color: #FDF1E9;
    margin:0;
    padding-top: 20px;
    padding-left: 50px  
}
.main{
    color: #CD6C01;
    
}
nav ul{
    font-weight: bold;
    direction: rtl;
    list-style: none;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    padding: 20px;
    font-size: large;
    text-decoration: none;
    color: black; 
}
.img-iph{  
    width: auto;
    float: right;
    padding-bottom: 20px;
    margin: 50px;
    margin-bottom: 50px; 
    text-align:center;
    
}
.img-stor{
    width: auto;
    float: left;
    
}
.mg{  
    width: 50%;
    height: 40%;
    transform: translateY(-200deg);
    text-align: center; 
 }
.font h1 {
    font-weight: normal;
    float: right;
    margin-right: 8%;
    margin-top: 1px;
    color: #CD6C01;
    font-family: Arial;
    font-size: 250px;
    
    
}
.font h2{
    font-family:A Dast Nevis;
    position: absolute;
    margin: auto;
    top: 250px;
    left: 630px;
    font-size: 47px;
    outline: none;
   
}
.font h3{
    float: right;
    font-family:  Deco Type Naskh Special;
    text-align: center;
    position: relative;
    top: 265px;
    left: 525px;
    font-size: xx-large;
    font-weight: normal; 
    position: relative;
    left: 40%;
    bottom: 70%;   
}
.font h3{
    position: 60% 60%;
    margin: auto;
}
@font-face{
    font-family: "Arial";
    src: url("../font/ariali.ttf");
}
@font-face{
    font-family:"A Dast Nevis";
    src: url("../font/dastnevis.ttf");
}

@font-face{
    font-family: "Deco Type Naskh Special";
    src: url("../font/DTNASKH1.ttf");
    
}
@media (max-width:400px){
    .font h1{
        font-size: 20%;
    }
    .font h1{
        width: 75%;
    }
    .font h3{
        position: absolute;
        width: 25%;
    }
}
@media(max-width:399px){
    .control{
        width: 970;
    }
}