@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IRANSansXFaNum-Bold.woff2');
}

body{
    font-family: 'IranSans';
}
.start-section{
    position: absolute;
    top: 500px;
    right: 3%;
    cursor: pointer
}
.start-section img{
    width: 45%;
}
.start-section h1{
    position: absolute;
    top: 110px;
    right: 65%;
    color: #fff;
    cursor: pointer;
}
@media only screen and (max-width: 380px) {
    .start-section {
        top: 100px;
        left: 200px;
    }
    .start-section img{
        width: 45%;
    }
    .start-section h1{
        color: #000;
        top: 0;
        font-size: 16px;
        left: 15px;
        width: 80px;
    }
}