@import url(./fonts.css);

@media screen and (max-width: 599px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (min-width: 1000px) {
    html {
        font-size: 16px !important;
    }
}

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-family: iranyekan, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	background-color:rgba(76, 175, 80, 0.1);
}

a, a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: iranyekan, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

h1 {
    font-weight: bold;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.main {
    text-align: center;
    width: 100%;
}

@media screen and (min-height: 520px) {
    .main {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-height: 519px) {
    .main {
        margin-top: 2rem;
    }
}

.logo {
    width: 16rem;
    margin-bottom: 1rem;
}

.title {
    width: 10rem;
}

.subtitle {
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.button-image {
    width: 50px;
    height: 50px;
    border-radius: 1rem;
}

.dl-button {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    width: 200px;
    color: white;
    background-color: #D50000;
    box-sizing: border-box;
    border-radius: 10px;
}
.dl-button:hover {
    filter: brightness(90%);
}

.link {
    width: 200px;
    display: block;
}

.container {
    display: flex;
    gap: 1rem;
    max-width: max-content;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dl-button-texts {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    align-items: flex-start;
}

.font-size {
    font-size: 16px;
    margin: 0;
}

.space {
    display: inline-block;
    width: 0.5rem;
}

.disabled {
    opacity: 0.5
}
