/*@import url(fooetr.css);
*/
@font-face {
    font-family: Nimkat;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Nimkat.ttf') format('truetype');
}

body {
    scroll-behavior: smooth;
    background-color: #FBFBFB;
}

.product__section {
    background-color: #F5F5F5;
    padding: 42px 0;
}


.product-title {
    font-size: 50px;
    font-weight: 500;
    color: var(--color-primary);
}

.product-subtitle {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.product__desc p {
    color: #787878;
    font-size: 17px;
    line-height: 40px;
    text-align: justify;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.font-20 {
    font-size: 20px !important;
}

.btn.spesial {
    font-family: Nimkat, sans-serif;
}

.border-btn {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 23px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transition: all 0.3s ease-in;
    width: 45%;
}

.border-btn svg {
    flex-shrink: 0;
}

.border-btn * {
    font-size: 20px;
}

svg path {
    transition: all 0.3s;
}

.border-btn.red {
    border-color: #f49231;
    color: #f49231;
    min-width: 220px;
}

.border-btn.green {
    border-color: #4a7049;
    color: #4a7049;
    min-width: 220px;
}

.border-btn.green svg path {
    fill: #4a7049;
}

.border-btn.green:hover svg path {
    fill: white;
}

.border-btn.green:hover {
    color: white;
    background-color: #4a7049;
}

.border-btn.gray {
    border-color: #999595;
    color: #999595;
    min-width: 220px;
}

.border-btn.red:hover {
    background-color: #f49231;
    color: #fff;
}

.button-wrapper {
    flex-wrap: wrap;
    gap: 10px;
}

.border-btn.red:hover svg path {
    fill: #fff;
}

.border-btn.gray:hover {
    background-color: #999595;
    color: #fff;
}

.border-btn.gray:hover svg path {
    fill: #fff;
}

.fill-btn {
    border-radius: 50px;
    color: #fff;
    max-width: 240px;
    font-size: 23px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
}

.fill-btn.red {
    background-color: #f49231;
}

.fill-btn.gray {
    background-color: #999595;
}

.fill-btn.light-green {
    background-color: #8cac83;
}

.fill-btn.light-green:hover {
    background-color: #686868;
    color: #8cac83;
}

.fill-btn.light-green:hover svg path {
    fill: #8cac83;
}

.fill-btn.red:hover {
    border: 1px solid #f49231;
    background-color: #fff;
    color: #f49231;
}

.fill-btn.red:hover svg path {
    fill: #f49231;
}

.fill-btn.gray:hover {
    border: 1px solid #999595;
    background-color: #fff;
    color: #999595;
}

.fill-btn.gray:hover svg path {
    fill: #999595;
}

ul {
    list-style: none;
}

.detail__nav {
    background-color: #4a7049;
    padding: 10px 0;
    overflow: hidden;
    position: sticky !important;
    top: 0;
    z-index: 10;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

.nav-slider .owl-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%
}

.nav-slider .owl-nav {
    display: none;
}

.nav-slider .owl-item {
    width: auto !important;
}

.nav-slider .owl-item li {
    text-align: center;
}

.nav-slider .owl-dots {
    display: none;
}

.nav-slider .owl-stage-outer {
    overflow: hidden;
    min-width: 100%
}

.detail__link {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: all 0.3s;
    font-size: 16px;
}

.detail__link:hover {
    border: 1px solid #fff;
    color: #fff;
}

.detail__link.active {
    background-color: #fff;
    color: #5C5B5B;
}

.product-detail__title {
    width: 100%;
    position: relative;
    margin: 30px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-detail__title::before {
    content: " ";
    position: absolute;
    height: 1px;
    display: block;
    width: 100%;
    background-color: #999595;
    z-index: 0;
    top: 26px;
}

.product-detail__title p {
    background-color: #FBFBFB;
    padding: 10px 15px;
    position: relative;
    z-index: 3;
    color: #686868;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -1.6px;
    text-align: center;
    position: relative;
}

.product-detail__content p {
    color: #787878;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    letter-spacing: -0.5px;
}

.product-detail__section .small {
    display: table;
    margin-right: auto;
    font-size: 15px !important;
    min-width: 140px !important;
}

button:focus {
    border: 0;
    outline: 0;
}

.work-sample__item img {
    border-radius: 20px;
}

.work-sample__slider {
    padding: 0 40px;
    /* margin-bottom: 80px; */
}

.work-sample__slider .owl-prev,
.work-sample__slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
}

/* gallary */
.full-img {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    top: 0;
    left: 0;
}

.full-img__close {
    position: absolute;
    top: 20px;
    right: 30px;
}

.full-img__close {
    border-radius: 50%;
    display: flex;
}

.full-img {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.full-img img {
    max-width: 80%;
}

.gallery-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background-color: #f49231;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.full-img__prev {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9596 2.37385C10.569 1.98333 10.569 1.35017 10.9596 0.959641C11.3501 0.569117 11.9833 0.569117 12.3738 0.959641L17.7071 6.29297C18.0976 6.6835 18.0976 7.31666 17.7071 7.70719L12.3738 13.0405C11.9833 13.431 11.3501 13.431 10.9596 13.0405C10.569 12.65 10.569 12.0168 10.9596 11.6263L14.5858 8.00008H1.66667C1.11439 8.00008 0.666672 7.55237 0.666672 7.00008C0.666672 6.4478 1.11439 6.00008 1.66667 6.00008H14.5858L10.9596 2.37385Z' fill='white'/%3E%3C/svg%3E");
    right: 32px;
}

.more {
    display: none;
}

.more-btn:focus {
    box-shadow: none;
    border: 1px solid #f49231;
}

.max-height {
    height: 350px;
    overflow-y: hidden;
    margin-bottom: 30px !important;
}

@-webkit-keyframes fade-in {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

.full-img__next {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.04045 11.6261C7.43097 12.0167 7.43097 12.6498 7.04045 13.0404C6.64993 13.4309 6.01676 13.4309 5.62624 13.0404L0.292903 7.70703C-0.0976212 7.3165 -0.0976212 6.68334 0.292903 6.29281L5.62624 0.959478C6.01676 0.568954 6.64993 0.568954 7.04045 0.959478C7.43097 1.35 7.43097 1.98317 7.04045 2.37369L3.41422 5.99992L16.3333 5.99992C16.8856 5.99992 17.3333 6.44763 17.3333 6.99992C17.3333 7.5522 16.8856 7.99992 16.3333 7.99992L3.41422 7.99992L7.04045 11.6261Z' fill='white'/%3E%3C/svg%3E");
    left: 32px;
}

/* gallary */


.work-sample__slider .owl-stage-outer {
    overflow: hidden;
}

.work-sample__slider .owl-next {
    left: 0;
}

.work-sample__slider .owl-prev {
    right: 0;
}

.work-sample__slider .owl-stage {
    display: flex;
}

.work-sample__slider .owl-dots {
    display: none;
}

.video-box {
    border-radius: 35px;
    background-image: url(../images/videosection.png);
    min-height: 380px;
    background-size: 100% 100%;
    padding: 60px;
}


.video-box p {
    color: #fff !important;
    font-weight: 300;
    font-size: 18px;
}

.video-box__title {
    font-size: 25px;
    color: #fff;
}

.video-box video {
    min-width: 100%;
    width: 100%;
}

.mb-50 {
    margin-bottom: 70px !important;
}

.article__item {
    background: #FBFBFB;
    box-shadow: 0px 2px 70px -30px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 13px;
    user-select: all;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article__item .small {
    margin-top: auto;
}

::selection {
    background-color: #ee4c6f;
    color: #fff;
}

.min-height-300 p a:link,
.min-height-300 p a:visited,
.min-height-300 p a:active,
.min-height-300 p a:link,
.min-height-300 p a:visited,
.min-height-300 p a:active {
    display: inline-block;
    color: #000;
    padding: 0px 18px;
    margin: 0 3px;
    /*   background-image: linear-gradient(to right,#f49231, #ec5273);*/
    border-radius: 100px;
    color: #fff !important;
    background-color: var(--color-primary);
}

.article__title {
    font-size: 16px;
    font-weight: bold;
}

.article__desc {
    font-size: 10px;
    color: #828080;
    font-weight: 300;
    text-align: justify;
}

.article__item .small {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    font-size: 14px;
    width: 109px !important;
    height: 35px;
    padding: 6px;
    min-width: auto;
    background-color: transparent;
}

.article__slider img {
    border-radius: 24px;
}

.article__slider {
    padding: 20px 40px;
    margin-bottom: 45px;
    /* width: 100% !important; */
}

.article__slider .owl-prev,
.article__slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
}

.article__slider .owl-stage-outer {
    overflow: hidden;
    box-shadow: 0px 2px 70px -30px rgba(0, 0, 0, 0.4);
}

.article__slider .owl-next {
    left: 0;
}

.article__slider .owl-prev {
    right: 0;
}

.article__slider .owl-stage {
    display: flex;
}

.article__slider .owl-dots {
    display: none;
}

.border-btn.big {
    background-color: #4a7049;
    color: #fff;
    width: 370px;
    margin: auto;
    font-size: 24px;
    height: 70px;
    white-space: nowrap;
    transition: all .3s;
}

.border-btn.big:hover {
    transform: translateY(-2px);
}

/* ------------------------------------ faq-section  */
.faq {
    max-width: 1111px;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
}

.faq-question,
.faq p:nth-child(1) {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.faq-question::before,
.faq p:nth-child(1)::before {
    content: " ";
    width: 30px;
    height: 30px;
    float: left;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.2548' cy='15.06' r='15.0601' transform='rotate(-180 15.2548 15.06)' fill='%23EE254F'/%3E%3Crect x='20.8326' y='15.0601' width='10.5978' height='1.11556' transform='rotate(-180 20.8326 15.0601)' fill='white'/%3E%3Crect x='16.0915' y='9.20337' width='10.5978' height='1.11556' transform='rotate(90 16.0915 9.20337)' fill='white'/%3E%3C/svg%3E");
}




.faq-question.active::before,
.faq p:nth-child(1).active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.2548' cy='15.06' r='15.0601' transform='rotate(-180 15.2548 15.06)' fill='%23EE254F'/%3E%3Crect x='20.8326' y='15.0601' width='10.5978' height='1.11556' transform='rotate(-180 20.8326 15.0601)' fill='white'/%3E%3C/svg%3E");
}

.faq-answer {
    font-family: var(--font-yekan-regular);
    font-size: 17px;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-red-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
}

.faq p:not(:first-child) {
    font-family: var(--font-yekan-regular);
    font-size: 17px;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-red-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
    margin-top: 0;
}

.faq>*:not(:first-child) {
    font-family: var(--font-yekan-regular);
    font-size: 17px;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-red-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
}

.faq p:nth-child(2) {
    margin-top: 16px;
}

.faq-section {
    margin-bottom: 80px;
}

/* -------------------------------------- product list  */
.right-title {
    right: 0 !important;
    left: initial !important;
    transform: translate(0px, 0px) !important;
    margin-left: auto;
}

.filter {
    background-color: #FBFBFB;
    padding: 0 10px;
    z-index: 3;
}

.filter span {
    font-size: 14px;
    color: #999595;
    font-weight: 300;
}

.filter label {
    color: #787878;
    font-size: 14px;
}

.filter input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.filter label::before {
    content: " ";
    width: 16px;
    height: 16px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999595;
    margin-left: 5px;
}

.filter input[type=checkbox]:checked+label::before {
    background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L5.99997 6M1 5L4.00004 8.00002' stroke='%23EE254F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}

.product {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 38px;
    overflow: hidden;
}

.product__title {
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
    color: #4a7049;
}

.product::before {
    content: " ";
    background-image: linear-gradient(360deg, #FFFFFF 4.29%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.product:hover::before {
    background-image: linear-gradient(360deg, #4a7049 4.29%, #8cac83);
}

.product:hover .product__title {
    color: #fff;
}

.border-btn:focus {
    border: 1px solid !important;
}




/*  text  */
#Introduction .product-detail__content p,
.product-detail__content p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    color: #787878;
    line-height: 40px;
}

#Introduction .product-detail__content span {
    font-size: inherit !important;
}

#Introduction .product-detail__content strong {
    font-size: inherit;
    font-weight: 700;
}

#Introduction .product-detail__content h1,
.product-detail__content h2 {
    font-size: 1.625rem !important
}

#Introduction .product-detail__content h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

#Introduction .product-detail__content h4 {
    font-size: 1.4375rem !important;
    line-height: 2.5rem !important
}

#Introduction .product-detail__content h5 {
    font-size: 1.1875rem !important
}

#Introduction .product-detail__content h6 {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

#Introduction .product-detail__content h1,
#Introduction .product-detail__content h2,
#Introduction .product-detail__content h3,
#Introduction .product-detail__content h4,
#Introduction .product-detail__content h5,
#Introduction .product-detail__content h6 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    color: #f49231;
}

#Introduction .product-detail__content img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100%;
}

#Introduction .product-detail__content li {
    line-height: 40px;
}

#Introduction .product-detail__content li strong,
#Introduction .product-detail__content li strong a,
#Introduction .product-detail__content li strong span {
    color: #ba372a !important;
}



.filter input[type=radio] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.filter input[type=radio]:checked+label::before {
    background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L5.99997 6M1 5L4.00004 8.00002' stroke='darkgreen' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}

.filter input[type=radio]:checked+label::before {
    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="14" height="14" rx="3" fill="darkgreen"/></svg>') no-repeat center;
}

.filter input[type=radio]:checked+label {
    color: #4a7049;
}

.filter label {
    cursor: pointer;
}

.product__title {
    white-space: normal;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}




.product {
    border-radius: 20px;
    height: 100%;
    min-height: 190px;
}

.product__title {
    bottom: 6px;
    font-size: 14px;
}


@media only screen and (max-width:992px) {
    .button-wrapper {
        justify-content: center;
    }

    .nav-slider .owl-item {
        width: inherit !important;
    }

    .detail__link {
        font-size: 15px;
    }

    .nav-slider .owl-nav {
        display: block;
    }

    .nav-slider .owl-nav button {
        position: absolute;
        height: 100%;
        top: 0;
        border: 0;
        background-color: #000;
    }

    .nav-slider .owl-nav button.disabled {
        background-color: #d9d9d9;
    }

    .nav-slider .owl-next {
        left: 0;
    }

    .nav-slider .owl-prev {
        right: 0;
    }

    .product-detail__title p {
        font-size: 22px;
        top: -24px;
    }

    .img-wrapper.text-left {
        text-align: center !important;
    }

    .product-detail__section .small {
        margin: auto;
    }

    .video-box__title {
        text-align: center;
    }

    .video-box {
        padding: 40px;
    }

    .faq-question,
    .faq p:nth-child(1) {
        font-size: 20px;
    }

    .faq p:not(:first-child) {
        font-size: 14px;
    }

    .nav-box__wrapper .col-6 {
        margin-bottom: 35px !important;
    }

    .nav-box,
    .product-box {
        box-shadow: 0px 0px 30px 0px rgba(225, 135, 27, 0.40) !important;
    }
}

@media only screen and (max-width:768px) {

    .border-btn,
    .border-btn.red,
    .border-btn.gray {
        font-size: 20px;
        min-width: 150px;
    }

    .filter {
        width: 100%;
        text-align: center;
    }

    .video-box__title {
        font-size: 20px;
    }

    .video-box p {
        font-size: 13px;
        line-height: 20px;
    }

    #product-list .col-6 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .product__title {
        bottom: 6px;
        font-size: 12px;
    }

    .product {
        border-radius: 20px;
        height: 100%;
        min-height: 150px;
    }
}

@media only screen and (max-width:576px) {
    .product-title {
        text-align: center;
        font-size: 25px;
    }

    .product-subtitle {
        text-align: center;
        font-size: 16px;
    }

    .product__desc p {
        font-size: 14px;
    }

    .border-btn {
        font-size: 18px;
    }

    .border-btn svg {
        width: 28px;
        height: 28px;
    }

    .fill-btn {
        font-size: 16px;
        max-width: 170px !important;
    }

    .fill-btn svg {
        width: 35px;
        height: 35px;
    }

    .detail__link {
        font-size: 14px;
        padding: 5px;
    }

    .product-detail__title p {
        font-size: 18px;
        top: -20px;
    }

    .product-detail__section .small {
        margin: auto;
    }

    .product__title {
        font-size: 12px;
        bottom: 10px;
    }

    #product-list .col-6 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .border-btn.big {
        font-size: 16px;
        width: auto;
        height: 40px;
    }

    .product {
        border-radius: 20px;
    }

    .faq-question,
    .faq p:nth-child(1) {
        font-size: 13px;
    }

    .faq p:not(:first-child) {
        font-size: 13px;
        line-height: 25px;
        margin-right: 10px;
    }

    .faq {
        padding: 15px 0;
    }

    .detail__menu {
        padding: 0 32px;
    }

    .detail__nav {
        padding: 10px 0;
    }


    #Introduction .product-detail__content h1,
    .product-detail__content h2 {
        font-size: 1.3rem !important;
    }

    #Introduction .product-detail__content h3 {
        font-size: 1.2rem !important;
        line-height: 2rem !important
    }

    #Introduction .product-detail__content h4 {
        font-size: 1.1rem !important;
        line-height: 2.5rem !important
    }

    #Introduction .product-detail__content h5 {
        font-size: 1rem !important
    }

    #Introduction .product-detail__content h6 {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }

    #Introduction .product-detail__content p {
        font-size: 14px;
    }

    .product-detail__content p {
        font-size: 14px;
        line-height: 30px;
    }

    .min-height-300 p a:link,
    .min-height-300 p a:visited,
    .min-height-300 p a:active,
    .min-height-300 p a:link,
    .min-height-300 p a:visited,
    .min-height-300 p a:active {
        padding: 0 10px;
    }

    .product-detail__title::before {
        top: 22px;
    }
}



.header__section {
    background-color: #ffefef;
}

.main-title {
    font-size: 25px;
    color: #7e7d84;
}

.gray-nav {
    background-color: #f3f3f3 !important;
    padding: 0;
}

.gray-nav .detail__link {
    color: #7e7d84;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 15px 0;
    font-size: 14px;
}

.gray-nav .detail__link:hover {
    border-bottom: 2px solid #f49231;
    color: #f49231;
}

.gray-nav .detail__link.active {
    border-bottom: 2px solid #f49231;
    color: #f49231;
    font-weight: 700;
    background-color: transparent;
}

.nav-slider2 .owl-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%
}

.nav-slider2 .owl-nav {
    display: none;
}

.nav-slider2 .owl-item {
    width: auto !important;
}

.nav-slider2 .owl-item li {
    text-align: center;
}

.nav-slider2 .owl-dots {
    display: none;
}

.nav-slider2 .owl-stage-outer {
    overflow: hidden;
    min-width: 100%
}

.nav-slider2 .owl-item {
    width: inherit !important;
}

.nav-slider2 .owl-nav {
    display: block;
}

.nav-slider2 .owl-nav button {
    position: absolute;
    height: 100%;
    top: 0;
    border: 0;
    background-color: #f49231;
}

.nav-slider2 .owl-nav button.disabled {
    background-color: #d9d9d9;
}

.nav-slider2 .owl-next {
    left: 0;
}

.nav-slider2 .owl-prev {
    right: 0;
}

.nav-slider2 .owl-nav.disabled {
    display: none !important;
}

.red-btn {
    background-color: #f49231;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border-radius: 15px;
}

.red-btn:hover {
    color: #fff;
}

.green-btn {
    background-color: #4a7049;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border-radius: 15px;
    transition: all .3s;
}

.green-btn:hover {
    color: black;
    background-color: #8cac83;
}

.green-btn:hover svg path {
    fill: black;
}

.section__title {
    color: #4a7049 !important;
    font-weight: 700;
    font-size: 20px;
}

.category-detail__section .section__desc ul li::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #4a7049;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 5px;
}

.section__desc {
    font-size: 16px;
    line-height: 36px;
}

.section__desc img {
    max-width: 100%;
}

.category-detail__section .section__desc * {
    color: #5b5757;
}

.category-detail__section .section__desc p {
    margin-bottom: 16px;
}

.category-detail__section .section__desc ul li {
    margin-bottom: 10px;
}

.category-detail__section .section__desc {
    color: #5b5757;
}

.category-detail__section .section__img img {
    border-radius: 20px;
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.category-detail__section .link-btn {
    font-size: 20px !important;
    width: 100%;
    min-height: 60px;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
}

.category-detail__section .link-btn.green-btn {
    background-color: var(--color-secondary);
}

/* new */
.nav-box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 10px 60px 0px #4a704990;
    padding: 20px;
    border: 1px solid transparent;
    transition: all 0.3s;
    height: 100%;
    border-radius: 20px;
    background: #FFF;
    padding: 12px 10px 35px 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.nav-box::before {
    content: url('data:image/svg+xml,<svg width="57" height="57" viewBox="0 0 57 57" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="28.457" width="40" height="40" rx="10" transform="rotate(-45.351 0 28.457)" fill="darkgreen"/><path d="M25 38H31C36 38 38 36 38 31V25C38 20 36 18 31 18H25C20 18 18 20 18 25V31C18 36 20 38 25 38Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M25 27.51L28 30.51L31 27.51" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M28 30.51V22.51" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 32.51C25.89 33.81 30.11 33.81 34 32.51" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -28px);
    transition: inherit;
}

.nav-box:hover::before {
    top: 102%;
}

.nav-box p {
    color: #4a7049;
    font-size: 16px;
    /*        font-family: Yekan Bakh FaNum;
*/
    font-weight: 700;
    letter-spacing: -0.6px;
}

.nav-box:hover {
    border-color: #8cac83;
}

.nav-box img {
    border-radius: 10px;
    border-radius: 14px;
    width: 100%;
    height: 200px;
}

.product-box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px #4a704990;
    padding: 20px;
    border: 1px solid transparent;
    transition: all 0.3s;
    height: 100%;
    border-radius: 20px;
    background: #FFF;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.product-box a {
    display: flex;
    justify-content: center;
}

.product-box .btn-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.product-box .action-box {
    gap: 10px;
}

.product-box .action-box button {
    width: 100%;
}

@media (max-width:768px) {
    .product-box .action-box {
        gap: 5px;
    }

    .product-box .action-box button,
    .product-box .action-box a {
        font-size: 14px;
    }
}

.product-box p {
    color: #4a7049;
    font-size: 16px;
    /*font-family: Yekan Bakh FaNum;*/
    font-weight: 700;
    letter-spacing: -0.6px;
}

.product-box:hover {
    border-color: #8cac83;
}

.product-box img {
    border-radius: 10px;
    border-radius: 12px;
    width: auto;
    max-height: 250px;
}

.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-primary:active {
    background-color: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover svg g {
    fill: var(--primary-color);
}

.btn-primary:not(:disabled):not(.disabled):active svg g {
    fill: white;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-color);
    color: white;
}

.btn-outline-primary {
    background-color: white;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: .25rem;
    transition: 0.3s ease-in-out;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    background-color: var(--primary-color) !important;
    color: white !important;
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
}

.btn-outline-primary:hover .magnifying-icon path {
    stroke: white;
}

.btn-outline-primary:hover .shopping-bag-icon g {
    fill: white;
}

.category-detail__section .product-detail__title {
    margin-top: 0;
}



@media only screen and (max-width:992px) {
    .main-title {
        font-size: 1.3rem;
    }

    .red-btn.d-block {
        font-size: 1.2rem;
    }

    .section__desc {
        font-size: 14px !important;
    }

    .section__title {
        font-size: 18px;
    }

    .category-detail__section .link-btn {
        font-size: 1rem !important;
    }

    .product-detail__title::before {
        top: 0;
    }
}

@media only screen and (max-width:768px) {
    .category-detail__section .col-lg-4 {
        order: -1;
    }

    .nav-box p {
        font-size: 14px;
    }
}

@media only screen and (max-width:576px) {
    .category-detail__section .link-btn {
        font-size: 14px !important;
    }

    .font-20 {
        font-size: 16px !important;
    }

    .nav-box__wrapper .col-6:nth-child(odd) {
        padding-left: 8px;
    }

    .nav-box__wrapper .col-6:nth-child(even) {
        padding-right: 8px;
    }



    .category-detail__section .section__desc,
    .category-detail__section .section__desc p {
        font-size: 14px;
    }

    .border-btn {
        width: 45%;
        margin-bottom: 10px !important;
        min-width: auto;
        padding: 5px 10px;
        gap: 0;
    }

    .border-btn * {
        font-size: 14px;
    }

    .product-detail__title {
        margin-bottom: 0;
    }

    .faq-question::before,
    .faq p:nth-child(1)::before {
        width: 23px;
        height: 23px;
        background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.2548' cy='15.06' r='15.0601' transform='rotate(-180 15.2548 15.06)' fill='%23EE254F'/%3E%3Crect x='20.8326' y='15.0601' width='10.5978' height='1.11556' transform='rotate(-180 20.8326 15.0601)' fill='white'/%3E%3Crect x='16.0915' y='9.20337' width='10.5978' height='1.11556' transform='rotate(90 16.0915 9.20337)' fill='white'/%3E%3C/svg%3E");
    }




    .faq-question.active::before,
    .faq p:nth-child(1).active::before {
        background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.2548' cy='15.06' r='15.0601' transform='rotate(-180 15.2548 15.06)' fill='%23EE254F'/%3E%3Crect x='20.8326' y='15.0601' width='10.5978' height='1.11556' transform='rotate(-180 20.8326 15.0601)' fill='white'/%3E%3C/svg%3E");
    }
}

.product-detail__content .border-btn {
    width: 100%;
    font-size: 18px;
}

.image-modal .modal-content {
    max-width: max-content !important;
    max-height: 90vh !important;
}

.image-modal .modal-content {
    max-width: fit-content !important;
}