@font-face {
    font-family: 'IRANSans';
    src: url(../assets/fonts/IRAN-Sans.eot);
    src: url(../assets/fonts/IRAN-Sans.eot?#iefix) format('embedded-opentype'),
        url(../assets/fonts/IRAN-Sans.woff) format('woff'),
        url(../assets/fonts/IRAN-Sans.ttf) format('truetype'),
        url(../assets/fonts/IRAN-Sans.svg#a2ac8b5648085d6c69811dda1047c819) format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Ionicons";
    src: url("../assets/fonts/ionicons.eot?v=2.0.0");
    src: url("../assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../assets/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    background-color: black;
    color: white;
    font-family: 'IRANSans';
    padding: 0px;
    margin: 0px;
}

.full-width {
    width: 100%;
}

.content {
    position: relative;
    top: -180px;
    max-width: 1260px;
    width: 100%;
    padding: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.title {
    margin-top: 150px;
    margin-bottom: 70px;
}

.title h1 {
    font-size: clamp(20pt, 12vw, 50pt);
}

.colori {
    color: rgba(255, 255, 255, 0.7);
    background-image: linear-gradient(115deg, #FF7B00 10%, #FF007B 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title h2 {
    position: relative;
    top: -40px;
    font-size: clamp(18pt, 7vw, 35pt);
    color: white;
}

.title h3 {
    position: relative;
    top: -60px;
    font-size: clamp(13pt, 4vw, 18pt);
    color: #a1a1a1;
}

.downloadlinks {
    margin-bottom: 100px;
}

.colori-border {
    background-image: linear-gradient(115deg, #FF7B00 10%, #FF007B 110%);
    padding: 2px;
    border-radius: 50px;
    display: inline-block;
    margin: 25px;
}

.downloadlinks a {
    text-decoration: none;
    display: block;
    padding: 11px 44px 10px 45px;
    background-color: black;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
}

.description {
    font-size: 12pt;
    color: gray;
    border: solid 3px #5a002d;
    border-radius: 25px;
    padding: 40px;
    background-color: rgb(16, 12, 12);
    line-height: 35px;
}

.screenshots {
    margin-top: 150px;
    margin-bottom: 100px;
}

.screenshots img {
    max-width: 400px;
    width: 100%;
}

.links {
    background-color: #171717;
    padding: 25px;
    border-radius: 18px;
    color: white;
    margin-bottom: 50px;
    display: inline-block;
}

.links a {
    text-decoration: none;
    color: lightgrey;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.ageratings {
    height: 50px;
}

.ageratings img {
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
}

.copyright {
    font-size: 8pt;
    color: dimgray;
    margin-bottom: 50px;
    text-align: justify;
}

.icon span {
    font-family: 'IRANSans';
    margin-left: 20px;
}

.icon {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-apple:before {
    content: "\f227";
    font-size: 25pt;
}

.icon-android:before {
    content: "\f225";
    font-size: 25pt;
}

.icon-download:before {
    content: "\f407";
    font-size: 25pt;
}

.page {
    margin-top: 50px;
    margin-bottom: 100px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.page-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    color: #dbdbdb;
    margin-top: 50px;
}