* {
    font-family: IRANYekanXVF, IRANYekanX, IRANYekanX;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "IRANYekanXVF";
    src: url("assets/fonts/IRANYekanXVF.woff") format("woff-variations"),
        /* will be the standard and works in Safari now */ url("assets/fonts/IRANYekanXVF.woff") format("woff");
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: "IRANYekanX";
    src: url("assets/fonts/IRANYekanX-Regular.woff") format("woff");
}

@font-face {
    font-family: "IRANYekanX";
    src: url("assets/fonts/IRANYekanX-Bold.woff") format("woff");
    font-weight: 700;
}

body {
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    direction: rtl;
    text-align: center;
    background-image: url("assets/images/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

main {
    padding-inline: 24px;
    padding-block: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 66vh;
}

.head {
    width: 100%;
    padding-inline: 24px;
    padding-block: 16px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 108px;
    height: 32px;
    cursor: pointer;
}

.user {
    padding-inline: 20px;
    padding-block: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    cursor: pointer;
}

.title {
    margin-top: 144px;
    margin-bottom: 128px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.title-1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.title-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 24px;
}

.button {
    width: 132px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    margin-top: 32px;
    background: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.text {
    max-width: 1050px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    background-color: #ffffff;
    padding-inline: 40px;
    padding-block: 32px;
    border-radius: 16px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1024px) {
    .text {
        margin-inline: 12px;
        bottom: 10px;
    }
}

@media (max-width: 768px) {
    .text {
        margin-inline: 12px;
        bottom: -62px;
    }
}

.span {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #5499c7;
    cursor: pointer;
}
