@font-face {

    font-family: Ahang-Bold;

    font-style: normal;

    font-weight: normal;

    src: url('../font/Ahang-Bold.ttf');

}

@font-face {

    font-family: Ahang-Black;

    font-style: normal;

    font-weight: normal;

    src: url('../font/Ahang-Black.ttf');

}

@font-face {

    font-family: Ahang-Medium;

    font-style: normal;

    font-weight: normal;

    src: url('../font/Ahang-Medium.ttf');

}

@font-face {

    font-family: Ahang-Light;

    font-style: normal;

    font-weight: normal;

    src: url('../font/Ahang-Light.ttf');

}

@font-face {

    font-family: Ahang-Regular;

    font-style: normal;

    font-weight: normal;

    src: url('../font/Ahang-Regular.ttf');

}

@font-face {

    font-family: ProductSans-Regular;

    font-style: normal;

    font-weight: normal;

    src: url('../font/ProductSans-Regular.ttf');

}

@font-face {

    font-family: ProductSans-Heavy;

    font-style: normal;

    font-weight: normal;

    src: url('../font/ProductSans-Heavy.ttf');

}

@font-face {

    font-family: SFMedium;

    font-style: normal;

    font-weight: normal;

    src: url('../font/SFMedium.otf');

}


:root {
    --font-family-normal: Ahang-Regular;
    --font-family-Heavy: Ahang-Black;
    --font-family3-normal: ProductSans-Regular;
    --font-family3-Heavy: ProductSans-Heavy;
    --font-family4: SFMedium;
    --Primery1: #323232;
    --bg-color: #F4F8FB;
    --mood-btn: #323232;
    --mood-color: #FFFFFF;
    --mood-hover: #565D63;
    --dots-color: #E9EFF3;
    --line-color: #DFE6EC;
    --hover-line: #0C92FF;
    --card-bg: #FFFFFF;
    --search-stroke: #323232;
    --circle-color: #565D63;
    --circle-hover: #0C92FF;
    --bubble-bg: #DFE6EC;
    --little-bubble: #ADB0B2;
    --bubble-hover: #C3E4FF;
    --more-item: #fff;
    --grey: #7E868E;
    --footer-bg: #E9EFF3;
    --bottom-footer: #DFE6EC;
    --footer-span: #ADB0B2;
    --social-filter: none;
    --submit-button: #323232;
    --submit-button-hover: #565D63;
    --beans: #C3E4FF;
    --blue-item: #0C92FF;
    --Ellipse-bg: #F4F8FB;
    --Ellipse-border: #DFE6EC;
    --category-btn: #DFE6EC;
    --category-btn-active: #323232;
}

[data-theme="dark"] {
    --Primery1: #F5F5F5;

    --bg-color: #323232;
    --mood-btn: #F4F8FB;
    --mood-hover: #d9dde0;
    --mood-color: #323232;
    --dots-color: #7E868E;
    --line-color: #7E868E;
    --hover-line: #F4F8FB;
    --card-bg: #565D63;
    --search-stroke: #F4F8FB;
    --circle-color: #ADB0B2;
    --circle-hover: #C3E4FF;
    --bubble-bg: #7E868E;
    --little-bubble: #C3E4FF;
    --bubble-hover: #7E868E;
    --more-item: #0C92FF;
    --grey: #DFE6EC;
    --footer-bg: #565D63;
    --bottom-footer: #323232;
    --footer-span: #E9EFF3;
    --social-filter: invert(96%) sepia(44%) saturate(0%) hue-rotate(183deg) brightness(1003%) contrast(101%);
    --submit-button: #7E868E;
    --submit-button-hover: #70777e;
    --beans: #565D63;
    --blue-item: #C3E4FF;
    --Ellipse-bg: #565D63;
    --Ellipse-border: #565D63;
    --category-btn: #E9EFF3;
    --category-btn-active: #565D63;
}

html {

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    font-weight: normal !important;

    text-transform: none;

    height: 100%;

}

body {
    background-color: var(--bg-color);
    color: var(--Primery1);
    font-size: 14px;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-family-normal), var(--font-family3-normal);
    z-index: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: normal;
}

.container {
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
    padding: 10px 15px;
    text-align: right;
    min-height: 78vh;
    direction: rtl;
}

.second-container {
    max-width: 840px;
    margin: 30px auto;
    position: relative;
    text-align: right;
    direction: rtl;

}

.container-fluid {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0 0;
    min-height: 100vh;
}

h1 {

    font-size: 32px;
    font-family: var(--font-family-Heavy), var(--font-family3-Heavy);

}

h2 {

    font-size: 24px;

}

h3 {

    font-size: 22px;
    line-height: 25px;

}

h4 {

    font-size: 20px;
    line-height: 25px;

}

h5 {

    font-size: 18px;
    display: block;
    line-height: 29px;
}

h6 {

    font-size: 16px;
    display: block !important;
    line-height: 25px;

}

p {

    font-size: 14px;
    line-height: 200%;
}


a,
a:hover,
a:visited {

    outline: none !important;

    text-decoration: none;

    -webkit-tap-highlight-color: transparent;

}

a:hover {

    color: inherit;

}

a:not([href]) {
    color: initial;
}

object,
embed {

    outline: 0;

}

button:active,
button:focus {

    outline: 0;

}

* {

    margin: 0;

    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

dl,
ol,
ul {

    margin: 0;

}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}

.row {
    margin: 0;
}


.theme-switch input {
    display: none;
}

.theme-switch {
    margin: 0 0 0 20px !important;
}

.slider {
    width: 138px;
    height: 43px;
    background-color: var(--mood-btn);
    cursor: pointer;
    color: var(--mood-color);
    font-size: 16px;
    border-radius: 100px;
    justify-content: space-between !important;
    padding: 0 20px;
    transition: all 0.3s;

}

.slider svg {
    margin-right: 10px;
}

.slider span {
    margin-right: 5px;
}

.slider:before {
    display: none;
}


.slider .light {
    display: block;

}

.slider .dark {
    display: none;

}

input:checked + .slider .light {
    display: none;


}

input:checked + .slider .dark {
    display: block;

}

.flex-box {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
}


.nav-container {
    width: 100%;
    position: relative;


}

.navbar {
    display: grid;
    grid-template-columns: 0.2fr auto 1fr;
    align-items: center;
    max-width: 1196px;
    margin: 0 auto;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid var(--line-color);
}

.navbar-item {

    position: relative;
    direction: rtl;


}

#left-nav {
    justify-self: start;
    cursor: pointer;
    z-index: 3;
    display: flex;
    direction: rtl;
    align-content: center;
    align-items: center;
    justify-content: start;
    width: max-content;
    position: relative;

}

.nav-menu li {
    margin: 0 20px;
    position: relative;
}

.logo {
    margin: 0 0 0 25px !important;
    display: block;
}

.nav-links {
    color: var(--Primery1) !important;
    text-decoration: none;
    transition: all 0.5s;

}

.header-item {
    color: var(--Primery1) !important;
    position: relative;

}

.menu-toggle {
    cursor: pointer;
}

.menu-toggle svg {
    width: 25px;
    height: 25px;
    display: none;

}

.menu-toggle svg path {
    fill: var(--search-stroke);
}

.logo svg path {
    fill: var(--Primery1);
}

.mobile-menu, .overlay {
    display: none;
}

.nav-item {
    margin: 0 20px;
    cursor: pointer;

}

.indicator {
    position: absolute;
    height: 2px;
    background-color: var(--hover-line);
    top: calc(100% - (-22px));
    transition: all 0.3s ease-in-out;
    transform: scaleX(0);
}

.indicator-active {
    position: absolute;
    height: 2px;
    background-color: var(--hover-line);
    top: calc(100% - (-25px));
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    transform: scaleX(1);
    width: 100%;
}

.main-nav {
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    direction: rtl;
    margin-bottom: 0;
}

@media screen and (min-width: 767px) {

    .main-nav:hover ~ .indicator {
        transform: scaleX(1);
    }

    .main-nav:hover .indicator-active {
        transform: scaleX(0);
    }

    .archive-item:hover .circles span {
        background-color: var(--circle-hover);
    }

    .archive-item:hover h5 {
        color: var(--circle-hover) !important;
    }

    .video-card:hover .video-title {
        color: var(--circle-hover) !important;
    }

    #contain {
        padding-right: 35px;
    }

    .Program-items:hover .bubble span {
        background: var(--circle-hover) !important;

    }

    .Program-items:hover .bubble {
        background: var(--bubble-hover) !important;

    }

    .Program-items:hover .image-on-hover {
        display: block;
        opacity: 1;

    }

    .Program-items:hover h5 {
        color: var(--circle-hover) !important;
    }

    .media-items:hover h5 {
        color: var(--circle-hover) !important;
    }

    #owl-carousel5 .item:hover h5 {
        color: var(--circle-hover) !important;
    }

    .supporters-item:hover h5 {
        color: var(--circle-hover) !important;
    }

    #supporters-item:hover h5 {
        color: var(--Primery1) !important;
    }

    .social-row li:hover svg path {
        fill: var(--circle-hover);
    }

    .more-item:hover {
        background: var(--circle-hover) !important;
        color: var(--more-item) !important;
    }

    footer li:hover a {
        color: var(--circle-hover) !important;
    }

    footer li:hover a span {
        background: var(--circle-hover) !important;
    }

    .Ellipse:hover {
        border: 1px solid var(--circle-hover) !important;

    }

    #owl-carousel .card-item:hover, #owl-carousel2 .card-item:hover {
        transform: scale(1.02);
    }

    .elite-row .card-item:hover {
        transform: scale(1.02);
    }

    .search-result:hover {
        transform: scale(1.02);
    }

    .news-item:hover {
        transform: scale(1.02);
    }

    .search-result:hover h2 {
        color: var(--circle-hover) !important;

    }

    input:hover {
        border: 1px solid var(--mood-btn);
    }

    textarea:hover {
        border: 1px solid var(--mood-btn);
    }

    .social-icon:hover {
        border: 1px solid var(--circle-hover);
    }

    .social-icon:hover path {
        fill: var(--circle-hover);
    }

    .slider:hover {
        background-color: var(--mood-hover);
    }

    .submit-button:hover {
        background-color: var(--submit-button-hover);
    }

    .category-items:hover {
        background-color: var(--category-btn-active);
        color: #F5F5F5 !important;
    }

    .footer-item:hover h5 {
        color: var(--circle-hover) !important;
    }

    .video-card:hover .card-item img {
        transform: scale(1.08);
    }
}

.category-row {
    direction: ltr;
    margin-bottom: 15px;
    width: 100%;
}

#category-row {
    direction: rtl;
}

#owl-carousel-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    #owl-carousel-mobile {
        display: block;
    }

    #owl-carousel {
        display: none !important;
    }

    #owl-carousel-mobile .card-details {
        flex-direction: column !important;
    }

    .parcham {
        margin-top: 0 !important;
    }

    .mobile {
        display: none;
    }

    .category-row {
        margin: 15px 0;
    }

    #more-item {
        width: 100%;
    }

    .owl-carousel .item {
        padding: 10px 15px !important;
    }

    #owl-carousel .item {
        padding: 10px 0 !important;
    }

    #owl-carousel2 .item, #owl-carousel-mobile .item {
        padding: 10px 10px !important;
    }

    #owl-carousel4 .item {
        padding: 10px 10px !important;
    }

    .container .owl-theme .owl-dots {
        padding: 0 15px !important;
    }

    .container .owl-carousel {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .beans-row {
        display: none;
    }

    .mobile-menu {
        grid-template-columns: auto;
        background: var(--card-bg);
        margin: 0;
        position: fixed;
        width: 250px;
        top: 0;
        right: 0;
        opacity: 1;
        transition: all 0.5s ease;
        bottom: 0;
        padding-top: 100px;
        list-style: none;
        display: block !important;
        opacity: 1;
        transform: translateX(100%);
        z-index: 1000;

    }

    .menu-toggle img {
        display: block;
    }

    .close {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 40px;
        left: 43px;
        cursor: pointer;
        opacity: 1 !important;

    }

    .close path {
        fill: var(--search-stroke);
    }

    .overlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 14;
        display: none;
        width: 100%;
        opacity: 1;

    }

    .menu-toggle svg {
        display: block !important;
    }

    .mobile-menu.active {
        transform: translateX(0);
        transition: all 0.5s ease;

    }

    .navbar-item {
        display: none !important;
    }

    .nav-links {
        text-align: center;
        line-height: 60px;
        width: 100%;
        display: table;
    }

    .nav-links:hover {
        transition: all 0.4s ease-out;
    }

    .navbar {
        width: 100%;
        padding: 10px 15px;
    }

    #mobile-menu {
        position: absolute;
        right: 15px;
        z-index: 110;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: column;

    }

    .menu-toggle .bar {
        display: block;
    }
}

.Language-item {
    display: block;
    color: #FFFFFF !important;
    padding: 12px 15px 15px 15px;
    background-image: url("../icon/language.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    text-align: center;
    width: 240px;
    top: 0;
    cursor: pointer;
    margin: 0 auto;
    font-family: Ahang-Bold, ProductSans-Regular;
}


.contain {
    margin: 25px auto 15px auto;
    width: 100%;
    direction: ltr;
}

.contain h1, .second-container h1 {
    margin-bottom: 25px;
}

.contain h2 {
    margin-bottom: 25px;
    font-family: Ahang-Black, ProductSans-Heavy;
    font-size: 28px;
}

.item {
    background-color: transparent;
    direction: rtl;
}

.item .row {
    height: 100%;
}

.padding-item {
    padding: 10px;
}

.card-item {
    border-radius: 10px;
    background-color: var(--card-bg);
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(65, 70, 74, 0.1);
    height: 100%;
    transition: all 0.3s;
    transform: scale(1);
    cursor: pointer;
}

.image-box {
    width: 100%;
    height: auto;
    position: relative;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1);
}

.card-content {
    padding: 20px 15px;
}

.card-content h2 {
    font-family: Ahang-Black, ProductSans-Heavy;
    font-size: 28px;
    color: var(--Primery1);
    line-height: 39px;
}

.card-content h2, .card-content p {
    margin: 0 0 15px 0;
    display: block;
    text-align: right;
    color: var(--Primery1);
}

.card-details {
    justify-content: space-between;
    direction: rtl;
    width: 100%;
    font-size: 14px;
}

.blue {
    color: var(--blue-item) !important;
}

.details-items img {
    width: 24px !important;
    height: 24px;
    margin-right: 5px;
}

.details-items {
    margin-right: 15px;
    color: #ADB0B2;
}

.second-details-items {
    margin-right: auto !important;
}

.main-card-details {
    margin-top: 35px;
}

.main-card-details h1 {
    margin-bottom: 0;
}

.second-card-details {
    margin-top: 28px;
}

.search path {
    stroke: var(--search-stroke);
}

.second-image-box {
    width: 102px;
    height: 102px;
    overflow: hidden;
    border-radius: 60px 60px 60px 20px;
    margin: 0 auto 0 auto;

}

.second-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-card {
    flex-direction: column;
    padding: 20px;
}

.inner-card h5 {
    margin: 15px 0;
    font-family: Ahang-Black, ProductSans-Heavy;
}

.inner-card h6 {
    margin: 0 0 15px 0;
    font-family: Ahang-Bold, ProductSans-Heavy;

}

.inner-card p {
    margin: 0;
}

.circles {
    direction: ltr;
    margin-left: 10px;
}

.archive-item {
    cursor: pointer;
}

.circles span {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: var(--circle-color);
    transition: all 0.3s;
    display: inline-block;
    margin-right: 2px;
}

.circles .first-child {
    width: 20px !important;
}

.title-item {
    margin: 0 0 25px 0;

}

.title-item h2 {
    margin: 0;
}

.title-item h5 {
    margin: 0;
    transition: all 0.3s;
    color: var(--circle-color) !important;
}

.image-title {
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: #FFFFFF;
    font-family: Ahang-Black, ProductSans-Heavy;
    font-size: 28px;
    z-index: 2
}

.gradiant {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.video-item {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(210, 210, 210, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 100px;
    width: 64px;
    height: 44px;
    z-index: 1;
}

.video-item img {
    width: 24px !important;
    height: 24px;
}

.video-title {
    font-family: Ahang-Bold, ProductSans-Heavy;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
    margin-top: 15px;
    padding: 0 10px;
}

.video-card {
    flex-direction: column;
    cursor: pointer;
}

.video-card .card-item {
    height: auto;
    box-shadow: none;
    background-color: transparent;
}

.video-card .video-title {
    color: var(--Primery1);
}

#owl-carousel2 .item {
    padding: 10px 0;
    color: inherit;
}

#owl-carousel5 .image-box2 {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 15px;
}

.image-box2 img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

#owl-carousel5 h5 {
    font-family: Ahang-Black, ProductSans-Heavy;
    transition: all 0.3s;
}

.supporters-item {
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
}

.supporters-item .image-box2 {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100px;
    margin: 15px auto;
}

.supporters-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.supporters-item h5 {
    font-family: Ahang-Black, ProductSans-Heavy;
    transition: all 0.3s;
    color: var(--Primery1);
}

#owl-carousel6 .second-image-box {
    width: 80px;
    height: 80px;
}

.profile-content {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 15px;
}

.profile-content h5 {
    margin: 15px 0 0 0;
    font-family: Ahang-Black, ProductSans-Heavy;

}

.profile-content p {
    margin: 3px 0 0 0;
    color: #ADB0B2;
}

.profile-row {
    width: 100%;
    direction: rtl;
    justify-content: right;
}

.profile-row .second-image-box {
    margin: 0 0 15px 0;
}

#owl-carousel6 .video-card {
    padding: 0 10px;
}

.video-card p {
    margin-bottom: 0;
}

.video-card h5 {
    color: var(--Primery1);
}

.Program-row {
    margin: 35px 10px;
    position: relative;
    /*border-right: 1px solid var(--line-color);*/
}

.line {
    width: 1px;
    height: 90%;
    background-color: var(--line-color);
    position: absolute;
    right: -1px;
}

#line {
    height: 82%;
}

.Program-items {
    margin-bottom: 15px;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    display: block;
    transition: all 0.3s;
}

.Program-items h5 {
    margin: 0 0 5px 0;
    font-style: normal;
    transition: all 0.3s;
    color: var(--Primery1) !important;
    font-family: Ahang-Bold, ProductSans-Heavy;

}

#Program-row p {
    color: var(--Primery1) !important;

}

.Program-items p {
    margin: 0;
    color: var(--grey);
}

.bubble {
    width: 15px;
    height: 15px;
    background: var(--bubble-bg);
    border-radius: 100px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: -8px;
}

.bubble span {
    width: 9px;
    height: 9px;
    background: var(--little-bubble);
    border-radius: 100px;
    transition: all 0.3s;
}

.more-item {
    transition: all 0.3s;
    font-size: 16px;
    padding: 15px 40px;
    margin: 20px auto;
    position: relative;
    background-color: var(--line-color);
    color: var(--Primery1) !important;
    border-radius: 100px;
    width: max-content;
    cursor: pointer;
}

.media-content {
    width: 65%;
    padding-left: 10px;
    direction: rtl;
}

.media-content h5 {
    font-family: Ahang-Bold, ProductSans-Heavy;
    color: var(--Primery1);
}

.media-content .second-details-items {
    justify-content: flex-end;
}

.media-items {
    direction: rtl;
    margin-bottom: 20px;
    cursor: pointer;
}

.media-items h5 {
    transition: all 0.3s;
}

.media-items .image-box {
    width: 101px;
    height: 92px;
    border-radius: 10px;
    overflow: hidden;
}

.media-items .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-header {
    width: 100%;
    background-color: var(--footer-bg);

}

.bottom-header {
    width: 100%;
    background-color: var(--bottom-footer);
}

.bottom-header h6 {
    margin: 20px 0;
    color: var(--mood-btn);
}

footer .container {
    min-height: auto !important;
    padding: 20px 15px;
}

footer ul {
    list-style: none;
    margin-top: 20px;
    width: max-content;
}

footer h2 {
    font-size: 28px;
    font-family: Ahang-Black, ProductSans-Heavy;
    margin-top: 20px;
}

footer li span {
    width: 8px;
    height: 8px;
    background: var(--footer-span);
    border-radius: 100px;
    transition: all 0.3s;
    margin-left: 10px;
    display: inline-block;
}

footer li a {
    font-size: 16px;
    color: var(--Primery1) !important;

}

.top-header li a {
    transition: all 0.3s;
    font-family: Ahang-Bold, ProductSans-Heavy;

}

footer li {
    margin: 15px 0;
    cursor: pointer;
}

.footer-item {
    display: block;
    cursor: pointer;
}

.footer-item .image-box {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 20px;
    margin: 15px auto;
}

.footer-item .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-item h5 {
    color: var(--Primery1);
    transition: all 0.2s;
    font-family: Ahang-Bold, ProductSans-Heavy;
}

.social-row {
    justify-content: left;
    margin: 7px auto 7px 0;
    direction: ltr;
    list-style: none;

}

#social-row {
    margin: 7px auto 7px auto !important;
    justify-content: center !important;
}

.social-row li {
    margin-right: 15px;
    cursor: pointer;
}

.social-icons {
    display: inline-block;
}

.social-row li svg path {
    fill: var(--Primery1);
}

.input-row {
    display: block;
    margin: 10px 0;
}

label {
    margin: 0 0 5px 0;
    display: block;
    color: var(--Primery1);
    font-size: 16px;
}

input {
    width: 100%;
    outline: none;
    border: 1px solid #ADB0B2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: transparent;
    color: var(--Primery1);

}

input::placeholder {
    color: #ADB0B2;
}

input:focus {
    border: 1px solid var(--mood-btn);
}

textarea {
    width: 100%;
    outline: none;
    border: 1px solid #ADB0B2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 20px;
    resize: none;
    height: 100px;
    background-color: transparent;
    color: var(--Primery1);
    transition: all 0.3s;
}

textarea::placeholder {
    color: #ADB0B2;
}

textarea:focus {
    border: 1px solid var(--mood-btn);
    transition: all 0.3s;
}

.submit-button {
    border-radius: 100px;
    padding: 15px 45px;
    font-size: 16px;
    color: #F4F8FB !important;
    cursor: pointer;
    border: none;
    width: max-content;
    background-color: var(--submit-button);
    margin: 20px 0;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
}

.category-items {
    border-radius: 100px;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: var(--category-btn);
    margin: 5px 0;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    width: 100%;
    color: #323232 !important;
}

.category-items.active {
    background-color: var(--category-btn-active);
    color: #F5F5F5 !important;
}

.title {
    margin-bottom: 0 !important;
    margin-left: auto;
}

.img1 {
    width: 218px;
    height: 218px;
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
    margin-top: 55%;
    margin-right: 15%;
}

.img2 {
    width: 218px;
    height: 218px;
    border-radius: 100px 30px 30px 30px;
    overflow: hidden;
    margin-top: 5%;
    margin-right: 15%;
}

.beans {
    width: 149px;
    height: 149px;
    border-radius: 30px 30px 30px 100px;
    margin-top: 15%;
    margin-right: 15%;
    background-color: var(--beans);
}

.img1 img, .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
    .beans-row {
        transform: scale(0.8);
    }

    .img1 {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .card-details {
        flex-direction: column;
    }

    .card-details .archive-item {
        margin-top: 15px;
    }

    .blue {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 330px) {
    .main-card-details .flex-box {
        flex-direction: column;
    }

    .details-items.flex-box {
        flex-direction: row !important;
        margin-top: 15px;
    }

    .blue {
        margin-bottom: 0 !important;
    }
}

.second-container .video-card {
    padding: 0 5px 10px 5px;
    display: block;
    color: var(--Primery1);
}

.second-container .video-item {
    top: 12px;
    left: 12px;
}

.second-container .card-item {
    display: block;
    color: var(--Primery1);
}


.pagination {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    border-radius: 28px;
    margin: 15px auto 60px 0;
}

.pagination .Ellipse {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 3px;
    cursor: pointer;
    background: var(--Ellipse-bg);
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid var(--Ellipse-border);
    color: var(--Primery1) !important;
    transition: all 0.3s;
}

.pagination .select-selected {
    border: none !important;
    background: var(--Ellipse-bg) !important;
    width: 62px !important;
    justify-content: space-between !important;
    padding: 9px 13px !important;
    border-radius: 14px;
    height: 38px;
    color: var(--Primery1) !important;

}

.pagination .select-items {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px !important;
    background: var(--Ellipse-bg) !important;
    bottom: calc(100% + 10px);
    top: auto !important;
    color: var(--Primery1) !important;
}

/*.pagination .Ellipse:last-child{
    width: 62px!important;
    justify-content: space-between!important;
}*/
.pagination .select-selected::after {
    background-image: url("../icon/e-arrow.svg");
    left: 13px;
    bottom: 10px;

}

.pagination .select-items div {
    text-align: left;
}

.pagination .select-selected.select-arrow-active::after {
    transform: rotate(0deg) !important;
}

.reference {
    width: auto !important;
    padding: 0 15px;
    color: #c4c4c4 !important;
    background: var(--Ellipse-bg);
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 3px;

}

.Ellipse.active {
    background: var(--circle-hover);
    border: 1px solid var(--circle-hover);
    box-sizing: border-box;
    color: var(--more-item) !important;
}


@media (max-width: 500px) {
    #card-item {
        padding: 20px !important;
    }

    .pagination {
        justify-content: center;
        margin: 20px auto;
    }

    .pagination .Ellipse {
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin: 0 3px;
        cursor: pointer;
    }

    .reference {
        display: none;
    }

}

.custom-selects {
    position: relative;
    width: 100%;
}

.custom-selects select {
    display: none; /*hide original SELECT element:*/
}


.select-selected:after {
    position: absolute;
    content: "";
    bottom: 21px;
    left: 20px;
    width: 15px;
    height: 12px;
    background-image: url("../icon/bottom-arrow.svg");
    background-repeat: no-repeat;
    transition: all 0.2s;
    filter: var(--social-filter);

}

.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items, .select-selected {
    width: 100%;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid #ADB0B2;
    border-radius: 10px;
    text-align: right;
    outline: none !important;
    color: var(--Primery1);
    cursor: pointer;
}

.select-selected {
    padding-right: 45px !important;
}

.select-items div {
    padding: 10px 0;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

/*.animated  {*/
/*    -webkit-animation-fill-mode : both  ;*/
/*    animation-fill-mode : both  ;*/
/*}*/
/*.owl-animated-out {*/
/*    z-index : 1*/
/*}*/

/*.owl-animated-in {*/
/*    z-index : 0*/
/*}*/
/*.fadeOut  {*/
/*    -webkit-animation-name : fadeOut  ;*/
/*    animation-name : fadeOut  ;*/
/*    animation-duration : 500ms  ;*/
/*    -webkit-animation-duration :500ms  ;*/


/*}*/
/*.fadeIn{*/
/*    -webkit-animation-name : fadeIn  ;*/
/*    animation-name : fadeIn  ;*/
/*    animation-duration : 1000ms  ;*/
/*    animation-delay: 400ms;*/
/*    -webkit-animation-duration :1000ms  ;*/
/*}*/
/*@-webkit-keyframes  fadeOut  {*/
/*    0% {*/
/*        opacity : 1;*/
/*        transform: scale(1);*/
/*    }*/
/*    100% {*/
/*        opacity : 0   ;*/
/*        transform: scale(0.7);*/

/*    }*/
/*}*/
/*@keyframes  fadeOut  {*/
/*    0% {*/
/*        opacity : 1   ;*/
/*        transform: scale(1);*/

/*    }*/
/*    100% {*/
/*        opacity : 0   ;*/
/*        transform: scale(0.7);*/

/*    }*/
/*}*/
/*@-webkit-keyframes  fadeIn  {*/
/*    0% {*/
/*        opacity : 0   ;*/
/*        transform: scale(0.7);*/

/*    }*/
/*    100% {*/
/*        opacity : 1;*/
/*        transform: scale(1);*/
/*    }*/

/*}*/
/*@keyframes  fadeIn  {*/
/*    0% {*/
/*        opacity : 0   ;*/
/*        transform: scale(0.7);*/

/*    }*/
/*    100% {*/
/*        opacity : 1   ;*/
/*        transform: scale(1);*/

/*    }*/

/*}*/
@media screen and (max-width: 965px) {
    .logo {
        display: none;
    }

    .nav-item {
        margin: 0 12px !important;
    }

    .indicator {
        top: calc(100% - (-25px)) !important;
    }
}

#card-item {
    padding: 40px;
}

/* loading */
.loading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;

}

.circle {
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    margin: 0 2px;
    padding: 0 !important;
}

.circle:first-of-type {
    top: 0;
    -webkit-animation: scale 1s;
    animation: scale 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.circle:nth-of-type(2) {
    top: 0;
    -webkit-animation: scale 1s;
    animation: scale 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.circle:last-of-type {
    top: 0;
    -webkit-animation: scale 1s;
    animation: scale 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scale {
    0%, 100% {
        top: 0;
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background-color: #fff;
    }
}

@keyframes scale {
    0%, 100% {
        top: 0;
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background-color: #fff;
    }
}

.submit {
    min-width: 150px;
    min-height: 55px;
}

.submit2 {
    min-width: 172px;
    min-height: 56px;

}

#more-item {
    margin: 10px auto;
}

.grey-item {
    color: #ADB0B2;
    margin: 20px 0;
    text-align: right;
    direction: rtl;
}

.search-result {
    padding: 20px 15px;
    transition: all 0.3s;
    transform: scale(1);
    cursor: pointer;
    display: block;
    margin: 10px 0;
    height: auto !important;
}

.search-result h2 {
    font-family: Ahang-Black, ProductSans-Heavy;
    font-size: 28px;
}

.search-result p {
    margin-bottom: 0;
}

.empty-massage {
    margin: 50px auto;
    position: relative;
    text-align: center;
}

.empty-massage h2 {
    font-family: Ahang-Black, ProductSans-Heavy;
    font-size: 28px;
    margin-bottom: 30px;
}

.single-gallery {
    direction: ltr;
}

.single-gallery .owl-theme .owl-dots {
    text-align: center !important;
}

.social-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid transparent;
}

.social-icon path {
    fill: var(--Primery1);
    transition: all 0.2s;
}

.share-row p {
    margin: 0 0 0 10px;
}

.share-row {
    text-align: left;
    justify-content: left;
    padding: 0 10px;
    margin: 20px 0;
}

.single-gallery .image-box img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {

    .col-lg2-5 {

        max-width: 20%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 20;

        flex: 0 0 20;

    }


}

.news-row {
    padding: 10px 0;
}

.news-item {
    justify-content: space-between;
    display: flex !important;
    transform: scale(1);
    overflow: hidden;
    transition: all 0.3s;
}

.news-item h2 {
    font-family: Ahang-Black, ProductSans-Heavy;
    font-size: 28px;
    margin-bottom: 15px;

}

.news-item .image-box {
    width: 30%;
    height: 100%;
}

.news-item .card-content {
    width: 68%;
    margin-right: auto;
}

@media screen and (max-width: 500px) {
    .news-item {
        flex-direction: column;
    }

    .news-item .image-box {
        width: 100%;
        height: auto;
    }

    .news-item .card-content {
        width: 100%;
        margin-right: auto;
    }
}

.margin-item {
    margin: 25px auto;
}

.image-on-hover {
    position: absolute;
    width: 262px;
    height: 262px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    /*left: -100%;*/
    /*transform: translateX(-50%);*/
    top: -50%;
    transition: all 0.3s;
    opacity: 0;
}

.image-on-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .image-on-hover {
        width: 200px;
        height: 200px;
    }
}

#player {
    margin-bottom: 20px;
}

.beans1 {
    width: 109px;
    height: 109px;
    border-radius: 30px 100px 30px 30px;
    margin-top: -9%;
    right: 0;
    background-color: var(--beans);
    position: absolute;
    z-index: -1;

}

.img3 {
    border-radius: 30px 30px 100px 30px !important;
    margin-top: -4% !important;
    margin-right: 8% !important;

}

.margin {
    margin: 45px 0;
}

.center-text {
    position: relative;
    padding-right: 60px;
}

.center-item {
    width: 100%;
    max-width: 525px;
    font-family: Ahang-Bold, ProductSans-Heavy;
    position: relative;
    margin: 0 auto;
}

#center-item {
    max-width: 505px;
}

#center-item .beans {
    right: -75px;
    margin: 15px 0 0 0;
    border-radius: 30px 30px 100px 30px;
    position: relative;

}

.center-item img {
    position: absolute;
    left: -27px;
    z-index: -1;
    top: -30px;
}

#Program-row #line {
    height: 34% !important;
}

.image-row {
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .paragraph {
        padding-right: 30px;
        margin: 0;
    }

    .paragraph2 {
        padding-left: 30px;
        margin: 0;
    }

    .ltr .paragraph {
        padding-left: 30px;
        padding-right: 0;
        margin: 0;
    }

    .ltr .paragraph2 {
        padding-right: 30px;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .paragraph, .paragraph2 {
        margin-top: 15px;
    }
}

.second-row {
    direction: ltr;
}

.parcham {
    margin-right: auto;
    position: relative;
    font-weight: 900;
    font-size: 18px;
    margin-top: -16%;
}

.parcham img {
    margin-right: 10px;
    position: relative !important;
    left: auto;
    z-index: -1;
    top: -28px;
}

@media (max-width: 968px) {
    .img3 {
        margin-right: 2% !important;
    }

    .history .img2, .history .img3 {
        width: 160px;
        height: 160px;
    }

    .history .img2 {
        margin-right: 7%
    }
}

.paragraph2 {
    direction: rtl;
}

/*------------------------------------ltr*/
.ltr .second-container, .ltr .container {
    direction: ltr;
    text-align: left;
}

.ltr .main-nav, .ltr #left-nav {
    direction: ltr;
}

.ltr .navbar, .ltr .slider {
    direction: rtl;
}

.ltr .theme-switch, .ltr .logo {
    margin: 0 20px 0 0 !important;
}

.ltr .slider {
    width: 166px;
}

.ltr .slider .flex-box {
    padding-top: 3px;
}

.ltr #mobile-menu {
    left: 15px;
    right: auto;
}

.ltr .mobile-menu {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}

.ltr .close {
    right: 43px;
    left: auto;
}

.ltr .mobile-menu.active {
    transform: translateX(0);

}

.ltr .submit-button {
    padding: 18px 45px 12px 45px;
}

.ltr .submit {
    min-width: 197px;
    min-height: 55.5px;
}

.ltr .loading {
    margin-top: -6px;
}

.ltr .beans-row {
    direction: rtl;
}

.ltr .img1, .ltr .img2 {
    margin-right: 0;
}

.ltr .beans {
    margin-right: 0;
}

.ltr .top-header .container, .ltr .bottom-header .container {
    direction: ltr;
    text-align: left;
}

.ltr footer li span {
    margin-right: 10px;
    margin-left: 0;
}

.ltr .social-row {
    margin-left: auto;
    margin-right: 0;
}

.ltr .social-row li {
    margin-right: 0;
    margin-left: 15px;
}

.ltr .contain h1, .ltr .second-container h1 {
    margin-bottom: 20px;
}

.ltr .card-content h2, .ltr .card-content p {
    text-align: left;
}

.ltr .share-row {
    justify-content: right;
    text-align: right;
}

.ltr .pagination {
    margin-right: 0;
}

.ltr .pagination .select-selected {
    text-align: left;
    padding: 10px 13px 5px 13px !important;
}

.ltr .pagination .select-selected::after {
    right: 9px;
    left: auto;
    bottom: 10px;
}

.ltr .pagination .Ellipse:last-child {
    padding-top: 0 !important;
}

.ltr .pagination .Ellipse {
    padding-top: 2px;
}

.en-row {
    direction: rtl;
    margin-top: 35px;
}

.ltr .history .img2 {
    margin-right: 0;
    margin-left: auto;
}

.ltr .Program-items {
    padding-left: 15px;
    padding-right: 0;
}

.ltr .line {
    left: -1px;
    right: auto;
}

.ltr .bubble {
    left: -8px;
    right: auto;
}

.ltr #img2 {
    border-radius: 30px 100px 30px 30px;

}

.ltr .center-item img {
    left: auto;
    right: -27px;
    transform: rotateY(-180deg);
}

.ltr .second-row {
    direction: rtl;
}

.ltr #center-item .beans {
    left: 0;
    right: 0;

}

.ltr #center-item img {
    transform: rotateY(0deg);
    right: -5px;
}

.ltr .parcham {
    margin-left: auto;
    margin-right: 0;
}

.ltr .main-card-details {
    direction: ltr;
}

.ltr .details-items {
    direction: rtl;
}

.ltr .second-details-items {
    margin-right: 0 !important;
    margin-left: auto;
}

.ltr .details-items img {
    margin-bottom: 5px;
}

.ltr .owl-theme .owl-dots {
    text-align: right !important;
}

.ltr .card-details {
    direction: ltr;
}

.ltr .profile-row {
    direction: ltr;
    justify-content: left;
}

.ltr .circles {
    direction: rtl;
    margin-right: 10px;
}

.ltr .profile-content {
    margin-right: 0;
    margin-left: 10px;
}

.ltr #contain {
    padding-left: 35px;
    padding-right: 0;
}

.ltr .more-item {
    padding: 17px 40px 13px 40px;
}

@media screen and (max-width: 900px) {
    .ltr .img1 {
        margin-right: -35px !important;
    }
}

.extra {
    position: absolute;
    width: 3px;
    height: 120%;
    background-color: var(--bg-color);
    right: -1px;
    top: 1px;
}

.ltr .extra {
    left: -1px;
    right: auto;
}

.ltr .media-content .second-details-items {
    justify-content: right;
}

.ltr .title {
    margin-right: auto;
    margin-left: 0;
}

.ltr .category-row {
    direction: rtl;
}

.ltr .news-item .card-content {
    margin-right: 0;
    margin-left: auto;
}

.ltr .category-items {
    padding: 17px 15px 13px 15px;
}

.ltr .share-row p {
    margin: 3px 10px 0 0;
}

#card-item .card-content {
    padding: 0;
}

.ltr .image-on-hover {
    left: auto;
}

.ltr #category-row {
    direction: ltr;
}

.ltr .reference {
    padding-top: 3px;
}

.ltr .grey-item {
    text-align: left;
}

.ltr .main-card-details h1 {
    margin-bottom: 0;
}

.title-row {
    justify-content: right;
}

.ltr .title-row {
    justify-content: left;
}

.btn-row .submit-button {
    margin-right: auto;
    margin-left: 0;
}

.ltr .btn-row .submit-button {
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .ltr .btn-row .submit-button {
        margin-left: auto;
        margin-right: auto;
    }

    .ltr .title-row {
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    .btn-row .submit-button {
        margin-right: auto;
        margin-left: auto;
    }

    .title-row {
        justify-content: center;
    }
}

.main-card-details .row {
    width: 100%;
}

.ltr .single-gallery .owl-theme .owl-dots {
    text-align: center !important;
}

#owl-carousel .card-item, #owl-carousel-mobile .card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#owl-carousel .second-card-details, #owl-carousel-mobile .second-card-details {
    margin: 0;
}

#owl-carousel .main-card-details, #owl-carousel-mobile .main-card-details {
    margin: 0;
}

#owl-carousel .card-details, #owl-carousel-mobile .card-details {
    padding: 0 20px 25px 20px;
}

#owl-carousel .card-content, #owl-carousel-mobile .card-content {
    padding: 25px 20px 0 20px;
    width: auto;
    height: 100%;
}

#owl-carousel .item, #owl-carousel-mobile .item {
    min-height: max-content;
    flex: 1 0 auto;
    width: auto;
    height: 100%;
}

#owl-carousel .owl-stage, #owl-carousel-mobile .owl-stage {
    display: flex;
}

#owl-carousel .owl-item, #owl-carousel-mobile .owl-item {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

#owl-carousel2 .owl-stage {
    display: flex;
}

#owl-carousel2 .owl-item {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.ltr .second-image-box {
    border-radius: 60px 60px 20px 60px;
}

#owl-carousel .blue {
    position: relative;
    z-index: 2;
    margin-left: 10px;
}

.ltr #owl-carousel .blue {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 10px;
}

.link {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.no_cursor {
    cursor: auto !important;
}

.second-container .card-item p {
    direction: rtl;
}

.ltr .second-container .card-item p {
    direction: ltr;
}

.ltr .btn-row .submit-button {
    padding: 16px 45px 14px 45px !important;
}

.cover {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color: var(--bg-color);
}

#chartdiv {
    position: relative;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 100%;
    height: 52px;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ADB0B2;
    background:  var(--bg-color);
    background-image: none;
    border-radius: 10px;
}
select:focus, select:hover {
    border: 1px solid var(--mood-btn);
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 52px;
    line-height: 3;
    background: #2c3e50;
    overflow: hidden;
    border-radius: 10px;
}
select {
    flex: 1;
    padding: 0 .5em;
    color: var(--Primery1);
    cursor: pointer;
}


/* Content-sized filter pills (plan areas) */
.category-pill {
    padding: 5px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.category-pill .category-items {
    width: auto;
    white-space: nowrap;
    padding: 12px 24px;
}

@media screen and (max-width: 767px) {
    .category-pill .category-items {
        font-size: 14px;
        padding: 10px 16px;
        white-space: normal;
        text-align: center;
    }
}

/* PNG logo: size to header, invert for dark theme */
.logo-img {
    height: 26px;
    width: auto;
    display: block;
}

[data-theme="dark"] .logo-img {
    filter: invert(1) brightness(1.1);
}

.mobile-menu .logo-img {
    height: 24px;
    margin: 0 auto;
}

/* Contact page: colorful decorative beans replacing photos */
.color-bean {
    position: relative;
    overflow: hidden;
}

.color-bean::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    top: -18%;
    left: -12%;
}

.color-bean-blue {
    background: linear-gradient(135deg, #0C92FF 0%, #0b3d66 100%);
}

.color-bean-warm {
    background: linear-gradient(135deg, #FFC24B 0%, #c9702b 100%);
}
