/*-----------------------------------------------------------------
Author: @holit_sky
Author Url: https://khalidsaifullah.me/
Version: 1.0.0

-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01.Mixins
02.Variables
03.Typography
04.Buttons
05.Gutter
06.Container
07.Animation
08.Helping
09.MeanMenu
10.Preloader
11.Title
12.Common
13.Header
14.Footer
16.Intro
17.About
18.Best Deals
19.Brand
20.Feature
21.Product-Category
22.Featured-Product
23.Offer
24.Cta
25.flash deals
26.new arrival
27.Product listing
28.product details
29.Instagram Slider
30.widget
31.blog page
32.Blog details
33.buttons
34.Error
35.Wishlist
36.Privacy Policy
37.terms service
38.shipping info
39.return exchange
40.compare product
41.form
42.order history
43.payment
44.address
45.order confirmation
46.checkout
47.site-map
48.contact
49.dashboard
50.profile
51.faq
52.testimonial
53.result
54.cart

------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@font-face {
    font-family: "Chap";
    src: url("../fonts/chap/chap.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;family=Playfair+Display:ital@1&amp;display=swap");
@import url("https://fonts.cdnfonts.com/css/graphik-trial");

/* 02.Variables */
/*----------------------------------------------
    # All Variables in root assets file


----------------------------------------------*/

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    /* font-family: var(--font-graphik); */
    font-family: var(--font-graphik);
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--text);
    outline: none;
}

input::placeholder {
    color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-chap);
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
}
@media (max-width: 1399px) {
    h1 {
        font-size: 55px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 55px;
        line-height: 70px;
    }
}

h2 {
    font-family: var(--font-chap);
    font-size: 70px;
    line-height: 124%;
    font-weight: 700;
}
.blog-detail__content h2 {
    font-size: 25px !important;
}
@media (max-width: 767px) {
    h2 {
        font-size: 55px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 43px;
    }
}

h3 {
    font-family: var(--font-chap);
    font-size: 28px;
    font-weight: 600;
    line-height: 128.571%;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 35px;
    }
}
@media (max-width: 450px) {
    h3 {
        font-size: 35px;
    }
}

h4 {
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 500;
    line-height: 171.429%;
}
@media (max-width: 1399px) {
    h4 {
        font-size: 17px;
    }
}

h5 {
    font-family: var(--font-chap);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}

h2 a {
    font-family: var(--font-chap);
    font-size: 70px;
    line-height: 124%;
    font-weight: 700;
    display: inline-block;
}
@media (max-width: 767px) {
    h2 a {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
    h2 a {
        font-size: 28px;
    }
}

h3 a {
    font-family: var(--font-chap);
    font-size: 48px;
    font-weight: 700;
    line-height: 122%;
    display: inline-block;
}
@media (max-width: 767px) {
    h3 a {
        font-size: 16px;
    }
}

h4 a {
    font-family: var(--font-chap);
    font-size: 24px;
    font-weight: 600;
    line-height: 122%;
    display: inline-block;
}
@media (max-width: 450px) {
    h4 a {
        font-size: 20px;
    }
}

h5 a {
    font-family: var(--font-chap);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}

h6 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    font-family: var(--font-graphik);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span a {
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* 04.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
    background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 28px;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn::before {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn::after {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn-white {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 45px;
    border-radius: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn-white::before {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn-white::after {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn-white:hover {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    transform: translateY(-2px);
}

.theme-btn-black {
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 45px;
    border-radius: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn-black::before {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn-black::after {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn-black:hover {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: var(--white);
    transform: translateY(-2px);
}

.theme-btn.style2 {
    background-color: var(--title);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 0;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style2::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style2::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style3 {
    background-color: transparent;
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style3::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style3::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style4 {
    background-color: var(--white);
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 17px 30px;
    border-radius: 0;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style4::before {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style4::after {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style5 {
    background-color: var(--orange);
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 17px 30px;
    border-radius: 5px;
    border: 1px solid var(--orange);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style5::before {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style5::after {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn i {
    margin-left: 10px;
}
.theme-btn:hover {
    color: var(--white);
}
.theme-btn:hover::before,
.theme-btn:hover::after {
    width: 100%;
}
.theme-btn.hover-white::before,
.theme-btn.hover-white::after {
    background-color: var(--white);
}
.theme-btn.hover-white:hover {
    color: var(--header);
}
.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}
.theme-btn.bg-white:hover {
    color: var(--white);
}
.theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 22px 40px;
}
@media (max-width: 767px) {
    .theme-btn.border-white {
        padding: 18px 32px;
    }
}
@media (max-width: 575px) {
    .theme-btn.border-white {
        padding: 16px 30px;
    }
}
.theme-btn.border-white::before,
.theme-btn.border-white::after {
    background-color: var(--white);
}
.theme-btn.border-white:hover {
    color: var(--header) !important;
}
@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}
@media (max-width: 575px) {
    .theme-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.collection-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.collection-btn.style2 {
    position: relative;
}
.collection-btn.style2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 115px;
    content: "";
    background-color: var(--bg4);
}
.collection-btn:hover {
    color: var(--main-color);
}

/* 05.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 40px;
    }
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-60 {
        --bs-gutter-x: 60px;
    }
    .gx-64 {
        --bs-gutter-x: 64px;
    }
    .gx-47 {
        --bs-gutter-x: 47px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
    .gx-120 {
        --bs-gutter-x: 120px;
    }
    .gx-134 {
        --bs-gutter-x: 134px;
    }
    .gx-140 {
        --bs-gutter-x: 140px;
    }
    .gx-165 {
        --bs-gutter-x: 165px;
    }
    .gy-30 {
        --bs-gutter-y: 30px;
    }
    .gy-60 {
        --bs-gutter-y: 60px;
    }
}
.gx-0 {
    --bs-gutter-x: 0px;
}

/* 06.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1300px;
    }
}
/* 07.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
.ripple-effect {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f3e7e0;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
    box-shadow: 0 0 0 0 rgb(255, 217, 196);
    animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
    width: 19px;
    height: 24px;
}

.font-chap {
    font-family: var(--font-chap);
}

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes move-directions {
    0% {
        transform: translateX(0) translateY(0);
    }
    33% {
        transform: translateX(10px);
    }
    66% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}
@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}
.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
    100% {
        width: var(--progress-width);
    }
}
.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}
.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top left -2000px;
    }
}
.fancy-animation {
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }
    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}
.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}
.movingCar {
    animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
    0% {
        transform: translateX(0) rotateY(0deg);
    }
    50% {
        transform: translateX(calc(-100vw + 108%));
    }
    51% {
        transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
    }
    100% {
        transform: translateX(0) rotateY(180deg);
    }
}
.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}
.moving2 {
    animation: moving2 8s linear infinite;
}

@keyframes moving2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
.moving3 {
    animation: moving3 8s linear infinite;
}

@keyframes moving3 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}
.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}
.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-color-ani,
.color-animate {
    animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
    0% {
        background-color: #f2ba4c;
    }
    25% {
        background-color: #81f24c;
    }
    50% {
        background-color: #41f27d;
    }
    75% {
        background-color: #0500ff;
    }
    100% {
        background-color: #f2ba4c;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes scalein {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}
.spin2 {
    animation: spin2 10s linear infinite;
}

@keyframes spin2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/*animation bubble****************/
.animation-bubble {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.animation-bubble div[class^="bubble-"] {
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../img/shape/star.html) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .animation-bubble > :nth-child(even) {
        display: none;
    }
}
.bubble-1 {
    bottom: -5px;
    left: 68%;
    animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
    bottom: -71px;
    left: 97%;
    animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
    bottom: -71px;
    left: 43%;
    animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
    bottom: -3.8px;
    left: 82%;
    animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
    bottom: -73.4px;
    left: 29%;
    animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
    bottom: -71px;
    left: 41%;
    animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
    bottom: -79.4px;
    left: 14%;
    animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
    bottom: -115.4px;
    left: 90%;
    animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
    bottom: -44.6px;
    left: 33%;
    animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
    bottom: -6.2px;
    left: 59%;
    animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
    0% {
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }
    100% {
        transform: translate3d(-50%, -280px, 0);
        height: 30px;
        width: 30px;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes icon-anim {
    0% {
        top: 26px;
        right: 90px;
    }
    25% {
        top: 86px;
        right: 110px;
    }
    100% {
        top: 26px;
        right: 90px;
    }
}
.img-shine {
    position: relative;
}
.img-shine::before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}
.img-shine:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.splt-txt .whitespace {
    width: 8px;
}
.splt-txt.animated .char {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes jump2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* 08.Helping */
/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--orange);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}
.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot .swiper-pagination-bullet,
.swiper-dot-2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: 0.6s;
    background-color: var(--header);
    opacity: 1;
    border-radius: 10px;
    position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child),
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-2 .swiper-pagination-bullet::before {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--main-color);
    content: "";
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color);
    transition: 0.6s;
    position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-2
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid var(--header);
}

.arry-button {
    gap: 50px;
    align-items: center;
    position: relative;
}
.arry-button .arry-next {
    transition: all 0.4s ease-in-out;
}
.arry-button .arry-prev {
    transition: all 0.4s ease-in-out;
    margin-right: 60px;
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-cover-2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
}

.page-nav-wrap ul li {
    display: inline-block;
    text-align: center;
}
.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid #e3e3e3;
    color: var(--header);
}
.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--main-color);
    color: var(--white);
}
@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}
.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon {
    border: none;
    background-color: transparent;
    color: var(--main-color);
}
.page-nav-wrap ul li .page-numbers.icon:hover {
    border: none;
    background-color: transparent;
    color: var(--main-color);
}
.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--main-color);
    color: var(--white);
    border: 1px solid transparent;
}

.box-shadow {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.pt-100 {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-110 {
    padding-top: 110px;
}
@media (max-width: 991px) {
    .pt-110 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}
@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.margin-top-10 {
    margin-top: -10px;
}

.margin-top-5 {
    margin-top: -5px;
}

.margin-top-60 {
    margin-top: -65px;
}
@media (max-width: 1399px) {
    .margin-top-60 {
        margin-top: -25px;
    }
}
@media (max-width: 1199px) {
    .margin-top-60 {
        margin-top: -27px;
    }
}
@media (max-width: 991px) {
    .margin-top-60 {
        margin-top: -75px;
    }
}
@media (max-width: 767px) {
    .margin-top-60 {
        margin-top: -65px;
    }
}

.margin-top-8 {
    margin-top: -10px;
}

.mt-n30 {
    margin-top: -30px !important;
}

.mt-n50 {
    margin-top: -50px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-7 {
    margin-right: 7px;
}

.mb-20 {
    margin-bottom: 20px;
}

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

.mr-44 {
    margin-right: 44px;
}

.mb-40 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 25px;
    }
}

.ml-50 {
    margin-left: 50px;
}
@media (max-width: 1199px) {
    .ml-50 {
        margin-left: 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-60 {
    margin-top: 55px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-45 {
    margin-top: -45px;
}

.mxw-615 {
    max-width: 615px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.bg-theme {
    background-color: var(--main-color);
}

.bg-theme2 {
    background-color: var(--theme2);
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-intro-color {
    background-color: var(--border-2) !important;
}

.bg-color {
    background-color: var(--bg) !important;
}

.bg-color2 {
    background-color: var(--bg2) !important;
}

.footer-bg-1 {
    background-color: var(--bg3) !important;
}

.footer-bg-2 {
    background-color: var(--bg5) !important;
}

.bg-title {
    background-color: var(--title) !important;
}

.gray-color-1 {
    background-color: var(--gray1) !important;
}

.bg-transparent {
    background-color: transparent;
}

.text-dark2 {
    color: #838387 !important;
}

.white {
    color: var(--border-2) !important;
}

.text-bg-color2 {
    color: var(--bg2) !important;
}

.text-theme-color {
    color: var(--main-color) !important;
}

.text-theme-color2 {
    color: var(--theme2) !important;
}

.text-orange-color {
    color: var(--orange) !important;
}

/* 09.MeanMenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}
@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button
    .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button
    .theme-btn:hover {
    color: var(--white) !important;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(20, 19, 19, 0)),
        to(#5e5ef6)
    );
    background: linear-gradient(
        to bottom,
        rgba(99, 92, 92, 0) 0%,
        #252527 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover
    .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover
    .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--white) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}
.mean-container .mean-nav ul li a:hover {
    color: var(--main-color);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

/* 10.Preloader */
/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.preloader .animation-preloader {
    z-index: 1000;
}
.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid white;
    border-top-color: var(--main-color);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}
@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}
.preloader .animation-preloader .txt-loading {
    font: bold 5em "Chap", sans-serif, "Chap", sans-serif;
    text-align: center;
    user-select: none;
}
@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}
.preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--font-chap);
    color: var(--main-color);
    position: relative;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
.preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}
/* loader color */
.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--white);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--font-chap);
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}
.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--main-color);
}
.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}
.preloader .loader .row {
    height: 100%;
}
.preloader .loader .loader-section {
    padding: 0px;
}
.preloader .loader .loader-section .bg {
    background-color: var(--main-color);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.back-to-top {
    border-radius: 12px;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    left: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.back-to-top:hover {
    background-color: var(--header);
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

/* 11.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-title {
    position: relative;
    z-index: 9;
    margin-bottom: 54px;
    margin-top: -7px;
}
@media (max-width: 767px) {
    .section-title {
        margin-bottom: 20px;
    }
}
.section-title h2 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
}
@media (max-width: 500px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
.section-title p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
@media (max-width: 767px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
}

/* 12.Common */
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.countdown-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}
@media (max-width: 500px) {
    .countdown-wrapper {
        flex-wrap: wrap;
        white-space: wrap;
    }
}
.countdown-wrapper .counter-main-block {
    display: flex;
    align-items: center;
    border: 1px solid var(--main-color);
    padding: 8px 15px;
    border-radius: 5px;
    max-width: 220px;
    width: 100%;
}
.countdown-wrapper .counter-main-block h2 {
    color: var(--title);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px !important;
    text-transform: capitalize !important;
}
@media (max-width: 575px) {
    .countdown-wrapper .counter-main-block h2 {
        font-size: 14px;
    }
}
.countdown-wrapper .counter-main-block .our-clock {
    display: flex;
    align-items: center;
    padding-left: 12px;
}
.countdown-wrapper .counter-main-block .our-clock .clock-item h2 {
    color: var(--main-color);
    padding-right: 4px;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--orange);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--orange);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--orange);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.section-padding {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .section-padding {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}

.section-padding-1 {
    padding: 50px 0;
}
@media (max-width: 1199px) {
    .section-padding-1 {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    .section-padding-1 {
        padding: 30px 0;
    }
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mask-content {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center center;
    -webkit-mask-position: center center;
    width: 100%;
}

/* 13.Header */
.header-top-area {
    background: var(--main-color);
}
.header-top-area .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}
@media (max-width: 767px) {
    .header-top-area .header-top-wrapper {
        display: none;
    }
}
.header-top-area .header-top-wrapper .content ul {
    display: flex;
    gap: 69px;
    align-items: center;
}
@media (max-width: 991px) {
    .header-top-area .header-top-wrapper .content ul {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.header-top-area .header-top-wrapper .content ul li {
    color: #737373;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
@media (max-width: 991px) {
    .header-top-area .header-top-wrapper .content ul li {
        font-size: 12px;
    }
}
.header-top-area .header-top-wrapper .content ul li a {
    color: var(--title) !important;
}
.header-top-area .header-top-wrapper .content ul li i {
    color: var(--title);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
@media (max-width: 991px) {
    .header-top-area .header-top-wrapper .content ul li i {
        font-size: 12px;
    }
}
.header-top-area .header-top-wrapper .social-content ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
    color: var(--title);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Header Default */
.et-header {
    position: relative;
    z-index: 41;
}
.et-header .icon-btn {
    border-radius: 99px;
}
.et-header .menu-area {
    position: relative;
    z-index: 99999;
    padding: 0px 15px 0px 30px;
    border-radius: 20px;
    background: var(--white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.et-header .menu-area .hidden-logo {
    position: absolute;
    left: -190px;
    top: 20px;
    display: none;
    transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
    .et-header .menu-area .hidden-logo {
        display: block;
        right: 60px;
        left: auto;
        top: 25px;
    }
}
.et-header.style2 {
    background-color: var(--bg4);
}
.et-header.style2 .menu-area {
    background-color: transparent;
}
.et-header.style3 {
    position: static;
}
.et-header.style3 .menu-area {
    padding-left: 0;
    border-top: 1px solid var(--border-2);
}
.et-header.style3 .menu-area .header-button {
    gap: 0;
}

.sticky-wrapper {
    /* transition: 0.4s ease-in-out; */
}
.sticky-wrapper.sticky {
    position: fixed;
    padding-left: 0% !important;
    /* padding-left: 10% !important; */
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white);
    /* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07)); */
    /* animation: stickyAni 0.4s ease-in-out; */
    z-index: 999;
}
.sticky-wrapper.sticky .hidden-logo {
    display: none;
    /* display: block; */
}
@media (max-width: 1700px) {
    .sticky-wrapper.sticky .hidden-logo {
        left: -150px;
        /* left: -150px; */
    }
}
@media (max-width: 1700px) {
    .sticky-wrapper.sticky .hidden-logo {
        left: -150px;
    }
}
@media (max-width: 1600px) {
    .sticky-wrapper.sticky .hidden-logo {
        display: none;
    }
}
@media (max-width: 1199px) {
    .sticky-wrapper.sticky .hidden-logo {
        display: block;
        right: 30px;
        left: auto;
        top: 25px;
    }
}

.main-menu a {
    display: block;
    position: relative;
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    font-family: var(--font-chap);
}
.main-menu a:hover,
.main-menu a.active {
    color: var(--main-color);
}
.main-menu > ul > li {
    margin: 0 15px;
}
.main-menu > ul > li > a {
    padding: 30px 0;
}
.main-menu > ul > li > a:hover {
    color: var(--main-color);
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a {
    position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    /* Unicode for Font Awesome angle-down icon */
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    /* Correct Font Awesome family */
    font-weight: 900;
    /* Adjust font-weight to match Font Awesome's bold icons */
    margin-left: 4px;
    top: 0;
    font-size: 0.9em;
    color: var(--title);
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
    content: "\f106";
    /* Unicode for Font Awesome angle-up icon */
    transform: rotate(180deg);
    /* Optional: Rotate for animation */
    color: var(--main-color);
}
.main-menu ul li.menu-item-has-children > a.active:after {
    color: var(--main-color);
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-menu ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.main-menu ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--title);
}
.main-menu ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--title);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--main-color);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.main-menu ul .sub-menu li a.active {
    color: var(--main-color);
}
.main-menu ul .sub-menu li a:hover {
    color: var(--main-color);
    padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1899px) {
    .main-menu > ul > li {
        margin: 0 15px;
    }
}
@media (max-width: 1399px) {
    .main-menu > ul > li {
        margin: 0 10px;
    }
}
.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 24px;
    position: relative;
}
.simple-icon:has(.badge) {
    padding-right: 8px;
}
.simple-icon .badge {
    top: -8px;
    right: 0;
    font-size: 12px;
}

.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-button .btn-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 27px;
}
.header-button .btn-wrapper .gt-btn-icon-3 span {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.header-button .info-text p {
    color: var(--main-color);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1px;
}
.header-button .info-text h4 {
    color: var(--main-color);
    font-family: var(--font-graphik);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 1px;
}
.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}
.header-button .icon-btn:hover .badge {
    background-color: var(--title);
    color: var(--white);
}
@media (max-width: 1199px) {
    .header-button {
        padding: 22px 0;
    }
    .header-button.style2 {
        padding: 22px 0;
    }
}

.sidebar-btn .line {
    display: block;
    height: 2px;
    width: 10px;
    background: var(--title);
    margin: auto;
    transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
    margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
    width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style2 .line {
    margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
    width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
    width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
    width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
    width: 32px;
}

.sidebar-btn2 .line {
    display: block;
    height: 2px;
    width: 32px;
    background: var(--white);
    margin: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.sidebar-btn2 .line:not(:last-child) {
    margin-bottom: 9px;
}
.sidebar-btn2 .line:nth-child(2) {
    width: 20px;
}
.sidebar-btn2:hover .line:nth-child(2) {
    width: 32px;
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--text);
}
.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--text);
    margin: 0 15px 0 0;
}
.social-links a:last-child {
    margin-right: 0 !important;
}
.social-links a:hover {
    color: var(--main-color);
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-graphik);
}
.header-links li:not(:last-child) {
    margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #363739;
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 3px;
}
.header-links li > i {
    margin-right: 11px;
    color: var(--main-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--text);
}

.header-links a:hover {
    color: var(--main-color);
}
.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}
.header-links .social-links a {
    font-size: 14px;
}
.header-links .header-notice {
    margin: 0;
}

.dropdown-link {
    position: relative;
}
.dropdown-link > a {
    color: var(--text);
}
.dropdown-link > ai {
    color: var(--main-color);
    margin-right: 5px;
}

.dropdown-toggle:after {
    content: "\f078";
    border: none;
    font-family: var(--font-graphik);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px;
}

.dropdown-menu {
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border);
}
.dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
}
.dropdown-menu li:after {
    display: none;
}
.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-menu a {
    color: var(--title) !important;
}
.dropdown-menu a:hover {
    color: var(--main-color) !important;
}
.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white);
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
}

@media (max-width: 1199px) {
    .menu-expand {
        font-size: 15px;
    }
}
.menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--theme-color2);
    padding: 17px 25px;
    width: 100%;
}
.menu-expand i {
    margin-right: 15px;
}
.menu-expand:hover {
    color: var(--white);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
    position: absolute;
    margin-top: 20px;
    width: 100%;
    z-index: 999;
}
@media (max-width: 1199px) {
    .header-layout1 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}
.header-layout1 .sticky-wrapper.sticky {
    background: var(--white);
}
.header-layout1 .sticky-wrapper.sticky .menu-area {
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.header-layout1 .menu-area {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.header-layout1 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) {
    .header-layout1 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}
.header-layout1 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--main-color);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
    width: 100%;
}
.header-layout1 .simple-icon {
    padding: 10px;
    width: 56px;
    height: 56px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 1899px) {
    .header-layout1 .simple-icon.searchBoxToggler {
        display: none;
    }
}
.header-layout1 .icon-btn.style1 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.header-layout1 .icon-btn.style1:hover {
    border: 1px solid var(--title);
}
@media (max-width: 1899px) {
    .header-layout1 .icon-btn {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header-layout1 .simple-icon {
        margin-left: 0;
    }
    .header-layout1 .main-menu {
        margin-left: 0;
    }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: transparent;
}
@media (max-width: 1199px) {
    .header-layout2 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}
.header-layout2 .sticky-wrapper.sticky {
    background: var(--white);
}
.header-layout2 .menu-area {
    background: var(--white);
    padding: 0;
    border-radius: 5px;
    padding-left: 26px;
}
.header-layout2 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-layout2 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) {
    .header-layout2 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}
.header-layout2 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--main-color);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
    width: 100%;
}
.header-layout2 .simple-icon {
    padding: 10px;
    width: 56px;
    height: 56px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.header-layout2 .simple-icon.sidebar-btn .line {
    background: var(--white);
}
@media (max-width: 1899px) {
    .header-layout2 .simple-icon.searchBoxToggler {
        display: none;
    }
}
.header-layout2 .icon-btn.style1 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.header-layout2 .icon-btn.style1:hover {
    border: 1px solid var(--title);
}
@media (max-width: 1899px) {
    .header-layout2 .icon-btn {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header-layout2 .simple-icon {
        margin-left: 0;
    }
    .header-layout2 .main-menu {
        margin-left: 0;
    }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: transparent;
}
@media (max-width: 1199px) {
    .header-layout3 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}
.header-layout3 .sticky-wrapper.sticky {
    background: var(--white);
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
    border-bottom: 0px solid #01534d;
}
.header-layout3 .menu-area {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #01534d;
}
.header-layout3 .menu-area .header-button .btn-wrapper {
    height: 65px;
}
.header-layout3 .menu-area .main-menu > ul > li > a {
    padding: 27px 0;
}
.header-layout3 .menu-area .main-menu a:hover,
.header-layout3 .menu-area .main-menu a.active {
    color: var(--title) !important;
}
.header-layout3
    .menu-area
    .main-menu
    ul
    li.menu-item-has-children
    > a.active:after {
    color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a:after {
    color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul .sub-menu li a.active {
    color: var(--main-color) !important;
}

.et-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.et-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
}
.et-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.et-menu-wrapper .et-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white);
    background-color: var(--main-color);
    border-radius: 50%;
}
.et-menu-wrapper .et-menu-toggle:hover {
    background-color: var(--title);
    color: var(--white);
}
.et-menu-wrapper .et-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--main-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}
.et-menu-wrapper.et-body-visible {
    opacity: 1;
    visibility: visible;
}
.et-menu-wrapper.et-body-visible .et-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.et-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
    /***scroll-bar***/
}
.et-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.et-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.et-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.et-mobile-menu ul li.menu-item-has-children {
    position: relative;
}
.et-mobile-menu ul li.menu-item-has-children:before {
    opacity: 1;
    visibility: visible;
    position: absolute;
    content: "+";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--title);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:before {
    opacity: 0;
    visibility: hidden;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:after {
    opacity: 1;
    visibility: visible;
}
.et-mobile-menu ul li.menu-item-has-children:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--title);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children a {
    padding-right: 18px;
}
.et-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-family: var(--font-graphik);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--title);
}
.et-mobile-menu ul li.et-active > a {
    color: var(--main-color);
}
.et-mobile-menu ul li.et-active > a:before {
    transform: rotate(90deg);
}
.et-mobile-menu ul li ul li {
    padding-left: 20px;
}
.et-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--gray1);
    color: var(--title);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand:before {
    content: "\f067";
}
.et-mobile-menu ul .et-item-has-children > a:after {
    content: "\f067";
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--gray1);
    float: right;
    margin-top: 1px;
}
.et-mobile-menu ul .et-item-has-children.et-active > a .et-mean-expand:before {
    content: "\f068";
}
.et-mobile-menu ul .et-item-has-children.et-active > a:after {
    content: "\f068";
}
.et-mobile-menu > ul {
    padding: 0 40px;
}
.et-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.et-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.et-mobile-menu::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.et-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3) 25%,
        transparent 20%,
        transparent 50%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.3) 75%,
        transparent 75%,
        transparent
    );
}

.et-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 52px;
    border: none;
    background-color: var(--main-color);
    color: var(--white);
    display: inline-block;
    border-radius: 0px;
}
.et-menu-toggle:hover {
    background-color: var(--white);
}
.et-menu-toggle.style-text,
.et-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title);
    font-size: 20px;
}
.et-menu-toggle.style-text i,
.et-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.et-menu-toggle.style-text-white {
    color: var(--white);
}
@media (max-width: 1199px) {
    .et-menu-toggle {
        background-color: var(--white);
    }
}

@media (max-width: 400px) {
    .et-menu-wrapper .et-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .et-mobile-menu > ul {
        padding: 0 20px;
    }
}
/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-right: auto;
    padding: 80px 30px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    left: -1800px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
    background: var(--main-color);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before,
.sidemenu-wrapper .newsletter-form .as-btn:hover::after {
    display: none;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.sidemenu-wrapper .et-social a {
    box-shadow: none;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-right: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
    -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -ms-transition: right ease 1s;
    -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
    color: var(--title);
}
.sidemenu-wrapper .widget_title {
    color: var(--title);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
    max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
    position: relative;
    overflow: hidden;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group input {
    height: 56px;
    padding: 0 20px;
    border: 1px solid var(--border-2);
    color: var(--text);
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    font-family: var(--font-graphik);
    transition: 0.4s ease-in-out;
    border-radius: 0px;
}
.sidemenu-wrapper .et-widget-contact .info-box_text .icon img {
    filter: none;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .sidemenu-wrapper {
        background: transparent;
    }
    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
    }
    .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .et-btn {
        margin-bottom: 10px;
    }
}
.info-box {
    display: flex;
    margin-bottom: 11px;
}
.info-box:last-child {
    margin-bottom: 0;
}

.info-box_icon {
    font-size: 16px;
    background-color: transparent;
    color: var(--main-color);
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: flex;
    color: var(--text);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    align-items: center;
}
.info-box_text .details p {
    color: var(--title);
}
.info-box_text .details p a {
    color: var(--title);
}

.info-box_link {
    display: inline-block;
    color: var(--text);
}
.info-box_link:hover {
    color: var(--main-color);
}

.et-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}
.et-widget-about .about-logo {
    margin-bottom: 35px;
}
.et-widget-about .text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--title);
}

.et-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}
.et-widget-contact .info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: flex;
    gap: 16px;
}
.et-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}
.et-widget-contact .info-box_text .icon {
    color: var(--title);
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid var(--title);
    border-radius: 50%;
    text-align: center;
}
.et-widget-contact .info-box_text .icon img {
    filter: contrast(0) brightness(2) opacity(0.7);
}
.et-widget-contact .info-box_text .details {
    margin-top: -0.3em;
}
.et-widget-contact .info-box_text .details p {
    margin-bottom: 0;
}
.et-widget-contact .info-box_text .details a {
    color: var(--title);
}
.et-widget-contact .info-box_text a {
    color: inherit;
}
.et-widget-contact .info-box_text a:hover {
    color: var(--main-color);
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}
.breadcrumb-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray1);
    z-index: 1;
}
.breadcrumb-wrapper .shape1 {
    position: absolute;
    left: 0;
    top: 0;
}
.breadcrumb-wrapper .shape2 {
    position: absolute;
    right: 0;
    top: 0;
}
.breadcrumb-wrapper .shape3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
    opacity: 0.9;
}
.breadcrumb-wrapper.style::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg4);
    opacity: 0.9;
}
.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 280px 0 120px 0;
    text-align: center;
    z-index: 9;
}
@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 200px 0 100px 0;
    }
}
@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 200px 0 80px 0;
    }
}
.breadcrumb-wrapper .page-heading h1 {
    color: var(--title);
    font-size: 65px;
    position: relative;
    z-index: 9;
    text-align: center;
    font-family: var(--font-chap);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 52px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 12px;
    justify-content: center;
}
@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--white);
    text-transform: capitalize;
    color: var(--title);
    text-align: center;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--title);
    transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--main-color);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: var(--title);
}
.breadcrumb-wrapper .border-shape {
    position: absolute;
    top: 20px;
    left: 0;
}
.breadcrumb-wrapper .line-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.breadcrumb-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}

.topbar-area {
    background-color: transparent;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
@media (max-width: 991px) {
    .topbar-area {
        display: none;
    }
}
.topbar-area.style2 {
    padding-top: 30px;
    position: static;
    background-color: var(--bg4);
}
.topbar-area.style2 .topbar-search-wrapper {
    margin: 0 auto;
}
.topbar-area.style2 .topbar-search-wrapper select {
    max-width: 150px;
    height: 50px;
    background-color: var(--bg4);
}
.topbar-area.style2 .topbar-search-wrapper .search-icon {
    background-color: var(--theme2);
    height: 49px;
}
.topbar-area.style2 .topbar-search-wrapper .search-icon i {
    color: var(--black1);
}
.topbar-area.style3 {
    position: static;
    padding: 30px 0;
}

.topbar-list {
    padding: 0;
    margin-bottom: 0;
}

.topbar-list li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    color: var(--navber-color);
    margin-right: 25px;
    font-size: 14px;
}

.topbar-list li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: rgba(219, 219, 219, 0.4705882353);
}

.topbar-list-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.topbar-list-right li {
    position: relative;
    display: inline-flex;
    margin-right: 20px;
}
.topbar-list-right li a {
    font-size: 14px;
    color: var(--title2);
    text-align: center;
    line-height: 18px;
}
.topbar-list-right li i {
    font-size: 22px;
}
.topbar-list-right li .badge {
    border-radius: 50%;
    background-color: var(--main-color);
}

.topbar-list-right li:last-child {
    margin-right: 0px;
}

.topbar-list-right li a {
    color: var(--navber-color);
}

.topbar-list-right li a:hover {
    color: var(--main-color);
}

.topbar-search-wrapper {
    max-width: 554px;
    margin-left: auto;
}
@media (max-width: 1399px) {
    .topbar-search-wrapper {
        max-width: 380px;
    }
}
.topbar-search-wrapper .input-group-text {
    padding: 0;
    background-color: var(--white);
}
.topbar-search-wrapper .input-group-text .form-select {
    border: none;
}
.topbar-search-wrapper .form-control:focus {
    border: 1px solid var(--border-2);
    background-color: var(--white);
}
.topbar-search-wrapper select {
    max-width: 150px;
    height: 50px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.topbar-search-wrapper select:focus {
    border: 1px solid #e5e5e5;
}
.topbar-search-wrapper select option {
    background-color: #e5e5e5;
}
.topbar-search-wrapper .search-icon {
    background-color: var(--main-color);
    width: 48px;
    height: 49px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar-search-wrapper .search-icon i {
    color: var(--white);
}

@media (max-width: 1199px) {
    .header-dropdown-wrapper .bd-header__category-nav {
        display: none !important;
    }
}
.header-dropdown-wrapper .bd-header__category-nav .category__items {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    max-width: 300px;
    background-color: var(--white);
    border: 1px solid var(--border-2);
    border-radius: 0 0 8px 8px;
    top: 81px;
    padding: 0 30px;
}
.header-dropdown-wrapper .bd-header__category-nav .category__items-2 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    max-width: 370px;
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
}
.header-dropdown-wrapper
    .bd-header__category-nav:not(items-open)
    .category__items {
    display: block;
}
.header-dropdown-wrapper
    .bd-header__category-nav:not(items-open)
    .category__items-2 {
    display: none;
}
.header-dropdown-wrapper .bd-category__click {
    height: 60px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: var(--black1);
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    gap: 15px;
    width: 300px;
    cursor: pointer;
}
.header-dropdown-wrapper .bd-category__click span {
    font-weight: 600;
}
.header-dropdown-wrapper .bd-category__click span i {
    margin-right: 10px;
}
.header-dropdown-wrapper .bd-category__click.style-2 {
    background-color: var(--main-color);
}
.header-dropdown-wrapper .bd-category__click:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    right: 60px;
}
.header-dropdown-wrapper .bd-category__click.items-open::before {
    transform: rotate(180deg);
}
.header-dropdown-wrapper .category-item ul li {
    transition: 0.4s all ease;
}
.header-dropdown-wrapper .category-item ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-2);
}
.header-dropdown-wrapper .category-item ul li a {
    display: flex;
    color: var(--header);
    align-items: center;
    gap: 20px;
    padding: 24px 0 18px 0;
    line-height: 1;
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1px;
}
.header-dropdown-wrapper .category-item ul li a img {
    width: 26px;
}
.header-dropdown-wrapper .category-item ul li:hover {
    transform: translateX(10px);
}
.header-dropdown-wrapper .category-item ul li:hover a {
    color: var(--main-color);
}

.sticky-wrapper.sticky .bd-header__category-nav {
    display: none;
}

/* 14.Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-widgets-wrapper-1 {
    padding: 50px 0 60px;
    position: relative;
    z-index: 9;
}
@media (max-width: 1199px) {
    .footer-widgets-wrapper-1 {
        padding: 10px 0 90px;
    }
}
@media (max-width: 991px) {
    .footer-widgets-wrapper-1 {
        padding: 8px 0 70px;
    }
}
.footer-widgets-wrapper-1 .single-footer-widget-1 {
    margin-top: 30px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head {
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head {
        margin-bottom: 20px;
    }
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head h3 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content p {
    color: var(--title2);
    font-family: var(--font-chap);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .social-icon {
    margin-top: 26px;
    gap: 10px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575px) {
    .footer-widgets-wrapper-1
        .single-footer-widget-1
        .footer-content
        .social-icon {
        margin-top: 20px;
    }
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .social-icon
    a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bg3);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid var(--border);
    opacity: 0.8;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .social-icon
    a:hover {
    background-color: var(--theme2);
    color: var(--header);
    border: 1px solid transparent;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info {
    margin-top: 20px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li {
    display: flex;
    gap: 10px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .icon-1 {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--border);
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .icon-1
    i {
    color: var(--title2);
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .icon-1:hover {
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .icon-1:hover
    i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .contact-1 {
    margin-left: 17px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .contact-1
    p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .contact-1
    p:hover {
    color: var(--main-color);
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .contact-1
    a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.96px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li
    .contact-1
    a:hover {
    color: var(--main-color);
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .contact-info
    li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .footer-input {
    position: relative;
    margin-top: 40px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .footer-input
    input {
    background: transparent;
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .footer-input
    .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 70px;
    border-radius: 4px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white);
    bottom: 5px;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .footer-content
    .footer-input
    .newsletter-btn
    i {
    font-size: 32px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li {
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-1
    .single-footer-widget-1
    .list-area
    li:not(:last-child) {
    margin-bottom: 6px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li a {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li a i {
    margin-right: 5px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li:hover {
    margin-left: 5px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li:hover a {
    color: var(--main-color);
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .recent-post-area {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: -20px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .recent-post-area .thumb {
    width: 44px;
    height: 17px;
}
.footer-widgets-wrapper-1 .single-footer-widget-1 .recent-post-area .thumb img {
    margin-top: 30px;
}

.footer-bottom-1 {
    padding: 17px 0;
    position: relative;
    z-index: 9;
}
.footer-bottom-1 .footer-wrapper {
    border-top: 1px solid var(--border);
    padding: 24px 0px 20px 0px;
}
@media (max-width: 991px) {
    .footer-bottom-1 .footer-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        margin-top: 30px;
    }
}
.footer-bottom-1 .footer-wrapper p {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}
.footer-bottom-1 .footer-wrapper p:hover {
    color: var(--main-color);
    transition: all 0.4s ease-in-out;
}
.footer-bottom-1 .footer-wrapper .footer-menu {
    display: flex;
    align-items: center;
    gap: 23px;
}
@media (max-width: 500px) {
    .footer-bottom-1 .footer-wrapper .footer-menu {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}
.footer-bottom-1 .footer-wrapper .footer-menu li a {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}
.footer-bottom-1 .footer-wrapper .footer-menu li a:hover {
    color: var(--main-color);
}

.footer-widgets-wrapper-2 {
    padding: 10px 0 120px;
    position: relative;
    z-index: 9;
}
@media (max-width: 1199px) {
    .footer-widgets-wrapper-2 {
        padding: 10px 0 90px;
    }
}
@media (max-width: 991px) {
    .footer-widgets-wrapper-2 {
        padding: 8px 0 70px;
    }
}
.footer-widgets-wrapper-2 .single-footer-widget-2 {
    margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .widget-head {
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .footer-widgets-wrapper-2 .single-footer-widget-2 .widget-head {
        margin-bottom: 20px;
    }
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .widget-head h3 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content p {
    color: var(--title2);
    font-family: var(--font-chap);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .social-icon {
    margin-top: 26px;
    gap: 10px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575px) {
    .footer-widgets-wrapper-2
        .single-footer-widget-2
        .footer-content
        .social-icon {
        margin-top: 20px;
    }
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .social-icon
    a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bg3);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border);
    opacity: 0.8;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .social-icon
    a:hover {
    background-color: var(--theme3);
    color: var(--header);
    border: 1px solid transparent;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info {
    margin-top: 20px;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li {
    display: flex;
    gap: 50px;
    margin-top: 33px;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .icon-1 {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--border);
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .icon-1
    i {
    color: var(--title2);
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .icon-1:hover {
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .icon-1:hover
    i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .contact-1 {
    margin-left: 17px;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .contact-1
    p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .contact-1
    p:hover {
    color: var(--main-color);
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .contact-1
    a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.96px;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li
    .contact-1
    a:hover {
    color: var(--main-color);
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .footer-content
    .contact-info
    li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li {
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2
    .single-footer-widget-2
    .list-area
    li:not(:last-child) {
    margin-bottom: 13px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li a {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li a i {
    margin-right: 5px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li:hover {
    margin-left: 5px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li:hover a {
    color: var(--main-color);
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .recent-post-area {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: -20px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .recent-post-area .thumb {
    width: 44px;
    height: 17px;
}
.footer-widgets-wrapper-2 .single-footer-widget-2 .recent-post-area .thumb img {
    margin-top: 30px;
}

.footer-bottom-2 {
    padding: 17px 0;
    position: relative;
    z-index: 9;
}
.footer-bottom-2 .footer-wrapper {
    border-top: 1px solid var(--border);
    padding: 28px 0px 20px 0px;
}
@media (max-width: 991px) {
    .footer-bottom-2 .footer-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        margin-top: 30px;
    }
}
.footer-bottom-2 .footer-wrapper .content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-bottom-2 .footer-wrapper .content p {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}
.footer-bottom-2 .footer-wrapper .content p:hover {
    color: var(--main-color);
    transition: all 0.4s ease-in-out;
}
.footer-bottom-2 .footer-wrapper .content .footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-bottom-2 .footer-wrapper .content .footer-menu li a {
    color: var(--title);
    display: inline-block;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}
.footer-bottom-2 .footer-wrapper .content .footer-menu li a:hover {
    color: var(--main-color);
}
.footer-bottom-2 .footer-wrapper .credit-card-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-bottom-2 .footer-wrapper .credit-card-logo li {
    padding: 5px 7px;
    border-radius: 6px;
}

/* 16.Intro */
/*----------------------------------------------
    # Intro style here
----------------------------------------------*/
.intro-wrapper-1 {
    border-radius: 5px;
    background: var(--bg4);
    display: flex;
    align-items: center;
    position: relative;
}
.intro-wrapper-1 .intro-content {
    padding: 61px 0px 147px 60px;
}
@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-content {
        padding: 50px 0px 273px 40px;
    }
}
@media (max-width: 991px) {
    .intro-wrapper-1 .intro-content {
        padding: 10px 0px 273px 30px;
    }
}
.intro-wrapper-1 .intro-content h1 {
    position: relative;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
    z-index: 8;
}
@media (max-width: 1399px) {
    .intro-wrapper-1 .intro-content h1 {
        z-index: 8;
    }
}
@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-content h1 {
        font-size: 45px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .intro-wrapper-1 .intro-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.intro-wrapper-1 .intro-content h3 {
    color: var(--main-color);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 15px;
    z-index: 9;
    position: relative;
}
@media (max-width: 1399px) {
    .intro-wrapper-1 .intro-content h3 {
        z-index: 8;
    }
}
@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-content h3 {
        font-size: 20px;
    }
}
.intro-wrapper-1 .intro-content .intro-button {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-content .intro-button {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .intro-wrapper-1 .intro-content .intro-button {
        margin-top: 20px;
    }
}
.intro-wrapper-1 .intro-thumb {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}
@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-thumb img {
        width: 395px;
        height: 356px;
    }
}
.intro-wrapper-1 .intro-thumb img {
    width: 100%;
    height: 100%;
}

.intro-wrapper-2 .intro-content {
    padding: 170px 0px 140px 0px;
    max-width: 465px;
}
@media (max-width: 1199px) {
    .intro-wrapper-2 .intro-content {
        padding: 150px 0px 30px 0px;
    }
}
@media (max-width: 991px) {
    .intro-wrapper-2 .intro-content {
        padding: 100px 0px 10px 0px;
    }
}
@media (max-width: 991px) {
    .intro-wrapper-2 .intro-content {
        padding: 70px 0px 10px 0px;
    }
}
.intro-wrapper-2 .intro-content h4 {
    color: var(--main-color);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 991px) {
    .intro-wrapper-2 .intro-content h4 {
        font-size: 14px;
    }
}
.intro-wrapper-2 .intro-content h1 {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 67.749px;
    text-transform: capitalize;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .intro-wrapper-2 .intro-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 575px) {
    .intro-wrapper-2 .intro-content h1 {
        font-size: 26px;
        line-height: 38px;
    }
}
.intro-wrapper-2 .intro-content P {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
.intro-wrapper-2 .intro-content .intro-button {
    margin-top: 15px;
}
.intro-wrapper-2 .intro-thumb {
    position: relative;
}
@media (max-width: 1199px) {
    .intro-wrapper-2 .intro-thumb {
        margin-bottom: -30px;
    }
    .intro-wrapper-2 .intro-thumb img {
        width: 100%;
    }
}

/* 17.About*/
.about-wrapper-1 .about-image-items-1 .thumb {
    border-radius: 20px;
}
.about-wrapper-1 .about-image-items-1 .thumb img {
    width: 100%;
    height: 100%;
    height: 489px;
}
@media (max-width: 1199px) {
    .about-wrapper-1 .about-image-items-1 .thumb img {
        height: 70%;
        height: 450px;
    }
}
.about-wrapper-1 .about-content {
    padding: 50px 67px 60px 60px;
    border-radius: 18px;
    border: 2px solid var(--border-2);
}
@media (max-width: 1399px) {
    .about-wrapper-1 .about-content {
        padding: 50px 67px 40px 60px;
    }
}
@media (max-width: 575px) {
    .about-wrapper-1 .about-content {
        padding: 30px;
    }
}
.about-wrapper-1 .about-content .section-title h4 {
    color: var(--main-color);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.about-wrapper-1 .about-content .section-title h2 {
    margin-top: 10px;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
}
@media (max-width: 575px) {
    .about-wrapper-1 .about-content .section-title h2 {
        font-size: 24px;
    }
}
.about-wrapper-1 .about-content .section-title p {
    margin-top: 24px;
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.about-wrapper-1 .about-content ul {
    margin-top: -30px;
}
@media (max-width: 575px) {
    .about-wrapper-1 .about-content ul {
        margin-top: 20px;
    }
}
.about-wrapper-1 .about-content ul li {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.about-wrapper-1 .about-content ul li:not(:last-child) {
    margin-bottom: 6px;
}
.about-wrapper-1 .about-content ul li i {
    color: var(--main-color);
    margin-right: 10px;
}
.about-wrapper-1 .about-content .btn-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.about-wrapper-1 .about-content .btn-wrapper .theme-btn {
    border-radius: 0px;
}
@media (max-width: 575px) {
    .about-wrapper-1 .about-content .btn-wrapper {
        flex-wrap: wrap;
    }
}
.about-wrapper-1 .about-content .btn-wrapper a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .about-wrapper-1 .about-content .btn-wrapper a .theme-btn {
        padding: 20px 32px;
        margin: 44px;
    }
}
@media (max-width: 575px) {
    .about-wrapper-1 .about-content .btn-wrapper a .theme-btn {
        padding: 18px 30px;
        font-size: 14px;
        margin: 30px;
        height: 60px;
    }
}
.about-wrapper-1 .contact-info li {
    display: flex;
    gap: 2px;
    align-items: center;
    margin-top: 36px;
}
@media (max-width: 767px) {
    .about-wrapper-1 .contact-info li {
        margin-top: 0;
    }
}
.about-wrapper-1 .contact-info li .icon-1 {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--border);
    border-radius: 36px;
    transition: all 0.4s ease-in-out;
}
.about-wrapper-1 .contact-info li .icon-1 i {
    color: var(--main-color);
}
.about-wrapper-1 .contact-info li .icon-1:hover {
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-wrapper-1 .contact-info li .icon-1:hover i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}
.about-wrapper-1 .contact-info li .contact-1 {
    margin-left: 17px;
}
.about-wrapper-1 .contact-info li .contact-1 p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.about-wrapper-1 .contact-info li .contact-1 p:hover {
    color: var(--main-color);
}
.about-wrapper-1 .contact-info li .contact-1 a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.96px;
}
.about-wrapper-1 .contact-info li .contact-1 a:hover {
    color: var(--main-color);
}
.about-wrapper-1 .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

/* 18.Best Deals  */
.best-deals-card-1 {
    position: relative;
    background-color: var(--gray1);
}
@media (max-width: 1199px) {
    .best-deals-card-1 {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .best-deals-card-1 {
        margin-top: 38px;
    }
}
.best-deals-card-1 .thumb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.best-deals-card-1 .thumb img {
    max-width: 100%;
}
@media (max-width: 575px) {
    .best-deals-card-1 .thumb img {
        width: 200px;
    }
}
.best-deals-card-1 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 270px;
}
.best-deals-card-1 .content h3 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 1399px) {
    .best-deals-card-1 .content h3 {
        font-size: 24px;
    }
}
.best-deals-card-1 .content .btn-wrapper {
    margin-top: 20px;
}
.best-deals-card-1 .content.style {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 400px;
}
.best-deals-card-1.style1 .thumb {
    position: absolute;
    top: 36px;
    z-index: 1;
}
@media (max-width: 500px) {
    .best-deals-card-1.style1 .thumb {
        top: 5px;
    }
}
.best-deals-card-1.style1 .thumb img {
    max-width: 100%;
}
.best-deals-card-1.style1 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 300px;
}

.best-deals-card-2 {
    position: relative;
    background-color: var(--gray1);
}
.best-deals-card-2 .thumb {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
}
@media (max-width: 575px) {
    .best-deals-card-2 .thumb {
        width: 200px;
    }
}
.best-deals-card-2 .thumb img {
    max-width: 100%;
}
.best-deals-card-2 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px 30px;
    max-width: 270px;
}
.best-deals-card-2 .content h3 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 450px) {
    .best-deals-card-2 .content h3 {
        font-size: 24px;
        line-height: 30px;
    }
}
.best-deals-card-2 .content .btn-wrapper {
    margin-top: 20px;
}
.best-deals-card-2 .content.style {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 400px;
}
.best-deals-card-2.style1 .thumb {
    position: absolute;
    top: 36px;
    z-index: 1;
}
.best-deals-card-2.style1 .thumb img {
    max-width: 100%;
}
@media (max-width: 991px) {
    .best-deals-card-2.style1 .thumb {
        top: 0;
    }
}
.best-deals-card-2.style1 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 300px;
}

.best-thumb-card {
    background-color: var(--gray1);
    height: 340px;
    position: relative;
}
.best-thumb-card .thumb {
    position: absolute;
    top: 50px;
    left: 30px;
}

/* 19.Brand */
.top-brands-wrapper .brand-logo {
    margin: 0 15px 30px 15px;
    padding: 26px 26px;
    border-radius: 5px;
    background-color: var(--gray1);
    box-shadow: 0px 0px 37px 0px rgba(248, 242, 242, 0.1);
}
.top-brands-wrapper .brand-logo img {
    width: 100%;
    height: 30px;
}
@media (max-width: 1199px) {
    .top-brands-wrapper .brand-logo img {
        width: 100%;
        height: 35px;
    }
}
@media (max-width: 767px) {
    .top-brands-wrapper .brand-logo img {
        width: 100%;
        height: 35px;
    }
}

/* 20.Feature */
.feature-box-items {
    padding: 40px 10px;
    position: relative;
}
.feature-box-items .icon {
    width: 45px;
    height: 45px;
    width: 100%;
    height: 100%;
}
.feature-box-items .content h3 {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .feature-box-items .content h3 {
        font-size: 25px;
    }
}
@media (max-width: 470px) {
    .feature-box-items .content h3 {
        font-size: 20px;
    }
}
.feature-box-items .content P {
    color: var(--title2);
    text-align: center;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

/* 21.Product-Category */
.product-category-box-items-1 {
    text-align: center;
    box-shadow: var(--box-shadow2);
    border-radius: 5px;
    border: 1px solid var(--border);
    display: flex;
    padding: 20px 23px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product-category-box-items-1 .product-category-thumb {
    overflow: hidden;
}
.product-category-box-items-1 .product-category-thumb img {
    max-width: 100%;
    transition: 0.4s all ease-in-out;
}
.product-category-box-items-1:hover .product-category-thumb img {
    transform: scale(1.1);
}
.product-category-box-items-1 .product-category-content h4 a {
    color: var(--title);
    text-align: center;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
}

.top-category-box-items-2 {
    display: flex;
    gap: 5px;
    padding: 48px 32px;
    width: 190px;
    height: 190px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 999px;
    background: var(--bg4);
}
@media (max-width: 767px) {
    .top-category-box-items-2 {
        margin: 0 auto;
    }
}
.top-category-box-items-2 .top-category-thumb {
    align-items: center;
    overflow: hidden;
}
.top-category-box-items-2 .top-category-thumb img {
    transition: 0.4s all ease-in-out;
    max-width: 100%;
}
.top-category-box-items-2:hover .top-category-thumb img {
    transform: scale(1.1);
}
.top-category-box-items-2 .top-category-content h4 {
    color: var(--title);
    align-items: center;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* 22.Featured-Product */
.featured-products-box-card-1 {
    padding: 30px 0px 20px 0;
    border-radius: 5px;
    background: var(--gray1);
    justify-content: space-between;
    box-shadow: 0px 44px 12px 0px rgba(0, 0, 0, 0),
        0px 28px 11px 0px rgba(0, 0, 0, 0.01),
        0px 16px 10px 0px rgba(0, 0, 0, 0.05),
        0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
    .featured-products-box-card-1 {
        margin-top: 27px;
    }
}
.featured-products-box-card-1 .thumb {
    width: 174.59px;
    height: 150px;
    overflow: hidden;
}
.featured-products-box-card-1 .thumb img {
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}
.featured-products-box-card-1 .content {
    margin-top: -10px;
    padding: 20px 20px 0 20px;
}
.featured-products-box-card-1 .content .star-wrapper {
    color: var(--orange);
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.featured-products-box-card-1 .content .star-wrapper span {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 5px;
}
.featured-products-box-card-1 .content h4 {
    margin-top: 11px;
}
.featured-products-box-card-1 .content h4 a {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.featured-products-box-card-1 .content h4 a:hover {
    color: var(--main-color);
}
.featured-products-box-card-1 .content .price {
    margin-top: 15px;
}
.featured-products-box-card-1 .content .price .original-price {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
}
.featured-products-box-card-1 .content .price .offer-price {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-left: 10px;
}
.featured-products-box-card-1 .content .btn-wrapper {
    width: 100%;
    margin-top: 30px;
}
.featured-products-box-card-1 .content .btn-wrapper .theme-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featured-products-box-card-1 .content .btn-wrapper .theme-btn img {
    margin-right: 14px;
}
.featured-products-box-card-1:hover .thumb img {
    transform: scale(1.1);
}

/* 23.Offer */
.offer-section-wrapper {
    position: relative;
    margin-top: 10px;
}
.offer-section-wrapper .offer-section-info-1 {
    padding: 60px 10px 10px 60px;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 {
        padding: 100px 10px 60px 60px;
    }
}
@media (max-width: 575px) {
    .offer-section-wrapper .offer-section-info-1 {
        padding: 30px 10px 30px 20px;
    }
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 .section-title h2 {
        font-size: 25px;
    }
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 .section-title p {
        font-size: 10px;
    }
}
.offer-section-wrapper .offer-section-info-1 .search-widget form {
    width: 100%;
    position: relative;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 .search-widget form {
        display: none;
    }
}
.offer-section-wrapper .offer-section-info-1 .search-widget form input {
    background-color: var(--white);
    font-size: 14px;
    padding: 20px;
    width: 410px;
    height: 60px;
    font-style: normal;
    font-weight: 400;
    color: var(--title2);
    border-radius: 5px;
    border: 1px solid var(--200, #e2e2e2);
}
.offer-section-wrapper .offer-section-info-1 .search-widget form button {
    position: absolute;
    right: -7px;
    top: 0;
    width: 134px;
    height: 59px;
    font-size: 18px;
    padding: 15px 30px;
    background-color: var(--title);
    color: var(--white);
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .offer-section-wrapper .offer-section-info-1 .search-widget form button {
        right: -26px;
    }
}
.offer-section-wrapper .offer-section-info-1 .search-widget form button:hover {
    background-color: var(--orange);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}
.offer-section-wrapper .offer-section-info-2 .thumb {
    margin-right: -150px;
    z-index: 1;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .thumb {
        top: -100px;
        right: 15px;
        z-index: 9;
    }
    .offer-section-wrapper .offer-section-info-2 .thumb img {
        width: 316px;
        height: 266px;
    }
}
.offer-section-wrapper .offer-section-info-2 .thumb img {
    width: 416px;
    height: 366px;
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-1 {
    position: absolute;
    top: 55%;
    right: 30%;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-1 {
        display: none;
    }
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-1 img {
    width: 100%;
    height: 100%;
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-2 {
    position: absolute;
    top: -2%;
    right: 28%;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-2 {
        display: none;
    }
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-2 img {
    width: 100%;
    height: 100%;
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-3 {
    position: absolute;
    top: 29%;
    right: 2%;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-3 {
        display: none;
    }
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-3 img {
    width: 100%;
    height: 100%;
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-4 {
    position: absolute;
    top: -20%;
    right: 4%;
}
@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-4 {
        display: none;
    }
}
.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-4 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-2 {
    background-color: var(--main-color);
    position: relative;
}
.offer-wrapper-2 .offer-content {
    padding: 92px 0px 92px 60px;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content {
        padding: 50px 0px 50px 60px;
    }
}
@media (max-width: 767px) {
    .offer-wrapper-2 .offer-content {
        padding: 50px 0px 50px 60px;
    }
}
@media (max-width: 500px) {
    .offer-wrapper-2 .offer-content {
        padding: 40px 0px 40px 30px;
    }
}
.offer-wrapper-2 .offer-content h1 {
    color: var(--white);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 1199px) {
    .offer-wrapper-2 .offer-content h1 {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content h1 {
        font-size: 12px;
    }
}
.offer-wrapper-2 .offer-content h2 {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content h2 {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .offer-wrapper-2 .offer-content h2 {
        margin-top: 0px;
    }
}
.offer-wrapper-2 .offer-content h2 a {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .offer-wrapper-2 .offer-content h2 a {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content h2 a {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    .offer-wrapper-2 .offer-content h2 a {
        font-size: 28px;
        line-height: 32px;
    }
}
.offer-wrapper-2 .offer-content .btn-wrapper {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content .btn-wrapper {
        margin-top: 10px;
    }
}
.offer-wrapper-2 .offer-content .btn-wrapper .theme-btn {
    background-color: var(--white);
    color: var(--title);
    border-radius: 0;
}
.offer-wrapper-2 .offer-content .btn-wrapper .theme-btn:hover {
    color: var(--white);
}
.offer-wrapper-2 .offer-thumb .thumb-1 {
    position: absolute;
    bottom: 0px;
    right: 18%;
    z-index: 9;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-1 {
        display: none;
    }
}
.offer-wrapper-2 .offer-thumb .thumb-1 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-2 .offer-thumb .thumb-2 {
    position: absolute;
    bottom: 0px;
    right: 22%;
    z-index: 1;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-2 {
        display: none;
    }
}
.offer-wrapper-2 .offer-thumb .thumb-2 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-2 .offer-thumb .thumb-3 {
    position: absolute;
    bottom: 0px;
    right: 3%;
    z-index: 9;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-3 {
        display: none;
    }
}
.offer-wrapper-2 .offer-thumb .thumb-3 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-2 .offer-thumb .thumb-4 {
    position: absolute;
    top: 14%;
    right: 34%;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-4 {
        display: none;
    }
}
.offer-wrapper-2 .offer-thumb .thumb-4 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-2 .offer-thumb .thumb-5 {
    position: absolute;
    top: 16%;
    right: 6%;
    z-index: 1;
}
@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-5 {
        display: none;
    }
}
.offer-wrapper-2 .offer-thumb .thumb-5 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-3 {
    background-color: var(--bg2);
    position: relative;
}
.offer-wrapper-3 .offer-thumb .thumb-1 {
    position: absolute;
    bottom: 0px;
    left: 10%;
    z-index: 9;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-1 {
        display: none;
    }
}
.offer-wrapper-3 .offer-thumb .thumb-1 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-3 .offer-thumb .thumb-2 {
    position: absolute;
    bottom: 0px;
    left: 1%;
    z-index: 1;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-2 {
        display: none;
    }
}
.offer-wrapper-3 .offer-thumb .thumb-2 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-3 .offer-thumb .thumb-3 {
    position: absolute;
    top: 16%;
    left: 3%;
    z-index: 1;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-3 {
        display: none;
    }
}
.offer-wrapper-3 .offer-thumb .thumb-3 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-3 .offer-thumb .thumb-4 {
    position: absolute;
    top: 46%;
    left: 22%;
    z-index: 1;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-4 {
        display: none;
    }
}
.offer-wrapper-3 .offer-thumb .thumb-4 img {
    width: 100%;
    height: 100%;
}
.offer-wrapper-3 .offer-content {
    padding: 80px 80px 80px 0px;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content {
        padding: 80px 80px 80px 50px;
    }
}
.offer-wrapper-3 .offer-content h1 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.offer-wrapper-3 .offer-content h2 {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content h2 {
        margin-top: -20px;
    }
}
@media (max-width: 500px) {
    .offer-wrapper-3 .offer-content h2 {
        margin-top: 20px;
    }
}
.offer-wrapper-3 .offer-content h2 a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .offer-wrapper-3 .offer-content h2 a {
        font-size: 40px;
        line-height: 55px;
    }
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content h2 a {
        font-size: 30px;
        line-height: 40px;
    }
}
.offer-wrapper-3 .offer-content .btn-wrapper {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content .btn-wrapper {
        margin-top: 20px;
    }
}

/* 24.Cta */
.cta-section {
    position: relative;
}
.cta-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
    z-index: -1;
    top: 50%;
}

.cta-wrapper {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}
.cta-wrapper .mask-shape {
    position: absolute;
    top: 55%;
    left: 9%;
}
@media (max-width: 991px) {
    .cta-wrapper .mask-shape {
        display: none;
    }
}
.cta-wrapper .circle-shape {
    position: absolute;
    top: 30%;
    right: 5%;
}
@media (max-width: 991px) {
    .cta-wrapper .circle-shape {
        display: none;
    }
}
.cta-wrapper .cta-items {
    padding: 60px 0px;
    justify-content: center;
}
@media (max-width: 991px) {
    .cta-wrapper .cta-items {
        padding: 50px 0px;
    }
}
@media (max-width: 767px) {
    .cta-wrapper .cta-items {
        padding: 40px 20px;
    }
}
.cta-wrapper .cta-items .contact h3 {
    font-style: normal;
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 991px) {
    .cta-wrapper .cta-items .contact h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .cta-wrapper .cta-items .contact h3 {
        font-size: 23px;
    }
}
.cta-wrapper .cta-items .contact P {
    color: var(--title2);
    text-align: center;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    line-height: 142.857%;
    margin-top: 26px;
}
@media (max-width: 991px) {
    .cta-wrapper .cta-items .contact P {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .cta-wrapper .cta-items .contact P {
        font-size: 12px;
    }
}
.cta-wrapper .cta-items .search-widget {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .cta-wrapper .cta-items .search-widget {
        display: none;
    }
}
.cta-wrapper .cta-items .search-widget form {
    width: 100%;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}
.cta-wrapper .cta-items .search-widget form input {
    background-color: var(--white);
    font-size: 14px;
    padding: 20px;
    width: 410px;
    height: 60px;
    margin-left: -99px;
    font-style: normal;
    font-weight: 400;
    color: var(--title2);
    border-radius: 5px;
    border: 1px solid var(--200, #e2e2e2);
}
.cta-wrapper .cta-items .search-widget form button {
    position: absolute;
    right: 26%;
    top: 0;
    width: 130px;
    height: 60px;
    font-size: 18px;
    padding: 15px 30px;
    background-color: var(--theme3);
    color: var(--title);
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.cta-wrapper .cta-items .search-widget form button:hover {
    background-color: var(--orange);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.cta-section-2 {
    position: relative;
}
.cta-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg5);
    z-index: -1;
    top: 50%;
}

.cta-wrapper-2 {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}
.cta-wrapper-2 .cta-items-content {
    padding: 71px 40px 79px 69px;
    justify-content: center;
}
.cta-wrapper-2 .cta-items-content .subscribe-items {
    max-width: 400px;
    text-align: center;
    position: relative;
    margin-top: -25px;
}
@media (max-width: 767px) {
    .cta-wrapper-2 .cta-items-content .subscribe-items {
        display: none;
    }
}
.cta-wrapper-2 .cta-items-content .subscribe-items .form-clt input {
    width: 456px;
    height: 68px;
    background-color: transparent;
    outline: none;
    padding: 19px 20px;
    color: var(--white);
    font-size: 14px;
    font-family: var(--font-graphik);
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid var(--title2);
    color: var(--title2);
}
@media (max-width: 767px) {
    .cta-wrapper-2 .cta-items-content .subscribe-items .form-clt input {
        width: 356px;
        height: 28px;
    }
}
.cta-wrapper-2 .cta-items-content .subscribe-items .theme-btn {
    position: absolute;
    left: 75%;
    bottom: 8px;
    width: 141px;
    height: 50px;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cta-wrapper-2 .cta-items-content .subscribe-items span {
    color: var(--white);
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.cta-wrapper-2 .cta-items-thumb {
    position: absolute;
    right: -1%;
    bottom: 0px;
}
@media (max-width: 1199px) {
    .cta-wrapper-2 .cta-items-thumb {
        right: -10%;
    }
}
@media (max-width: 991px) {
    .cta-wrapper-2 .cta-items-thumb {
        display: none;
    }
}
.cta-wrapper-2 .cta-items-thumb img {
    width: 100%;
    height: 100%;
}

/* 25.flash deals */
.flash-deals-wrapper {
    display: flex;
    gap: 20px;
    justify-items: center;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 1199px) {
    .flash-deals-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.flash-deals-wrapper .flash-deals-card-1 {
    padding: 30px 20px;
    border-radius: 5px;
    background: var(--gray1);
    max-width: 234px;
}
.flash-deals-wrapper .flash-deals-card-1 .thumb {
    overflow: hidden;
}
.flash-deals-wrapper .flash-deals-card-1 .thumb img {
    width: 168.75px;
    height: 150px;
    transition: all 0.3s linear;
}
.flash-deals-wrapper .flash-deals-card-1 .content {
    margin-top: 20px;
}
.flash-deals-wrapper .flash-deals-card-1 .content .offer {
    color: var(--white);
    background-color: var(--orange);
    font-family: var(--font-graphik);
    font-size: 9px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 222.222%;
    text-transform: uppercase;
    width: 42px;
    height: 20px;
    padding: 0px 10px;
}
.flash-deals-wrapper .flash-deals-card-1 .content h4 {
    margin-top: 9px;
}
.flash-deals-wrapper .flash-deals-card-1 .content h4 a {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.flash-deals-wrapper .flash-deals-card-1 .content h4 a:hover {
    color: var(--main-color);
}
@media (max-width: 1199px) {
    .flash-deals-wrapper .flash-deals-card-1 .content h4 a br {
        display: none;
    }
}
.flash-deals-wrapper .flash-deals-card-1 .content .price {
    margin-top: 8px;
}
.flash-deals-wrapper .flash-deals-card-1 .content .price .offer-price {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.flash-deals-wrapper .flash-deals-card-1 .content .price .original-price {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
    margin-left: 10px;
    margin-top: 50px;
}
.flash-deals-wrapper .flash-deals-card-1:hover .thumb img {
    transform: scale(1.1);
}

/* 26.new arrival */
.new-arrival-items-info-1 {
    margin-bottom: 30px;
    transition: 0.4s all ease-in-out;
}
@media (max-width: 767px) {
    .new-arrival-items-info-1 {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .new-arrival-items-info-1 {
        margin-top: 30px;
    }
}
.new-arrival-items-info-1 .new-arrival-thumb {
    position: relative;
    display: flex;
    padding: 1px 46px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: var(--bg4);
}
.new-arrival-items-info-1 .new-arrival-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(
        359.9deg,
        #00060c 0.09%,
        rgba(22, 36, 62, 0) 99.91%
    );
    opacity: 0.6;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 1;
}
.new-arrival-items-info-1:hover {
    transform: translateY(-4px);
}
.new-arrival-items-info-1:hover .new-arrival-thumb::before {
    transform: scale(1, 1);
    transform-origin: top center;
}
.new-arrival-items-info-1:hover .new-arrival-thumb .icon {
    opacity: 1;
}
.new-arrival-items-info-1 .new-arrival-content p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
.new-arrival-items-info-1 .new-arrival-content h5 {
    margin-top: 10px;
}
.new-arrival-items-info-1 .new-arrival-content h5 a {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.new-arrival-items-info-1 .new-arrival-content h5 a:hover {
    color: var(--main-color);
}
.new-arrival-items-info-1 .new-arrival-content .price {
    margin-top: 10px;
}
.new-arrival-items-info-1 .new-arrival-content .price .offer-price {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: strikethrough;
    margin-right: 5px;
}
.new-arrival-items-info-1 .new-arrival-content .price .original-price {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
}
.new-arrival-items-info-1 .new-arrival-content .offer {
    color: var(--white);
    background-color: var(--title);
    font-family: var(--font-graphik);
    font-size: 9px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 222.222%;
    text-transform: uppercase;
    width: 42px;
    height: 22px;
    padding: 0px 10px;
    margin-top: 8px;
}

/* 27.Product listing */
.Product-Listing-wrapper .listing-product-top {
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid var(--border-2);
    max-width: 510px;
    margin-left: auto;
    padding: 0px 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}
@media (max-width: 575px) {
    .Product-Listing-wrapper .listing-product-top {
        max-width: 446px;
        flex-wrap: wrap;
    }
}
.Product-Listing-wrapper .listing-product-top .product-filter {
    padding-right: 30px;
    border-right: 2px solid var(--border-2);
}
@media (max-width: 575px) {
    .Product-Listing-wrapper .listing-product-top .product-filter {
        border-right: none;
    }
}
.Product-Listing-wrapper .listing-product-top .product-filter span {
    font-size: 14px;
}
@media (max-width: 575px) {
    .Product-Listing-wrapper .listing-product-top .product-filter {
        padding-right: 10px;
    }
}
.Product-Listing-wrapper .listing-product-top .product-shot {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 575px) {
    .Product-Listing-wrapper .listing-product-top .product-shot {
        padding: 0 10px;
    }
}
.Product-Listing-wrapper .listing-product-top .product-shot span {
    font-size: 14px;
}
.Product-Listing-wrapper .listing-product-top select {
    border: none;
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--main-color);
    padding: 10px 0;
}
.Product-Listing-wrapper .listing-product-top select:focus {
    box-shadow: none;
    border: none;
    outline: 0;
}
.Product-Listing-wrapper .listing-product-top .product-shot-view ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 500px) {
    .Product-Listing-wrapper .listing-product-top .product-shot-view ul {
        display: none;
    }
}
.Product-Listing-wrapper .main-sidebar-style-1 {
    padding: 30px 27px;
    background: var(--white);
    border-radius: 5px;
    border: 2px solid var(--border-2);
}
.Product-Listing-wrapper .main-sidebar-style-1 p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .wid-title {
    margin-top: 15px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .wid-title
    h5 {
    color: var(--black1);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories {
    margin-top: -8px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li
    a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li
    a
    .text {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 116px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li
    a
    .text-2 {
    border-radius: 5px;
    background: var(--bg5);
    width: 24px;
    height: 24px;
    margin: 4px 0;
    flex-shrink: 0;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li
    a
    .text-3 {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    margin: 4px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li
    a
    .text-4 {
    margin-top: 20px;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li
    a
    .text-4.style {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 51px;
    height: 30px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    background: var(--white);
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li:hover
    a
    .text {
    margin-left: 20px;
    color: var(--main-color);
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li:hover
    a
    .text-2 {
    margin-left: 20px;
    color: var(--title);
    background-color: var(--main-color);
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    ul
    li:hover
    a
    .text-3 {
    color: var(--main-color);
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .price-input
    .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .field
    input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    text-align: center;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    input[type="number"]::-webkit-outer-spin-button,
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .price-input
    .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .slider
    .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--black1);
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .range-input {
    position: relative;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    .range-input
    input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--black1);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.Product-Listing-wrapper
    .main-sidebar-style-1
    .single-sidebar-widget
    .widget-categories
    input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.Product-Listing-wrapper .Product-Listing-card-1 {
    padding: 30px 32px;
    border-radius: 5px;
    background: var(--bg4);
}
@media (max-width: 1399px) {
    .Product-Listing-wrapper .Product-Listing-card-1 {
        padding: 30px 0;
    }
}
.Product-Listing-wrapper .Product-Listing-card-1 .thumb {
    overflow: hidden;
}
.Product-Listing-wrapper .Product-Listing-card-1 .thumb img {
    width: 168.75px;
    height: 150px;
    transition: all 0.3s;
}
@media (max-width: 1399px) {
    .Product-Listing-wrapper .Product-Listing-card-1 .content {
        padding: 10px 32px;
    }
}
.Product-Listing-wrapper .Product-Listing-card-1 .content .offer {
    display: flex;
    padding: 0px 5px;
    justify-content: left;
    align-items: center;
    gap: 10px;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background-color: var(--border-2);
    width: 60px;
    height: 25px;
    transition: all 0.4s ease-in-out;
}
.Product-Listing-wrapper .Product-Listing-card-1 .content .offer:hover {
    background-color: var(--orange);
    color: var(--title);
}
.Product-Listing-wrapper .Product-Listing-card-1 .content h4 {
    margin-top: 7px;
}
.Product-Listing-wrapper .Product-Listing-card-1 .content h4 a {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Product-Listing-wrapper .Product-Listing-card-1 .content h4 a:hover {
    color: var(--main-color);
}
.Product-Listing-wrapper .Product-Listing-card-1 .content .price {
    margin-top: 7px;
}
.Product-Listing-wrapper .Product-Listing-card-1 .content .price .offer-price {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.Product-Listing-wrapper
    .Product-Listing-card-1
    .content
    .price
    .original-price {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
    margin-left: 10px;
    margin-top: 50px;
}
.Product-Listing-wrapper .Product-Listing-card-1:hover .thumb img {
    transform: scale(1.1);
}

/* 28.product details */
.product-details-wrapper .product-details-items-1 .theme-btn {
    padding: 20px 20px;
}
.product-details-wrapper
    .product-details-items-1
    .top-product-tab-wrapper
    .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-wrapper
    .product-details-items-1
    .top-product-tab-wrapper
    .nav-link {
    margin-right: 10px;
    border: 1px solid var(--border-2);
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 450px) {
    .product-details-wrapper
        .product-details-items-1
        .top-product-tab-wrapper
        .nav-link {
        margin-bottom: 10px;
    }
}
.product-details-wrapper
    .product-details-items-1
    .top-product-tab-wrapper
    .nav-pills
    .nav-link.active,
.product-details-wrapper
    .product-details-items-1
    .top-product-tab-wrapper
    .nav-pills
    .show
    > .nav-link {
    background-color: transparent;
}
.product-details-wrapper
    .product-details-items-1
    .top-product-tab-wrapper
    .tab-content {
    margin-bottom: 30px;
}
.product-details-wrapper
    .product-details-items-1
    .top-product-tab-wrapper
    .tab-content
    .thumb {
    background-color: var(--bg4);
    padding: 50px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-wrapper .product-details-items-1 .product-details-content {
    padding: 40px 8px 40px 30px;
    border-radius: 5px;
    border: 1px solid var(--border-2);
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    h3 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-1
        .product-details-content
        .product-content
        h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    .content-star {
    color: var(--title);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-1
        .product-details-content
        .product-content
        .content-star {
        font-size: 18px;
    }
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    .content-star
    i {
    font-size: 20px;
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    .content-star
    span {
    color: var(--black1);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    .price {
    margin-top: 35px;
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    .price
    .original-price {
    color: rgba(103, 109, 119, 0.28);
    font-family: var(--font-graphik);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
    text-decoration-line: strikethrough;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-1
        .product-details-content
        .product-content
        .price
        .original-price {
        font-size: 28px;
        line-height: 30px;
    }
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    .price
    .discount-price {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-1
        .product-details-content
        .product-content
        .price
        .discount-price {
        font-size: 28px;
        list-style: 30px;
    }
}
.product-details-wrapper
    .product-details-items-1
    .product-details-content
    .product-content
    h4 {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}
.product-details-wrapper .product-details-items-1 .plus-minus-input {
    justify-content: left;
    margin-left: 0;
    margin-top: 40px;
}
.product-details-wrapper
    .product-details-items-1
    .plus-minus-input
    .form-control {
    text-align: center;
}
.product-details-wrapper .product-details-items-1 .product-button {
    margin-top: 30px;
}
.product-details-wrapper .product-details-items-2 {
    padding: 49px 54px 111px 60px;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-top: 30px;
}
.product-details-wrapper
    .product-details-items-2
    .reviews-tab-wrapper
    .nav-link {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.product-details-wrapper
    .product-details-items-2
    .reviews-tab-wrapper
    .nav-pills
    .nav-link.active,
.product-details-wrapper
    .product-details-items-2
    .reviews-tab-wrapper
    .nav-pills
    .show
    > .nav-link {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: transparent;
}
.product-details-wrapper
    .product-details-items-2
    .reviews-tab-wrapper
    .tab-content {
    margin-top: 30px;
}
.product-details-wrapper
    .product-details-items-2
    .reviews-tab-wrapper
    .tab-content
    .theme-btn {
    padding: 20px 20px;
}
@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 {
        padding: 40px 30px;
    }
}
.product-details-wrapper .product-details-items-2 .review-wrapper h2 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .rating-overview {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-2
        .review-wrapper
        .rating-overview {
        font-size: 20px;
    }
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .rating-overview
    ul {
    display: flex;
    align-items: center;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .rating-overview
    ul
    .fa-solid {
    color: #ddd;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .rating-overview
    i {
    color: var(--black1);
    margin-left: 5px;
    font-size: 23px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-2
        .review-wrapper
        .rating-overview
        i {
        font-size: 18px;
    }
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    .stars {
    flex: 0 0 100px;
    display: flex;
    justify-content: flex-start;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    .stars
    i {
    color: var(--black1);
    margin-right: 3px;
    font-size: 23px;
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-2
        .review-wrapper
        .stars-chart
        .rating-bar
        .stars
        i {
        font-size: 18px;
    }
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    .stars
    .fa-solid {
    color: #ddd;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    progress {
    flex: 1;
    appearance: none;
    height: 10px;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    progress::-webkit-progress-bar {
    background: #ddd;
    border-radius: 5px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    progress::-webkit-progress-value {
    background: var(--black1);
    border-radius: 5px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .stars-chart
    .rating-bar
    progress::-moz-progress-bar {
    background: var(--black1);
    border-radius: 5px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    input,
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input
    input {
    height: 30px;
    background-color: var(--bg4);
    border: none;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input
    textarea {
    height: 55px;
    background-color: var(--bg4);
    border: none;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input
    span {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input
    ul {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input
    ul
    li
    i {
    font-size: 20px;
    color: var(--title);
    cursor: pointer;
    font-size: 23px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .add-review
    form
    .rating-input
    ul
    li
    .fa-solid {
    color: #ddd;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .user-reviews
    .review {
    padding-top: 30px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .user-reviews
    .review
    .ratings {
    display: flex;
    align-items: center;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .user-reviews
    .review
    .ratings
    li {
    font-size: 23px;
    padding-right: 5px;
    color: var(--black1);
}
@media (max-width: 767px) {
    .product-details-wrapper
        .product-details-items-2
        .review-wrapper
        .user-reviews
        .review
        .ratings
        li {
        font-size: 18px;
    }
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .user-reviews
    .review
    p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .user-reviews
    .review
    h4 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 15px;
}
.product-details-wrapper
    .product-details-items-2
    .review-wrapper
    .user-reviews
    .review
    small {
    font-size: 14px;
    color: var(--title2);
    font-weight: 500;
    padding-left: 15px;
}
.product-details-wrapper .product-details-left .sidebar {
    width: 300px;
    background-color: var(--bg4);
    border: 1px solid var(--border-2);
    border-radius: 5px;
    padding: 40px;
}
.product-details-wrapper .product-details-left .sidebar .menu-header {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--border-2);
}
.product-details-wrapper .product-details-left .sidebar .menu-header h3 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-left: 10px;
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu-header
    .menu-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.product-details-wrapper .product-details-left .sidebar .menu {
    list-style: none;
    padding: 0;
}
.product-details-wrapper .product-details-left .sidebar .menu .menu-item {
    border-bottom: 1px solid var(--border-2);
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item:last-child {
    border-bottom: 0;
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item
    .menu-btn {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    background: none;
    border: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item
    .menu-btn
    img {
    padding-right: 10px;
    padding-bottom: 5px;
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item
    .submenu {
    display: none;
    padding-left: 20px;
    list-style: none;
    transition: max-height 0.3s ease;
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item
    .submenu
    li {
    padding: 5px 0;
    font-size: 14px;
    transition: 0.4s all ease-in-out;
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item
    .submenu
    li:hover {
    transform: translateX(10px);
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item
    .submenu
    li:hover
    a {
    color: var(--main-color);
}
.product-details-wrapper
    .product-details-left
    .sidebar
    .menu
    .menu-item.expanded
    .submenu {
    display: block;
}
.product-details-wrapper .product-details-left .project-details-thumb-wrapper {
    margin: 60px 0;
}
.product-details-wrapper
    .product-details-left
    .project-details-thumb-wrapper
    .thumb {
    border-radius: 8px;
}
.product-details-wrapper
    .product-details-left
    .project-details-thumb-wrapper
    .thumb
    img {
    width: 100%;
}
.product-details-wrapper .product-details-left .latest-project-wrapper {
    border-radius: 5px;
    border: 1px solid var(--border-2);
    padding: 40px 30px;
}
.product-details-wrapper .product-details-left .latest-project-wrapper h4 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item:last-child {
    margin-bottom: 0;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item
    .thumb {
    width: 150px;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item
    .thumb
    img {
    width: 100%;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item
    .content
    h6
    a {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item
    .content
    p {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 7px;
}
.product-details-wrapper
    .product-details-left
    .latest-project-wrapper
    .project-item
    .content
    p
    span {
    text-decoration: line-through;
    color: var(--title2);
}
.product-details-wrapper .top-flex-ratting ul {
    display: flex;
    align-items: center;
}
.product-details-wrapper .flex-ratting {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.product-details-wrapper .flex-ratting ul {
    display: flex;
}

/* 29.Instagram Slider */
.follow-instagram-section .section-title p {
    text-align: center;
    font-family: var(--font-graphik);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.follow-instagram-section .instagram-wrapper .instagram-items .instagram-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.follow-instagram-section
    .instagram-wrapper
    .instagram-items
    .instagram-thumb
    img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
}
.follow-instagram-section
    .instagram-wrapper
    .instagram-items
    .instagram-thumb:hover
    img {
    transform: scale(1.1);
}
.follow-instagram-section
    .instagram-wrapper
    .instagram-items
    .instagram-content {
    margin-bottom: 65px;
}
.follow-instagram-section
    .instagram-wrapper
    .instagram-items
    .instagram-content
    .fashion {
    margin-right: 5px;
    position: absolute;
    border-radius: 5px;
    opacity: 0.8;
    background: var(--white);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 90px;
    left: 25px;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.follow-instagram-section
    .instagram-wrapper
    .instagram-items
    .instagram-content
    .menwear {
    position: absolute;
    border-radius: 5px;
    opacity: 0.8;
    background: var(--white);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 90px;
    right: 80px;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 30.widget */
/* 31.blog page */
.blog-wrapper .blog-card-items {
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-bottom: 60px;
}
.blog-wrapper .blog-card-items .blog-thumb {
    position: relative;
}
.blog-wrapper .blog-card-items .blog-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
}
.blog-wrapper .blog-card-items .blog-thumb .post-date {
    border-radius: 5px;
    background: var(--orange);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: -30px;
    left: 40px;
}
@media (max-width: 991px) {
    .blog-wrapper .blog-card-items .blog-thumb .post-date {
        padding: 7px;
    }
}
.blog-wrapper .blog-card-items .blog-thumb .post-date h3 {
    color: var(--white);
    text-align: center;
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 991px) {
    .blog-wrapper .blog-card-items .blog-thumb .post-date h3 {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .blog-wrapper .blog-card-items .blog-thumb .post-date h3 {
        font-size: 16px;
    }
}
.blog-wrapper .blog-card-items .blog-content {
    padding: 57px 40px 33px 40px;
}
@media (max-width: 1199px) {
    .blog-wrapper .blog-card-items .blog-content {
        padding: 50px 20px 30px 20px;
    }
}
.blog-wrapper .blog-card-items .blog-content ul {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .blog-wrapper .blog-card-items .blog-content ul {
        gap: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .blog-wrapper .blog-card-items .blog-content ul {
        flex-wrap: wrap;
    }
}
.blog-wrapper .blog-card-items .blog-content ul li {
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 500px) {
    .blog-wrapper .blog-card-items .blog-content ul li {
        font-size: 12px;
    }
}
.blog-wrapper .blog-card-items .blog-content ul li i {
    color: var(--title);
    margin-right: 8px;
}
.blog-wrapper .blog-card-items .blog-content h3 a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    margin-top: -10px;
}
@media (max-width: 1199px) {
    .blog-wrapper .blog-card-items .blog-content h3 a {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 16px;
    }
}
@media (max-width: 500px) {
    .blog-wrapper .blog-card-items .blog-content h3 a {
        font-size: 22px;
        line-height: 30px;
    }
}
.blog-wrapper .blog-card-items .blog-content h3 a:hover {
    color: var(--main-color);
}
.blog-wrapper .blog-card-items .blog-content P {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.blog-wrapper .blog-card-items .blog-content .blog-button {
    margin-top: 25px;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget {
    padding: 23px 30px 30px 30px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-bottom: 30px;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .wid-title h3 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .search-widget
    form
    input {
    background-color: var(--gray1);
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .search-widget
    form
    button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--main-color);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .search-widget
    form
    button:hover {
    background-color: var(--header);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    background: var(--gray1);
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li
    a {
    color: var(--header);
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li
    span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
    color: var(--title);
    text-align: right;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:not(:last-child) {
    margin-bottom: 12px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:hover {
    background-color: var(--main-color);
    color: var(--white);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:hover
    a {
    color: var(--white);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:hover
    span {
    color: var(--white);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .recent-post-area
    .recent-items {
    padding: 20px 0px 21px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: var(--gray1);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .recent-post-area
    .recent-items:not(:last-child) {
    margin-bottom: 20px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    ul
    li {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    ul
    li
    i {
    color: var(--title);
    margin-right: 5px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    h6 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 20px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    h6
    a:hover {
    color: var(--main-color);
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 10px 9px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    background: var(--bg4);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .tagcloud
    a:last-child {
    margin-right: 0;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--main-color);
    color: var(--white);
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon {
    margin-top: 26px;
    gap: 15px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575px) {
    .blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon {
        margin-top: 20px;
    }
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon a i {
    color: var(--title);
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .social-icon
    a:hover {
    background-color: var(--main-color);
    color: var(--header);
    border: 1px solid transparent;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .social-icon
    a:hover
    i {
    color: var(--white);
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input {
    position: relative;
    margin-top: 10px;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input h5 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input input {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 85%;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .button-input
    .newsletter-btn {
    position: absolute;
    top: 59px;
    right: 50px;
    width: 50px;
    height: 47px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white);
    border-radius: 0px 5px 5px 0px;
}
.blog-wrapper
    .main-sidebar-style-2
    .single-sidebar-widget
    .button-input
    .newsletter-btn
    i {
    font-size: 14px;
}

/* 32.Blog details page */
.blog-details-wrapper .blog-details-items .single-blog-post {
    background: var(--white);
    margin-bottom: 60px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .blog-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .blog-thumb:hover
    img {
    transform: scale(1.1);
}
.blog-details-wrapper .blog-details-items .single-blog-post .blog-content {
    padding: 30px 0px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        ul {
        gap: 20px;
    }
}
@media (max-width: 500px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .blog-content
    ul
    li {
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 470px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        ul
        li {
        font-size: 12px;
    }
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .blog-content
    ul
    li
    i {
    color: var(--main-color);
    margin-right: 8px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    margin-top: -10px;
}
@media (max-width: 1399px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        h3
        a {
        font-size: 42px;
        line-height: 52px;
    }
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        h3
        a {
        font-size: 38px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        h3
        a {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 500px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .blog-content
        h3
        a {
        font-size: 20px;
        line-height: 30px;
    }
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .blog-content
    h3
    a:hover {
    color: var(--main-color);
}
.blog-details-wrapper .blog-details-items .single-blog-post .blog-content P {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .details-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .details-image img {
    width: 100%;
    transition: 0.4s all ease-in-out;
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .details-image:hover
    img {
    transform: scale(1.1);
}
.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text {
    margin: 30px 0px 20px 0px;
    border-radius: 5px;
    background: var(--gray1);
    display: flex;
    gap: 10px;
}
@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .hilight-text {
        flex-wrap: wrap;
    }
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .hilight-text
    .content {
    padding: 20px 40px 40px 40px;
}
@media (max-width: 575px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .hilight-text
        .content {
        padding: 20px;
    }
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .hilight-text
    .content
    h4 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .hilight-text
    .content
    p {
    color: var(--title2);
    font-family: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .hilight-text
    .icon {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--main-color);
    font-family: "Font Awesome 6 Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-right: 10px;
    padding: 30px 40px 0px 0px;
}
.blog-details-wrapper
    .blog-details-items
    .single-blog-post
    .hilight-text
    .icon
    i {
    color: var(--main-color);
}
@media (max-width: 575px) {
    .blog-details-wrapper
        .blog-details-items
        .single-blog-post
        .hilight-text
        .icon {
        display: none;
    }
}
.blog-details-wrapper .blog-details-items .single-blog-post p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .post-content {
    margin-top: 20px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .post-content h3 {
    color: var(--title);
    font-family: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.blog-details-wrapper .blog-details-items .single-blog-post .post-content p {
    color: var(--title2);
    font-family: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}
.blog-details-wrapper .blog-details-items .tag-share-wrap {
    border-top: 1px solid var(--border);
    padding: 30px 0;
}
.blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud span {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a {
    display: inline-block;
    border-radius: 5px;
    background: var(--bg4);
    padding: 8px 10px;
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a {
        padding: 8px 8px;
    }
}
@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}
.blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a:hover {
    background-color: var(--main-color);
    color: var(--white);
}
.blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon {
    gap: 15px;
    position: relative;
    z-index: 9;
    display: flex;
}
@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon {
        margin-top: 20px;
    }
}
.blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 6px 6px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bg4);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border);
    opacity: 0.8;
}
.blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon a:hover {
    background-color: var(--main-color);
    color: var(--header);
    border: 1px solid transparent;
}
.blog-details-wrapper .blog-details-items .arry-blog-button {
    padding: 30px 30px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--border-2);
}
@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button {
        padding: 10px 10px;
    }
}
.blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev {
    color: var(--title);
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev {
        padding: 10px 10px;
    }
}
.blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev i {
    font-size: 20px;
}
.blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev:hover {
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    color: var(--white);
}
.blog-details-wrapper .blog-details-items .arry-blog-button .pre {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-right: 350px;
    position: relative;
}
@media (max-width: 1399px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .pre {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .pre {
        display: none;
    }
}
.blog-details-wrapper .blog-details-items .arry-blog-button .pre::after {
    position: absolute;
    right: -200px;
    top: 0;
    height: 50px;
    width: 1px;
    content: "";
    background-color: var(--main-color);
}
.blog-details-wrapper .blog-details-items .arry-blog-button .next {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-left: 10px;
}
@media (max-width: 1399px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .next {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .next {
        display: none;
    }
}
.blog-details-wrapper .blog-details-items .arry-blog-button .arry-next {
    color: var(--title);
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .arry-next {
        padding: 10px 10px;
    }
}
.blog-details-wrapper .blog-details-items .arry-blog-button .arry-next:hover {
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    color: var(--white);
}
.blog-details-wrapper .blog-details-items .arry-blog-button .arry-next i {
    font-size: 20px;
}
.blog-details-wrapper .blog-details-items .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.blog-details-wrapper .blog-details-items .comment-form-wrap .form-clt input,
.blog-details-wrapper
    .blog-details-items
    .comment-form-wrap
    .form-clt
    textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500;
}
.blog-details-wrapper
    .blog-details-items
    .comment-form-wrap
    .form-clt
    input::placeholder,
.blog-details-wrapper
    .blog-details-items
    .comment-form-wrap
    .form-clt
    textarea::placeholder {
    color: var(--text);
}
.blog-details-wrapper
    .blog-details-items
    .comment-form-wrap
    .form-clt
    textarea {
    padding-bottom: 100px;
}
.blog-details-wrapper .blog-details-items .comment-form-wrap .theme-btn {
    height: 60px;
}
.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget {
    padding: 23px 30px 30px 30px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-bottom: 30px;
}
.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .wid-title
    h3 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .wid-title
        h3 {
        font-size: 26px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .search-widget
    form {
    width: 100%;
    position: relative;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .search-widget
    form
    input {
    background-color: var(--gray1);
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 5px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .search-widget
    form
    button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    color: var(--main-color);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .search-widget
    form
    button:hover {
    background-color: var(--header);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    background: var(--gray1);
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li
    a {
    color: var(--header);
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .blog-widget-categories
        ul
        li
        a {
        font-size: 13px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li
    span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
    color: var(--title);
    text-align: right;
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .blog-widget-categories
        ul
        li
        span {
        font-size: 13px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:not(:last-child) {
    margin-bottom: 12px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:hover {
    background-color: var(--main-color);
    color: var(--white);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:hover
    a {
    color: var(--white);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .blog-widget-categories
    ul
    li:hover
    span {
    color: var(--white);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .recent-post-area
    .recent-items {
    padding: 20px 0px 21px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: var(--gray1);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .recent-post-area
    .recent-items:not(:last-child) {
    margin-bottom: 20px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    ul
    li {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .recent-post-area
        .recent-items
        .recent-content
        ul
        li {
        font-size: 13px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    ul
    li
    i {
    color: var(--title);
    margin-right: 5px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    h6 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .recent-post-area
        .recent-items
        .recent-content
        h6 {
        font-size: 16px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .recent-post-area
    .recent-items
    .recent-content
    h6
    a:hover {
    color: var(--main-color);
}
.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 10px 9px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    background: var(--bg4);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .tagcloud
    a:last-child {
    margin-right: 0;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .tagcloud
    a:hover {
    background-color: var(--main-color);
    color: var(--white);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .social-icon {
    margin-top: 26px;
    gap: 15px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .social-icon {
        margin-top: 20px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .social-icon
    a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .social-icon
    a
    i {
    color: var(--title);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .social-icon
    a:hover {
    background-color: var(--main-color);
    color: var(--header);
    border: 1px solid transparent;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .social-icon
    a:hover
    i {
    color: var(--white);
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .button-input {
    position: relative;
    margin-top: 10px;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .button-input
    h5 {
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .button-input
    input {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 85%;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .button-input
    .newsletter-btn {
    position: absolute;
    top: 59px;
    right: 50px;
    width: 50px;
    height: 47px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white);
    border-radius: 0px 5px 5px 0px;
}
@media (max-width: 1199px) {
    .blog-details-wrapper
        .main-sidebar-style-3
        .single-sidebar-widget
        .button-input
        .newsletter-btn {
        top: 59px;
        right: 35px;
    }
}
.blog-details-wrapper
    .main-sidebar-style-3
    .single-sidebar-widget
    .button-input
    .newsletter-btn
    i {
    font-size: 14px;
}

/* 33.buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
    background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 35px;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .theme-btn {
        height: 48px;
    }
}
.theme-btn::before {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 52%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 5px 5px 0 0;
}
.theme-btn::after {
    content: "";
    background-color: var(--main-color);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 0px 0 5px 5px;
}

.theme-btn:hover {
    background-color: var(--main-color) !important;
    font-weight: 600 !important;
}

.theme-btn:hover::before {
    left: 0;
    transform: skewX(0deg);
}

.theme-btn:hover::after {
    right: 0;
    transform: skewX(0deg);
}

.theme-btn.style2 {
    background-color: var(--title);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 0;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style2::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style2::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style3 {
    background-color: transparent;
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style3::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style3::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style4 {
    background-color: var(--main-color);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    height: 50px;
    display: inline-flex;
    align-self: center;
    justify-content: baseline;
}
@media (max-width: 575px) {
    .theme-btn.style4 {
        height: 48px;
    }
}
.theme-btn.style4::before {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style4::after {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style5 {
    background-color: var(--bg4);
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.theme-btn.style5::before {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn.style5::after {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn i {
    margin-left: 10px;
}
.theme-btn:hover {
    color: var(--white);
    background-color: var(--title);
}
.theme-btn:hover::before,
.theme-btn:hover::after {
    width: 100%;
}
.theme-btn.hover-white::before,
.theme-btn.hover-white::after {
    background-color: var(--white);
}
.theme-btn.hover-white:hover {
    color: var(--header);
}
.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}
.theme-btn.bg-white:hover {
    color: var(--white);
}
.theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 22px 40px;
}
@media (max-width: 767px) {
    .theme-btn.border-white {
        padding: 18px 32px;
    }
}
@media (max-width: 575px) {
    .theme-btn.border-white {
        padding: 16px 30px;
    }
}
.theme-btn.border-white::before,
.theme-btn.border-white::after {
    background-color: var(--white);
}
.theme-btn.border-white:hover {
    color: var(--header) !important;
}
@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}
@media (max-width: 575px) {
    .theme-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* 34.Error */
.error-wrapper {
    text-align: center;
}
.error-wrapper .thumb {
    max-width: 758px;
    margin: 0 auto;
}
.error-wrapper .thumb img {
    max-width: 100%;
}
.error-wrapper .thumb:hover img {
    transform: scale(1);
}
.error-wrapper .btn-wrapper {
    margin-top: 79px;
}
@media (max-width: 767px) {
    .error-wrapper .btn-wrapper {
        margin-top: 60px;
    }
}

/* 35.Wishlist */
.wishlist-wrapper {
    text-align: center;
    max-width: 709px;
    margin: 0 auto;
    border: 1px solid var(--border-2);
    padding: 43px 0 43px 0;
}
.wishlist-wrapper .thumb {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .wishlist-wrapper .thumb {
        margin-bottom: 20px;
    }
}
.wishlist-wrapper .thumb img {
    width: 90px;
    height: 90px;
}
.wishlist-wrapper h3 {
    color: var(--title);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .wishlist-wrapper h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
}
/* 36.Privacy Policy */
.privacy-policy-content {
    padding-bottom: 30px;
}
.privacy-policy-content:last-child {
    padding-bottom: 0;
}
.privacy-policy-content h3 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
}
@media (max-width: 500px) {
    .privacy-policy-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}
.privacy-policy-content p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 37.terms service */
.terms-service-wrapper .terms-service-title {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .terms-service-wrapper .terms-service-title {
        padding-bottom: 30px;
    }
}
.terms-service-wrapper .terms-service-title h2 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; /* 147.727% */
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .terms-service-wrapper .terms-service-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
.terms-service-wrapper .terms-service-title p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.terms-service-wrapper .terms-service-list-wrapper {
    padding-bottom: 10px;
}
.terms-service-wrapper .terms-service-list-wrapper:last-child {
    padding-bottom: 0;
}
.terms-service-wrapper .terms-service-list-wrapper h3 {
    color: var(var(--title));
    font-family: var(--font-graphik);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 27px;
}
@media (max-width: 767px) {
    .terms-service-wrapper .terms-service-list-wrapper h3 {
        font-size: 22px;
    }
}
.terms-service-wrapper .terms-service-list-wrapper ul li {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}
.terms-service-wrapper .terms-service-list-wrapper ul li span {
    margin-right: 10px;
}

/* 38.shipping info */
.shipping-infometion-wrapper .shipping-overview {
    padding-bottom: 18px;
}
.shipping-infometion-wrapper .shipping-overview h3 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 26px;
}
@media (max-width: 500px) {
    .shipping-infometion-wrapper .shipping-overview h3 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 16px;
    }
}
.shipping-infometion-wrapper .shipping-overview p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 25px;
}
.shipping-infometion-wrapper .shipping-overview .overview-list li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}
.shipping-infometion-wrapper .shipping-overview .overview-list li span {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}
.shipping-infometion-wrapper .shipping-overview .overview-list li span img {
    max-width: 100%;
}
.shipping-infometion-wrapper .shipping-content {
    padding-bottom: 30px;
}
.shipping-infometion-wrapper .shipping-content:last-child {
    padding-bottom: 0;
}
.shipping-infometion-wrapper .shipping-content h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
}
@media (max-width: 500px) {
    .shipping-infometion-wrapper .shipping-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
.shipping-infometion-wrapper .shipping-content p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.shipping-infometion-wrapper .shipping-rewards-list-wrapper {
    padding-bottom: 10px;
}
.shipping-infometion-wrapper .shipping-rewards-list-wrapper ul li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}
.shipping-infometion-wrapper .shipping-rewards-list-wrapper ul li span {
    padding-right: 20px;
}

/* 39.return exchange */
.return-exchange-wrapper .return-exchange-overview {
    padding-bottom: 18px;
}
.return-exchange-wrapper .return-exchange-overview h3 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 16px;
}
@media (max-width: 500px) {
    .return-exchange-wrapper .return-exchange-overview h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
}
.return-exchange-wrapper .return-exchange-overview p {
    color: var(--title2);
    font-family: var(--font-graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 25px;
}
.return-exchange-wrapper .return-exchange-overview .overview-list li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}
.return-exchange-wrapper .return-exchange-overview .overview-list li span {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}
.return-exchange-wrapper .return-exchange-overview .overview-list li span img {
    max-width: 100%;
}
.return-exchange-wrapper .return-exchange-content {
    padding-bottom: 30px;
}
.return-exchange-wrapper .return-exchange-content:last-child {
    padding-bottom: 0;
}
.return-exchange-wrapper .return-exchange-content h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
}
@media (max-width: 500px) {
    .return-exchange-wrapper .return-exchange-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
.return-exchange-wrapper .return-exchange-content p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.return-exchange-wrapper .return-exchange-rewards-list-wrapper {
    padding-bottom: 10px;
}
.return-exchange-wrapper .return-exchange-rewards-list-wrapper ul li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}
.return-exchange-wrapper .return-exchange-rewards-list-wrapper ul li span {
    padding-right: 20px;
}

/* 40.compare product */
.compare-product-wrapper .compare-product-top {
    text-align: center;
    padding-bottom: 40px;
}
.compare-product-wrapper .compare-product-top .thumb img {
    width: 100%;
}
@media (max-width: 767px) {
    .compare-product-wrapper .compare-product-top .thumb {
        margin-bottom: 30px;
    }
}
.compare-product-wrapper .compare-product-top h3 {
    color: var(--title);
    text-align: center;
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 38px;
}
@media (max-width: 767px) {
    .compare-product-wrapper .compare-product-top h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
}
.compare-product-wrapper .compare-content-wrapper .title {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 40px;
}
@media (max-width: 500px) {
    .compare-product-wrapper .compare-content-wrapper .title {
        font-size: 22px;
        line-height: 30px;
    }
}
.compare-product-wrapper .compare-content-wrapper .compare-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    row-gap: 30px;
}
@media (max-width: 767px) {
    .compare-product-wrapper .compare-content-wrapper .compare-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.compare-product-wrapper
    .compare-content-wrapper
    .compare-container
    .compare-item {
    border: 1px solid var(--border-2);
}
.compare-product-wrapper
    .compare-content-wrapper
    .compare-container
    .compare-item
    h3 {
    text-align: center;
    border-bottom: 1px solid var(--border-2);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: var(--title);
    padding: 20px 0;
}
.compare-product-wrapper
    .compare-content-wrapper
    .compare-container
    .compare-item
    p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 17px 35px;
}

/* 41.form */
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.input-item {
    margin-bottom: 28px;
}
.input-item label {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.input-item .form-control {
    border-radius: 5px;
    background: var(--bg4);
    border: none;
    height: 60px;
    display: flex;
    align-items: center;
}
.input-item .form-control::placeholder {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 42.order history */
.order-history-wrapper .order-history-title {
    padding-bottom: 44px;
}
.order-history-wrapper .order-history-title h2 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .order-history-wrapper .order-history-title h2 {
        font-size: 26px;
        line-height: 28px;
    }
}
.order-history-wrapper .order-history-title p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.order-history-wrapper .order-history-input-wrapper .input-textarea {
    padding-bottom: 40px;
}
.order-history-wrapper
    .order-history-input-wrapper
    .input-textarea
    .form-control {
    border-radius: 5px;
    background: var(--bg4);
    border: none;
    height: 180px;
}
.order-history-wrapper
    .order-history-input-wrapper
    .input-textarea
    .form-control::placeholder {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 43.payment */
.payment-methods-wrapper .payment-methods-content h3 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
@media (max-width: 500px) {
    .payment-methods-wrapper .payment-methods-content h3 {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 20px;
    }
}
.payment-methods-wrapper .payment-methods-content p {
    padding-bottom: 20px;
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.payment-methods-wrapper .payment-methods-content .payment-list-wrapper ul li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 18px;
}
.payment-methods-wrapper
    .payment-methods-content
    .payment-list-wrapper
    ul
    li
    span {
    padding-right: 20px;
}
.payment-methods-wrapper .payment-methods-content .payment-content {
    padding-top: 10px;
}
.payment-methods-wrapper .payment-methods-content .payment-content h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}
.payment-methods-wrapper .payment-methods-content .payment-card-wrapper {
    padding-top: 10px;
}
.payment-methods-wrapper .payment-methods-content .payment-card-wrapper h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.payment-methods-wrapper
    .payment-methods-content
    .payment-card-wrapper
    .payment-card-list {
    display: flex;
    gap: 10px;
    padding-top: 30px;
}

/* 44.address */
.address-wrapper .address-title {
    padding-bottom: 32px;
}
.address-wrapper .address-title h3 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}
@media (max-width: 470px) {
    .address-wrapper .address-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}
.address-wrapper .address-title p {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.address-wrapper .address-title p span {
    padding-right: 20px;
}
.address-wrapper .address-form-wrapper .btn-wrapper {
    margin-top: 10px;
}
.address-wrapper .address-form-wrapper .btn-wrapper .theme-btn {
    width: 315px;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
}
@media (max-width: 470px) {
    .address-wrapper .address-form-wrapper .btn-wrapper .theme-btn {
        width: 200px;
    }
}

/* 45.order confirmation */
.order-confirmation-wrapper .order-title {
    text-align: center;
    padding-bottom: 50px;
}
.order-confirmation-wrapper .order-title h2 {
    color: var(--title);
    text-align: center;
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .order-confirmation-wrapper .order-title h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
.order-confirmation-wrapper .order-title p {
    color: var(--title);
    text-align: center;
    font-family: var(--font-chap);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .order-confirmation-wrapper .order-title p {
        font-size: 14px;
    }
}
.order-confirmation-wrapper .order-content-wrapper {
    background-color: var(--bg4);
    padding: 60px;
    position: relative;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper {
        padding: 30px;
    }
}
.order-confirmation-wrapper .order-content-wrapper .order-info {
    display: flex;
    gap: 13px;
}
@media (max-width: 470px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info {
        flex-wrap: wrap;
    }
}
.order-confirmation-wrapper .order-content-wrapper .order-info span {
    display: block;
}
.order-confirmation-wrapper .order-content-wrapper .order-info .label {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}
@media (max-width: 991px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .label {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .label {
        font-size: 16px;
        line-height: 28px;
    }
}
.order-confirmation-wrapper .order-content-wrapper .order-info .value {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}
.order-confirmation-wrapper
    .order-content-wrapper
    .order-info
    .value
    .highlight {
    color: var(--main-color);
}
@media (max-width: 991px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .value {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .value {
        font-size: 16px;
        line-height: 28px;
    }
}
.order-confirmation-wrapper .order-content-wrapper .shape {
    position: absolute;
    right: 47px;
    bottom: 23px;
}
@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper .shape {
        display: none;
    }
}

/* 46.checkout */
.checkout-wrapper .checkout-title {
    background-color: var(--bg4);
    text-align: center;
    margin-bottom: 30px;
    padding: 18px 0;
    border-radius: 5px;
}
.checkout-wrapper .checkout-title h3 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 470px) {
    .checkout-wrapper .checkout-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
.checkout-wrapper .input-item .form-control {
    border: 1px solid var(--border-2);
    background-color: transparent;
}
@media (max-width: 991px) {
    .checkout-wrapper .checkout-btn-wrapper {
        margin-bottom: 30px;
    }
}
.checkout-wrapper .checkout-btn-wrapper .forget-password {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.checkout-wrapper .checkout-btn-wrapper .btn-wrapper {
    margin-bottom: 16px;
}

/* 47.site-map */
.site-map-wrapper .site-map-left-box .our-store-wrapper {
    padding: 20px 30px 24px 30px;
    border: 1px solid var(--border-2);
    border-radius: 5px;
}
.site-map-wrapper .site-map-left-box .our-store-wrapper .title {
    background-color: var(--bg4);
    padding: 28px 0;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}
.site-map-wrapper .site-map-left-box .our-store-wrapper .title h3 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.site-map-wrapper .site-map-left-box .our-store-wrapper p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.site-map-wrapper
    .site-map-left-box
    .our-store-wrapper
    .operation-schedule-wrapper {
    padding-top: 38px;
}
.site-map-wrapper
    .site-map-left-box
    .our-store-wrapper
    .operation-schedule-wrapper
    h4 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.site-map-wrapper
    .site-map-left-box
    .our-store-wrapper
    .operation-schedule-wrapper
    .operation-schedule {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.site-map-wrapper
    .site-map-left-box
    .our-store-wrapper
    .operation-schedule-wrapper
    .operation-schedule
    Span {
    display: block;
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
}
.site-map-wrapper .site-map-left-box .contact-wrapper {
    border: 1px solid var(--border-2);
    padding: 60px 0;
    border-radius: 5px;
    margin-top: 60px;
    text-align: center;
}
@media (max-width: 991px) {
    .site-map-wrapper .site-map-left-box .contact-wrapper {
        margin-bottom: 30px;
    }
}
.site-map-wrapper .site-map-left-box .contact-wrapper .icon {
    height: 96px;
    width: 96px;
    border-radius: 50%;
    background-color: var(--bg4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}
.site-map-wrapper .site-map-left-box .contact-wrapper h3 {
    padding-top: 10px;
    color: var(--title);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
@media (max-width: 470px) {
    .site-map-wrapper .site-map-left-box .contact-wrapper h3 {
        font-size: 22px;
    }
}
.site-map-wrapper .site-map-left-box .contact-wrapper p {
    color: var(--title);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 30px;
}
@media (max-width: 500px) {
    .site-map-wrapper .site-map-left-box .contact-wrapper p {
        padding-top: 20px;
    }
}
.site-map-wrapper .site-input-area .input-item label {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.site-map-wrapper .site-input-area .input-item .form-control {
    background-color: transparent;
    border: 1px solid var(--border-2);
}
.site-map-wrapper .site-input-area .input-textarea {
    padding-bottom: 40px;
}
.site-map-wrapper .site-input-area .input-textarea label {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.site-map-wrapper .site-input-area .input-textarea .form-control {
    border-radius: 5px;
    background: transparent;
    border: none;
    height: 180px;
    border: 1px solid var(--border-2);
}
.site-map-wrapper .site-input-area .input-textarea .form-control::placeholder {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.contact-service-wrapper .service-wrapper {
    text-align: center;
}
@media (max-width: 991px) {
    .contact-service-wrapper .service-wrapper {
        margin-bottom: 30px;
    }
}
.contact-service-wrapper .service-wrapper h4 {
    color: var(--title);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-top: 14px;
}
@media (max-width: 1199px) {
    .contact-service-wrapper .service-wrapper h4 {
        font-size: 24px;
    }
}
.contact-service-wrapper .service-wrapper p {
    padding-top: 10px;
    color: var(--title2);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.map-container {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 48.contact */
.contact-section .contact-wrapper.style1 .contact-left-items .title-section {
    margin-bottom: 23px;
}
.contact-section
    .contact-wrapper.style1
    .contact-left-items
    .contact-info-items {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}
.contact-section
    .contact-wrapper.style1
    .contact-left-items
    .contact-info-items
    .icon {
    width: 55px;
    height: 55px;
    background-color: var(--white);
    text-align: center;
    line-height: 55px;
    border-radius: 999px;
    color: var(--main-color);
}
.contact-section
    .contact-wrapper.style1
    .contact-left-items
    .contact-info-items
    .content
    p {
    color: #737373;
}
.contact-section
    .contact-wrapper.style1
    .contact-left-items
    .contact-info-items
    .content
    a,
.contact-section
    .contact-wrapper.style1
    .contact-left-items
    .contact-info-items
    .content
    span {
    display: block;
    color: var(--Gray-900, #252525);
    font-family: Epilogue;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 6px;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt.paper-plane {
    position: relative;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt.paper-plane::after {
    content: "\f1d8";
    color: #252525;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 23px;
    right: 30px;
    position: absolute;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt.phone {
    position: relative;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt.phone::after {
    content: "\f095";
    color: #252525;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 23px;
    right: 30px;
    position: absolute;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt.envelope {
    position: relative;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt.envelope::after {
    content: "\f0e0";
    color: #252525;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 15px;
    right: 30px;
    position: absolute;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt
    span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt
    input,
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt
    textarea {
    margin-bottom: 20px;
    color: var(--title);
    padding: 16px 30px;
    border-radius: 999px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--white);
    color: #444;
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt
    input::placeholder,
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt
    textarea::placeholder {
    color: #737373;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .form-clt
    textarea {
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--white);
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 110px;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round {
    position: relative;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    label {
    background-color: var(--white);
    border: 1px solid var(--title);
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 10px;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    input[type="checkbox"] {
    visibility: hidden;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    input[type="checkbox"]:checked
    + label {
    background-color: var(--main-color);
    border-color: var(--title);
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    input[type="checkbox"]:checked
    + label:after {
    opacity: 1;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    p {
    color: #737373;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content
    .contact-form-items
    .check-box
    button.gt-btn {
    color: var(--White, #fff);
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    border-radius: 5px;
    background: var(--P2, #fe5e3a);
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content.style2
    .contact-form-items
    .form-clt
    input,
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content.style2
    .contact-form-items
    .form-clt
    textarea {
    color: var(--title);
    background: var(--gray1);
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content.style2
    .contact-form-items
    .form-clt
    input::placeholder,
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content.style2
    .contact-form-items
    .form-clt
    textarea::placeholder {
    color: #737373;
}
.contact-section
    .contact-wrapper.style1
    .contact-right-items
    .contact-content.style2
    .contact-form-items
    .form-clt
    textarea {
    background: var(--gray1);
    border: 1px solid var(--white);
    color: var(--title);
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details {
    border-radius: 20px;
    background: #f6f8f0;
    padding: 58px 40px;
}
@media (max-width: 450px) {
    .contact-section .contact-wrapper.style2 .contact-info .contract-details {
        padding: 30px 20px;
    }
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details h4 {
    color: var(--text);
    font-family: var(--font-graphik);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details p {
    color: #737373;
    margin-bottom: 60px;
}
.contact-section
    .contact-wrapper.style2
    .contact-info
    .contract-details
    .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 41px;
    column-gap: 79px;
}
.contact-section
    .contact-wrapper.style2
    .contact-info
    .contract-details
    .content
    .content-item {
    display: flex;
    gap: 20px;
}
.contact-section
    .contact-wrapper.style2
    .contact-info
    .contract-details
    .content
    .content-item
    span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #dee7de;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--main-color);
}
.contact-section
    .contact-wrapper.style2
    .contact-info
    .contract-details
    .content
    .content-item
    .contact-inner
    h4 {
    color: var(--text);
    margin-bottom: 10px;
}
.contact-section
    .contact-wrapper.style2
    .contact-info
    .contract-details
    .content
    .content-item
    .contact-inner
    a,
.contact-section
    .contact-wrapper.style2
    .contact-info
    .contract-details
    .content
    .content-item
    .contact-inner
    p {
    color: #737373;
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 0;
}
.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title {
    padding-bottom: 64px;
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-title
    h4 {
    color: var(--main-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-title
    h4
    span {
    padding-right: 9px;
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-title
    h2 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .contact-section
        .contact-wrapper.style3
        .contact-left-wrapper
        .contact-title
        h2 {
        font-size: 40px;
        line-height: 46px;
    }
}
@media (max-width: 470px) {
    .contact-section
        .contact-wrapper.style3
        .contact-left-wrapper
        .contact-title
        h2 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 10px;
    }
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-title
    p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 1199px) {
    .contact-section
        .contact-wrapper.style3
        .contact-left-wrapper
        .contact-title
        p
        br {
        display: none;
    }
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-info-wrapper
    .single-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-info-wrapper
    .single-info
    .icon {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 1px solid var(--border-2);
    font-size: 24px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .contact-section
        .contact-wrapper.style3
        .contact-left-wrapper
        .contact-info-wrapper
        .single-info
        .icon {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-info-wrapper
    .single-info
    .info
    h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 7px;
}
@media (max-width: 767px) {
    .contact-section
        .contact-wrapper.style3
        .contact-left-wrapper
        .contact-info-wrapper
        .single-info
        .info
        h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-info-wrapper
    .single-info
    .info
    p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.contact-section
    .contact-wrapper.style3
    .contact-left-wrapper
    .contact-info-wrapper
    .single-info
    .info
    p
    a {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.contact-section .contact-wrapper.style3 .contact-input-wrapper {
    border: 1px solid var(--border-2);
    padding: 53px 60px 60px 60px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-input-wrapper {
        padding: 30px;
    }
}
.contact-section .contact-wrapper.style3 .contact-input-wrapper .title h3 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-input-wrapper .title h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 470px) {
    .contact-section .contact-wrapper.style3 .contact-input-wrapper .title h3 {
        font-size: 24px;
        line-height: 36px;
    }
}
.contact-section
    .contact-wrapper.style3
    .contact-input-wrapper
    .input-item
    .form-control {
    border: 1px solid var(--border-2);
    background-color: transparent;
    height: 48px;
}
.contact-section
    .contact-wrapper.style3
    .contact-input-wrapper
    .input-textarea {
    margin-bottom: 40px;
}
.contact-section
    .contact-wrapper.style3
    .contact-input-wrapper
    .input-textarea
    .form-control {
    border: 1px solid var(--border-2);
    background-color: transparent;
    height: 108px;
}
.contact-section
    .contact-wrapper.style3
    .contact-input-wrapper
    .btn-wrapper
    .theme-btn {
    width: 100%;
    text-align: center;
}

.contact-us .contact-left-items {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
    .contact-us .contact-left-items {
        padding: 25px;
    }
}
.contact-us .contact-left-items.style2 {
    background-color: var(--gray1);
}
.contact-us .contact-left-items .title-section .sub-title {
    color: var(--main-color);
    font-family: var(--font-graphik);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-us .contact-left-items .title-section h3 {
    color: var(--title);
    margin-bottom: 33px;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    input,
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    textarea,
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    select {
    margin-bottom: 20px;
    color: var(--title);
    padding: 16px 30px;
    width: 100%;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    color: #444;
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    input::placeholder,
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    textarea::placeholder,
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    select::placeholder {
    color: #737373;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .form-clt
    textarea {
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    color: var(--title);
    font-family: var(--font-graphik);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 110px;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round {
    position: relative;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    label {
    background-color: var(--white);
    border: 1px solid var(--title);
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 10px;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    input[type="checkbox"] {
    visibility: hidden;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    input[type="checkbox"]:checked
    + label {
    background-color: var(--main-color);
    border-color: var(--title);
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    input[type="checkbox"]:checked
    + label:after {
    opacity: 1;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    .round
    p {
    color: #737373;
}
.contact-us
    .contact-left-items
    .contact-content
    .contact-form-items
    .check-box
    button.gt-btn {
    color: var(--White, #fff);
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    border-radius: 5px;
    background: var(--P2, #fe5e3a);
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}
.contact-us .thumb img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.map {
    max-width: 630;
}
.map iframe {
    width: 100%;
}

/* 49.dashboard */
.account-dashboard-wrapper .account-title-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
}
@media (max-width: 991px) {
    .account-dashboard-wrapper .account-title-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.account-dashboard-wrapper .account-title-wrapper .title h2 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
@media (max-width: 470px) {
    .account-dashboard-wrapper .account-title-wrapper .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
.account-dashboard-wrapper .account-title-wrapper .title h6 {
    color: var(--text);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.account-dashboard-wrapper .account-title-wrapper .text {
    max-width: 410px;
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-top
    .input-item
    .form-control {
    height: 58px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-top
    .btn-wrapper {
    padding-top: 10px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-top
    .btn-wrapper
    .theme-btn {
    width: 315px;
    text-align: center;
}
@media (max-width: 500px) {
    .account-dashboard-wrapper
        .dashboard-input-wrapper
        .dashboard-input-top
        .btn-wrapper
        .theme-btn {
        width: 200px;
    }
}
@media (max-width: 991px) {
    .account-dashboard-wrapper
        .dashboard-input-wrapper
        .dashboard-input-bottom
        .email-wrapper {
        margin-bottom: 30px;
    }
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .email-wrapper
    h4 {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    padding-top: 30px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .email-wrapper
    p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 16px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .email-wrapper
    h5 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding: 24px 0;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .email-wrapper
    .btn-wrapper {
    padding-top: 10px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .email-wrapper
    .btn-wrapper
    .theme-btn {
    width: 315px;
    text-align: center;
}
@media (max-width: 500px) {
    .account-dashboard-wrapper
        .dashboard-input-wrapper
        .dashboard-input-bottom
        .email-wrapper
        .btn-wrapper
        .theme-btn {
        width: 200px;
    }
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .thumb {
    border-radius: 12px;
}
.account-dashboard-wrapper
    .dashboard-input-wrapper
    .dashboard-input-bottom
    .thumb
    img {
    width: 100%;
}

/* 50.profile */
.user-profile-section-wrapper .profile-content-wrapper {
    background-color: var(--white);
    border-radius: 5px;
    padding: 60px 60px 63px 60px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .user-profile-section-wrapper .profile-content-wrapper {
        padding: 30px;
    }
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-top-btn-wrapper
    .btn-wrapper {
    padding-bottom: 30px;
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-top-btn-wrapper
    .btn-wrapper
    .theme-btn.style3 {
    border: 1px solid var(--border-2);
    padding: 19px 35px;
    border-radius: 5px;
    margin-left: 30px;
}
@media (max-width: 470px) {
    .user-profile-section-wrapper
        .profile-content-wrapper
        .profile-top-btn-wrapper
        .btn-wrapper
        .theme-btn.style3 {
        margin-left: 0;
        margin-top: 20px;
    }
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    .input-item {
    margin-bottom: 20px;
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    a {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    .btn-wrapper {
    padding-top: 30px;
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    .btn-wrapper
    .theme-btn {
    width: 100%;
    text-align: center;
    color: var(--white);
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    p {
    text-align: center;
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 30px;
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    .profile-bottom-btn-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
@media (max-width: 500px) {
    .user-profile-section-wrapper
        .profile-content-wrapper
        .profile-input-wrapper
        .profile-bottom-btn-wrapper {
        flex-wrap: wrap;
    }
}
.user-profile-section-wrapper
    .profile-content-wrapper
    .profile-input-wrapper
    .profile-bottom-btn-wrapper
    a {
    background-color: var(--bg4);
    padding: 20px 30px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 991px) {
    .user-profile-section-wrapper .profile-thumb-wrapper {
        margin-top: 30px;
    }
}
.user-profile-section-wrapper .profile-thumb-wrapper .thumb {
    border-radius: 5px;
}
.user-profile-section-wrapper .profile-thumb-wrapper .thumb img {
    width: 100%;
}
@media (max-width: 575px) {
    .user-profile-section-wrapper .profile-thumb-wrapper .thumb {
        margin-bottom: 20px;
    }
}

/* 51.faq */
.faq-wrapper.style1 .accordion .et-accordion-item {
    border: 1px solid var(--border-2);
    margin-bottom: 30px;
    border-radius: 5px;
}
.faq-wrapper.style1 .accordion .et-accordion-item:last-child {
    margin-bottom: 0;
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-header {
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button {
    color: var(--title);
    font-family: var(--font-chap);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    padding: 23px 20px 23px 27px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button .number {
    padding-right: 10px;
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button .icon {
    z-index: 11;
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button .icon i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: var(--title);
    font-size: 16px;
    display: inline-block;
}
.faq-wrapper.style1
    .accordion
    .et-accordion-item
    .et-accordion-button:not(.collapsed) {
    background-color: var(--bg4);
}
.faq-wrapper.style1
    .accordion
    .et-accordion-item
    .et-accordion-button:not(.collapsed)
    .icon {
    display: none;
}
.faq-wrapper.style1
    .accordion
    .et-accordion-item
    .et-accordion-button.collapsed
    .icon
    i {
    color: var(--title);
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-body {
    background-color: var(--bg4);
    padding: 0 30px 30px 30px;
    border-top: 0;
}
.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-body p {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 500px) {
    .faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-body {
        padding: 0 30px 30px 30px;
    }
}
.faq-wrapper.style1 .thumb {
    border-radius: 12px;
}
@media (max-width: 1199px) {
    .faq-wrapper.style1 .thumb {
        margin-top: 30px;
    }
}
.faq-wrapper.style1 .thumb img {
    width: 100%;
}

/* 52.testimonial */
.testimonialSliderOne {
    position: relative;
}
.testimonialSliderOne .testimonial-card.style1 {
    position: relative;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    padding: 80px;
}
@media (max-width: 767px) {
    .testimonialSliderOne .testimonial-card.style1 {
        padding: 30px;
    }
}
.testimonialSliderOne .testimonial-card.style1 .icon {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .testimonialSliderOne .testimonial-card.style1 .icon {
        top: 21%;
    }
}
@media (max-width: 470px) {
    .testimonialSliderOne .testimonial-card.style1 .icon {
        display: none;
    }
}
.testimonialSliderOne .testimonial-card.style1 .testimonial-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}
.testimonialSliderOne .testimonial-card.style1 .testimonial-profile .thumb {
    height: 65px;
    width: 65px;
    border-radius: 5px;
}
.testimonialSliderOne .testimonial-card.style1 .testimonial-profile .thumb img {
    max-width: 100%;
}
.testimonialSliderOne
    .testimonial-card.style1
    .testimonial-profile
    .content
    .name {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.testimonialSliderOne
    .testimonial-card.style1
    .testimonial-profile
    .content
    .designation {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 8px;
}
.testimonialSliderOne .testimonial-card.style1 .testimonial-content {
    padding-top: 30px;
}
.testimonialSliderOne .testimonial-card.style1 .testimonial-content .text {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 871px;
    padding-bottom: 40px;
    position: relative;
}
@media (max-width: 1399px) {
    .testimonialSliderOne .testimonial-card.style1 .testimonial-content .text {
        max-width: 650px;
    }
    .testimonialSliderOne
        .testimonial-card.style1
        .testimonial-content
        .text::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .testimonialSliderOne .testimonial-card.style1 .testimonial-content .text {
        max-width: 100%;
        padding-bottom: 20px;
    }
}
.testimonialSliderOne
    .testimonial-card.style1
    .testimonial-content
    .text::after {
    position: absolute;
    right: -80px;
    content: "";
    background-color: var(--bg4);
    height: 104px;
    width: 2px;
    top: 0;
}
.testimonialSliderOne
    .testimonial-card.style1
    .testimonial-content
    .star-wrapper
    i {
    color: var(--theme2);
    font-size: 20px;
    padding-right: 4px;
}
.testimonialSliderOne
    .testimonial-card.style1
    .testimonial-content
    .star-wrapper
    i:last-child {
    color: var(--bg4);
}
@media (max-width: 575px) {
    .testimonialSliderOne
        .testimonial-card.style1
        .testimonial-content
        .star-wrapper
        i {
        font-size: 16px;
    }
}
.testimonialSliderOne .arrow-btn.style4 .slider-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 9;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    color: var(--main-color);
    transition: all 0.4s;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: #ffe4e2;
}
@media (max-width: 991px) {
    .testimonialSliderOne .arrow-btn.style4 .slider-prev {
        left: 78%;
        top: 80%;
    }
}
@media (max-width: 767px) {
    .testimonialSliderOne .arrow-btn.style4 .slider-prev {
        display: none;
    }
}
.testimonialSliderOne .arrow-btn.style4 .slider-prev:hover {
    background: var(--main-color);
    color: var(--white);
}
.testimonialSliderOne .arrow-btn.style4 .slider-next {
    position: absolute;
    right: -40px;
    top: 50%;
    z-index: 9;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    color: var(--main-color);
    transform: translateY(-70%);
    transition: all 0.4s;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: #ffe4e2;
}
@media (max-width: 767px) {
    .testimonialSliderOne .arrow-btn.style4 .slider-next {
        display: none;
    }
}
@media (max-width: 991px) {
    .testimonialSliderOne .arrow-btn.style4 .slider-next {
        right: 20px;
        top: 80%;
    }
}
.testimonialSliderOne .arrow-btn.style4 .slider-next:hover {
    background: var(--main-color);
    color: var(--white);
}

/* 53.result */
.search-result-left .sidebar {
    width: 300px;
    border: 1px solid var(--border-2);
    border-radius: 5px;
    padding: 40px;
}
.search-result-left .sidebar .menu-header {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--border-2);
}
.search-result-left .sidebar .menu-header h3 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-left: 10px;
}
.search-result-left .sidebar .menu-header .menu-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.search-result-left .sidebar .menu {
    list-style: none;
    padding: 0;
}
.search-result-left .sidebar .menu .menu-item {
    border-bottom: 1px solid var(--border-2);
}
.search-result-left .sidebar .menu .menu-item:last-child {
    border-bottom: 0;
}
.search-result-left .sidebar .menu .menu-item .menu-btn {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    background: none;
    border: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.search-result-left .sidebar .menu .menu-item .submenu {
    display: none;
    padding-left: 20px;
    list-style: none;
    transition: max-height 0.3s ease;
}
.search-result-left .sidebar .menu .menu-item .submenu li {
    padding: 5px 0;
    font-size: 14px;
    transition: 0.4s all ease-in-out;
}
.search-result-left .sidebar .menu .menu-item .submenu li:hover {
    transform: translateX(10px);
}
.search-result-left .sidebar .menu .menu-item.expanded .submenu {
    display: block;
}

.search-result-card-wrapper .new-arrival-items-info-1 {
    margin-bottom: 90px;
}
@media (max-width: 1199px) {
    .search-result-card-wrapper .new-arrival-items-info-1 {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

/* 54.cart */
.shopping-cart-title {
    text-align: center;
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .shopping-cart-title {
        padding-bottom: 40px;
    }
}
.shopping-cart-title h3 {
    font-family: var(--font-chap);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .shopping-cart-title h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.table-page table thead tr th {
    color: var(--black);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}
@media (max-width: 1199px) {
    .table-page table thead tr th {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
    }
}
.table-page table thead tr th:last-child {
    border-right: 0;
}
.table-page table tbody tr td {
    text-align: center;
    padding: 10px;
}
.table-page table tbody tr td.product-item {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 767px) {
    .table-page table tbody tr td.product-item {
        width: 400px;
    }
}
.table-page table tbody tr td.product-item .product-name {
    text-align: start;
}
.table-page table tbody tr td.product-item .product-name h6 {
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.table-page table tbody tr td.product-item .product-name h4 {
    color: var(--black);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding: 12px 0;
}
@media (max-width: 1199px) {
    .table-page table tbody tr td.product-item .product-name h4 {
        font-size: 20px;
        line-height: 28px;
        padding: 8px;
    }
    .table-page table tbody tr td.product-item .product-name h4 br {
        display: none;
    }
}
@media (max-width: 767px) {
    .table-page table tbody tr td.product-item .product-name h4 {
        font-size: 16px;
    }
}
.table-page table tbody tr td.product-item .product-name a {
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.table-page table tbody tr td.product-item .product-name a:hover {
    color: var(--main-color);
}
.table-page table tbody tr td.product-item img {
    width: 152px;
    height: 172px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .table-page table tbody tr td.product-item img {
        width: 100px;
        height: 120px;
    }
}
.table-page table tbody tr td.product-price {
    min-width: 130px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-top: 70px;
}
.table-page table tbody tr td.product-total {
    padding-top: 70px;
}
.table-page table tbody tr td.product-quantity {
    min-width: 180px;
    text-align: center;
}
.table-page table tbody tr td.product-quantity label {
    font-weight: 600;
    margin-right: 5px;
}
.table-page table tbody tr td.product-quantity input {
    width: 30px;
    height: 40px;
    padding: 0 5px 0 10px;
    background: none;
}

.table_desc table tbody tr td:last-child {
    border-right: 0;
}

.table-responsive table tbody tr td {
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    min-width: 150px;
}

.plus-minus-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-2);
    max-width: 100px;
    border-radius: 5px;
    margin: auto;
    margin-top: 60px;
}
.plus-minus-input input::-webkit-outer-spin-button,
.plus-minus-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.plus-minus-input input[type="number"] {
    -moz-appearance: textfield;
    border: none;
}
.plus-minus-input button {
    font-size: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
} /*# sourceMappingURL=main.css.map */
