a,
p {
    color: var(--black-color);
}
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}
.form-control,
p {
    line-height: normal;
}
*,
.book ul,
body {
    margin: 0;
}
.dropdown-menu,
:root {
    --bs-dropdown-link-active-bg: #f5f5f5;
}
a,
a:hover {
    text-decoration: none;
}
* {
    border: 0;
    padding: 0;
}
:root {
    --theme-blue-color: #4aa0e4;
    --accent-color: #717171;
    --white-color: #fff;
    --black-color: #272727;
    --gray-color: #f3f3f3;
    --gray-color-200: #e3e3e3;
    --gray-color-300: #e0e0e0;
    --gray-color-500: #d0d0d0;
    --gray-color-800: #3a3a3a;
    --light-gray-color: #d2d2d2;
    --primary-color: #9fd07c;
    --bs-body-color: #272727;
    --bs-secondary-color: #ffe8f0;
    --bs-secondary-rgb: 255, 232, 240;
    --bs-border-color: #e3e3e3;
    --light-color: #f8f8f8;
    --light-blue-color: #edf1f3;
    --navbar-color-color: #131814;
    --swiper-theme-color: #4a4a4a;
    --swiper-pagination-color: #4a4a4a;
    --bs-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.08);
    --bs-btn-font-size: 18px;
    --body-font: "Nunito", sans-serif;
    --heading-font: "Nunito", sans-serif;
}
@media (min-width: 1850px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1540px;
    }
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 300;
    background-color: #fafdfc;
    color: #212529;
}
/* p {
    text-align: justify;
} */
a {
    transition: color 0.3s ease-out;
}
a.light {
    color: var(--light-color);
}
a:hover {
    color: var(--primary-color);
}
hr {
    margin: 1.25rem 0;
    color: var(--gray-color-200);
    opacity: 1;
}
#footer .menu-list .menu-item a:hover,
.banner-content,
.banner-content p,
.nav .nav-item a.nav-link.active,
.nav .nav-item a.nav-link:focus,
.nav .nav-item a.nav-link:hover,
.nav-tabs button.nav-link:hover,
.navbar-nav .nav-item a.nav-link.active,
.navbar-nav .nav-item a.nav-link:focus,
.navbar-nav .nav-item a.nav-link:hover,
.primary-color,
.spinner-prop,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
}
.bg-gray {
    background: var(--gray-color);
}
.bg-dark {
    background: var(--black-color);
}
.bg-light {
    background: var(--light-color);
}
.bg-light-gray {
    background: #f5f5f5;
}
.padding-xsmall {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.padding-small {
    padding-top: 2em;
    padding-bottom: 2em;
}
.padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
}
.padding-large,
.padding-large-top {
    padding-top: 7em;
}
.padding-large {
    padding-bottom: 7em;
}
.padding-xlarge {
    padding-top: 9.5em;
    padding-bottom: 9.5em;
}
.margin-small {
    margin-top: 2em;
    margin-bottom: 2em;
}
.margin-medium {
    margin-top: 4em;
    margin-bottom: 4em;
}
.margin-large {
    margin-top: 7em;
    margin-bottom: 7em;
}
.margin-xlarge {
    margin-top: 9.5em;
    margin-bottom: 9.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 115%;
}
h5 {
    font-weight: 300;
    letter-spacing: 0.01rem;
}
.btn {
    font-weight: 500;
    letter-spacing: 0.09em;
    color: var(--white-color);
    background-color: var(--primary-color);
    border: none;
    border-radius: 200px;
    cursor: pointer;
    margin-left: 30px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
.btn:focus-visible,
.btn:hover,
:not(.btn-check) + .btn:active {
    color: var(--white-color);
    background-color: var(--black-color);
}
.btn-dark:hover,
.btn-light:hover,
.dark-mode .toggle-mode-icon,
.dark-mode .toggle-mode-icon:hover,
.toggle-mode-icon:hover,
ul.dropdown-menu.animate.slide.border.show {
    background-color: var(--primary-color);
}
@media (max-width: 768px) {
    ul.dropdown-menu.animate.slide.border.show {
        background-color: var(--primary-color);
        /* width:360px; */
        margin-left: 100px;
    }
}
.btn-dark {
    background-color: var(--black-color);
}
.book .inner .left,
.book .inner .right,
.book ul li {
    height: 4px;
    position: absolute;
    background: var(--color);
}
.btn-light {
    background-color: var(--light-color);
}
.btn-light:hover {
    color: #fff;
}
.form-control {
    padding: 1rem;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01rem;
}
.form-control:focus {
    box-shadow: none;
    border-color: #131814;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
    color: var(--black-color);
}
.filter-blog .form-select,
.filter-shop .form-select {
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    border: none;
    background-color: transparent;
    line-height: normal;
    width: 180px;
}
.book,
.book .inner {
    width: 32px;
    height: 12px;
}
#header-nav .navbar-toggler:focus,
.form-select:focus {
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(243, 141, 68, 0.25);
}
th {
    font-weight: 300;
    letter-spacing: 0.06rem;
}
.page-link {
    padding: 0;
    font-size: 18px;
    color: var(--black-color);
    background: 0 0;
    border: none;
}
.page-link:focus {
    color: var(--primary-color);
    background: 0 0;
    box-shadow: none;
}
.active > .page-link,
.page-link.active,
.page-link:hover {
    color: var(--primary-color);
    background: 0 0;
    border: none;
}
.disabled > .page-link,
.page-link.disabled {
    color: var(--gray-color-500);
    background: 0 0;
    border: none;
}
@media (min-width: 200px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slide {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
}
.slide {
    -webkit-animation-name: slide;
    animation-name: slide;
}
#preloader {
    background: #fff;
    opacity: 0.8;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999999;
    transition: 0.2s ease-in-out;
}
#preloader.hide-preloader,
.cart-dropdown.dropdown a::after,
.search-popup .cat-list-item:last-child::after,
.search-popup-form #search-popup-submit,
.wishlist-dropdown.dropdown a::after {
    display: none;
}
.book {
    --color: #f86d72;
    --duration: 6.8s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.book .inner {
    position: relative;
    transform-origin: 2px 2px;
    transform: rotateZ(-90deg);
    animation: book var(--duration) ease infinite;
}
.book .inner .left,
.book .inner .right {
    width: 60px;
    top: 0;
    border-radius: 2px;
}
.book .inner .left:before,
.book .inner .right:before {
    content: "";
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: inherit;
    position: absolute;
    top: -10px;
    left: 6px;
}
.book .inner .left {
    right: 28px;
    transform-origin: 58px 2px;
    transform: rotateZ(90deg);
    animation: left var(--duration) ease infinite;
}
.book .inner .right {
    left: 28px;
    transform-origin: 2px 2px;
    transform: rotateZ(-90deg);
    animation: right var(--duration) ease infinite;
}
.book .inner .middle {
    width: 32px;
    height: 12px;
    border: 4px solid var(--color);
    border-top: 0;
    border-radius: 0 0 9px 9px;
    transform: translateY(2px);
}
.book ul {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 0;
}
.book ul li {
    border-radius: 2px;
    transform-origin: 100% 2px;
    width: 48px;
    right: 0;
    top: -10px;
    transform: rotateZ(0) translateX(-18px);
    animation-duration: var(--duration);
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.book ul li:nth-child(0) {
    animation-name: page-0;
}
.book ul li:first-child {
    animation-name: page-1;
}
.book ul li:nth-child(2) {
    animation-name: page-2;
}
.book ul li:nth-child(3) {
    animation-name: page-3;
}
.book ul li:nth-child(4) {
    animation-name: page-4;
}
.book ul li:nth-child(5) {
    animation-name: page-5;
}
.book ul li:nth-child(6) {
    animation-name: page-6;
}
.book ul li:nth-child(7) {
    animation-name: page-7;
}
.book ul li:nth-child(8) {
    animation-name: page-8;
}
.book ul li:nth-child(9) {
    animation-name: page-9;
}
.book ul li:nth-child(10) {
    animation-name: page-10;
}
.book ul li:nth-child(11) {
    animation-name: page-11;
}
.book ul li:nth-child(12) {
    animation-name: page-12;
}
.book ul li:nth-child(13) {
    animation-name: page-13;
}
.book ul li:nth-child(14) {
    animation-name: page-14;
}
.book ul li:nth-child(15) {
    animation-name: page-15;
}
.book ul li:nth-child(16) {
    animation-name: page-16;
}
.book ul li:nth-child(17) {
    animation-name: page-17;
}
.book ul li:nth-child(18) {
    animation-name: page-18;
}
@keyframes page-0 {
    4%,
    63% {
        transform: rotateZ(0) translateX(-18px);
    }
    13%,
    54% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-1 {
    5.86%,
    64.74% {
        transform: rotateZ(0) translateX(-18px);
    }
    14.74%,
    55.86% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-2 {
    66.48%,
    7.72% {
        transform: rotateZ(0) translateX(-18px);
    }
    16.48%,
    57.72% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-3 {
    68.22%,
    9.58% {
        transform: rotateZ(0) translateX(-18px);
    }
    18.22%,
    59.58% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-4 {
    11.44%,
    69.96% {
        transform: rotateZ(0) translateX(-18px);
    }
    19.96%,
    61.44% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-5 {
    13.3%,
    71.7% {
        transform: rotateZ(0) translateX(-18px);
    }
    21.7%,
    63.3% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-6 {
    15.16%,
    73.44% {
        transform: rotateZ(0) translateX(-18px);
    }
    23.44%,
    65.16% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-7 {
    17.02%,
    75.18% {
        transform: rotateZ(0) translateX(-18px);
    }
    25.18%,
    67.02% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-8 {
    18.88%,
    76.92% {
        transform: rotateZ(0) translateX(-18px);
    }
    26.92%,
    68.88% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-9 {
    20.74%,
    78.66% {
        transform: rotateZ(0) translateX(-18px);
    }
    28.66%,
    70.74% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-10 {
    22.6%,
    80.4% {
        transform: rotateZ(0) translateX(-18px);
    }
    30.4%,
    72.6% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-11 {
    24.46%,
    82.14% {
        transform: rotateZ(0) translateX(-18px);
    }
    32.14%,
    74.46% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-12 {
    26.32%,
    83.88% {
        transform: rotateZ(0) translateX(-18px);
    }
    33.88%,
    76.32% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-13 {
    28.18%,
    85.62% {
        transform: rotateZ(0) translateX(-18px);
    }
    35.62%,
    78.18% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-14 {
    30.04%,
    87.36% {
        transform: rotateZ(0) translateX(-18px);
    }
    37.36%,
    80.04% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-15 {
    31.9%,
    89.1% {
        transform: rotateZ(0) translateX(-18px);
    }
    39.1%,
    81.9% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-16 {
    33.76%,
    90.84% {
        transform: rotateZ(0) translateX(-18px);
    }
    40.84%,
    83.76% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-17 {
    35.62%,
    92.58% {
        transform: rotateZ(0) translateX(-18px);
    }
    42.58%,
    85.62% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes page-18 {
    37.48%,
    94.32% {
        transform: rotateZ(0) translateX(-18px);
    }
    44.32%,
    87.48% {
        transform: rotateZ(180deg) translateX(-18px);
    }
}
@keyframes left {
    4%,
    46%,
    54%,
    96% {
        transform: rotateZ(90deg);
    }
    10%,
    40%,
    60%,
    90% {
        transform: rotateZ(0);
    }
}
@keyframes right {
    4%,
    46%,
    54%,
    96% {
        transform: rotateZ(-90deg);
    }
    10%,
    40%,
    60%,
    90% {
        transform: rotateZ(0);
    }
}
@keyframes book {
    4%,
    96% {
        transform: rotateZ(-90deg);
    }
    10%,
    40%,
    60%,
    90% {
        transform: rotateZ(0);
        transform-origin: 2px 2px;
    }
    40.01%,
    59.99% {
        transform-origin: 30px 2px;
    }
    46%,
    54% {
        transform: rotateZ(90deg);
    }
}
.search-box {
    background: var(--gray-color);
    position: relative;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 120px;
    cursor: pointer;
    z-index: 9;
}
.search-box input.search-input {
    font-size: 18px;
    width: 70%;
    height: 30px;
    padding: 25px;
    border-radius: 80px;
    border-color: rgb(0 0 0 / 25%);
    background: 0 0;
}
.search-box svg {
    width: 22px;
    height: 22px;
    color: var(--primary-color);
}
.search-box svg.search {
    margin-left: -50px;
}
.search-form input[type="search"].search-field {
    border: none;
    background: #f1f1f1;
    width: 100%;
    border-radius: 50px;
    padding: 10px 40px;
}
.search-form input[type="search"].search-field::focus {
    border-color: #af9aaa;
}
.search-form button {
    position: absolute;
    top: 6px;
    right: 9px;
    background: 0 0;
    border: none;
}
.search-popup {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.search-popup.is-visible {
    opacity: 1;
    visibility: visible;
    cursor: -webkit-image-set(
            url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x,
            url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x
        ),
        pointer;
    cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
    -webkit-transition: opacity 0.3s, visibility;
    -moz-transition: opacity 0.3s, visibility;
    transition: opacity 0.3s, visibility;
}
.search-popup-container {
    background-color: transparent;
    position: relative;
    top: 50%;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    text-align: center;
    box-shadow: none;
    cursor: default;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.is-visible .search-popup-container {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-popup-form {
    position: relative;
    margin: 0 0 3em;
}
.search-popup-form .form-control {
    padding: 0 0 0.375em;
    font-size: 18px;
}
.search-popup .search-popup-close {
    display: block;
    position: absolute;
    top: 2em;
    right: 2em;
    margin: -0.5em;
    padding: 0.5em;
    line-height: 0;
}
.search-popup .search-popup-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-popup .search-popup-close i {
    display: block;
    position: relative;
    width: 1em;
    height: 1em;
    fill: rgba(0, 0, 0, 0.5);
}
.search-popup .search-popup-close:hover i {
    fill: rgba(0, 0, 0, 1);
}
.search-popup .cat-list-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.search-popup .cat-list {
    margin: 0;
    list-style-type: none;
}
.search-popup .cat-list-item {
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 0.015em;
    font-size: 18px;
}
.search-input,
.search-popup .cat-list-item a {
    position: relative;
}
.search-popup .cat-list-item a::after {
    background: #fff;
    content: "";
    height: 1px;
    border-bottom: 1px solid #ff9697;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.scroll-button,
.search-input i {
    top: 50%;
    transform: translateY(-50%);
}
.search-popup .cat-list-item::after {
    content: "/";
    padding: 0 5px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
    .search-popup .search-popup-close {
        top: 1em;
        right: 1em;
    }
}
@media only screen and (max-width: 575px) {
    .search-popup .cat-list-item,
    .search-popup-form .form-control {
        font-size: 18px;
    }
    .search-popup .search-popup-close {
        top: 1em;
        right: 1em;
    }
}
.search-popup input[type="search"] {
    font-size: 18px;
    height: 60px;
    padding: 26px;
}
.search-popup .search-form button {
    top: 12px;
    right: 15px;
}
.search-popup .search-form button svg {
    height: 28px;
    width: 28px;
}
.nav-tabs .nav-link {
    color: var(--black-color);
    letter-spacing: 0.06em;
    background: 0 0;
    border: none;
}
:focus-visible {
    outline: 0;
}
.site-header {
    width: 100%;
    z-index: 10;
    transition: background 0.3s ease-out;
}
.navbar-toggler svg.navbar-icon {
    width: 50px;
    height: 50px;
}
.nav .nav-item a.nav-link,
.navbar-nav .nav-item a.nav-link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.09em;
    color: var(--black-color);
}
.modal {
    --bs-modal-zindex: 99999;
}
.modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100vh;
    display: flex;
    align-items: center;
}
.dropdown-menu {
    --bs-dropdown-link-active-color: var(--primary-color);
    --bs-dropdown-zindex: 99999;
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.cart-dropdown .dropdown-menu,
.wishlist-dropdown .dropdown-menu {
    min-width: 21rem;
}
@media only screen and (max-width: 500px) {
    .cart-dropdown .dropdown-menu,
    .wishlist-dropdown .dropdown-menu {
        min-width: fit-content;
    }
}
#header-nav .offcanvas {
    transition: 0.5s ease-in-out;
}
#header-nav .offcanvas.show {
    z-index: 99999;
}
#header-nav .offcanvas-end {
    width: 500px;
}
.site-header .user-items svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    .search-popup .cat-list-item,
    .search-popup-form .form-control {
        font-size: 18px;
    }
    #navbar .user-items {
        display: none;
    }
}
.swiper-next,
.swiper-prev {
    color: #d0d0d0;
    z-index: 9999;
}
@media (max-width: 765px) {
    .swiper-next,
    .swiper-prev {
        color: #d0d0d0;
        z-index: 9999;
    }
}
.product-info del,
.swiper-button-disabled {
    color: var(--gray-color-500);
}
@media only screen and (max-width: 765px) {
    section#billboard {
        height: 50vh !important;
        /* margin-top: 8px; */
    }
}
.icon-box .icon-box-icon svg {
    width: 33px;
    height: 33px;
    fill: var(--primary-color);
}
.card-concern {
    text-align: center;
    bottom: 145px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease-out;
    opacity: 0;
}
.card-concern .btn {
    padding: 1.125rem;
}
.card-concern svg {
    width: 27px;
    height: 27px;
    cursor: pointer;
}
.card:hover .card-concern {
    bottom: 160px;
    opacity: 1;
}
#items-listing img {
    max-width: 80px;
    max-height: 90px;
}
.product-store .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.rating svg.star {
    width: 16px;
    height: 16px;
}
#brands .brand-images img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
#brands .brand-images a.brand:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.instagram-item .icon-overlay {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    color: var(--light-color);
    opacity: 0;
    transition: 0.9s ease-out;
}
.instagram-item:hover .icon-overlay {
    opacity: 1;
}
#footer .menu-list .menu-item a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.09em;
    color: var(--black-color);
}
.social-links svg {
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
    color: var(--primary-color);
}
.social-links svg:hover {
    color: var(--primary-color);
    color: var(--light-gray-color);
}
.social-links li {
    padding-right: 30px;
}
select#input-sort {
    border: none;
    padding: 0;
    text-align: right;
    cursor: pointer;
}
#questionCarousel .carousel-item,
.thumb-swiper .swiper-slide {
    height: auto;
}
.swiper-slide-thumb-active img {
    border: var(--bs-border-width) var(--bs-border-style) var(--primary-color) !important;
}
.nav-tabs button.nav-link.active {
    color: var(--primary-color);
    background: 0 0;
}
body.dark-mode,
body.dark-mode .dropdown-item:hover,
body.dark-mode .navbar-nav .nav-item a.nav-link,
body.dark-mode a,
body.dark-mode p {
    color: #fff !important;
}
@media screen and (max-width: 991px) {
    .product-tabs .review-item {
        width: 100%;
        flex-wrap: wrap;
    }
    .product-tabs .review-item .image-holder {
        margin-bottom: 10px;
    }
}
.logo {
    height: 35px;
}
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
        background-color: var(--primary-color) !important;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
.footer-logo {
    height: 100px;
    width: 103px;
}
/* .carousel-item {
    padding: 30px 0;
} */
.carousel-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.carousel-caption {
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    bottom: 0;
    margin-right: 70px;
    color: #000;
}
.dark-mode .carousel-caption {
    color: #fff;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: var(--primary-color);
}
.carousel-control-prev {
    left: -60px;
    margin-left: 20px;
}
.carousel-control-next {
    right: -60px;
}
#categories .img-fluid,
.card-item,
.post-image {
    height: 210px;
}
.insta-image {
    height: 50px;
    margin-left: 70px;
}
@media only screen and (max-width: 768px) {
    .insta-image {
        height: 50px;
        margin-left: 10px;
    }
}
.main-slider-button-next {
    padding-right: 0 !important;
    color: var(--gray-color-500);
}
.navbar-brand,
.navbar-two {
    padding-top: 0;
    padding-bottom: 0;
}
.scrollable-nav {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    scrollbar-width: none;
    margin-left: 10px;
}
.scrollable-nav::-webkit-scrollbar {
    display: none;
}
.scrollable-nav .nav-link {
    display: inline-block;
    padding: 10px 15px;
}
.scroll-button {
    position: absolute;
    background-color: #f8f9fa;
    cursor: pointer;
    z-index: 1000;
}
.scroll-left {
    left: 0;
}
.scroll-right {
    right: 0;
}
.chat-icon,
.toggle-mode-icon {
    right: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    justify-content: center;
    z-index: 1000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
}
.copyright,
.scroll-button i {
    font-size: 18px;
}
#header-nav {
    padding: 0;
}
.chat-icon {
    position: fixed;
    bottom: 60px;
    width: 60px;
    height: 60px;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.chat-icon:hover {
    background-color: #0056b3;
}
body.dark-mode {
    background-color: #121212;
}
body.dark-mode .bg-light,
body.dark-mode .bg-white,
body.dark-mode .dropdown-menu {
    background-color: #121212 !important;
    color: #d03a3a !important;
}
body.dark-mode .dropdown-item:active,
body.dark-mode .dropdown-item:focus,
body.dark-mode .dropdown-item:hover,
body.dark-mode .submenu .dropdown-menu li:active,
body.dark-mode .submenu .dropdown-menu li:focus {
    background-color: #9fd07c !important;
}
body.dark-mode .submenu .dropdown-menu li:hover {
    background-color: #9fd07c;
}
.dark-mode #banner-text,
body.dark-mode .submenu {
    color: #9fd07c !important;
}
.dark-mode .tags-section .tag {
    background-color: #9fd07c;
    padding: 5px;
}
.dark-mode .cookie-banner {
    background-color: #000 !important;
    color: #000 !important;
}
.dark-mode .chat-icon {
    background-color: #17a2b8;
}
.dark-mode .chat-icon:hover {
    background-color: #138496;
}
.toggle-mode-icon {
    top: 20px;
    width: 25px;
    height: 25px;
    align-items: center;
    margin-top: 9px;
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#questionCarousel .carousel-item .d-flex {
    height: 100%;
}
#questionCarousel .qa-block {
    margin: 0;
    max-width: 100%;
    text-align: left;
    padding-left: 50px;
}
#questionCarousel .qa-block h4 {
    margin-top: 15px;
}
.fa-sun {
    padding-left: 1px;
}
#toggleButton {
    float: right;
    border: none !important;
    background: 0 0 !important;
}
.maincontentcol {
    padding-top: 0;
}
#arrowIcon,
#expandIcon i {
    padding: 6px;
    background-color: var(--primary-color) !important;
    font-size: 18px;
    border-radius: 44px;
    color: #fff;
}
.search-input input {
    padding-right: 2rem;
}
.search-input i {
    position: absolute;
    right: 10px;
    color: #6c757d;
}
.search-input .form-control {
    padding: 3px;
    font-size: 18px;
}
#searchbar {
    margin-top: 5px;
}
.copy-btn {
    position: relative;
    cursor: pointer;
    color: #fff;
}
.copy-btn[title]::after {
    content: attr(title);
    position: absolute;
    top: -25px;
    right: 50%;
    transform: translateX(50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.copy-btn:hover[title]::after {
    opacity: 1;
}
.card-body,
.dark-mode .offcanvas,
.dark-mode .offcanvas-body,
.dark-mode.dropdown-menu.animate.slide.border.show {
    background-color: #000;
}
.dark-mode .navbar-toggler,
.dark-mode.btn-close,
.position-relative.text-left.p-5.border.rounded-3 {
    background-color: #fff;
}
.fa-brands {
    color: #9fd07c;
    font-size: 15px;
}
span#toc_header {
    font-weight: 700;
    margin-left: 21px;
}
.cookie-banner {
    position: fixed;
    width: 60%;
    background-color: #f4f4f4;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #333;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cookie-banner p {
    margin: 0;
    flex: 1;
}
.cookie-banner a {
    color: #007bff;
    text-decoration: underline;
}
.cookie-banner button {
    background-color: #214f00;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}
button#accept-cookie-btn {
    margin-left: 7px;
}
ul#navbar {
    padding-left: 220px;
}
.p-6 {
    padding: 0 1.5rem 1.5rem !important;
}
#deny-cookie-btn {
    margin-left: 5px;
    background-color: gray;
}
@media (max-width: 767px) {
    ul#navbar {
        padding-left: 0px;
    }
    .col-md-2 {
        width: 33.33%;
        padding: 5 15px;
    }
    .social-buttons {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .social-buttons button {
        flex: 1;
        font-size: 18px;
        padding: 5px 8px;
        text-align: center;
    }
    body,
    html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
    }
    .container,
    .row,
    iframe,
    img {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .example-element {
        width: 100%;
        box-sizing: border-box;
    }
    #interview-with-ai {
        margin-right: 80px;
    }
}
@media (max-width: 768px) {
    .carousel-control-prev {
        left: -30px;
    }
    .carousel-control-next {
        right: -30px;
    }
    #logoCarousel .carousel-item img {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }
    #logoCarousel .carousel-control-next,
    #logoCarousel .carousel-control-prev {
        top: 18%;
        transform: translateY(-50%);
    }
    #logoCarousel .carousel-control-next-icon,
    #logoCarousel .carousel-control-prev-icon {
        width: 15px;
        height: 15px;
    }
    /* #logoCarousel .carousel-control-prev {
        left: 5px;
    } */
    #logoCarousel .carousel-control-next {
        right: 5px;
    }
}
li.pe-3 {
    display: flex;
}
svg.user {
    margin-top: 9px;
}
h2.mb-4 {
    padding-top: 10px;
}
.expandbuttoncol {
    width: 0.5%;
}
@media screen and (max-width: 768px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    h2.mb-4 {
        padding-top: 0px;
    }
    #questionCarousel .qa-block {
        margin: 0 auto;
        max-width: 80%;
        text-align: left;
        padding-left: 20px;
        padding-right: 10px;
        font-size: 18px;
    }
    .carousel-item {
        width: 100%;
    }
}
.dark-mode.btn-close {
    color: #fff;
}
input.form-control {
    margin-bottom: 5px;
}
#cookie {
    font-size: 13px;
}
@media (max-width: 768px) {
    .add-margin,
    .btn,
    .card,
    .col-2 {
        margin-left: 20px;
    }
    .learn-botton {
        margin-bottom: 30px;
    }
    .cookie-banner {
        width: 100%;
        top: auto;
        left: 0;
        transform: none;
        height: 50px;
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #billboard .row {
        margin-left: 4px;
        /* height: 400px; */
    }
    .carousel-control-next {
        right: 1px;
    }
    .navbar-toggler svg.navbar-icon {
        width: 25px !important;
        height: 18px !important;
    }
    .container-fluid {
        padding-right: 0 !important;
        margin-bottom: 50px;
    }
    .p-3 {
        width: 15% !important;
        margin-bottom: 0;
    }
    .ai-title,
    h1 {
        font-size: 23px !important;
        margin-top: 5px;
    }
    #toggleCol {
        width: 30% !important;
    }
    .social-buttons .btn {
        padding: 1px !important;
    }
    h2 {
        font-size: 23px;
        margin-top: 5px;
    }
    .nav .nav-item a.nav-link,
    .navbar-nav .nav-item a.nav-link {
        font-size: 0.6em !important;
    }
    .lead {
        font-size: 14px !important;
    }
    p#banner-text {
        text-align: center !important;
    }
    .banner-heading {
        margin-top: 0;
    }
    .img-fluid {
        max-width: 100%;
    }
    svg.chevron-back-circle.d-flex.justify-content-center.align-items-center.p-2,
    svg.chevron-forward-circle.d-flex.justify-content-center.align-items-center.p-2 {
        margin-bottom: 150px;
    }
    svg.chevron-back-circles.d-flex.justify-content-center.align-items-center.p-2,
    svg.chevron-forward-circles.d-flex.justify-content-center.align-items-center.p-2 {
        margin-top: 150px;
    }
    .hideinsmall {
        display: none;
    }
}
.display {
    display: contents;
}
.x-botton {
    margin-left: auto;
    font-size: large;
}
.dark-mode .x-botton {
    background-color: #000;
    color: #fff;
}
.dark-mode blockquote {
    color: #000;
}
.send-message {
    margin-left: 0;
}
a:hover .fa-x-twitter {
    color: #e3dada;
}
@media (max-width: 768px) {
    .learn-more {
        margin-bottom: 30px;
    }
    .home-banner {
        margin-bottom: 0px;
        /* margin-top: 34px; */
    }
    .move-botton {
        margin-left: 30px;
    }
}

.justify {
    text-align: justify;
}

/* home page scrool itemc code */
.scrollable-nav {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.scrollable-nav::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

.nav-item {
    flex-shrink: 0; /* Prevent items from shrinking */
}

.nav-link {
    font-size: 14px; /* Adjust text size for mobile */
    color: #333; /* Ensure text color is visible */
    padding: 5px 10px; /* Space around links */
    display: inline-block;
}

.scroll-button {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

/* Specific Fix for Mobile Screens */
@media (max-width: 767px) {
    .scrollable-nav {
        margin-left: 0; /* Ensure the nav starts from the left */
    }
    .nav-item {
        margin-right: 10px; /* Add space between items */
    }
    .scrollable-nav .nav-link {
        display: inline-block;
        padding: 10px 5px;
    }
    .navbar-two {
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .copy-container {
        position: relative;
    }
    .copy-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
    }
}

/* Default styles for larger screens */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* Keep them on the sides for large screens */
}

/* Styles for mobile screens */
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        position: relative;
        top: auto;
        bottom: auto;
        margin-top: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }

    .carousel-control-prev {
        left: 70px;
    }

    .carousel-control-next {
        right: 70px;
    }
}

/* Ensure that the parent container is using Flexbox */
.offcanvas-body {
    display: flex;
    flex-direction: column; /* Default direction for mobile */
}

#navbar {
    order: 2 !important; /* Make sure navbar comes after user items on mobile */
}

.user-items {
    order: 1 !important; /* Make sure user-items come first on mobile */
}

/* For larger devices, swap the order */
@media (min-width: 992px) {
    /* Adjust the breakpoint as needed */
    .offcanvas-body {
        flex-direction: row; /* Row direction for larger devices */
    }

    #navbar {
        order: 1 !important; /* Navbar comes first on large devices */
    }

    .user-items {
        order: 2 !important; /* User items come second on large devices */
    }
}

.padding {
    padding-top: 48px;
}
@media (max-width: 768px) {
    .padding {
        padding-top: 0px;
        margin-bottom: 0px;  

    }
}

@media (max-width: 768px) {
    #show-menu {
        display: block !important;
    } 
} 
.padding {
    margin-top: 48px;  
    margin-bottom: 48px;  
}

@media (max-width: 768px) {
    .padding {
        margin-top: 10px;  
        margin-bottom: 0px;
    }

}

  
    