.ex-pb-2 {
    padding-bottom: .5rem !important;
}

.ex-mb-4 {
    margin-bottom: 1.5rem !important;
}

.ex_pyramid_and_lorem {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.ex_pyramid {
    position: absolute;
    top: 0;
    left: calc(-1 * ((64vw - 100%) / 2));
    width: 57vw;
    height: -webkit-fill-available;
    /* overflow-x: hidden; */
    z-index: -1;
}

.ex_pyramid_wrapper {
    position: relative;
    width: 66%;
    aspect-ratio: 16 / 9;
}

.ex_pyramid_wrapper::after {
    content: "";
    display: block;
    height: 510px;
}

.ex_pyramid_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    transform: scale(1);
    transform-origin: top left;
}

.ex_lorem_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: start;
    gap: 30px;
    margin-top: 100px;
}


.ex_lorem_right h1.ex_pyramid_and_lorem_header {
    color: #FAF8F0;
}

.ex_lorem_right p {
    color: var(--light-background, #FAF8F0);
    font-weight: 400;
    line-height: 32px;
}

.ex_pyramid svg {
    position: absolute;
    height: auto;
    transform-origin: top left;
    transform: translate(-50%, 0%) scale(0.81);
    z-index: 4;
    transition: all 6s ease-in-out;
}

.ex_pyramid img {
    position: absolute;
    z-index: 2;
    left: 67%;
    top: 10%;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0%) scale(0.81);
    transform-origin: top left;
    transition: all 6s ease-in-out;
}

.ex_pyramid img.active_one {
    transform: translate(-50%, -1.5%) scale(0.81);
}

.ex_pyramid img.active_two {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid img.active_four {
    transform: translate(-50%, 0) scale(0.81);
}

.ex_pyramid img.active_five {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid svg.ex_static_objects {
    left: 51%;
    top: 9%;
    z-index: 4;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0%) scale(0.81);
}

.ex_pyramid svg.ex_static_objects.active_one {
    transform: translate(-50%, -1.5%) scale(0.81);
}

.ex_pyramid svg.ex_static_objects.active_two {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid svg.ex_static_objects.active_four {
    transform: translate(-50%, 0) scale(0.81);
}

.ex_pyramid svg.ex_static_objects.active_five {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_two_pyramid_up {
    top: 34%;
    left: 60%;
    width: 3.3vw;
    z-index: 3;
}

.ex_pyramid .svg_two_pyramid_up.active_one {
    transform: translate(-50%, -1.5%) scale(0.81);
}

.ex_pyramid .svg_two_pyramid_up.active_two {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_two_pyramid_up.active_four {
    transform: translate(-50%, 0) scale(0.81);
}

.ex_pyramid .svg_two_pyramid_up.active_five {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_three_pyramid_up {
    top: 71%;
    left: 18%;
    width: 4vw;
    z-index: 3;
}

.ex_pyramid .svg_three_pyramid_up.active_one {
    transform: translate(-50%, -1.5%) scale(0.81);
}

.ex_pyramid .svg_three_pyramid_up.active_two {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_three_pyramid_up.active_four {
    transform: translate(-50%, 0) scale(0.81);
}

.ex_pyramid .svg_three_pyramid_up.active_five {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_four_pyramid_up {
    top: 34%;
    left: 43%;
    width: 3vw;
    z-index: 3;
}

.ex_pyramid .svg_four_pyramid_up.active_one {
    transform: translate(-50%, -1.5%) scale(0.81);
}

.ex_pyramid .svg_four_pyramid_up.active_two {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_four_pyramid_up.active_four {
    transform: translate(-50%, 0) scale(0.81);
}

.ex_pyramid .svg_four_pyramid_up.active_five {
    transform: translate(-50%, 1.5%) scale(0.81);
}

.ex_pyramid .svg_main_pyramid_center {
    left: 69.2%;
    top: 5%;
    width: 33.5vw;
}

.ex_pyramid .svg_main_pyramid_center.active_one {
    transform: translate(-51%, 7.5%) scale(0.68);
}

.ex_pyramid .svg_main_pyramid_center.active_two {
    transform: translate(-51%, 10.5%) scale(0.68);
}

.ex_pyramid .svg_main_pyramid_center.active_four {
    transform: translate(-48%, 9%) scale(0.61);
}

.ex_pyramid .svg_main_pyramid_center.active_five {
    transform: translate(-48%, 10.5%) scale(0.61);
}

.ex_pyramid .svg_1_pyramid_down {
    top: 58%;
    left: 18%;
    width: 3.5vw;
    z-index: 3;
}

.ex_pyramid .svg_1_pyramid_down.active_one {
    transform: rotate(-44deg) translate(-69%, 5%) scale(0.8);
}

.ex_pyramid .svg_1_pyramid_down.active_four {
    transform: translate(-69%, 16%) scale(0.75);
}

.ex_pyramid .svg_2_pyramid_down {
    top: 62%;
    left: 24%;
    width: 3vw;
    z-index: 3;
}

.ex_pyramid .svg_2_pyramid_down.active_one {
    transform: rotate(28deg) translate(138%, -126%) scale(0.95);
}

.ex_pyramid .svg_2_pyramid_down.active_four {
    transform: translate(-70%, -10%) scale(0.79);
}

.ex_pyramid .svg_3_pyramid_down {
    top: 60%;
    left: 66.2%;
    width: 4vw;
    z-index: 3;
}

.ex_pyramid .svg_3_pyramid_down.active_one {
    transform: rotate(-44deg) translate(-14%, 37%) scale(0.67);
}

.ex_pyramid .svg_3_pyramid_down.active_four {
    transform: translate(-89%, -14%) scale(0.78);
}

.ex_pyramid .svg_4_pyramid_down {
    top: 57%;
    left: 77%;
    width: 3vw;
    z-index: 3;
}

.ex_pyramid .svg_4_pyramid_down.active_one {
    transform: rotate(-44deg) translate(-6%, -22%) scale(0.78);
}

.ex_pyramid .svg_4_pyramid_down.active_four {
    transform: rotate(18deg) translate(-43%, 27%) scale(0.78);
}

.ex_pyramid .svg_5_pyramid_down {
    top: 58.5%;
    left: 80.5%;
    width: 2.5vw;
    z-index: 3;
}

.ex_pyramid .svg_5_pyramid_down.active_one {
    transform: translate(-47%, 30%) scale(0.41);
}

.ex_pyramid .svg_5_pyramid_down.active_four {
    transform: rotate(2deg) translate(-60%, 71%) scale(0.65);
}

.ex_pyramid .svg_one_pyramid_up {
    top: 33%;
    left: 69%;
    width: 6vw;
    z-index: 3;
}

.ex_pyramid .svg_one_pyramid_up.active_one {
    transform: rotate(-44deg) translate(-31%, -3%) scale(0.81);
}

.ex_pyramid .svg_one_pyramid_up.active_four {
    transform: rotate(14deg) translate(-26%, -4%) scale(0.81);
}

.ex_pyramid .svg_five_pyramid_up {
    top: 28.5%;
    left: 31%;
    width: 10vw;
    z-index: 3;
}

.ex_pyramid .svg_five_pyramid_up.active_one {
    transform: rotate(-15deg) translate(-20%, -3%) scale(0.81);
}

.ex_pyramid .svg_five_pyramid_up.active_four {
    transform: rotate(13deg) translate(-34%, 18%) scale(0.81);
}

.ex_pyramid .svg_six_pyramid_up {
    top: 20.5%;
    left: 33%;
    width: 5vw;
    z-index: 3;
}

.ex_pyramid .svg_six_pyramid_up.active_one {
    transform: rotate(-20deg) translate(-3%, -18%) scale(0.71);
}

.ex_pyramid .svg_six_pyramid_up.active_four {
    transform: rotate(-7deg) translate(-44%, 13%) scale(0.7);
}

.ex_pyramid .svg_seven_pyramid_up {
    top: 9%;
    left: 23.6%;
    width: 7vw;
    z-index: 3;
}

.ex_pyramid .svg_seven_pyramid_up.active_one {
    transform: rotate(26deg) translate(11%, -14%) scale(0.9);
}

.ex_pyramid .svg_seven_pyramid_up.active_four {
    transform: rotate(1deg) translate(-39%, 13%) scale(0.89);
}

.ex_pyramid .svg_eight_pyramid_up {
    top: 3.5%;
    left: 18%;
    width: 2.7vw;
    z-index: 3;
}

.ex_pyramid .svg_eight_pyramid_up.active_one {
    transform: rotate(-34deg) translate(-80%, 72%) scale(0.81);
}

.ex_pyramid .svg_eight_pyramid_up.active_four {
    transform: rotate(45deg) translate(36%, -27%) scale(0.81);
}

.ex_pyramid .svg_one_pyramid_center {
    top: 26%;
    left: 74.6%;
    width: 3.5vw;
    z-index: 3;
}

.ex_pyramid .svg_one_pyramid_center.active_one {
    transform: rotate(-68deg) translate(-12%, 31%) scale(1.2);
}

.ex_pyramid .svg_one_pyramid_center.active_four {
    transform: rotate(-9deg) translate(-60%, 2%) scale(0.9);
}

.ex_pyramid .svg_two_pyramid_center {
    top: 21.4%;
    left: 71.7%;
    width: 4.8vw;
    z-index: 1;
}

.ex_pyramid .svg_two_pyramid_center.active_one {
    transform: translate(-92%, 0%) scale(0.81);
}

.ex_pyramid .svg_two_pyramid_center.active_four {
    transform: rotate(4deg) translate(-21%, -32%) scale(0.86);
}

.ex_pyramid .svg_three_pyramid_center {
    top: 15.5%;
    left: 77.6%;
    width: 3vw;
    z-index: 3;
}

.ex_pyramid .svg_three_pyramid_center.active_one {
    transform: rotate(-52deg) translate(9%, -62%) scale(0.81);
}

.ex_pyramid .svg_three_pyramid_center.active_four {
    transform: rotate(-18deg) translate(-311%, -78%) scale(1.6);
}

.ex_pyramid .svg_four_pyramid_center {
    top: 13.2%;
    left: 67.4%;
    width: 5vw;
    z-index: 1;
}

.ex_pyramid .svg_four_pyramid_center.active_one {
    transform: rotate(-18deg) translate(-107%, 0) scale(0.81);
}

.ex_pyramid .svg_four_pyramid_center.active_four {
    transform: rotate(18deg) translate(-51%, -33%) scale(0.9);
}

.ex_pyramid .svg_one_top_pyramid_center {
    top: 3.5%;
    left: 56.6%;
    width: 1.2vw;
    z-index: 3;
}

.ex_pyramid .svg_one_top_pyramid_center.active_one {
    transform: rotate(-93deg) translate(-499%, -394%) scale(0.9);
}

.ex_pyramid .svg_one_top_pyramid_center.active_four {
    transform: rotate(-171deg) translate(-200%, -396%) scale(0.96);
}

.ex_pyramid .svg_two_top_pyramid_center {
    top: 8.1%;
    left: 46.6%;
    width: 1.5vw;
    z-index: 3;
}

.ex_pyramid .svg_two_top_pyramid_center.active_one {
    transform: rotate(-90deg) translate(-263%, -90%) scale(0.81);
}

.ex_pyramid .svg_two_top_pyramid_center.active_four {
    transform: rotate(-51deg) translate(-44%, -47%) scale(0.9);
}

.ex_pyramid .svg_three_top_pyramid_center {
    top: 6.5%;
    left: 40.6%;
    width: 1.7vw;
    z-index: 3;
}

.ex_pyramid .svg_three_top_pyramid_center.active_one {
    transform: translate(-50%, -100%) scale(0.81);
}

.ex_pyramid .svg_three_top_pyramid_center.active_four {
    transform: rotate(-4deg) translate(-24%, -8%) scale(0.81);
}

.ex_pyramid .svg_four_top_pyramid_center {
    top: 10.5%;
    left: 36.5%;
    width: 2.5vw;
    z-index: 3;
}

.ex_pyramid .svg_four_top_pyramid_center.active_one {
    transform: rotate(-61deg) translate(-15%, 32%) scale(0.81);
}

.ex_pyramid .svg_four_top_pyramid_center.active_four {
    transform: rotate(-28deg) translate(-26%, 186%) scale(1.2);
}

.ex_pyramid .svg_five_top_pyramid_center {
    top: 9.5%;
    left: 31.6%;
    width: 2.5vw;
    z-index: 3;
}

.ex_pyramid .svg_four_top_pyramid_center.active_one {
    transform: rotate(-63deg) translate(-23%, -2%) scale(0.75);
}

.ex_pyramid .svg_four_top_pyramid_center.active_four {
    transform: rotate(-7deg) translate(-3%, 14%) scale(0.87);
}

@media (max-width: 1199px) {
    .ex_lorem_right {
        margin-top: 85px;
    }
}

@media (max-width: 991px) {
    .ex_lorem_right {
        margin-top: 65px;
    }
}

@media (max-width: 767px) {
    .ex_pyramid_and_lorem_header {
        color: var(--light-background, #FAF8F0);
        font-weight: 700;
        font-size: 24px;
        line-height: 52px;
        display: flex;
    }

    .ex_lorem_right h1.ex_pyramid_and_lorem_header-mobile {
        display: none;
    }

    .ex_pyramid_and_lorem {
        flex-direction: column;
    }

    .ex_lorem_right {
        width: 100%;
        margin-top: 35px;
        align-items: center;
    }

    .ex_pyramid_wrapper {
        width: 100%;
    }

    .ex_pyramid {
        width: 101vw;
        left: calc(-1 * ((100vw - 100%) / 2));
    }

    .ex_pyramid .svg_main_pyramid_center {
        width: 61.5vw;
    }
}

@media (max-width: 575px) {
    .ex_pyramid_wrapper::after {
        height: 400px;
    }

    .ex_lorem_right {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .ex_pyramid_wrapper::after {
        height: 310px;
    }
}

/* single-page-title */
.about_us_header {
    color: var(--primary600);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 33px;
    gap: 6px;
}

.about_us_header a {
    white-space: nowrap;
    color: var(--neutral700);
}

/* single blog */

.ex-single-blog-container {
    border: 1px solid var(--secondary500);
    padding: 14px;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
}

.ex-single-blog-container-tags {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
}


@media (max-width: 767px) {
    .ex-single-blog-container-tags {
        flex-wrap: wrap;
        gap: 7px;
    }
}

.ex-row-single {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}

.about_us {
    display: flex;
    align-items: center;
    justify-content: first baseline;
}

.single_blog .section_title {
    padding-bottom: 12px;
}

.section_title_heading {
    font-weight: 700;
}

.ex-single-blog-front-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 30px;
    margin-top: 20px;
}

.ex-single-blog-front-first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    margin: 5px;
    align-items: center;
}

.ex-single-blog-front-first h2 {
    color: inherit;
}

.single_blog {
    display: flex;
    align-items: start;
}

.single_blog_col_9 {
    max-width: 100%;
    gap: 14px;
    display: flex;
    flex-direction: column;
}

.single_blog .single_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.single_blog .date_view {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--neutral700);
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 0px;
    margin-top: 7px;
}

.single_blog .date_view span {
    display: flex;
    gap: 2px;
    align-items: center;
}

.single_blog .single_blog_text {
    display: flex;
    gap: 24px;
    margin-top: 17px;
    flex-wrap: wrap;
    margin-top: 8px;
    flex-direction: column;
}

.single_blog .single_blog_text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    color: var(--neutral900);
}

.single_blog_text blockquote {
    background-color: var(--neutral200);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    color: var(--neutral900);
    padding: 32px;
}

.single_blog .double_img {
    display: flex;
    gap: 20px;
}

.single_blog .double_img div img {
    width: 100%;
}

.single_blog .grouping div {
    display: flex;
    align-items: center;
}

.single_blog .grouping div span:first-child {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary800);
    padding-left: 6px;
}

.single_blog .grouping div span:last-child a {
    font-size: 14px;
    font-weight: 600;
    color: var(--neutral900);
}

.single_blog .grouping div span:last-child {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--primary600);
    font-weight: 500;
}

.single_blog .grouping div span:last-child a {
    color: var(--neutral900);
    transition: color 0.3s;
}

.single_blog .grouping div span:last-child a:hover {
    color: var(--secondary800);
}

.grouping_tags {
    display: flex;
    align-items: center;
}


.single_blog .sharing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_blog .sharing span:first-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary800);
    padding-left: 6px;
}


.single_blog .sharing span:last-child {
    display: flex;
    gap: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18.6px;
}

.single_blog .sharing span:last-child a {
    transition: 0.3s;
    display: flex;
    color: var(--neutral900);
    align-items: center;
    gap: 7px;
}

.single_blog .sharing span:last-child a svg path {
    fill: var(--neutral900);
    transition: 0.3s;
}

.single_blog .sharing span:last-child a:hover svg path {
    fill: var(--secondary800);
}

.single_blog .sharing span:last-child a:hover {
    color: var(--secondary800);
}

/* sidebar */

.ex_sb_item {
    margin-bottom: 8px;
}

.ex_sb_item a {
    transition: 0.3s;
    color: var(--neutral700);
    display: inline-block;
}

.ex_sb_item a:hover {
    color: var(--primary500);
}

.ex_sb_item a:hover::before {
    transform: rotate(0);
}

.ex_sb_item a::before {
    width: 8px;
    height: 8px;
    content: '';
    background: var(--primary400);
    display: inline-block;
    margin-inline-end: 6px;
    transform: rotate(45deg);
    transition: 0.3s;
}

.single_blog aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single_blog .sidebar-box {
    border: 1px solid var(--secondary500);
    padding: 14px;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
}

.single_blog .sidebar-box img {
    border-radius: 20px;
}

.single_blog .sidebar-button {
    display: none;
}

/*responsive*/
@media (max-width: 1199px) {
    .single_blog aside {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .single_blog aside {
        display: flex;
        justify-content: space-between;
        align-items: revert;
        padding-top: 16px;
    }

    .single_blog .sidebar-col {
        position: fixed;
        right: -300px;
        transition: 0.3s;
        z-index: 14;
        background: #fff6d9;
        height: 100%;
        top: 0;
        width: 300px;
    }

    .single_blog .sidebar-col.show-sidebar {
        right: 0px;
        padding-top: 23px;
        overflow: scroll;
    }

    .single_blog .sidebar-button {
        display: flex;
    }

    .single_blog .bac-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 0.3);
        z-index: 13;
        backdrop-filter: blur(2px);
        display: none;
    }

    .single_blog .sidebar-button {
        margin-bottom: 10px;
        width: fit-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .single_blog aside {
        align-items: revert;
    }
}

@media (min-width: 992px) {
    .single_blog .sidebar-col {
        position: relative;
    }
}

/* comments */

.comments-area .section_title {
    justify-content: space-between;
    align-items: center;
}

.comments-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-right: auto;
}

.scroll-to-form-btn,
.scroll-to-top-btn {
    border-radius: 6px;
    background: var(--secondary500);
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
}

.toggle-comments-order-btn {
    border-radius: 6px;
    background: var(--secondary500);
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
}

.load-more-comments-btn {
    display: block;
    margin-top: 10px;
    border-radius: 6px;
    background: var(--secondary500);
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
}

/* .comment-list-wrapper {
    position: relative;
    max-height: 2000px;
    overflow: hidden;
} */

.comment-list-wrapper.reply-form-open {
    overflow: visible !important;
    max-height: none !important;
}

/* .comment-gradient-overlay {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    transition: opacity 0.4s ease;
    z-index: 10;
} */

.comment-list li.opinion.comment {
    opacity: 1;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.comment-list li.opinion.comment.hidden-comment {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    display: none;
}

.opinions {
    border-radius: 32px;
    padding-right: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.opinion ul {
    width: 100%;
}

.opinions li.opinion {
    position: relative;
    border: 1px solid var(--secondary500);
    border-radius: 20px;
    background-color: #fff;
}

.opinions .opinion {
    padding: 18px;
    display: flex;
    gap: 20px;
}

.opinions .opinion .rply-btn {
    position: absolute;
    left: 17px;
    top: 17px;
    z-index: 5;
}


.opinions .opinion .comment_container {
    display: flex;
    gap: 16px;
}

.opinions .opinion .comment_container .comment-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: -10px;
}

.opinions .opinion .comment_container .comment-text {
    position: relative;
}

.opinions .opinion .comment_container .comment-text .star-rating {
    position: absolute;
    left: -45%;
    top: 0%;
    transform: translate(-10%, -10%);
}

.opinions .opinion .comment_container .comment-text .star-rating span {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--primary800);
}

.opinions .opinion .comment_container .comment-text .star-rating span .rating {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral900);
}

.opinions .opinion .comment_container .comment-text .meta {
    display: flex;
    flex-direction: column;
}

.opinions .opinion .comment_container .comment-text .meta .woocommerce-review__author {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    color: var(--neutral900);
    display: flex;
    flex-direction: column;
}

.opinions .opinion .comment_container .comment-text .meta .woocommerce-review__dash {
    display: none;
    visibility: hidden;
}

.opinions .opinion .comment_container .comment-text .meta .woocommerce-review__published-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral900);
}

.opinions .opinion .comment_container .comment-text .description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: var(--neutral900);
}

.opinions .opinion .sec_opinion {
    margin: 0;
    padding: 0;
}

.opinions .opinion:last-child {
    /* border-bottom: none; */
}

.opinions .opinion .opinion {
    /* border-bottom: none; */
}


.opinions .opinion ul li:nth-child(4) ol>li {
    /* border-bottom: 1px solid #d8d8d8; */
}

.opinions .opinion ul li:nth-child(4) ol>li:last-child {
    /* border-bottom: none; */
}

.opinions .opinion div img {
    width: auto;
    border-radius: 36px;
}

.opinions .opinion ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.opinions .opinion ul li:first-child span:first-child h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    color: var(--neutral900);
}

.opinions .opinion ul li:first-child span:last-child {
    display: flex;
    gap: 8px;
}

.opinions .opinion ul li:nth-child(2) {
    display: flex;
    gap: 6px;
}

.opinions .opinion ul li:nth-child(2) span:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--primary800);
}

.opinions .opinion ul li:nth-child(2) span:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral900);
}

.opinions .opinion ul li:nth-child(3) p {
    padding-top: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--neutral900);
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.opinions .opinion ul li:nth-child(3):not(.opinion) {
    margin-right: -75px;
    margin-top: 0px;
}

li:has(.main_opinion_content) {
    margin-bottom: 13px;
}

.main_opinion_content {
    margin-bottom: 7px;
}

.opinions .opinion ul li:nth-child(4) {
    background-color: #fff;
    border-radius: 16px;
}

.opinions .opinion ul li:nth-child(4) .children {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment .children .comment .comment-reply-link svg {
    display: none !important;
}

.comment-respond {
    width: 100%;
}

.comment-respond form {
    flex-direction: unset;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 16px;
    background-color: var(--neutral100);
    border-radius: 16px;
    margin-bottom: 50px;
    padding: 24px;
    padding-bottom: 60px;
    border: 1px solid var(--secondary500);
    border-radius: 20px;
}

.comment-respond form input {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral900);
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0px 5px 32px 0px #0000000d;
    border: none;
    min-height: 52px;
    width: 100%;
}

.comment-respond .username-c {
    width: 49%;
    position: relative;
}

.comment-respond .comment-form-author .form_name {
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    color: var(--primary800);
}

.comment-respond .comment-form-email .form_email {
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    color: var(--primary800);
}

.comment-respond form textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral900);
    background-color: #fff;
    padding: 8px 16px;
    border: none;
    width: 100%;
    border-radius: 8px;
}

.comment-respond .comment-form-comment {
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
}

.comment-respond form span {
    display: flex;
    align-items: center;
}

.comment-respond form span span {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: var(--primary800);
}

.comment-respond .form-submit {
    position: relative;
    justify-content: flex-end !important;
    width: 100% !important;
    display: flex !important;
}

.comment-respond .form-submit .submit {
    width: auto;
    position: absolute;
    left: -5px;
    bottom: -42px;
    border-radius: 6px;
    background: var(--secondary500);
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
}

.opinion .comment-meta {
    flex-shrink: 0;
    flex-grow: 0;
    width: 60px;
    height: 60px;
}

.newly-added {
    position: relative;
}

.comments-count {
    font-weight: 600;
    font-size: 0.9em;
    margin-right: 6px;
    color: #555;
    margin-bottom: 14px;
}


.sec_opinion.opinion.comment-body>.comment-meta {
    flex: 0 0 60px;
}

.sec_opinion.opinion.comment-body>div {
    flex: 1 1 0%;
    min-width: 0;
}

.opinions .opinion ul li:nth-child(4) .children {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

.opinions .opinion ul li:nth-child(4) .children>li.opinion {
    width: 100%;
    flex: 1 1 auto;
}

.opinions .opinion .opinion {
    width: 100%;
    max-width: 100%;
}

.opinions .opinion .texts,
.opinions .opinion .texts ul,
.opinions .opinion .texts .main_opinion_content {
    min-width: 0;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}


.section-title-comments .ex-single-blog-front-first {
    flex-wrap: wrap;
}

.ajax-loader {
    display: block;
}


@media (max-width: 767px) {
    .opinions .opinion {
        padding: 9px;
    }

    .children .opinion {
        margin-right: -75px;
    }

    .opinions .opinion ul li:nth-child(4) .children>li.opinion {
        width: 118%;
    }

    .opinions .opinion .opinion {
        max-width: 118%;
    }

    .opinions .opinion .rply-btn {
        left: 10px;
        top: 7px;
    }

    .comment-respond form {
        padding: 12px;
        padding-bottom: 28px;
    }

    .comment-respond .form-submit .submit {
        left: -2px;
        bottom: -18px;
    }

    .comments-area .ex-single-blog-front-title {
        gap: 15px;
    }
}

@media (max-width: 500px) {
    .children .opinion {
        margin-right: -79px;
    }

    .opinions .opinion ul li:nth-child(4) .children>li.opinion {
        width: 121%;
    }

    .opinions .opinion .opinion {
        max-width: 121%;
    }
}

@media (max-width: 450px) {
    .opinions .opinion ul li:nth-child(4) .children>li.opinion {
        width: 126%;
    }

    .opinions .opinion .opinion {
        max-width: 126%;
    }
}

@media (max-width: 400px) {
    .section-title-comments .ex-single-blog-front-first {
        justify-content: flex-start;
    }

    .comments-buttons-container {
        margin-right: 0;
    }

    .opinions .opinion ul li:nth-child(4) .children>li.opinion {
        width: 131%;
    }

    .opinions .opinion .opinion {
        max-width: 131%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* related weblog */

.weblog {
    display: flex;
    row-gap: 24px;
}

.weblog_box {
    display: flex;
    height: 257px;
    background-color: #fff;
    box-shadow: 0px 5px 32px 0px #0000001a;
    border-radius: 16px;
    padding: 24px 16.12px;
    align-items: flex-start;
    overflow: hidden;
}

.weblog_box .weblog_box_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    transform: translateY(0);
    transition: 0.4s;
}


.weblog_box:hover .weblog_box_inner {
    transform: translateY(calc(-100% + 208px));
}

.weblog_box:hover p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.weblog_box:hover .weblog_box_img {
    opacity: 0;
}

.weblog_box_img {
    transition: 0.4s;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.weblog_box_inner a h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    color: var(--neutral900);
    margin-top: 14px;
    margin-bottom: 4px;
}

.weblog_box_inner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: var(--neutral800);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 32px;
}

.weblog_box_inner .more_content {
    display: flex;
    gap: 33px;
}

.more_content_left .rectangle_selector {
    display: flex;
    align-items: center;
    background-color: var(--primary500);
    color: #fff;
    background-image: url("../images/icons/arrow-left.svg");
    background-repeat: no-repeat;
    background-position-x: 12.16px;
    background-position-y: center;
    border-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    width: 132px;
    border-radius: 8px;
    padding-top: 8.5px;
    padding-right: 6.1px;
    padding-bottom: 8.5px;
    padding-left: 38.9px;
}

.more_content .more_content_right {
    display: flex;
    gap: 5px;
    align-items: center;
}

.more_content_right span {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: var(--neutral800);
}

/* single blog archive section */

.ex-single-blog-archive .ex-blog-card {
    background-color: var(--primary100);
}

.ex-single-blog-archive .ex-blog-card:before {
    background: #b38728;
}

.ex-blog-front-first h2 {
    color: inherit;
}

.ex-single-blog-archive {
    margin-top: 60px;
}