/*
Theme Name: AreUOK
Author: SITELINER
Version: 1.0
*/


@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Light.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Thin.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Thin.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Bold.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Medium.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Regular.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Heavy.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Black.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-ExtraBlack.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-SemiBold.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-ExtraBold.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/Yekan/YekanBakh-Light.woff2') format('woff2'),
        url('fonts/Yekan/YekanBakh-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;

}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    color: black;
    font-family: 'Yekan Bakh';
    direction: rtl;
}

* {
    text-decoration: none;
    box-sizing: border-box;
}

.Container {
    width: 100%;
}

.Section {
    max-width: 90%;
    width: 1600px;
    margin: 0px auto;

}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 20px;
}

.LogoHolder,
.HeaderActions {
    width: 200px;
}

.LogoHolder img {
    max-width: 100%;
    max-height: 45px;
}

.LogoHolder a {
    display: block;
}

header menu {
    padding: 0px;
    margin: 0px;
}

header menu .topnav {
    display: flex;
    gap: 40px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header menu a {
    padding-inline: 5px;
    padding-block: 10px;
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    position: relative;
}

header menu a:before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: 666;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

header menu li.current-menu-item > a,
header menu li:hover > a {
    color: #666;
}

header .topnav li a.active:before,
header .topnav li a:hover:before {
    opacity: 1;
}

.HeaderActions {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.HeaderActions img {
    width: 31px;
}


.SliderHolder {
    /* direction: ltr; */
    margin-top: 20px;
    border-radius: 35px;
    height: 550px;
    overflow: hidden;
}

.SliderItem {
    /* aspect-ratio: 2.5; */
    height: 550px;
    background-position: center;
    background-size: cover;
}



.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}

.swiper-pagination-bullet-active {
    background: #757575;
}

.SliderDetails {
    width: 50%;
    height: 100%;
    padding-right: 3%;
    padding-bottom: 3.5%;
    float: right;
    display: flex;
}

.SliderDetails h3 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #757575;
    display: none;
}

.SliderDetails>p {
    color: #757575;
    display: none;
}

.InnerSlider {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.InnerSlider .Selected,
.InnerPhotoWrapper {
    display: none;
    width: 100%;
    border-radius: 34px;
    padding: 15px;
    height: 235px;
    gap: 20px;
    align-items: center;
    position: relative;
    transition: all ease-in-out 0.3s;
    backdrop-filter: blur(6px) brightness(0.6);
}

.InnerSlider .Selected.active {
    display: flex;
}

.InnerSliderImg,
.ImgInnerPhotoWrapper {
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 14px;
    /* background-color: #8a8a8a; */
}

.InnerSliderDetails,
.TextInnerPhotoWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 30px;
}

.InnerSliderDetails p,
.TextInnerPhotoWrapper p {
    color: white;
    font-size: 20px;
    margin: 0px;
}

.InnerSliderDetails span,
.TextInnerPhotoWrapper span {
    color: lightgray;
}

.TextInnerPhotoWrapper {
    width: calc(100% - 220px);
}

.InnerSliderActions {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.InnerSliderAction {
    border-radius: 100px;
    height: 40px;
    display: grid;
    place-content: center;
    color: white;
    flex-grow: 1;
    cursor: pointer;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    backdrop-filter: blur(6px) brightness(0.6);
}

.InnerSliderAction.active,
.InnerSliderAction:hover {
    background-color: #7c7c7c;
}

.InnerSliderLink {
    position: absolute;
    left: 20px;
    bottom: 20px;
    transform: rotate(-90deg);
}

.AboutInHome {
    width: 100%;
    display: flex;
    margin-block: 40px;
}

.AboutInHome .Part {
    width: 50%;
}

.Title {
    font-weight: bold;
    color: black;
    font-size: 22px;
    padding-right: 20px;
}

.Title h2 {
    margin: 0px;
    font-size: 22px;
}

.AboutInHome p {
    color: #757575;
    text-align: justify;
}

.ActionButton {
    border-radius: 100px;
    width: fit-content;
    padding-inline: 20px;
    height: 45px;
    display: grid;
    place-content: center;
    background-color: #D9D9D9;
    color: #757575;
    transition: all ease-in-out 0.3s;
}

.ActionButton:hover {
    background-color: #7A7A7A;
    color: white;
}

.ProductsInHome {
    margin-block: 40px;
    display: flex;
    flex-direction: column;
}

.ProductsListInHomeWrapper {
    margin-top: 30px;
    /* display: flex; */
}

/* .ProductInHomeWrapper {
    padding-inline: 10px;
} */

.ProductInHome {
    background-color: #f2f2f2;
    border-radius: 30px;
    color: #757575;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ProductInHome .PTitle {
    font-size: 15px;
    height: 57.6px;
    overflow: hidden;
    line-height: 1.3;
}

#BlogListInHome .PTitle {
    display: flex;
    align-items: center;
    justify-content: start;
}

.ProductInHome .SpanTitle {
    font-size: 12px;
    text-align: center;
}

.ProductInHome .PImage {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-color: white;
    margin-top: 10px;
    aspect-ratio: 1;
}

.PhotoWrapper {
    margin-block: 90px;
    background-size: cover;
    background-position: center;
    padding-top: 40%;
    position: relative;
}

.InnerPhotoWrapper {
    display: flex;
    width: 500px;
    position: absolute;
    bottom: 10%;
    right: 50%;
    max-width: 48%;
    transition: all ease-in-out 0.3s;
}

.InnerPhotoWrapper:hover {
    opacity: 1;
}

.InnerPhotoWrapper2 {
    Top: 10%;
    right: 3%;
    bottom: unset;
}

.ListCategories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    overflow: hidden;
    transition: height 0.4s ease;
}

.ListCategories .Category {
    aspect-ratio: 1 / 1;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
}

.ListCategories .Category span {
    position: absolute;
    right: 10%;
    bottom: 5%;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 21px;
    font-weight: 500;
    height: 50px;
    padding-top: 9px;
    padding-inline: 25px;
    text-align: center;
    line-height: 1;
    backdrop-filter: blur(6px) brightness(0.6);
}

.toggleBtn {
    text-align: center;
    margin: 30px auto;
    display: block;
    background: unset;
    border: none;
    cursor: pointer;
}

#BlogListInHome .SpanTitle {
    height: 57px;
    overflow: hidden;
    text-align: right;
}

.Footer {
    display: grid;
    grid-template-columns: 1fr 250px 250px 1fr;
    gap: 10px;
    border-bottom: 1px solid #989898;
    padding-bottom: 20px;
}

.Footer .c1 {
    place-content: center;
}

.Footer .c1 img {
    width: 100%;
}

.Footer .c2,
.Footer .c3 {
    padding-inline: 20px;
}

.ListLinksTitle {
    color: #757575;
    font-weight: bold;
    margin-bottom: 30px;
}

.ListLinks ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ListLinks ul li a {
    color: #757575;
    font-size: 14px;
}

.Footer .c4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.ContactLine {
    display: flex;
    color: #757575;
    gap: 20px;
    align-items: center;
}

.ContactLine img {
    max-width: 25px;
    max-height: 25px;
}

.Socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.Social img {
    max-width: 25px;
    max-height: 25px;
}

.TextAlone {
    color: #757575;
    text-align: center;
    width: 100%;
    padding-block: 15px;
}

.Copyright {
    background-color: #D9D9D9;
    color: #757575;
    padding-block: 10px;
    width: 100%;
    text-align: center;
    direction: ltr;
}

.Copyright span {
    margin-top: 4px;
    display: block;
}

.CategoryIconListWrapper {
    display: flex;
}

.CategoryIconList {
    margin-block: 30px;
    ;
}

.CategoryIcon {
    width: 13.5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}

.CategoryIcon Img {
    max-width: 60px;
    max-height: 120px;
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.CategoryIcon.active img,
.CategoryIcon:hover img {
    opacity: 1;
}

.CategoryIcon span {
    color: #757575;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;

}

.ProductsInArchive {
    margin-top: 60px;
}

.ProductsInArchive .ListCategories {
    grid-template-columns: repeat(3, 1fr);
}

.PostTitleAndMeta {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-block: 20px 20px;
    padding-inline-start: 15px;
}

.PostTitleAndMeta span {
    color: #757575;
    font-size: 14px;
}

.PostTitleAndMeta h1 {
    color: black;
    font-size: 28px;
    font-weight: 500;
    margin: 0px;
    margin-top: 0px;
}

.SingleAbout {
    margin-block: 40px;
}

.SingleAbout ul li {
    color: #757575;
}

.SingleAbout {
    align-items: center;
}

.SmallTitle {
    color: #757575;
    margin-bottom: 30px;
}

.SingleDetails {
    margin-block: 50px;
}

.HiddenElement {
    border-top: 1px solid #D9D9D9;
    overflow: hidden;
    height: 50px;
    padding-bottom: 20px;
}

.HTitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-inline: 20px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.HTitle span {
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.HTitle img {
    width: 40px;
}

.HMain {
    width: 100%;
    padding-inline: 20px;
    color: #757575;
}

.HiddenElement.expand {
    height: auto;
}


.PageImage {
    width: 100%;
    border-radius: 35px;
    background-position: center;
    background-size: cover;
    padding-top: 35%;
    margin-top: 30px;
}

.PageText {
    margin-bottom: 100px;
    color: #757575;
    margin-top: 20px;
}

.ContatcUsParts {
    display: flex;
    flex-direction: row;
}

.ContatcUsParts .ContactLine {
    width: 33.33%;
    border-left: 2px solid #d9d9d9;
    padding-top: 30px;
    justify-content: center;
    padding-inline-end: 10px;
    text-align: justify;

}

.ContatcUsParts .ContactLine:last-child {
    border: none;
}

.PostMetaAndExpert {
    margin: 40px auto;
    display: flex;
    color: #757575;
}

.PostMetaInSingle {
    width: 50%;
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
    align-items: start;
}

.PostExpertInSingle {
    width: 50%;
    color: #757575;
}

.PostExpertInSingle p {
    margin: 0px;
}

.MetaLine {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

.MetaLine span {
    padding-top: 3px;
}

.MetaLine img {
    max-width: 25px;
    max-height: 25px;
}

.Tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
    justify-content: space-between;
}

.Tags .tag {
    padding-right: 15px;
    position: relative;
    color: #757575;
}

.Tags .tag:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #757575;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 9px;
}

.TextContent {
    margin-block: 50px;
    color: #757575;
    ;
}

.TextContent h2,
.TextContent h3,
.TextContent h4,
.TextContent h5,
.TextContent h6 {
    font-weight: 500;
    color: black;
}

.TextContent p {
    text-align: justify;
}

.swiper-button-next,
.swiper-button-prev {
    width: 10px;
    color: #464646;
}

/* #ProductsListInHome {
    display: block !important;
    height: auto !important;
}

#ProductsListInHome .swiper-wrapper {
    height: auto !important;
    align-items: flex-start !important;
}

.ProductsListInHomeWrapper {
    display: block !important;
} */

#ProductsListInHome .ProductInHome .PTitle,
#ProductAjax .ProductInHome .PTitle,
.ProductsInArchive .ProductInHome .PTitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.InBlogList .ProductInHome .PTitle,
.InBlogList .ProductInHome .SpanTitle {
    text-align: right;
}

#loading {
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9999999;
}

.loader {
    position: relative;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.loader:after {
    content: '';
    position: absolute;
    inset: 8px;
    margin: auto;
    background: #222b32;
    border-radius: 50%;
}

.loader:before {
    content: '';
    position: absolute;
    inset: 0px;
    margin: auto;
    background: #0084FF;
    animation: crlMugLoader 2s linear infinite alternate;
}

@keyframes crlMugLoader {

    0%,
    10% {
        transform: translateY(64px)
    }

    90%,
    100% {
        transform: translateY(0px)
    }
}

.menu-item {
    position: relative;
    padding-block: 10px;
}

.sub-menu {
    position: absolute;
    width: 300px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    backdrop-filter: blur(6px) brightness(0.6);
    /* border: 1px solid #e9e9e9; */
    overflow: hidden;
    display: none;
}

.sub-menu .menu-item {
padding-block: 0px;
  text-align: center;
  border-bottom: 1px solid darkgray;
  transition: all ease-in-out 0.4s;
}

.sub-menu .menu-item:last-child{
    border:none;
}

.sub-menu .menu-item a{
    font-size: 14px;
    padding-block:8px;
    display: block;
    color:white;
}

.sub-menu .menu-item:hover{
    background-color: #7b7b7b;
}

.menu-item-has-children:hover .sub-menu{
    display: block;
}

.sub-menu .menu-item a:before{
    display: none !important;
}