@font-face {
    font-family: "anjoman";
    src: url("./fonts/YekanBakh-VF.woff2");
    font-weight: normal;
}

@font-face {
    font-family: "anjoman";
    src: url("./fonts/YekanBakhFaNum-VF.woff2");
    font-weight: normal;
}

body {
    font-family: "anjoman";
    direction: rtl;
    position: relative;
    overflow-x: hidden;
    background-color: var(--background-color);
    margin: 0;
}

html {
    overflow-x: hidden;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;

}

:root {
    --background-color: #06044f;
}

.ltr-text {
    display: inline-block;
    direction: ltr;
}

.primary-font {
    font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
}

a:focus {
    outline: none;
    outline-offset: none;
}

a:hover {
    text-decoration: none;
}

.container-x {
    padding-right: 12px;
    padding-left: 12px;
}

.hedaer-logo img {
    width: 100%;

}

.hedaer-logo {
    justify-content: center;
    display: flex;
    height: 580px;
}

.hedaer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.praghraf {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.praghraf p {
    color: #ffffff;
    flex-direction: column;
    display: flex;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.praghraf-title {
    font-weight: 900;
    color: #1cc1d4;
    font-size: 18px;
}

.faq-cnt {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.faq-cnt span {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.faq-cnt .faq-qu {
    font-weight: 900;
    font-size: 15px;
    color: #1cc1d4;
}

footer {
    padding-bottom: 50px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

footer .icon {
    display: flex;
    align-items: center;
    gap: 12px;
        justify-content: center;
}

footer .icon span {
    color: #fff;
    font-weight: 900;
    font-size: 15px;
}

.social-item-cnt {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: center;
}

.faq-cnt.first-faq {
    margin-top: 0px;
}

.praghraf-cnt {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width:1350px) {
    .container-x {
        padding-right: 250px;
        padding-left: 250px;
    }

    .social-item-cnt {
        justify-content: start;
    }

    .praghraf p {
        font-size: 17px;
    }
}
@media (min-width:991px) {
    footer .icon {
justify-content: start;
    }
}
@media (min-width:700px) {
    .container-x {
        padding-right: 100px;
        padding-left: 100px;
    }
}