/*
 * ---------------------------------------------------------------
 * Copyright © psdevsolution.com - All Rights Reserved.
 * ---------------------------------------------------------------
 */

:root {

    /* App */
    --color-silver: #7f7f7f;
    --color-gold: #edbc1e;
    --color-platinum: #3e3f51;
    --color-vip: #0091db;

    /* Bootstrap customize */
    /* --bs-primary: #00a3ff;
    --bs-primary-rgb: 0, 163, 255; */

    /* --bs-primary: #e3a194;
    --bs-primary-rgb: 227, 161, 148;
    --bs-primary-hover: #c67668;
    --bs-primary-hover-rgb: 198, 118, 104; */

    /* --bs-link-color: #e3a194;
    --bs-link-color-rgb: 227, 161, 148;
    --bs-link-hover-color: #c67668;
    --bs-link-hover-color-rgb: 198, 118, 104; */

    --bs-primary: #c67668;
    --bs-primary-rgb: 198, 118, 104;
    --bs-primary-hover: #e3a194;
    --bs-primary-hover-rgb: 227, 161, 148;

    --bs-link-color: #c67668;
    --bs-link-color-rgb: 198, 118, 104;
    --bs-link-hover-color: #e3a194;
    --bs-link-hover-color-rgb: 227, 161, 148;

    /* --bs-body-font-size: 14px; */
    --bs-body-font-weight: 300;
}

[data-bs-theme="dark"] {

    /* Bootstrap customize */

    /* --bs-body-bg: #19224f;
    --bs-body-bg-rgb: 25, 34, 79;
    --bs-tertiary-bg: #13193d;
    --bs-tertiary-bg-rgb: 19, 25, 61; */

}

[data-bs-theme="light"] {

    /* Bootstrap customize */

    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-tertiary-bg: #fdebd0;
    --bs-tertiary-bg-rgb: 253, 235, 208;
    --bs-body-color: #292929;
}

html {
    scroll-padding-top: 140px;
    /* height of sticky header */
}

body {
    position: relative;
    font-family: "Mitr", sans-serif;
    letter-spacing: 0.6px;
}

/* @media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
} */

@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }
}

.font-secondary {
    font-family: "Sriracha", cursive;
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(6deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(6deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(6deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(6deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(6deg, 0deg);
}

b, strong {
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    color: var(--bs-body-color);
    /* font-weight: 500; */
}

.text-app {
    color: var(--bs-tertiary-bg);
}

.btn {
    display: inline-block;
    /* border-radius: 10px; */
    transition: 0.26s;
    /* font-weight: 500; */
    border-radius: 60px;
    /* --bs-btn-font-size: 14px; */
}

button.btn.btn-sm {
    /* border-radius: 8px; */
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-hover);
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-action {
    color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    background-color: rgba(var(--bs-info-rgb), .1) !important;
    border: 0 !important;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active {
    background-color: rgba(var(--bs-info-rgb), .15) !important;
}

.btn-facebook {
    color: #ffffff;
    background-color: #1877f2 !important;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    color: #ffffff !important;
    background-color: #1877f2 !important;
}

.btn-outline-facebook {
    color: #1877f2 !important;
    border-color: #1877f2 !important;
}

.btn-outline-facebook:hover,
.btn-outline-facebook:focus,
.btn-outline-facebook:active {
    color: #ffffff !important;
    background-color: #1877f2 !important;
}

.btn-google {
    color: #ffffff;
    background-color: #ea4335 !important;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    color: #ffffff !important;
    background-color: #ea4335 !important;
}

.btn-line {
    color: #ffffff;
    background-color: #01b301 !important;
}

.btn-line:hover,
.btn-line:focus,
.btn-line:active {
    color: #ffffff !important;
    background-color: #01b301 !important;
}

.btn-fb {
    background-color: #1877f2;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.btn-fb:hover {
    background-color: #0068ef !important;
    color: #ffffff !important;
}

.btn-shopee {
    background-color: #ee4d2d;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.btn-shopee:hover {
    background-color: #eb300b !important;
    color: #ffffff !important;
}

.btn-lazada {
    background-color: #19209a;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.btn-lazada:hover {
    background-color: #11166e !important;
    color: #ffffff !important;
}

.navbar {
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1);
}

.dropdown .dropdown-menu {
    --bs-dropdown-font-size: var(--bs-body-font-size);
}

/* .dropdown.dropdown-multi-btn {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.dropdown.dropdown-multi-btn .dropdown-menu {
    grid-column: span 2;
} */

.dropdown.dropdown-multi-btn>a:nth-of-type(1) {
    margin-right: 50px;
}

.dropdown.dropdown-multi-btn [data-bs-toggle="dropdown"] {
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown .dropdown-toggle-icon {
    display: inline-block;
    line-height: 1;

    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
}

.dropdown .dropdown-toggle-icon::before {
    font-weight: bold !important;
}

.dropdown [data-bs-toggle="dropdown"] {
    cursor: pointer;
}

.dropdown [data-bs-toggle="dropdown"][aria-expanded="true"] .dropdown-toggle-icon,
.dropdown [data-bs-toggle="collapse"][aria-expanded="true"] .dropdown-toggle-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown.dropdown-style-1 .dropdown-menu {
    border: 0;
    /* background-color: var(--bs-tertiary-bg); */
    background-color: rgba(var(--bs-tertiary-bg-rgb), .6);
}

@media (min-width: 992px) {

    .dropdown.dropdown-style-1 .dropdown-menu {
        background-color: var(--bs-body-bg);
        box-shadow: var(--bs-box-shadow);
    }
}

.dropdown.dropdown-style-2 .dropdown-menu {
    border: 0;
    /* background-color: var(--bs-tertiary-bg); */
    background-color: rgba(var(--bs-tertiary-bg-rgb), .6);
}

.form-control,
.form-select,
.input-group-text {
    font-size: var(--bs-body-font-size);
}

.form-control::placeholder {
    color: #b2b2b2;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--bs-body-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-body-color-rgb), .25);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

.invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.frm-feedback .valid-feedback,
.frm-feedback .invalid-feedback {
    font-size: var(--bs-body-font-size);
}

.form-check.form-check-lg {
    padding-left: 2em;
}

.form-check.form-check-lg .form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.1em;
    margin-left: -2em;
}

.form-switch.form-switch-lg {
    padding-left: 2.8em;
}

.form-switch.form-switch-lg .form-check-input {
    width: 2.4em;
    height: 1.4em;
    margin-top: 0.1em;
    margin-left: -2.8em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.modal {
    overflow-y: scroll !important;
}

.modal .modal-content {
    border: 0;
    box-shadow: var(--bs-box-shadow);
}

.modal-backdrop.show {
    opacity: .6;
}

.modal-backdrop {
    background-color: var(--bs-tertiary-bg);
}

.offcanvas {
    box-shadow: var(--bs-box-shadow);
}

.offcanvas-backdrop {
    background-color: var(--bs-tertiary-bg);
}

.offcanvas-backdrop.show {
    opacity: .6;
}

.badge {
    --bs-badge-font-size: 12px;
    --bs-badge-font-weight: 600;
}

.badge.badge-classic {
    background-color: var(--color-silver);
    color: #ffffff;
}

.badge.badge-gold {
    background-color: var(--color-gold);
    color: #ffffff;
}

.badge.badge-platinum {
    background-color: var(--color-platinum);
    color: #ffffff;
}

.badge.badge-vip {
    background-color: var(--color-vip);
    color: #ffffff;
}

@media (min-width: 992px) {

    .shadow-lg-none {
        box-shadow: none !important;
    }

}

.pointer {
    cursor: pointer;
}

.cursor-no-drop {
    cursor: no-drop;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.text-perwrap {
    white-space: pre-wrap;
}

.lh-0 {
    line-height: 0;
}

.mx-500 {
    max-width: 500px;
}

@media (max-width: 350px) {
    /* .navbar-top>.navbar>.container.user-actived {
        flex-direction: column;
    } */
}

.navbar-top::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(15px);
}

.navbar-top .navbar-brand img {
    max-width: 100px;
    max-height: 45px;
    width: auto;
}

@media (min-width: 576px) {
    /* .navbar-top .navbar-brand img {
        max-width: 100px;
        max-height: 45px;
    } */
}

@media (min-width: 1200px) {
    .navbar-top .navbar-brand img {
        max-width: 140px;
        max-height: 55px;
    }
}

.navbar-top .navbar-nav a.nav-link {
    position: relative;
    font-weight: 500;
}

@media (min-width: 992px) {

    /* .navbar-top .offcanvas-body .navbar-nav {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    } */

    .navbar-top .navbar-nav .nav-link {
        /* padding: 0.4rem 0.9rem; */
        padding: 0.4rem 1.5rem;
    }

}

.navbar-top .offcanvas .navbar-nav .nav-link.active,
.navbar-top .offcanvas .navbar-nav .nav-link:hover {
    color: #c67668;
}

.navbar-top .offcanvas .navbar-nav a.nav-link:after {
    position: absolute;
    transition: .3s;
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fbebd0%22%3E%3Cpath%20d%3D%22M226.5%2092.9c14.3%2042.9-.3%2086.2-32.6%2096.8s-70.1-15.6-84.4-58.5s.3-86.2%2032.6-96.8s70.1%2015.6%2084.4%2058.5zM100.4%20198.6c18.9%2032.4%2014.3%2070.1-10.2%2084.1s-59.7-.9-78.5-33.3S-2.7%20179.3%2021.8%20165.3s59.7%20.9%2078.5%2033.3zM69.2%20401.2C121.6%20259.9%20214.7%20224%20256%20224s134.4%2035.9%20186.8%20177.2c3.6%209.7%205.2%2020.1%205.2%2030.5l0%201.6c0%2025.8-20.9%2046.7-46.7%2046.7c-11.5%200-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6%200l-88%2022c-11.1%202.8-22.5%204.2-34%204.2C84.9%20480%2064%20459.1%2064%20433.3l0-1.6c0-10.4%201.6-20.8%205.2-30.5zM421.8%20282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3%2078.5-33.3s29.1%2051.7%2010.2%2084.1s-54%2047.3-78.5%2033.3zM310.1%20189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1%2084.4-58.5s46.9%2053.9%2032.6%2096.8s-52.1%2069.1-84.4%2058.5z%22%2F%3E%3C%2Fsvg%3E');
    width: 30px;
    height: 30px;
    left: -12px;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
    opacity: 0;
}

@media (min-width: 992px) {

    .navbar-top .offcanvas .navbar-nav a.nav-link:after {
        left: 0;
    }

}

.navbar-top .offcanvas .navbar-nav a.nav-link.active:after,
.navbar-top .offcanvas .navbar-nav a.nav-link:hover:after {
    opacity: 1;
}

.py-section {
    padding: 60px 0 60px 0;
}

@media (min-width: 1200px) {
    .py-section {
        padding: 90px 0 90px 0;
    }
}

/* section {
    padding: 10px;
} */

.card {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
    /* box-shadow: rgba(0 0 0/6%) 0 1em 4em; */
}

.card .card-header,
.card .card-body,
.card .card-footer {
    padding: 15px;
    background-color: unset;
}

@media (min-width: 768px) {

    .card .card-header,
    .card .card-body,
    .card .card-footer {
        padding: 30px;
    }
}

.table {
    margin-bottom: 0;
}

.table th {
    white-space: nowrap;
}

.table.bg-header th {
    background-color: rgb(13 202 240 / 10%);
}

.table-hover tbody tr:hover * {
    --bs-table-bg-state: rgb(13 202 240 / 5%);
}

.table.card-table th:first-child,
.table.card-table td:first-child {
    padding-left: 15px;
}

.table.card-table th:last-child,
.table.card-table td:last-child {
    padding-right: 15px;
}

@media (min-width: 768px) {

    .table.card-table th:first-child,
    .table.card-table td:first-child {
        padding-left: 30px;
    }

    .table.card-table th:last-child,
    .table.card-table td:last-child {
        padding-right: 30px;
    }

}

.table .dropdown {
    position: static;
}

.table thead th.action {
    width: 140px;
}

/* Carousel */

.carousel .carousel-inner .carousel-item img {
    width: 100%;
}

.carousel .carousel-indicators button {
    width: 20px;
    height: 6px;
    border: unset;
    border-radius: var(--bs-border-radius);
}

.carousel .carousel-indicators button.active {
    width: 40px;
}

/* End Carousel */

/* Pagination */

.pagination .page-link {
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 35px;
    height: 35px;
}

.pagination .page-item {
    margin-bottom: 6px;
}

.pagination .page-item:not(:last-child) {
    margin-right: 6px;
}

.pagination .page-item.active>.page-link {
    color: #ffffff;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 37 93 / 25%);
}

.pagination .active>.page-link, .page-link.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* End Pagination */

/* Avatar */

.avatar-img {
    position: relative;
    display: flex;
    height: 20px;
    width: 20px;
    /* background-color: #f2f2f2; */
    overflow: hidden;
}

.avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-x2 {
    height: 30px;
    width: 30px;
}

.avatar-x3 {
    height: 50px;
    width: 50px;
}

.avatar-x4 {
    height: 60px;
    width: 60px;
}

.avatar-x5 {
    height: 80px;
    width: 80px;
}

.avatar-x6 {
    height: 100px;
    width: 100px;
}

/* End Avatar */

/* Live Toast */

.live-toast .toast {
    width: 100%;
    min-width: 240px;
    max-width: 400px;
    /* border-radius: 0; */
    /* -webkit-clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%); */
}

.live-toast .toast .toast-body {
    padding-right: 35px;
}

.live-toast .toast .btn-close-absolute {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 10px;
}

/* End Live Toast */

/* Loader */

.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.5);
}

.loader-backdrop-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-line {
    width: 200px;
    height: 4px;
    position: relative;
    overflow: hidden;
    background-color: #d6d6d6;
    margin: 10px auto;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0 5px 0 var(--main-color), 0 0 5px 0 var(--main-color) inset;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 4px;
    width: 40%;
    background-color: var(--bs-primary);
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.loader-spinner {
    position: relative;
    width: 120px;
    height: 120px;
}

.loader-spinner .spinner {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    border-top-color: var(--bs-primary);
    animation: loaderSpin 1s ease-in-out infinite;
    -webkit-animation: loaderSpin 1s ease-in-out infinite;
}

.loader-spinner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    object-fit: contain;
}

@keyframes loaderSpin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes loaderSpin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* End Loader */

/* Ex Upload Image */

img[src=""], a[data-fancybox][data-src=""] {
    visibility: hidden;
}

.ex-image {
    position: relative;
    display: flex;
    width: 100px;
    max-width: 100%;
    aspect-ratio: auto 1 / 1;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-style: dashed;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}

.ex-image::before {
    content: "\f42a";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.6rem;
    color: var(--bs-border-color);
}

.ex-image a[data-fancybox] {
    position: relative;
    width: 100%;
    height: 100%;
}

.ex-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ex-image.ex-image-2x2 {
    width: 150px;
    aspect-ratio: auto 2 / 2;
}

.ex-image.ex-image-2x3 {
    width: 150px;
    aspect-ratio: auto 2 / 3;
}

.ex-image.ex-image-4x2 {
    width: 150px;
    aspect-ratio: auto 4 / 2;
}

.ex-image.ex-image-5x2 {
    width: 150px;
    aspect-ratio: auto 5 / 2;
}

.ex-image.ex-image-5x3 {
    width: 150px;
    aspect-ratio: auto 5 / 3;
}

.ex-image.ex-image-5x7 {
    width: 150px;
    aspect-ratio: auto 5 / 7;
}

/* End Ex Upload Image */

/* Particles */

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

/* End Particles */

.on-end-input {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.bg-light-gray {
    background-color: #f6f6f6;
}

.bg-title-gradient-1 {
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 10%), rgba(var(--bs-primary-rgb), 0));
}

.bg-cat-footprints::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../../../assets/image/background/cat-footprints.webp);
    opacity: .6;
}

.bg-tofu-cat-litter {
    background-image: url(../../../../assets/image/background/tofu-cat-litter.jpg);
    background-position: center;
    background-size: cover;
}

.bg-tofu-cat-litter.bg-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(41 41 41 / 70%);
}

.bg-primary-gradient {
    background-image: linear-gradient(to right, #fdebd0, #fff5e4);
}

.image-radius-one {
    position: relative;
}

.image-radius-one img {
    position: relative;
    width: calc(100% - 10px);
    border-radius: 30% 70% 70% 30% / 60% 60% 40% 40%;
    margin-right: 10px;
}

.image-radius-one::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 70% 30% 30% 70% / 60% 60% 40% 40%;
    background-color: var(--bs-tertiary-bg);
    left: 0;
    top: 0;
    z-index: 0;
}

.image-radius-two {
    position: relative;
}

.image-radius-two img {
    position: relative;
    width: calc(100% - 10px);
    border-radius: 70% 30% 30% 70% / 40% 40% 60% 60%;
    margin-left: 10px;
}

.image-radius-two::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 30% 70% 70% 30% / 40% 40% 60% 60%;
    background-color: var(--bs-tertiary-bg);
    top: 0;
    right: 0;
    z-index: 0;
}

footer {
    /* background-color: #0f1639; */
}

/* .shape-title::after {
    display: block;
    content: "";
    background-image: url(../../../../assets/image/base/shape-tofu.png);
    background-size: 100% 100%;
    width: 250px;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
} */


/* .shape-title {
    display: inline-block;
}

.shape-title::after {
    display: block;
    content: '';
    height: 16px;
    width: 120px;
    background-image: url(../../../../assets/image/base/shape-tofu.png);
    background-size: 100% 100%;
    margin-top: 10px;
}

.shape-title.shape-title-center::after {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .shape-title.shape-title-md-start::after {
        margin-right: 0;
        margin-left: 0;
    }
} */


/* Page */

.header-page {
    padding: 60px 0 80px 0;
    position: relative;
    text-align: center;
    background-image: url(../../../../assets/image/background/tofu-cat-litter.jpg);
    background-size: cover;
    background-position: center;
}

.title-page {
    /* font-size: 32px; */
    font-size: 35px;
    /* font-weight: 400; */
}

@media (min-width: 768px) {

    .header-page {
        padding: 110px 0 150px 0;
    }

    .title-page {
        /* font-size: 40px; */
        font-size: 55px;
    }
}

/* End Page */

/* Wallet */

/* End Wallet */

/* Category */

/* End category */

/* Product */


/* End Product */

/* Blog */

.blog-item {
    position: relative;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-item .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.blog-item .inner-link {
    position: relative;
    z-index: 1;
}

.blog-item .content-img {
    position: relative;
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg);
}

@media (min-width: 992px) {}

.blog-item .content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1200 / 650;
    transition: 0.4s;
}

.blog-item:hover .content-img img {
    transform: scale(1.05);
}

.blog-item .content-meta {
    padding: 15px 0px;
}

.blog-item .content-meta .content-name {
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-body-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.4s;
}

.blog-item:hover .content-meta .content-name {
    color: var(--bs-primary);
}

.blog-item:has(.inner-link:hover) .content-name {
    color: var(--bs-body-color);
}

.blog-item:has(.inner-link:hover) .content-img img {
    transform: scale(1);
}


/* End Blog */

/* Marquee */

.marquee {
    position: relative;
    overflow: hidden;
}

.marquee .text {
    display: inline-block;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .marquee .text {
        animation: marquee 40s linear infinite;
        white-space: nowrap;
    }
}

@keyframes marquee {
    0% {
        margin-left: 100%;
        transform: translateX(0)
    }

    to {
        margin-left: 0;
        transform: translateX(-100%)
    }
}

/* End Marquee */

/* Contact us widget */
#contact-us-widget {
    right: 25px;
    bottom: 35px;
    position: fixed;
    z-index: 1040;
}

#contact-us-widget .open-option {
    position: relative;
    background-color: #129bf4;
    color: #fff;
    line-height: 50px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#contact-us-widget .open-option i {
    line-height: 50px;
}

#contact-us-widget .open-option i.bi-x-lg {
    display: none;
}

#contact-us-widget .option {
    width: 50px;
    height: auto;
}

#contact-us-widget .option .item {
    position: relative;
    /* background-color: #ffffff; */
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#contact-us-widget .tooltip {
    width: max-content;
    max-width: 120px;
}

/* End contact us widget */


/*
 * ---------------------------------------------------------------
 * Copyright © psdevsolution.com - All Rights Reserved.
 * ---------------------------------------------------------------
 */