/*@font-face {*/
/*  font-family: peyda;*/
/*  src: url("../assets/Peyda/Peyda-Medium.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: Peyda-Black;*/
/*  src: url("../assets/Peyda/Peyda-Black.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: peydaBold;*/
/*  src: url("../assets/Peyda/Peyda-Bold.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

#contact {
    background-color: #fff !important;
}

body {
    font-family: peyda !important;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    direction: rtl;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

.text-j {
    text-align: justify;
    text-justify: inter-word;
}

/* Diection Section Style Start  */

.dir-container {
    margin-right: 2rem;
    margin-top: 8rem;

    @media (max-width: 426px) {
        margin-right: 0rem;
        margin-top: 8rem;
    }
}

.dir-title {
    font-size: 1rem;
    color: #575755;

    @media (max-width: 426px) {
        font-size: 0.9rem;
    }
}

/* Main Title Section Style Start */

.main-description-container {
    width: 75%;
    @media screen and (max-width: 800px) {
        width: 82vw;
    }
    @media screen and (max-width: 426px) {
        width: 25rem !important;
    }

    @media (max-width: 376px) {
        line-height: 1.5rem;
        padding: 0;

        width: 22rem !important;
    }
    @media (max-width: 321px) {
        line-height: 1.5rem;

        width: 19rem !important;
    }
}

.main-description {
    word-spacing: 0.25rem;
    line-height: 2rem;
    color: #575757;
    padding: 0 2.5rem;
    font-family: peydaBold;

    @media (max-width: 769px) {
        line-height: 1.75rem;

        width: 40rem;
    }

    /* @media (max-width: 426px) {
      line-height: 1.5rem;

      width: 25rem;
    }
    @media (max-width: 376px) {
      line-height: 1.5rem;
      padding: 0;

      width: 22rem;
    }
    @media (max-width: 321px) {
      line-height: 1.5rem;

      width: 18rem;
    } */
}

/* Main Title Section Style End */

/* Diection Section Style End  */

.hr-line {
    background-color: #000000;
    width: 60%;
    height: 0.01rem;
    margin: 0 auto 2rem;
}

/* Grouping Section Style Start */

ul {
    list-style: none;
}

.static-grouping-item {
    margin: 0 0 0 4rem;
}

.sort-section-items {
    max-width: 50em !important;
    margin-bottom: 2.5rem;

    @media screen and (max-width: 800px) {
        max-width: 60rem !important;
    }
}

.sort-icon {
    color: #000000;

    @media (min-width: 1023px) {
        width: 20px;
        height: 16px;
    }
}

.grouping-item {
    color: #000000;
    font-size: 1.25rem;
    font-family: peydaBold;
    font-weight: 0;

    @media (min-width: 1023px) {
        font-size: 1.25rem;
        margin: 0 1.5rem !important;
    }
}

.line-sort::before {
    content: "";
    position: absolute;
    display: block;
    border-top: 1px solid #5f5f5f;
    top: 50%;
    right: 6rem;
    width: 60px;
    height: 0;
    margin-top: -1px;
    /* margin-left: 5rem; */

    @media (max-width: 769px) {
        top: 35% !important;
        right: 3rem !important;
    }
}

.common {
    color: #b9b9b9;
    transition: color 0.2s ease-in;
    /*margin-right: 1.25rem;*/
    font-size: 1rem;

    &:hover {
        color: #000000;
    }
}

.common.active {
    color: black;
}

.sort-section-items {
    display: block;
    @media (max-width: 700px) {
        display: none !important;
    }
}

.sort-section-items-respo {
    display: none !important;
    height: 0;
    visibility: hidden !important;
    @media (max-width: 699px) {
        /* display: block !important; */
        visibility: visible !important;
        height: auto;
        margin: 0 auto 2rem;
    }
}

.sorting-container {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    @media (max-width: 280px) {
        grid-template-columns: 1fr;
    }
}

.sorting-container a {
    text-align: start;
}

.common-respo {
    color: #b9b9b9;
    transition: color 0.2s ease-in;
    font-size: 1rem;

    &:hover {
        color: #000000;
    }
}

.common-respo.active {
    color: black;
}

/* Grouping Section Style End */

/* Grouping Card Section Style Start */

.card-group {
    max-width: 70rem !important;
    /* min-width: 10rem !important; */

    @media screen and (max-width: 769px) {
        max-width: 39rem !important;
        margin-top: 1rem;
    }
}

.card-container {
    max-height: 28rem;
}

.card-style {
    max-height: 20rem;
    min-height: 20rem;
    background-color: #000000 !important;
    color: #ffffff;
    border-radius: 1rem;

    @media screen and (max-width: 768px) {
        max-height: 19rem;
        min-height: 19rem;
    }

    @media screen and (max-width: 426px) {
        max-height: 22rem;
        min-height: 22rem;
    }

    @media screen and (max-width: 376px) {
        max-height: 20rem;
        min-height: 20rem;
    }

    @media screen and (max-width: 321px) {
        max-height: 18rem;
        min-height: 18rem;
    }
}

.card-img-style {
    padding: 1rem;
    border-radius: 1.5rem;
    transition: all 0.4s ease-out;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

    &:hover {
        transform: scale(1.03);
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
}

.card-text-style {
    line-height: 2rem;
    word-spacing: 0.1rem;
    font-family: "Peyda-Black" !important;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clamb {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
}

.fix-items {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    text-justify: inter-word;
}

/* Grouping Card Section Style End */

.square-style {
    margin: 5rem;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border: 1px solid #000000;
    position: relative;

    @media (max-width: 426px) {
        width: 3rem;
        height: 3rem;
    }
}

.btn-more {
    background-color: #ffffff;
    border: none;
    position: absolute;
    left: 2rem;
    top: 1.25rem;
    font-family: Peyda-Black !important;
    transition: all 0.2s ease-in;

    @media (max-width: 426px) {
        font-size: 0.9rem;
        left: 1.5rem;
        top: 0.9rem;
    }
}

.square-style:hover {
    .btn-more {
        left: 2.5rem;

        @media (max-width: 426px) {
            left: 2rem;
        }
    }
}

.news-image-container img {
    max-width: 450px;
    /*max-height: 10px;*/
    /*width: auto;*/
    height: auto;
}
