/**
 * Theme Name: bymarei Template
 * Author: ashrafulsarkar47@gmail.com
 * Support: ashrafulsarkar47@gmail.com
 * Version: 1.0.0
*/
/*======================
    Theme default css
=====================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--site_text_color);
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.dark {
    background: var(--site_primary_color);
}
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus,
a:focus-visible,
a:visited,
a:active {
    text-decoration: none;
    outline: none;
}
a {
    text-decoration: none;
    color: var(--site_primary_color);
}
a:hover {
    color: var(--site_secondary_color);
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
button:hover {
    -webkit-tap-highlight-color: transparent;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 72px;
    line-height: 110%;
    font-weight: 600;
}
h2 {
    font-size: 56px;
    line-height: 110%;
    font-weight: 500;
}
h3 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
}
h4 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
}
h5 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
}
h6 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    list-style-type: none;
}
p {
    margin-bottom: 0;
}
*::-moz-selection {
    background: #737373;
    color: #D4D4D4;
    text-shadow: none;
}
::-moz-selection {
    background: #737373;
    color: #D4D4D4;
    text-shadow: none;
}
::selection {
    background: #737373;
    color: #D4D4D4;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #0B073C;
    font-size: 16px;
    opacity: 1;
    font-family: "avenir-next-lt-pro", sans-serif !important;
}
*::placeholder {
    color: #0B073C;
    font-size: 16px;
    opacity: 1;
    font-family: "avenir-next-lt-pro", sans-serif !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.elementor-widget-container ul {
    padding-left: 20px;
}
.elementor-widget-container ul li {
    list-style: disc;
}
@keyframes slideInBottom {
    from {
        transform: translateY(15px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.mb-24 {
    margin-bottom: 24px;
}
.header_bottom::-webkit-scrollbar {
    width: 0;
}
.container-866 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 890px;
}

#scrolltotop {
    --size: 30px;
    height: var(--size);
    width: var(--size);
    line-height: var(--size);
    background: #000;
    right: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}
/* ==========================
    Smooth Scroll Using Lenis
========================== */
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
/* .lenis.lenis-smooth iframe {
    pointer-events: none;
} */
/*==========================
	Herder css 
==========================*/
header.site_header {
    transition: all 0.6s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    -webkit-transition: all 0.6s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    -moz-transition: all 0.6s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    -ms-transition: all 0.6s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    -o-transition: all 0.6s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
}
header.site_header.sticky {
    position: sticky;
    top: -100%;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 999 !important;
}
header.site_header.sticky.active {
    top: 0;
}
body.dark header.site_header.sticky {
    background: var(--site_primary_color);
}
.header_top {
    padding: 25px 0;
}
.logo {
    max-width: 135px;
}
body.dark img.menu_logo {
    filter: invert(1);
}
body.dark .header_bottom img.menu_logo {
    filter: inherit;
}
.menu_button {
    text-align: right;
}
.menu_button button {
    color: var(--site_text_color);
    background: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}
body.dark .menu_button button {
    color: #fff;
}
.header_bottom {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    height: 0;
    z-index: 30;
    visibility: hidden;
    transition: height 0.4s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%), visibility 0.4s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    overflow-x: hidden;
}
.header_bottom.active {
    visibility: visible;
    overflow-y: auto;
    height: 100%;
}
.header_active_part {
    padding: 25px 0;
}
.primary-menu {
    transform: translateY(100vh);
    transition: opacity 600ms linear, transform 600ms ease-in-out;
    height: 100%;
    opacity: 0;
}
.header_bottom.before_active .primary-menu {
    transform: none;
    opacity: 1;
}
.primary-menu nav {
    display: inline-block;
    min-height: calc(100vh - 88px);
    position: relative;
    padding: 150px 0 280px;
}
.primary-menu ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 60px;
    position: relative;
}
.primary-menu nav::before, .primary-menu nav::after {
    position: absolute;
    content: '';
    height: calc(100% + 88px);
    width: 1px;
    background: #000000;
    opacity: 0.15;
    top: -88px;
}
.primary-menu nav::before {
    left: 0;
}
.primary-menu nav::after {
    right: 0;
}
.primary-menu ul li a,
.primary-menu ul li button {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    line-height: 1;
    display: block;
    padding-right: 124px;
    font-family: "avenir-next-lt-pro", sans-serif;
    position: relative;
    width: 100%;
    text-align: left;
}
.primary-menu ul li a:hover,
.primary-menu ul li button:hover,
.primary-menu ul li button[aria-expanded="true"] {
    color: #737373;
}
.primary-menu ul li ul.sub-menu {
    position: absolute;
    left: 97%;
    top: 50%;
    padding: 0 0 0 120px;
    transition: all 0.3s ease;
    display: flex;
    min-height: auto;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.primary-menu ul li ul.sub-menu.mobile-open {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
.primary-menu ul li ul::before,
.primary-menu ul li ul::after {
    width: 0;
}
.primary-menu ul li ul.sub-menu li ul {
    padding-left: 60px;
}
.primary-menu ul li.menu-item-has-children button::before {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 0;
    line-height: 34px;
    font-size: 18px;
}
.primary-menu ul li.menu-back {
    display: none;
}
.header_bottom .logo_part {
    opacity: 0;
    transition: all 1s linear;
}
.header_bottom.active .logo_part {
    opacity: 1;
}
.header_bottom.dark,
.header_bottom.dark .primary-menu ul li ul.sub-menu {
    background: #000;
}
.header_bottom.dark .logo img {
    filter: invert(1);
}
.header_bottom.dark button.menu_active_toggle svg {
    filter: invert(1);
}
.header_bottom.dark .primary-menu ul li a,
.header_bottom.dark .primary-menu ul li button{
    color: #FFFFFF;
}
.header_bottom.dark .primary-menu ul li a:hover,
.header_bottom.dark .primary-menu ul li button:hover,
.header_bottom.dark .primary-menu ul li button[aria-expanded="true"] {
    color: #737373;
}
/*=================
    Footer
================*/
footer.site-footer {
    background: var(--site_primary_color);
    margin-top: 85px;
    padding-bottom: 64px;
}
.round_logo {
    width: 170px;
    margin: auto;
    margin-top: -85px;
    margin-bottom: -21px;
}
.footer_logo {
    max-width: 250px;
}
.footer_subscription {
    margin-top: 48px;
}
.footer_subscription .sub_text {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: -0.72px;
}
.footer_subscription_shortcode input {
    height: 48px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.48px;
}
.footer_subscription_shortcode input[type="email"] {
    width: calc(100% - 94px);
}
.footer_subscription_shortcode input[type="submit"] {
    width: 90px;
    cursor: pointer;
    font-weight: 600;
}
.footer_subscription_shortcode input[type="email"]::placeholder {
    color: #fff;
    opacity: 0.5;
}
.footer_subscription_shortcode {
    max-width: 490px;
    border-bottom: 1px solid #fff;
}
.mc4wp-alert p, .mc4wp-alert p a {
    margin-top: 4px;
    font-size: 14px;
}
.mc4wp-alert.mc4wp-error p, .mc4wp-alert.mc4wp-error p a {
    color: #a90000;
}
.mc4wp-alert.mc4wp-success p, .mc4wp-alert.mc4wp-success p a {
    color: #00a900;
}
.footer_title h4 {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: 500;
    margin-bottom: 16px;
}
.footer_links ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_links ul li a {
    color: #fff;
    letter-spacing: -0.48px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    word-break: break-word;
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_working_hours {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.48px;
    color: #fff;
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.footer_menu ul {
    display: flex;
    gap: 32px;
}
.footer_menu ul li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.footer_menu ul li a {
    color: #fff;
}
.footer_menu ul li.menu_copyright {
    display: none;
}
.footer-socials {
    display: flex;
    gap: 32px;
}
.footer-socials a {
    color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
}
p.copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.42px;
    color: #fff;
}
.animate-on-scroll li,
.animate-on-scroll {
    opacity: 0;
    visibility: hidden;
}
.footer_links.animate-on-scroll.is-visible li,
.footer_menu.animate-on-scroll.is-visible ul li,
.portfolio_item.animate-on-scroll.is-visible,
.animate-on-scroll.is-visible li {
    visibility: visible;
    --delay: calc(var(--item-index, 0) * 0.1s);
    animation: slideInBottom 1s forwards var(--delay);
}
.animate-on-scroll.is-visible,
.pagination.animate-on-scroll.is-visible li {
    visibility: visible;
    animation: slideInBottom 1s forwards 0.1s;
}
/*===================
    Blog Section
===================*/
.blog_content {
    padding: 32px 0 80px;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.bymarei_breadcrumbs {
    padding-top: 80px;
    padding-bottom: 32px;
}
.bymarei_breadcrumbs ul li,
.bymarei_breadcrumbs ul li a {
    color: #6D6F71;
    font-size: 16px;
    line-height: 24px;
}
.bymarei_breadcrumbs ul li.current {
    color: #000000D9;
    font-weight: 500;
}
.bymarei_breadcrumbs ul li {
    display: inline;
}
.blog-title .single_archive_title {
    display: inline-block;
    background: #ffffff;
    padding-right: 40px;
}
.blog-title {
    position: relative;
    margin-bottom: 24px;
}
.blog-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #0000001A;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.blog-category {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.blog-category::-webkit-scrollbar {
    display: none;
}
.blog-category ul {
    display: flex;
    gap: 24px;
}
.blog-category ul li {
    flex-shrink: 0;
}
.blog-category ul li a {
    color: #6D6F71;
}
.blog-category ul li.current a,
.blog-category ul li a:hover {
    color: #000000D9;
}
.post_title_part{
    padding: 64px 0;
    text-align: center;
}
.post-thumbnail a {
    line-height: 0;
    display: block;
}
.post-details {
    padding-top: 24px;
}
.post-meta {
    color: #6D6F71;
    font-size: 14px;
    line-height: 21px;
}
.post-title {
    padding: 16px 0 8px;
    word-break: break-word;
}
.post_title_part .post-title{
    padding: 0;
}
.post-content p {
    line-height: 24px;
}
.post_page_content li {
    list-style-type: decimal;
}
.single-post-content ul, .single-post-content ol {
    margin-bottom: 16px;
}
.single-post-content p,
.single-post-content li {
    color: var(--site_primary_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.pagination-part .pagination {
    display: flex;
    justify-content: center;
}
.pagination-part .pagination li .page-link {
    --size: 20px;
    margin: 0 4px;
    height: var(--size);
    width: var(--size);
    line-height: var(--size);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    display: block;
    font-size: 12px;
    position: relative;
}
.post_pagination .pagination li .page-link{
    color: var(--site_primary_color);
    border: 1px solid var(--site_primary_color);
}
.pagination-part .pagination li .page-link:hover {
    background: #737373;
    border-color: #737373;
    color: #D4D4D4;
}
.pagination-part .pagination li .page-link.active {
    color: var(--site_primary_color);
    background: #fff;
    border-color: #fff;
}
.post_pagination .pagination li .page-link.active{
    color: #fff;
    background: var(--site_primary_color);
    border-color: var(--site_primary_color);
}
.pagination-part .pagination li a.prev.page-link::before,
.pagination-part .pagination li a.next.page-link::before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 1;
    margin: auto;
    height: 10px;
}
.pagination-part .pagination li a.prev.page-link::before {
    content: '\f053';
}
.pagination-part .pagination li a.next.page-link::before {
    content: '\f054';
}
.pagination-part {
    padding-top: 40px;
}
.bymarei-single-blog-hero .bymarei_breadcrumbs {
    padding-top: 40px;
    padding-bottom: 80px;
}
.author_img {
    line-height: 0;
    display: flex;
    flex-shrink: 0;
}
.author_img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 8px solid #fff;
}
.author_img img.author_avatar {
    margin-left: -50px;
}
.author_details {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    max-width: 820px;
    margin: auto;
}
.author_details.multiple-avatars {
    max-width: 970px;
}
.avatar_person_info {
    display: flex;
    gap: 16px;
}
.avatar_person_info .person {
    width: 100%;
}
.author_info .name h6,
.author_info .designation span {
    font-size: 18px;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.54px;
    display: block;
    color: #000;
}
.author_info .name h6 {
    font-weight: 600;
}
.author_info .designation span {
    font-weight: 500;
}
.author_info_details .email a {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.54px;
    margin-top: 8px;
    display: inline-block;
}
.post-date time {
    font-size: 15px;
}
.single-post-title {
    text-align: center;
    margin-bottom: 40px;
    word-break: break-word;
}
.single-post-content {
    padding: 40px 0;
}
.single-post-content.post_page {
    padding: 48px 0 64px 0;
    border-bottom: 1px solid var(--site_secondary_color);
}
.single-post-content * {
    max-width: 100%;
    word-break: break-word;
}
.single-post-content p {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    margin-bottom: 16px;
}
.single-post-content p:last-child {
    margin-bottom: 0;
}
.related_post {
    background: #00000008;
    padding: 80px 0;
}
.related_post_title {
    margin-bottom: 40px;
    position: relative;
}
.related_post_title h3 {
    background: #f7f7f7;
    padding-right: 40px;
    display: inline-block;
}
.related_post_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0000001A;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.related_post-details {
    background: #fff;
    padding: 32px;
}
.related_post-title {
    margin-bottom: 16px;
}
.read_more_btn {
    margin-top: 32px;
}
.read_more_btn a {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 20px;
    gap: 10px;
    color: #000000D9;
    border: 1px solid #000000D9;
}
.related_post_date span {
    color: var(--site_secondary_color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.48px;
    display: block;
    margin-top: 8px;
}
.post-thumbnail {
    line-height: 0;
}
.page_content {
    padding: 80px 0;
}
.page-content {
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}
.post-navigation {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(90, 90, 90);
}
/*===================
    contact Form
===================*/
.forminator-edit-module {
    display: none;
}
/* page style  */
.bymarei-hero {
    padding: 87px 0;
    background: #00000008;
}
.bymarei-hero .site-title {
    text-align: center;
}
/* ==================
* nathing found page
====================*/
.error-404.not-found {
    background-position: center;
    background-size: cover;
    margin-bottom: -85px;
}
.not-found-content {
    text-align: center;
    padding: 162px 0 486px 0;
}
.not-found-title {
    font-size: 120px;
    line-height: 80%;
    color: #fff;
    font-weight: 600;
    letter-spacing: -3.6px;
}
.not-found-content p {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.72px;
    color: #fff;
    padding: 24px 0;
}
.not_found_btn a {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.48px;
    padding: 16px;
    border: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.bymarei-portfolio-hero {
    margin-bottom: 32px;
}
.portfolio_main {
    background: var(--site_primary_color);
    padding: 64px 0;
    margin-bottom: 125px;
}
.portfolio_image {
    height: 450px;
    background-position: center;
    background-size: cover;
    background-color: #d7d7d7;
}
.portfolio_title h4 {
    color: #fff;
    letter-spacing: -0.96px;
    line-height: 1;
}
.portfolio-category ul {
    display: flex;
    justify-content: flex-end;
}
.portfolio-category ul li {
    flex-shrink: 0;
}
.portfolio-category ul li a {
    color: #fff;
    padding: 10px 16px;
    display: block;
    border-bottom: 1px solid #737373;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    position: relative;
}
.portfolio-category ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: -1px;
    transition: all 0.3s ease;
}
.portfolio-category ul li a:hover::before {
    width: 100%;
}
.portfolio-category ul li.current a {
    border-color: #fff;
}
.portfolio-title a {
    color: #fff;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.54px;
    display: block;
}
.portfolio-tag span {
    color: #fff;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.54px;
    display: inline-block;
}
.project_gallery_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.project_gallery-item .images {
    height: 600px;
    background-position: center;
    background-size: cover;
}
.project_gallery-item:nth-child(10n+6) {
    grid-column: 1 / 3;
}
.project_gallery-item:nth-child(10n+2) {
    grid-column: 2 / 4;
}
.portfolio_title_part {
    padding: 64px 0 32px;
    text-align: center;
}
.portfolio-service p, .portfolio_single-category span,
.post_date {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.54px;
    display: block;
}
.portfolio-title h4, 
.post-title h4 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.68px;
    padding-bottom: 8px;
}
.post-title h4{
    padding-bottom: 0;
}
.portfolio_single-category {
    display: grid;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
    grid-template-columns: auto auto auto;
}
.portfolio_single-category a,
.portfolio_single-category span {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
    color: #737373;
}
.portfolio_single-category span{
    visibility: hidden;
}
.portfolio_single-category .all_project a i {
    margin-right: 4px;
}
.portfolio_single-category .next_project a i {
    margin-left: 4px;
}
.post_date{
    margin-bottom: 16px;
}
.portfolio-service p:first-child {
    margin-top: 16px;
}
.portfolio-service p {
    margin-bottom: 8px;
}
.single_portfolio_image {
    height: 600px;
    background-size: cover;
    background-position: center;
}
.author_info {
    padding: 144px 0 155px;
}
.author_info.post_author {
    padding: 64px 0;
}
.author_info_details .title h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.96px;
}
.author_info_details .desc p {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.54px;
    padding: 16px 0;
}
.related_portfolio {
    background: var(--site_primary_color);
    padding: 64px 0;
    margin-bottom: 139px;
}
.related_portfolio_title h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
    color: #fff;
    margin-bottom: 32px;
}
.porifolio_archive a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.48px;
}
.bymarei_tabs button {
    justify-content: space-between !important;
    cursor: pointer;
}
.bymarei_tabs button .e-n-tab-icon svg {
    width: 20px !important;
    height: 18px !important;
    margin-right: 5px;
}
.bymarei_tabs button .e-n-tab-icon svg:first-child {
    height: 0 !important;
}
.bymarei_tabs button[aria-selected="false"] .e-n-tab-icon svg {
    opacity: 0 !important;
}
.bymarei_tabs span.e-n-tab-title-text {
    font-family: "avenir-next-lt-pro", sans-serif;
}
.forminator-icon-chevron-down:before {
    content: '\f063' !important;
}

/*======================
    Portfolio AJAX Styles
=====================*/

/* Load More Button */
.load-more-section {
    text-align: center;
}
.load-more-btn {
    margin-top: 40px;
    background: var(--site_primary_color);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: "avenir-next-lt-pro", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}
.load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.load-more-btn .loading-spinner {
    display: none;
}
.load-more-btn .loading-spinner i {
    font-size: 16px;
}

/* Portfolio Filter Loading State */
/* #portfolio-container.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

#portfolio-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--site_primary_color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
} */