#main {
    overflow: hidden;
}

.background {
    position: relative;
    background-image: url(../../../img/background-1.webp);
    background-size: 100% 100%;
}

.breadcrumb {
    z-index: 10;
}

.last-news h2 {
    color: var(--primary);
}

.last-news .news-content .overlay {
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 50%;
    right: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.last-news .news-content .overlay .desc {
    display: -webkit-box;
    overflow-y: clip;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* text-align: justify; */
    direction: rtl;
    text-align: right;
}

.owl-stage-outer {
    direction: ltr;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none !important;
}

/*  blog */

.key-words .head::after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: var(--yellow);
}
.key-words .head {
    padding-right: 30px;
    color: var(--primary);
    margin-bottom: 20px;
}
.key-words .key-tabs a {
    color: #fff;
    border: 1px solid var(--primary);
    background: var(--primary);
    font-size: 12px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}
.key-words .key-tabs a:hover {
    color: #000;
    border: 1px solid #dddddd;
    background: transparent;
}
.products_img_right img {
    border: 1px solid black;
    border-top-left-radius: 75px;
}

.products_img .departments .title {
    font-family: Barada;
    padding-right: 30px;
    color: var(--primary);
}

.products_img .product_departments .department {
    color: #000000 !important;
    background-color: #edf1f7e8;
    padding: 10px;
    border-radius: 4px;
}

.products_img .product_departments .department:hover {
    background-color: #86b7fe;
}

.products_img .departments .title::after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: var(--yellow);
}

.product-discription span {
    width: 20px;
    height: 20px;
    background-color: var(--yellow);
}

.product-discription .title {
    color: var(--primary);
    font-size: 20px;
    margin-left: 20px;
}
.product-feat li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.product-discription p {
    display: -webkit-box;
    overflow-y: clip;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: justify;
    width: 80%;
}

.product-discription button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    border-radius: 8px;
    transition: 0.5s;
}

.product-discription button i {
    padding: 2px;
    transform: rotate(-35deg);
    font-size: large;
}

.product-discription button:hover {
    color: var(--primary);
    background-color: #fff;
}

.products_img .product-discription .icons a {
    color: #fff;
    margin-left: 5px;
}

.products_img .product-discription .icons i {
    font-size: 20px;
    border-radius: 5px;
    background-color: #ebd50c;
    transition: 0.5s;
}

.products_img .product-discription .icons i:hover {
    background-color: var(--primary);
}

.products_img_right a {
    text-decoration: none;
}

.height-info {
    height: 350px;
}

.height-info img {
    object-fit: cover;
    aspect-ratio: 1/1;
}

/* @media (max-width:1200px) {
    .height-info {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .height-info {
        height: 220px;
    }
} */

@media (max-width: 568px) {
    .sm-meda {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 17px;
    }

    .custom {
        flex-direction: column;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .product-discription p {
        width: 100%;
    }
}

/* art-news */
.art-news .container {
    border-bottom: 3px solid var(--primary);
    border-top: 3px solid var(--primary);
    border-radius: 3px;
}

.art-news .text .head {
    gap: 12px;
}

.art-news .text .head h2 {
    color: var(--primary);
}

.art-news .text .head span {
    width: 25px;
    height: 25px;
    background-color: var(--yellow);
}

@media (max-width: 568px) {
    .art-news .text {
        margin-top: 25px;
    }
}

/* ifream */
iframe {
    border: 5px solid var(--primary);
    width: 100%;
    border-radius: 25px;
    padding: 12px;
    background-color: #ddd;
    height: 325px !important;
}

.iframe .container {
    border-top: 3px solid var(--primary);
    border-radius: 3px;
}

.iframe h2 {
    color: var(--primary);
}

@media (max-width: 568px) {
    iframe {
        height: 250px !important;
    }
}

.products_img_right img {
    height: 325px !important;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}







.art-news .item-news .info{
    padding-left: 10px;
    position: relative;
}

.art-news .item-news .info::before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
}


.art-news .item-news .info::after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 10px;
    height: 10px;
    bottom: 0;
    left: -0;
    transform: translate(-40%, 0) rotate(45deg);
}


.products_img_left-1 {
    border-radius: 1.7rem;
    position: relative;
    background-color: #2986fe26;
}
.gallery-scroll{
    height: 400px;
    overflow-y: auto;
    padding: 20px 10px 5px;
}
.products_img_left-1 img {
    height: 200px;
}
.products_img_left-2 {
    border-radius: 1.7rem;
    background-color: var(--primary);
    position: relative;
}
.products_img_left-2 img {
    height: 140px;
}
.products_img_left-3 {
    border-radius: 1.7rem;
    background-color: var(--primary);
    position: relative;
}
.products_img_left-3 img {
    height: 140px;
}
.products_img_left-1 .num {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--yellow);
    position: absolute;
    right: -5px;
    top: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
