/*---------------------------------------------"
// Template Name: Powerex
// Description: Powerex Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
::selection {
    background-color: #000;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: #d78a2b;
}

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 5vw;
        width: 100%;
    }
}

.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-left: calc(var(--bs-gutter-x) * 0.75);
}

@media (max-width: 575px) {
    .container-fluid {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

/*-------------------------
  Typography
-------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #808080;
    background-color: #f9f9f9;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: clamp(14px, 0.833vw, 40px);
    font-weight: 400;
    line-height: 140%;
    height: 100%;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #6d6d6d;
}

a {
    display: inline-block;
    text-decoration: none;
    color: unset;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 0;
}

h1,
.h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: clamp(61px, 6.198vw, 190px);
    /*119*/
    line-height: 120%;
    letter-spacing: -4.2px;
}

@media (max-width: 820px) {

    h1,
    .h1 {
        font-size: clamp(54px, 8.78vw, 96px);
        /*72*/
    }
}

@media (max-width: 490px) {

    h1,
    .h1 {
        font-size: clamp(39px, 9.796vw, 80px);
        letter-spacing: -1.44px;
        /*28*/
    }
}

h1.bold,
.h1.bold {
    letter-spacing: -1.44px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: clamp(40px, 2.552vw, 140px);
    /* 49px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 66px */
}

@media (max-width: 1199px) {

    h2,
    .h2 {
        font-size: clamp(36px, 3.503vw, 52px);
        /* 42px */
    }
}

@media (max-width: 1024px) {

    h2,
    .h2 {
        font-size: clamp(32px, 3.418vw, 52px);
        /* 35px */
    }
}

@media (max-width: 820px) {

    h2,
    .h2 {
        font-size: clamp(28px, 3.902vw, 48px);
        /* 32px */
    }
}

h3,
.h3 {
    font-size: clamp(36px, 2.031vw, 108px);
    /* 39px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 1199px) {

    h3,
    .h3 {
        font-size: clamp(30px, 2.836vw, 48px);
        /* 34px */
    }
}

@media (max-width: 1024px) {

    h3,
    .h3 {
        font-size: clamp(30px, 3.125vw, 46px);
        /* 32px */
    }
}

@media (max-width: 820px) {

    h3,
    .h3 {
        font-size: clamp(25px, 3.415vw, 38px);
        /* 28px */
    }
}

h4,
.h4 {
    font-size: clamp(27px, 1.615vw, 92px);
    /* 31px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 42px */
}

@media (max-width: 1199px) {

    h4,
    .h4 {
        font-size: clamp(23px, 2.168vw, 40px);
        /* 26px */
    }
}

@media (max-width: 1024px) {

    h4,
    .h4 {
        font-size: clamp(26px, 2.734vw, 42px);
        /* 28px */
    }
}

@media (max-width: 820px) {

    h4,
    .h4 {
        font-size: clamp(22px, 2.683vw, 30px);
        /* 22px */
    }
}

h5,
.h5 {
    font-size: clamp(22px, 1.302vw, 84px);
    /* 25px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
}

@media (max-width: 1199px) {

    h5,
    .h5 {
        font-size: clamp(19px, 1.751vw, 32px);
        /* 21px */
    }
}

@media (max-width: 1024px) {

    h5,
    .h5 {
        font-size: clamp(22px, 2.344vw, 30px);
        /* 24px */
    }
}

@media (max-width: 820px) {

    h5,
    .h5 {
        font-size: clamp(19px, 2.317vw, 22px);
        /* 19px */
    }
}

h6,
.h6 {
    font-size: clamp(18px, 1.042vw, 61px);
    /* 20px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 27.6px */
}

@media (max-width: 1199px) {

    h6,
    .h6 {
        font-size: clamp(16px, 1.501vw, 24px);
        /* 18px */
    }
}

@media (max-width: 1024px) {

    h6,
    .h6 {
        font-size: clamp(18px, 1.855vw, 26px);
        /* 19px */
    }
}

@media (max-width: 820px) {

    h6,
    .h6 {
        font-size: clamp(17px, 1.951vw, 20px);
        /* 16px */
    }
}

.text-16,
p {
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 0.833vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: 15px;
    /* 21.6px */
}

.eyebrow {
    text-transform: uppercase;
    font-size: clamp(14px, 0.833vw, 36px);
    /* 16px */
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 120%;
}

.subtitle {
    font-size: clamp(14px, 0.729vw, 32px);
    /* 14px */
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.caption {
    font-size: clamp(12px, 0.677vw, 26px);
    /* 13px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 1499px) {
    .caption {
        font-size: 13px;
    }
}

@media (max-width: 1499px) {
    .caption {
        font-size: 13px;
    }
}

span {
    display: inline-block;
}

b,
strong {
    font-family: "Inter", sans-serif;
}

.hr-line {
    height: 1px;
    width: 100%;
    background: #0F0F0F;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
    color: #d78a2b;
}

.color-sec {
    color: #d78a2b;
}

.dark-black {
    color: #0F0F0F;
}

.black {
    color: #0F0F0F;
}

.light-black {
    color: #1F1F1F;
}

.white {
    color: #FFFFFF !important;
}

.dark-gray {
    color: #808080;
}

.light-gray {
    color: #D9D9D9;
}

.lightest-gray {
    color: #F5F5F5;
}

.black-hover {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.black-hover:hover {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.bg-primary {
    background: #d78a2b !important;
}

.bg-sec {
    background: #d78a2b;
}

.bg-dark-black {
    background: #0F0F0F;
}

.bg-black {
    background: #0F0F0F;
}

.bg-light-black {
    background: #1F1F1F;
}

.bg-white {
    background: #FFFFFF !important;
}

.bg-dark-gray {
    background: #808080;
}

.bg-light-gray {
    background: #D9D9D9;
}

.bg-lightest-gray {
    background: #F5F5F5;
}

.box-shadow-1 {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.font-primary {
    font-family: "Inter", sans-serif;
}

.font-sec {
    font-family: "Inter", sans-serif;
}

.br-4 {
    border-radius: 0;
}

.br-6 {
    border-radius: 0;
}

.br-8 {
    border-radius: 0;
}

.br-10 {
    border-radius: clamp(5px, 0.521vw, 40px);
}

.br-12 {
    border-radius: clamp(8px, 0.625vw, 48px) !important;
}

.br-14 {
    border-radius: clamp(10px, 0.729vw, 54px);
}

.br-16 {
    border-radius: 0;
}

.br-18 {
    border-radius: clamp(14px, 0.938vw, 78px);
}

.br-20 {
    border-radius: clamp(16px, 1.042vw, 88px);
}

.br-24 {
    border-radius: clamp(18px, 1.25vw, 96px);
}

.br-32 {
    border-radius: clamp(24px, 1.667vw, 108px);
}

.br-48 {
    border-radius: clamp(28px, 2.5vw, 120px);
}

.br-56 {
    border-radius: clamp(24px, 2.917vw, 140px);
}

.br-64 {
    border-radius: clamp(40px, 3.333vw, 160px);
}

.br-50perc {
    border-radius: 0;
}

.gap-4p {
    gap: 0;
}

.gap-8 {
    gap: 0;
}

.gap-10 {
    gap: clamp(5px, 0.521vw, 42px);
}

.gap-12 {
    gap: clamp(8px, 0.625vw, 50px);
}

.gap-14 {
    gap: clamp(10px, 0.729vw, 62px);
}

.gap-16 {
    gap: clamp(12px, 0.833vw, 72px);
}

.gap-18 {
    gap: clamp(14px, 0.938vw, 86px) !important;
}

.gap-20 {
    gap: clamp(16px, 1.042vw, 96px) !important;
}

.gap-24 {
    gap: clamp(18px, 1.25vw, 106px) !important;
}

.gap-32 {
    gap: clamp(24px, 1.667vw, 116px);
}

.gap-38 {
    gap: clamp(28px, 1.979vw, 124px);
}

.gap-48 {
    gap: clamp(40px, 2.5vw, 140px);
}

.gap-64 {
    gap: clamp(48px, 3.333vw, 160px);
}

.cursor-pointer {
    cursor: pointer;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
    margin-top: clamp(48px, 4.167vw, 160px);
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .my-80 {
        margin: 40px 0;
    }
}

.mt-80 {
    margin-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-64 {
    margin-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 26px;
    }
}

.mt-64 {
    margin-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mt-64 {
        margin-top: 26px;
    }
}

.mt-48 {
    margin-top: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .mt-48 {
        margin-top: 20px;
    }
}

.mb-48 {
    margin-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 20px;
    }
}

.mb-40 {
    margin-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mt-40 {
    margin-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.my-40 {
    margin: clamp(24px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
    .my-40 {
        margin: 20px 0;
    }
}

.mt-32 {
    margin-top: clamp(24px, 1.667vw, 64px) !important;
}

@media (max-width: 991px) {
    .mt-32 {
        margin-top: 2.422vw;
    }
}

@media (max-width: 580px) {
    .mt-32 {
        margin-top: 4.082vw;
    }
}

.mb-32 {
    margin-bottom: clamp(24px, 1.667vw, 64px) !important;
}

@media (max-width: 991px) {
    .mb-32 {
        margin-bottom: 2.422vw;
    }
}

@media (max-width: 580px) {
    .mb-32 {
        margin-bottom: 4.082vw;
    }
}

.mt-24 {
    margin-top: clamp(21px, 1.25vw, 48px);
}

@media (max-width: 991px) {
    .mt-24 {
        margin-top: 2.117vw;
    }
}

@media (max-width: 767px) {
    .mt-24 {
        margin-top: 1.613vw;
    }
}

.mb-24 {
    margin-bottom: clamp(21px, 1.25vw, 48px);
}

@media (max-width: 991px) {
    .mb-24 {
        margin-bottom: 2.117vw;
    }
}

@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 1.613vw;
    }
}

@media (max-width: 490px) {
    .mb-24 {
        margin-bottom: 16px;
    }
}

.mb-20 {
    margin-bottom: clamp(16px, 1.042vw, 48px);
}

.mt-16 {
    margin-top: clamp(14px, 0.833vw, 32px);
}

@media (max-width: 991px) {
    .mt-16 {
        margin-top: 1.512vw;
    }
}

@media (max-width: 767px) {
    .mt-16 {
        margin-top: 2.449vw;
    }
}

.mb-16 {
    margin-bottom: clamp(14px, 0.833vw, 32px);
}

@media (max-width: 991px) {
    .mb-16 {
        margin-bottom: 1.512vw;
    }
}

@media (max-width: 767px) {
    .mb-16 {
        margin-bottom: 2.449vw;
    }
}

.mb-12 {
    margin-bottom: 0.625vw;
}

@media (max-width: 1199px) {
    .mb-12 {
        margin-bottom: 0.917vw;
    }
}

@media (max-width: 991px) {
    .mb-12 {
        margin-bottom: 1.009vw;
    }
}

@media (max-width: 767px) {
    .mb-12 {
        margin-bottom: 1.043vw;
    }
}

.mb-8 {
    margin-bottom: 0.417vw;
}

@media (max-width: 490px) {
    .mb-8 {
        margin-bottom: 0.816vw;
    }
}

.mb-4p {
    margin-bottom: 4px;
}

.py-160 {
    padding: clamp(96px, 8.32vw, 320px) 0;
}

@media (max-width: 575px) {
    .py-160 {
        padding: 80px 0;
    }
}

.pt-160 {
    padding-top: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pt-160 {
        padding-top: 80px;
    }
}

.pb-160 {
    padding-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pb-160 {
        padding-bottom: 80px;
    }
}

.p-96 {
    padding: clamp(58px, 5vw, 192px);
}

.py-80 {
    padding-top: clamp(48px, 4.167vw, 160px);
    padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .py-80 {
        padding: 40px 0;
    }
}

.pt-80 {
    padding-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 40px;
    }
}

.pb-80 {
    padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.py-64 {
    padding-top: clamp(32px, 3.33vw, 128px);
    padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .py-64 {
        padding: 26px 0;
    }
}

.pt-64 {
    padding-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pt-64 {
        padding-top: 26px;
    }
}

.pb-64 {
    padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pb-64 {
        padding-bottom: 26px;
    }
}

.py-48 {
    padding: clamp(28px, 2.5vw, 80px) 0;
}

@media (max-width: 575px) {
    .py-48 {
        padding: 24px 0;
    }
}

.pt-48 {
    padding-top: clamp(28px, 2.5vw, 80px);
}

@media (max-width: 575px) {
    .pt-48 {
        padding-top: 24px;
    }
}

.pb-48 {
    padding-bottom: clamp(28px, 2.5vw, 80px);
}

@media (max-width: 575px) {
    .pb-48 {
        padding-bottom: 24px;
    }
}

.py-40 {
    padding: clamp(28px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
    .py-40 {
        padding: 32px 0;
    }
}

.pt-40 {
    padding-top: clamp(28px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .pt-40 {
        padding-top: 32px;
    }
}

.pb-40 {
    padding-bottom: clamp(28px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .pb-40 {
        padding-bottom: 32px;
    }
}

.ps-32 {
    padding-left: clamp(18px, 1.667vw, 64px);
    padding-right: clamp(18px, 1.667vw, 64px);
}

.p-32 {
    padding: clamp(18px, 1.667vw, 64px);
}

.pt-32 {
    padding-top: clamp(18px, 1.667vw, 64px);
}

.py-32 {
    padding: clamp(18px, 1.667vw, 64px) 0;
}

.py-24 {
    padding: clamp(16px, 1.25vw, 48px) 0;
}

.p-24 {
    padding: clamp(16px, 1.25vw, 48px);
}

.pt-24 {
    padding-top: clamp(16px, 1.25vw, 48px);
}

.pl-24 {
    padding-left: clamp(16px, 1.25vw, 48px);
}

.pb-24 {
    padding-bottom: clamp(16px, 1.25vw, 48px);
}

.pl-16 {
    padding-left: clamp(10px, 0.938vw, 36px);
}

.p-8-12 {
    padding: clamp(4px, 0.417vw, 16px) clamp(5px, 0.521vw, 20px);
}

.p-8 {
    padding: clamp(6px, 0.417vw, 16px);
}

.gap-4 {
    gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
    gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
    gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
    gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
    gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
    gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
    gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
    gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
    gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
    gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
    gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
    gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
    gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(114px, 6.25vw, 340px);
    height: clamp(114px, 6.25vw, 340px);
    font-size: 100px;
    padding: 11px 0;
    border-radius: 0px;
    background: #d78a2b;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#backto-top i {
    font-size: 60px;
}

.back-to-top:hover {
    background: #d78a2b;
    color: #FFFFFF;
}

.back-to-top.show {
    opacity: 1;
}

@media (max-width: 490px) {
    .back-to-top {
        right: -20px;
        bottom: -20px;
    }
}

.main-title {
    font: 700 30px/36px 'playfair display', sans-serif;
    color: #000000;
}

.heading {
    margin: 0 0 30px;
}

@media (max-width:1199px) {
    .main-title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width:1199px) {
    .heading {
        margin: 0 0 30px;
    }
}

@media (max-width:575px) {
    .main-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width:480px) {
    .heading {
        margin: 0 0 20px;
        gap: 10px !important;
    }

    .main-title {
        font-size: 22px;
        line-height: 24px;
    }
}

.cus-btn {
    padding: clamp(10px, 0.964vw, 32px) clamp(20px, 1.667vw, 64px);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 0.833vw, 32px);
    font-weight: 500;
    line-height: 120%;
    border-radius: 0;
    color: #d78a2b;
    background: transparent;
    display: inline-block;
    border: 1px solid #d78a2b;
    font: 500 18px/20px 'Inter', sans-serif;
}

.cus-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d78a2b;
    height: clamp(120px, 7.813vw, 500px);
    width: clamp(250px, 15.625vw, 850px);
    border-radius: 0;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.cus-btn:hover {
    color: #fff;
}

.cus-btn:hover::before {
    top: -30px;
    left: -30px;
}

.cus-btn-2 {
    padding: 16px 28px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
    font: 500 16px/18px 'Inter', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    color: #FFFFFF;
    background: #0F0F0F;
    width: max-content;
}

.cus-btn-2::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d78a2b;
    height: 120px;
    width: clamp(250px, 15.625vw, 850px);
    border-radius: 0;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.cus-btn-2:is(:hover, :active, :focus) {
    color: #fff;
}

.cus-btn-2:is(:hover, :active, :focus)::before {
    top: -30px;
    left: -20px;
}

.cus-btn-2.sec {
    padding: clamp(8px, 0.755vw, 32px) clamp(20px, 1.25vw, 64px);
    background: #d78a2b;
}

.cus-btn-2.sec::before {
    content: "";
    background: #1F1F1F;
}

@media (max-width:1799px) {
    .cus-btn-2::before {
        height: 110px;
        width: 280px;
    }
}

@media (max-width:1799px) {

    .cus-btn,
    .cus-btn-2 {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width:991px) {

    .cus-btn,
    .cus-btn-2 {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 20px;
    }
}

@media (max-width:480px) {

    .cus-btn,
    .cus-btn-2 {
        font-size: 13px;
        line-height: 15px;
        padding: 12px 16px;
    }
}

.slider-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-arrows .arrow-btn {
    background: #111;
    width: clamp(26px, 1.667vw, 96px);
    height: clamp(26px, 1.667vw, 96px);
    display: grid;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    padding: 0;
    border-radius: 0;
}

.slider-arrows .arrow-btn svg {
    width: clamp(18px, 1.042vw, 48px);
    height: clamp(18px, 1.042vw, 48px);
}

.slider-arrows .arrow-btn svg path {
    transition: all 0.5s ease-in-out;
    stroke: #fff;
}

.slider-arrows .arrow-btn:hover {
    transition: all 0.5s ease-in-out;
    background: #d78a2b;
}

.slider-arrows .arrow-btn:hover svg path {
    stroke: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.quantity {
    display: inline-flex;
    align-items: flex-start;
    border-radius: 0;
    padding: clamp(6px, 0.417vw, 48px);
    background: #F5F5F5;
}

@media (max-width: 490px) {
    .quantity {
        padding: 10px 16px;
    }
}

.quantity .input-area {
    display: flex;
    gap: 0;
}

.quantity .input-area input {
    display: grid;
    align-content: center;
    border: none;
    border-radius: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    background-color: transparent;
    color: #0F0F0F;
    padding: 0 clamp(6px, 0.417vw, 48px);
    width: clamp(30px, 1.667vw, 64px);
}

@media (max-width: 992px) {
    .quantity .input-area input {
        font-size: 20x;
    }
}

@media (max-width: 767px) {
    .quantity .input-area input {
        font-size: 18x;
    }
}

@media (max-width: 575px) {
    .quantity .input-area input {
        font-size: 17px;
    }
}

.quantity .input-area input:focus-visible {
    outline: none;
}

.quantity .input-area input.decrement {
    font-size: clamp(36px, 1.979vw, 72px);
    font-weight: 200;
    border-radius: 0;
    border: 0;
    margin-top: -5px;
}

.quantity .input-area input.increment {
    font-size: clamp(26px, 1.458vw, 68px);
    font-weight: 200;
    border-radius: 0;
    border: 0;
    margin-top: -5px;
}

.quantity .input-area input.number {
    padding: 0;
    background: transparent;
    font-size: clamp(16px, 0.938vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.pagination #border-pagination {
    display: flex;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.pagination #border-pagination li {
    display: inline;
}

.pagination #border-pagination li span {
    color: #808080;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0F0F0F;
    background-color: #FFFFFF;
    width: clamp(36px, 2.5vw, 96px);
    height: clamp(36px, 2.5vw, 96px);
    border-radius: 0;
    float: left;
    transition: all 0.5s ease-in-out;
    font-size: clamp(14px, 0.833vw, 22px);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.62px;
    background: #F5F5F5;
}

.pagination #border-pagination li a svg path {
    stroke: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li a:hover,
.pagination #border-pagination li a.active {
    background-color: #d78a2b;
    color: #FFFFFF;
}

.pagination #border-pagination li a:hover svg path,
.pagination #border-pagination li a.active svg path {
    stroke: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
    min-height: 118px;
    max-height: 150px;
    padding-left: clamp(12px, 0.833vw, 40px);
}

@media (max-width: 578px) {
    textarea.form-control {
        min-height: 80px;
        max-height: 80px;
    }
}

.form-control {
    padding: clamp(12px, 0.833vw, 40px);
    padding-left: clamp(38px, 2.083vw, 96px);
    border-radius: 0;
    border: 1px solid #D9D9D9;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 0.833vw, 40px);
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    position: relative;
    color: #0F0F0F;
    box-shadow: none;
    outline: 0;
}

.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    color: #0F0F0F !important;
    background: transparent !important;
}

.form-control::placeholder {
    color: #808080;
    opacity: 1;
}

input[type=file] {
    display: none;
}

label.error {
    color: #ff0000;
}

.input-group {
    display: flex;
    align-items: center;
    padding: clamp(12px, 0.833vw, 32px);
    border: 1px solid rgba(250, 250, 250, 0.2);
    border-radius: 0px;
    background: #1F1F1F;
    gap: clamp(12px, 0.833vw, 32px);
}

.input-group input {
    width: 10.625vw;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    border: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(17px, 0.938vw, 22px);
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1199px) {
    .input-group input {
        font-size: clamp(17px, 1.251vw, 18px);
    }
}

@media (max-width: 820px) {
    .input-group input {
        font-size: clamp(16px, 1.514vw, 16px);
    }
}

@media (max-width: 768px) {
    .input-group input {
        font-size: clamp(16px, 1.825vw, 15px);
    }
}

@media (max-width: 490px) {
    .input-group input {
        font-size: clamp(15px, 2.261vw, 14px);
    }
}

.input-group button {
    padding: 0;
    margin: 0;
    outline: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.check-block input {
    display: none;
}

.check-block label {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    color: #808080;
    font-weight: 500;
    cursor: pointer;
}

.check-block label::before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Pro";
    color: #D9D9D9;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 300;
}

.check-block input[type=checkbox]:checked+label {
    color: #d78a2b;
    font-weight: 500;
}

.check-block input[type=checkbox]:checked+label::before {
    content: "\f14a";
    color: #d78a2b;
    font-weight: 600;
}

.cus-checkBox input {
    display: none;
}

.cus-checkBox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    cursor: pointer;
}

.cus-checkBox label::before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Pro";
    color: #D9D9D9;
    font-size: clamp(16px, 1.042vw, 40px);
    font-weight: 300;
}

.cus-checkBox input[type=checkbox]:checked+label {
    color: #d78a2b;
    font-weight: 400;
}

.cus-checkBox input[type=checkbox]:checked+label::before {
    content: "\f14a";
    color: #d78a2b;
    font-weight: 600;
}

.input-block {
    position: relative;
}

.input-block svg {
    position: absolute;
    top: clamp(15px, 0.938vw, 40px);
    left: clamp(12px, 0.625vw, 32px);
    width: clamp(18px, 1.042vw, 48px);
    height: clamp(18px, 1.042vw, 48px);
}

.material-checkbox {
    display: flex;
    align-items: start;
    color: #FFFCFA;
    cursor: pointer;
}

.material-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.material-checkbox input[type=checkbox]:checked~.checkmark {
    background-color: #470053;
    border-color: rgba(120, 29, 136, 0.7333333333);
}

.material-checkbox input[type=checkbox]:checked~.checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.material-checkbox input[type=checkbox]:focus~.checkmark {
    box-shadow: 0 0 0 2px rgba(170, 71, 188, 0.5254901961);
}

.material-checkbox:hover input[type=checkbox]~.checkmark {
    border-color: #AB47BC;
}

.material-checkbox input[type=checkbox]:disabled~.checkmark {
    opacity: 0.5;
    cursor: not-allowed;
}

.material-checkbox input[type=checkbox]:disabled~.checkmark:hover {
    border-color: #4d4d4d;
}

.checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 2px solid #92949F;
    border-radius: 0px;
    transition: all 0.3s;
}

.heading .eyebrow {
    text-transform: uppercase;
    font-weight: 500;
    color: #d78a2b;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 50px);
}

.heading .eyebrow::before {
    content: url("../media/icons/heading-star.png");
}

.wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: fit-content;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1699px) {
    .wrapper-dropdown {
        width: max-content;
        display: flex;
        align-items: center;
    }

}

.wrapper-dropdown .selected-display {
    font-weight: 400;
}

@media (min-width: 1921px) {
    .wrapper-dropdown .selected-display img {
        width: 50px;
    }
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown .topbar-dropdown {
    width: max-content;
    background: #FFFFFF;
    transition: 0.3s;
    position: absolute;
    top: 150%;
    right: 0;
    left: -17px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 0px;
    box-shadow: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 490px) {
    .wrapper-dropdown .topbar-dropdown {
        top: 130%;
        left: -16px;
    }
}

.wrapper-dropdown .topbar-dropdown.footer-dropdown {
    bottom: 167% !important;
    top: unset !important;
}

.wrapper-dropdown .topbar-dropdown li {
    padding: 0 15px;
    line-height: clamp(28px, 2.344vw, 96px);
    border-radius: 0;
    overflow: hidden;
    transition: all 400ms ease-in-out;
}

@media (min-width: 1921px) {
    .wrapper-dropdown .topbar-dropdown li img {
        width: 50px;
    }
}

.wrapper-dropdown .topbar-dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .topbar-dropdown li:hover {
    background-color: #d78a2b;
    color: #FFFFFF;
}

.wrapper-dropdown.active .topbar-dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    overflow: hidden;
}

.wrapper-dropdown .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.wrapper-dropdown .arrow {
    float: right;
    rotate: 180deg;
}

.wrapper-dropdown svg {
    transition: all 0.3s;
    width: clamp(18px, 1.25vw, 48px);
    height: clamp(18px, 1.25vw, 48px);
}

.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}

.shop-dropdown {
    border-radius: 0;
    background: #F5F5F5;
    padding: clamp(6px, 0.417vw, 12px) clamp(8px, 0.625vw, 24px);
}

.shop-dropdown .selected-display {
    color: #0F0F0F;
}

.modal.show {
    display: grid !important;
    align-items: center;
    height: 100vh;
}

.modal .modal-dialog {
    max-width: 70%;
}

@media (max-width: 1199px) {
    .modal .modal-dialog {
        width: 90%;
        max-width: 90%;
    }
}

@media (max-width: 575px) {
    .modal .modal-dialog {
        width: auto;
    }
}

@media (max-width: 490px) {
    .modal .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .modal .modal-dialog.compare-dialog {
        overflow: hidden;
        max-width: 100% !important;
    }
}

.modal .modal-dialog .modal-content {
    background: transparent;
    border: 0;
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
    background-color: #FFFFFF;
    text-align: center;
    height: 100%;
}

@media (max-width: 490px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
        width: 100%;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
    padding: clamp(20px, 1.667vw, 40px);
}

@media (max-width: 490px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
        margin-top: 8px;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .instock-label {
    position: relative;
    display: inline-block;
    padding-left: clamp(20px, 1.25vw, 40px);
    color: #d78a2b;
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .instock-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #FFFFFF;
    outline: 1px solid #d78a2b;
    background: #d78a2b;
    border-radius: 0;
}

@media (max-width: 576px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .quick-view-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .label-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(12px, 0.833vw, 72px);
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .label-wrapper .item-label {
    padding: 4px 8px;
    border: 1px solid #0F0F0F;
    color: #0F0F0F;
}

@media (max-width: 490px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .quantity {
        padding: 6px 8px;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .close-content {
    position: absolute;
    right: 40px;
    top: 40px;
}

@media (max-width: 576px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .close-content {
        top: 16px;
        right: 16px;
    }
}

.zui-wrapper {
    margin: 0 auto;
    width: 80%;
    position: relative;
    background-color: #FFFFFF;
    padding: clamp(16px, 1.25vw, 48px);
}

@media (max-width: 768px) {
    .zui-wrapper {
        width: 100%;
    }
}

.zui-wrapper .zui-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

.zui-wrapper .zui-table thead th {
    text-align: center !important;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
    min-width: 14.063vw;
    font-weight: 400;
    color: #0F0F0F;
}

.zui-wrapper .zui-table tbody td {
    text-align: center !important;
    color: #0F0F0F;
    padding: 15px 20px;
    white-space: normal;
    vertical-align: top;
}

.zui-wrapper .zui-table .zui-sticky-col {
    left: 0;
    position: sticky;
    top: auto;
    font-weight: 700;
    min-width: 10.417vw;
    background-color: #FFFFFF;
}

.zui-wrapper tr:nth-child(even) {
    background: #F3F3F3;
}

.zui-wrapper .zui-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 100%;
}

.zui-wrapper .zui-scroller::-webkit-scrollbar {
    width: 4px;
}

.zui-wrapper .zui-scroller::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.zui-wrapper .zui-scroller::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #6d6d6d;
}

.zui-wrapper .zui-sticky-col.zui-stripe-row {
    background-color: #F3F3F3;
}

.zui-wrapper .product-link {
    color: #d78a2b;
    text-decoration: none;
}

.zui-wrapper th:not(:first-child),
.zui-wrapper td:not(:first-child) {
    border-left: 1px solid lightgrey;
}

.zui-wrapper .far {
    padding-right: 8px;
}

.zui-wrapper .svg-inline--fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 23px;
    padding-right: 5px;
}

.zui-wrapper .fa-check-circle {
    color: #028845;
}

.zui-wrapper .fa-plus-circle {
    color: #2275D3;
}

.zui-wrapper .fa-times-circle {
    color: gray;
}

.zui-wrapper .scroll-button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: #fdb813;
}

.zui-wrapper #prev-button,
.zui-wrapper #next-button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 50%;
}

.zui-wrapper #prev-button {
    left: 230px;
    display: none;
}

.zui-wrapper #next-button {
    right: -25px;
}

.zui-wrapper .fa-chevron-left,
.zui-wrapper .fa-chevron-right {
    font-size: 22px;
    padding-right: 0;
}

.zui-wrapper {
    /* Phone */
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .zui-wrapper .zui-table .zui-sticky-col {
        min-width: 125px;
    }

    .zui-wrapper .zui-table thead th {
        min-width: 190px;
    }

    .zui-wrapper .zui-table tbody td {
        font-size: 15px;
    }

    .zui-wrapper .product-img {
        width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .zui-wrapper .zui-table .zui-sticky-col {
        min-width: 175px;
    }

    .zui-wrapper .zui-table thead th {
        min-width: 270px;
    }
}

@media screen and (max-width: 1280px) {
    .zui-wrapper .instruction {
        display: block;
    }
}

.size-guide-chart {
    padding: clamp(16px, 2.5vw, 96px);
    background: #FFFFFF;
}

.size-guide-chart table {
    width: 100%;
}

.size-guide-chart table tr,
.size-guide-chart table td {
    border: 1px solid #808080;
    text-align: center;
    color: #0F0F0F;
}

.size-guide-chart table thead tr td {
    padding: 12px 4px;
}

.size-guide-chart table thead tr td:nth-child(1) {
    width: 25%;
}

.size-guide-chart table thead tr td:nth-child(2) {
    width: 12%;
}

.size-guide-chart table thead tr td:nth-child(3) {
    width: 12%;
}

.size-guide-chart table thead tr td:nth-child(4) {
    width: 12%;
}

.size-guide-chart table thead tr td:nth-child(5) {
    width: 12%;
}

.size-guide-chart table thead tr td:nth-child(6) {
    width: 25%;
}

@media (max-width:1399px) {
    .size-guide-chart {
        width: 854px;
        height: 520px;
        margin: 0 auto;
    }
}

@media (max-width:1299px) {
    .size-guide-chart {
        width: 774px;
        height: 480px;
    }
}

@media (max-width:1199px) {
    .size-guide-chart {
        width: 854px;
        height: 520px;
    }
}

@media (max-width:991px) {
    .size-guide-chart {
        width: 664px;
        height: 440px;
    }
}

@media (max-width:767px) {
    .size-guide-chart {
        width: 484px;
        height: 450px;
    }
}

@media (max-width:767px) {
    .size-guide-chart {
        width: 434px;
        height: 440px;
    }
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 9999999;
    display: grid;
    align-content: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    /* common */
}

#preloader .loading {
    font-size: 84px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 490px) {
    #preloader .loading {
        letter-spacing: -8px;
    }
}

#preloader .loading span {
    display: inline-block;
    margin: 0 -0.05em;
    font-size: clamp(64px, 5vw, 180px);
}

#preloader .loading07 span {
    position: relative;
    color: rgba(217, 217, 217, 0.2);
    font-size: 90px;
}

#preloader .loading07 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #0F0F0F;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
}

#preloader .loading07 span:nth-child(2)::after {
    animation-delay: 0.1s;
}

#preloader .loading07 span:nth-child(3)::after {
    animation-delay: 0.2s;
}

#preloader .loading07 span:nth-child(4)::after {
    animation-delay: 0.3s;
}

#preloader .loading07 span:nth-child(5)::after {
    animation-delay: 0.4s;
}

#preloader .loading07 span:nth-child(6)::after {
    animation-delay: 0.5s;
}

#preloader .loading07 span:nth-child(7)::after {
    animation-delay: 0.6s;
}

#preloader .loading07 span:nth-child(8)::after {
    animation-delay: 0.7s;
}

#preloader .loading07 span:nth-child(9)::after {
    animation-delay: 0.8s;
}

#preloader .loading07 span:nth-child(10)::after {
    animation-delay: 0.9s;
}

#preloader .loading07 span:nth-child(11)::after {
    animation-delay: 1s;
}

#preloader .loading07 span:nth-child(12)::after {
    animation-delay: 1.1s;
}

#preloader .loading07 span:nth-child(13)::after {
    animation-delay: 1.2s;
}

#preloader .loading07 span:nth-child(14)::after {
    animation-delay: 1.3s;
}

#preloader .loading07 span:nth-child(15)::after {
    animation-delay: 1.4s;
}

@keyframes loading07 {

    0%,
    75%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }

    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width:1399px) {
    #preloader .loading span {
        font-size: 70px;
    }
}

@media (max-width:1199px) {
    #preloader .loading {
        font-size: 44px;
    }
}

@media (max-width:991px) {
    #preloader .loading span {
        font-size: 50px;
    }
}

@media (max-width:767px) {
    #preloader .loading span {
        font-size: 40px;
    }

    #preloader .loading {
        font-size: 24px;
    }
}

@media (max-width:575px) {
    #preloader .loading {
        font-size: 74px;
    }

    #preloader .loading span {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    #preloader .loading span {
        font-size: 30px;
    }

    #preloader .loading {
        font-size: 66px;
    }
}

@media (max-width:360px) {
    #preloader .loading span {
        font-size: 26px;
    }
}

/*-------------------------
  layouts
-------------------------*/
header {
    position: relative;
    width: 100%;
    z-index: 999;
}

header.position-fixed {
    background-color: #fcf9ee;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

header .header-section .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(8px, 0.625vw, 24px) 0;
    display: none !important;
}

header .header-section .header-top .phone-icon svg {
    width: clamp(18px, 1.042vw, 48px);
    height: clamp(18px, 1.042vw, 48px);
}

header .header-section .header-top .slider-container {
    width: clamp(390px, 33.125vw, 900px);
}

@media (max-width: 576px) {
    header .header-section .header-top .slider-container {
        width: 410px;
        margin: auto;
    }
}

@media (max-width: 399px) {
    header .header-section .header-top .slider-container {
        width: 370px;
        margin: auto;
    }
}

header .header-section .header-top .slider-container .header-slider {
    padding: 0 clamp(24px, 1.667vw, 48px);
    pointer-events: none;
}

header .header-section .header-top .slider-container .header-slider .text-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

header .header-section .header-top .slider-container .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -30px;
}

@media (max-width: 576px) {
    header .header-section .header-top .slider-container .slider-arrows {
        margin-top: -27px;
    }
}

header .header-section .header-top .slider-container .slider-arrows .arrow-btn {
    background: transparent;
    border: 0;
}

header .header-section .header-top .header-end {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.25vw, 32px);
}

header .header-section .header-top .header-end .top-bar-links {
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

header .header-section .header-top .header-end .top-bar-links p {
    transition: all 0.5s ease-in-out;
    color: #FFFFFF;
}

header .header-section .header-top .header-end .top-bar-links p:hover {
    transition: all 0.5s ease-in-out;
    color: #d78a2b;
}

header .header-section .header-top .header-end .top-bar-links:hover {
    transition: all 0.5s ease-in-out;
    color: #d78a2b;
}

header .header-section .header-center img {
    max-width: 140px;
}

header {
    background: #fcf8ee;
}

header .header-section .header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
}

@media (max-width: 1199PX) {
    header .header-section .header-center img {
        max-width: 120px;
    }
}

@media (max-width: 543px) {
    header .header-section .header-center img {
        max-width: 100px;
    }
}

@media (min-width: 1921px) {
    header .header-section .header-center .header-logo img {
        width: 300px;
    }
}

header .header-section .header-center .menu-button-right {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3.333vw, 72px);
}

header .header-section .header-center .menu-button-right .main-menu__nav {
    margin-left: auto;
    margin-right: auto;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: flex;
}

@media screen and (min-width: 1200px) {

    header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list,
    header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list ul,
    header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
    header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
        display: flex;
    }
}

@media (max-width: 1199px) {

    header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list,
    header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list ul,
    header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
    header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
        display: none;
    }
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li {
    padding: 36px 25px;
    position: relative;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li>a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    color: #0F0F0F;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all all 0.5s ease-in-out;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li>a.active,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a.active {
    color: #d78a2b;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li>a:hover,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a:hover {
    color: #d78a2b;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li.current,
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li:hover,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li.current,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li:hover {
    color: #d78a2b;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    width: clamp(200px, 11.458vw, 450px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    backface-visibility: hidden;
    transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
    z-index: 99;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    overflow: hidden;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li>a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>a {
    font-size: clamp(14px, 0.833vw, 28px);
    line-height: 150%;
    color: #0F0F0F;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: flex;
    padding: clamp(7px, 0.417vw, 24px) 20px;
    transition: 400ms;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li.current>a,
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li:hover>a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current>a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover>a {
    background-color: #d78a2b;
    color: #FFFFFF;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li.dropdown:after,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.dropdown:after {
    position: absolute;
    right: 15px;
    top: 7px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li.dropdown:hover::after,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.dropdown:hover::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    color: #FFFFFF;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li>ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 0px);
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li>ul.right-align,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li>ul ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul ul {
    display: flex;
}

header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li:hover>ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    gap: 0;
    transform: scaleY(1) translateZ(0px);
    transition: all 0.5s ease-in-out;
}

@media (max-width:1699px) {

    /* header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list>li,
  header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li {
    padding: 25px 30px;
  } */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li>ul,
    header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li>ul,
    header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li>ul,
    header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

header .header-section .header-center .main-menu__right {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1199px) {
    header .header-section .header-center {
        padding: 10PX 0;
    }
}

@media (max-width: 575px) {
    header .header-section .header-center .main-menu__right {
        gap: 24px;
    }
}

header .header-section .header-center .main-menu__right .main-menu__login,
header .header-section .header-center .main-menu__right .main-menu__search {
    position: relative;
    font-size: 24px;
    color: #0F0F0F;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

header .header-section .header-center .main-menu__right .main-menu__login:hover,
header .header-section .header-center .main-menu__right .main-menu__search:hover {
    color: #d78a2b;
}

header .header-buttons {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 72px);
}

header .header-buttons .search-block {
    position: relative;
    display: inline-block;
}

header .header-buttons .search-block .input-search {
    display: none;
    position: absolute;
    right: clamp(60px, 3.33vw, 250px);
    bottom: 2px;
    width: clamp(220px, 13.542vw, 520px);
    padding: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #D9D9D9;
}

header .header-buttons .search-block .input-search:focus {
    background: #d78a2b;
}

header .header-buttons a {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

header .header-buttons a:is(:hover, :active, :focus) {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

header .header-buttons .header-button-box {
    padding: clamp(8px, 0.729vw, 24px) clamp(8px, 0.833vw, 32px);
    border-radius: 0;
    background: #FCF8EE;
    transition: all 0.5s ease-in-out;
}

header .header-buttons .header-button-box i {
    color: #1F1F1F;
    font-size: clamp(16px, 1.042vw, 40px);
    transition: all 400ms ease-in-out;
}

header .header-buttons .header-button-box:is(:hover, :active, :focus) i {
    color: #fff;
}

header .header-buttons .header-button-box:is(:hover, :active, :focus) {
    background: #d78a2b;
}

.mobile-nav__toggler {
    font-size: 16px;
    font-weight: 400;
    color: #d78a2b;
    cursor: pointer;
    transition: 500ms;
    display: none;
}

@media (max-width: 1199px) {
    .mobile-nav__toggler {
        display: flex;
        align-items: center;
        gap: clamp(5px, 0.521vw, 42px);
    }
}

.mobile-nav__toggler:hover {
    color: #d78a2b;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__wrapper .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0F0F0F;
    opacity: 0.3;
}

.mobile-nav__wrapper .mobile-nav__content {
    width: 300px;
    background-color: #fcf8ef;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

@media (max-width: 490px) {
    .mobile-nav__wrapper .mobile-nav__content {
        width: clamp(250px, 55.102vw, 450px);
    }
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box {
    margin-bottom: 20px;
    display: flex;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box img {
    max-width: 150px;
    width: auto;
    height: auto;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid #1F1F1F;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
    border-bottom: 1px solid #1F1F1F;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li {
    padding: 4px 0;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid #1F1F1F;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #0F0F0F;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    height: 36px;
    letter-spacing: 0.35px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
    color: #d78a2b;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: #FCF8EF;
    border: none;
    outline: none;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #FCF8EF;
    color: #0F0F0F;
}

.mobile-nav__wrapper .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #0F0F0F;
    cursor: pointer;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: #0F0F0F;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 20px;
}

.mobile-nav__social a:hover {
    color: #d78a2b;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #0F0F0F;
    transition: 500ms;
    font-size: 14px;
}

.mobile-nav__contact li a:hover {
    color: #d78a2b;
}

.mobile-nav__contact li i {
    width: 30px;
    height: 30px;
    border-radius: 0;
    background-color: #d78a2b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #FFFFFF;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

@media (max-width:1199px) {
    .mobile-nav__wrapper .mobile-nav__content .main-menu__list li a>i {
        display: none !important;
    }
}

@media (max-width:575px) {
    .mobile-nav__contact li a {
        font-size: 13px;
    }
}

@media (max-width:480px) {
    .mobile-nav__contact li a {
        font-size: 12px;
    }
}

.vr-line {
    height: 20px;
    width: 2px;
    background: #FFFFFF;
}

.vr-line.vr-line-2 {
    height: 20px;
    width: 1px;
    background: #D9D9D9;
    opacity: 0.7;
}

/* Hero Banner */
.hero-banner {
    background-image: url('../media/banner/slider.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 230px 0;
    margin: 0 0 60px;
    background-color: #08080a;
}

.hero-banner .hero-banner-content {
    width: 64%;
}

.hero-banner .hero-banner-content .slider-btn {
    background-color: #cc924a;
    color: #fff;
    padding: 16px 34px;
    border-radius: 0px;
    font: 500 16px/18px 'Inter', sans-serif;
}

.hero-banner .hero-banner-content .slider-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    height: 120px;
    width: 380px;
    border-radius: 0;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.hero-banner .hero-banner-content .slider-btn:is(:hover, :active, :focus) {
    color: #cc924a;
}

.hero-banner .hero-banner-content .slider-btn:is(:hover, :active, :focus)::before {
    top: -30px;
    left: -30px;
}

.hero-banner .slider-text {
    font: 900 58px/80px 'playfair display', sans-serif;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .hero-banner .hero-content {
        padding-top: clamp(24px, 6.452vw, 180px);
    }
}

@media (max-width: 1699px) {

    .hero-banner {
        padding: 200px 0;
    }
}

@media (max-width: 1499px) {
    .hero-banner .slider-text {
        font-size: 56px;
        line-height: 74px;
    }
}


@media (max-width: 1299px) {
    .hero-banner .slider-text {
        font-size: 52px;
        line-height: 68px;
    }
}

@media (max-width: 1199px) {
    .hero-banner .slider-text {
        font-size: 40px;
        line-height: 60px;
    }

    .hero-banner {
        padding: 80px 0;
    }

    .hero-banner .hero-banner-content .slider-btn {
        font-size: 16px;
        line-height: 18px;
        padding: 14px 24px;
    }
}

@media (max-width: 991px) {
    .hero-banner .slider-text br {
        display: none;
    }

    .hero-banner .slider-text {
        font-size: 30px;
        line-height: 46px;
        margin: 0 0 10px 0;
    }

    .hero-banner {
        margin: 0 0 40px;
    }
}


@media (max-width: 767px) {
    .hero-banner .hero-banner-content {
        width: 80%;
    }

    .hero-banner .slider-text {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }

    .hero-banner .hero-content {
        padding: 0;
    }

    .hero-banner {
        padding: 60px 0;
    }

    .hero-banner .hero-banner-content .slider-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 22px;
    }

}

@media (max-width: 575px) {
    .hero-banner .slider-text {
        font-size: 26px;
        line-height: 34px;
    }

    .hero-banner {
        padding: 40px 0;
    }

    .hero-banner .hero-banner-content .slider-btn {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 12px;
        border-radius: 0px;
    }
}

@media (max-width: 480px) {
    .hero-banner .slider-text {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
    }

    .hero-banner {
        margin: 0 0 20px;
    }
}

@media (max-width: 1199px) {
    .hero-banner .hero-content h6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

.hero-banner .hero-content .banner-element {
    width: clamp(30%, 16.823vw, 750px);
}

@media (max-width: 576px) {
    .hero-banner .hero-content .banner-element {
        width: 40%;
    }
}

.hero-banner .hero-content .brands-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: clamp(18px, 1.25vw, 106px) !important;
}

@media (max-width: 576px) {
    .hero-banner .hero-content .brands-wrapper {
        display: none;
    }
}

@media (min-width: 1921px) {
    .hero-banner .hero-content .brands-wrapper img {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .hero-banner .hero-banner-image {
        padding-top: clamp(24px, 6.452vw, 180px);
        width: 65%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .hero-banner .hero-banner-image {
        width: 85%;
    }
}

.hero-banner .hero-banner-image img {
    width: 100%;
}

.benefit-section {
    background-color: #000000;
    padding: 50px 0;
    margin: 0px 0 60px;
}

.benefit-section .benefit-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 1499px) {
    .benefit-section {
        padding: 40px 0;
    }
}

@media (max-width: 1024px) {
    .benefit-section .benefit-container {
        row-gap: clamp(24px, 1.667vw, 116px);
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefit-section .benefit-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.benefit-section .benefit-container .benefit-block {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 72px);
    padding: 0 clamp(16px, 1.667vw, 64px);
}

.benefit-section .benefit-container .benefit-block img {
    width: 50px;
    height: 50px;
}

.benefit-section .benefit-container .benefit-block .service-text {
    font: 400 24px/28px 'Inter', sans-serif;
    color: #fff;
}

@media (max-width:1699px) {
    .benefit-section .benefit-container .benefit-block .service-text {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width:1499px) {
    .benefit-section .benefit-container .benefit-block .service-text {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width:1399px) {
    .benefit-section .benefit-container .benefit-block .service-text {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width:1299px) {
    .benefit-section .benefit-container .benefit-block .service-text {
        font-size: 16px;
        line-height: 18px;
    }

    .benefit-section {
        padding: 30px 0;
    }
}

@media (max-width:1199px) {
    .benefit-section .benefit-container .benefit-block .service-text {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width:1199px) {
    .benefit-section {
        margin: 0px 0 40px;
    }
}

@media (max-width:480px) {
    .benefit-section {
        margin: 0px 0 20px;
    }
}

.page-home .categories-section {
    margin: 0 0 80px;
}

.categories-section .category-block {
    width: 100%;
}

.categories-section .category-block .image-box {
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.categories-section .text-box .title-text {
    font: 700 22px/24px 'Inter', sans-serif;
    color: #000000;
}

.categories-section .category-block .image-box img {
    width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.categories-section .category-block .text-box .title-text {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.categories-section .category-block:hover .image-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.categories-section .category-block:hover .text-box .title-text {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

@media (max-width:1299px) {
    .page-home .categories-section {
        margin: 0 0 60px;
    }
}

@media (max-width:480px) {
    .categories-section .text-box .title-text {
        font-size: 18px;
        line-height: 20px;
    }
}

.feature-products {
    position: relative;
    margin: 0 0 60px 0;
}

.feature-products h3 {
    font: 700 34px / 36px "playfair display", sans-serif;
}

.feature-products .slider-container {
    position: relative;
}

.feature-products .slider-container .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-products .slider-container .slider-arrows .arrow-btn {
    position: absolute;
    z-index: 888;
}

.feature-products .slider-container .slider-arrows .arrow-btn.btn-prev {
    top: 35%;
    left: 0;
    transform: translate(50%, 0%);
}

.feature-products .slider-container .slider-arrows .arrow-btn.btn-next {
    top: 35%;
    right: 0;
    transform: translate(-50%, 0%);
}

.feature-products .slider-container .product-slider,
.feature-products .slider-container .product-slider-2 {
    margin: 0 -8px;
    padding-bottom: 16px;
}

.feature-products .slider-container .product-slider .product-block,
.feature-products .slider-container .product-slider-2 .product-block {
    margin: 0 8px;
}

@media (max-width:1299px) {
    .feature-products h3 {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width:991px) {
    .feature-products {
        margin: 0 0 40px 0;
    }

    .feature-products h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width:480px) {
    .feature-products {
        margin: 0 0 20px 0;
    }

    .feature-products .slider-container .product-slider-2 .product-block .caption {
        font-size: 12px;
    }

    .feature-products h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .feature-products .slider-container .product-slider-2 .product-block .subtitle {
        font-size: 14px;
    }

    .product-review-wrapper {
        display: block !important;
    }
}

.product-image {
    position: relative;
    height: 100%;
}

.product-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 0;
}

.product-image .content-box {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: clamp(24px, 6.25vw, 220px);
    justify-content: center;
}

.product-image .content-box.sidebar-image {
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
}

.product-image .content-box .circle-block {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #FFFFFF;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.product-image .circle-block .banner-text {
    font: 600 16px/22px 'Inter', sans-serif;
    color: #0F0F0F;
    text-align: center;
}

.product-block .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.product-block .image-box img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    border: 1px solid #eaeaea;
}

.product-block .image-box .sale-label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0F0F0F;
    color: #FFFFFF;
    padding: clamp(3px, 0.156vw, 8px) clamp(7px, 0.365vw, 16px);
    border-radius: 0;
    display: none;
}

.product-block .image-box .shopping-btns .cart-button {
    text-align: center;
    transition: all 0.5s ease-in-out;
    width: 100% !important;
    background: #0F0F0F;
    color: #FFFFFF;
    padding: 14px;
    border-radius: 0;
    text-transform: uppercase;
}

.product-block .image-box .shopping-btns .cart-button:hover {
    background: #d78a2b;
}

.product-block .image-box .shopping-btns {
    position: absolute;
    bottom: -200px;
    left: 16px;
    transition: all 0.5s ease-in-out;
    width: 92%;
}

.product-block:hover .image-box .shopping-btns {
    bottom: 16px;
}

@media (min-width: 1921px) {
    .product-block .image-box .shopping-btns {
        width: 94%;
    }
}

@media (min-width: 3839px) {
    .product-block .image-box .shopping-btns {
        width: 96%;
    }
}

@media (max-width: 1499px) {
    .product-image .content-box .circle-block {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 991PX) {
    .product-image .content-box .circle-block {
        width: 120px;
        height: 120px;
    }
}



.product-block .image-box .side-icons ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 16px;
    z-index: 5;
    right: -100px;
    gap: 8px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.product-block .image-box .side-icons ul li {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
}

.product-block .image-box .side-icons ul li a {
    width: clamp(28px, 1.667vw, 64px);
    height: clamp(28px, 1.667vw, 64px);
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    background: transparent;
    color: #fff;
}

.product-block .image-box .side-icons ul li a i {
    color: #fff;
}

@media (max-width: 991px) {
    .product-block .image-box .shopping-btns {
        bottom: 16px;
        width: 90%;
    }
}

@media (max-width: 575px) {
    .product-block .image-box .shopping-btns {
        bottom: 10px;
        width: 90%;
        left: 12px;
    }

    .product-block:hover .image-box .shopping-btns {
        bottom: 10px;
    }
}

@media (max-width: 490px) {
    .product-block .image-box .side-icons ul li a {
        width: clamp(30px, 6.531vw, 48px);
        height: clamp(30px, 6.531vw, 48px);
    }
}

@media (max-width: 480px) {
    .product-block .image-box .shopping-btns .cart-button {
        padding: 6px 10px;
        font-size: 13px;
    }

    .product-block .image-box .shopping-btns {
        bottom: 10px;
        width: 86%;
        left: 12px;
    }
}

.product-block .image-box .side-icons ul li a svg {
    width: clamp(14px, 0.833vw, 48px);
    height: clamp(14px, 0.833vw, 48px);
}

.product-block .image-box .side-icons ul li a svg path {
    transition: all 0.5s ease-in-out;
    fill: #fff;
}

.product-block .image-box .side-icons ul li a.btn {
    font-size: clamp(14px, 0.833vw, 40px);
}

.product-block .image-box .side-icons ul li:hover a {
    border: 1px solid #d78a2b;
    color: #FFFFFF;
    background: #d78a2b;
}

.product-block .image-box .side-icons ul li:hover a svg path {
    fill: #FFFFFF;
}

.product-block .content-box .product-title {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}



.product-block:hover .image-box .side-icons ul {
    right: 0;
    padding: 0 16px;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
}

.product-block:hover .image-box .side-icons ul li {
    transform: none;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.product-block:hover .image-box .side-icons ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.product-block:hover .image-box .side-icons ul li:nth-child(2) {
    transition-delay: 0.3s;
}

.product-block:hover .image-box .side-icons ul li:nth-child(3) {
    transition-delay: 0.6s;
}

.product-block:hover .content-box .product-title {
    color: #d78a2b;
}

@media (max-width:1399px) {
    .product-block .content-box .product-title {
        font-size: 16px;
    }
}

.deal-block {
    padding: clamp(16px, 1.25vw, 48px) clamp(16px, 1.25vw, 48px) 0 clamp(16px, 1.25vw, 48px);
}

@media (max-width: 576px) {
    .deal-block {
        padding-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .product-block .content-box .product-title {
        font-size: 14px;
    }
}

.deal-block.v2 {
    border: 1px solid #0F0F0F;
}

.deal-block h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.collection-section {
    padding: 100px 0;
    background: #fff;
    margin: 0 0 80px;
}

.collection-section .collection-block {
    position: relative;
}

.collection-section .collection-block .text-box {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 30px;
    right: auto;
    margin: auto;
}

.collection-section .collection-block {
    width: 100%;
}

.collection-section .collection-block .image-box {
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 0px;
    margin: 0;
}

.collection-section .collection-block .image-box img {
    width: 100%;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-radius: 0px;
}

.collection-section .collection-block .text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection-section .collection-block .text-box h5 {
    color: #fff;
    transition: all 0.5s ease-in-out;
    font: 500 25px/27px 'Inter', sans-serif;

}

.collection-section .collection-block .text-box svg {
    width: clamp(30px, 1.667vw, 72px);
    height: clamp(30px, 1.667vw, 72px);
    transition: all 0.5s ease-in-out;
}

.collection-section .collection-block:hover .image-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.collection-section .collection-block:hover .text-box h5 {
    color: #d78a2b;
}

.collection-section .collection-block:hover .text-box svg {
    transform: rotate(-45deg);
}

@media (max-width:1299px) {
    .collection-section {
        padding: 60px 0;
        margin: 0 0 60px;
    }

    .collection-section .collection-block .text-box h5 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width:1199px) {
    .collection-section .collection-block .text-box {
        bottom: 20px;
        left: 20px;
    }

    .collection-section .collection-block .text-box h5 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width:991px) {
    .collection-section {
        padding: 40px 0;
        margin: 0 0 40px;
    }

    .collection-section .collection-block .text-box h5 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width:480px) {
    .collection-section {
        padding: 20px 0;
        margin: 0 0 20px;
    }
}

/* ===================== TB-about-us-cms css start =====================  */
#TB-about-us-cms {
    background: url(../media/banner/about-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}

#TB-about-us-cms .about-us-content {
    width: 50%;
    margin: 0 60px 0 auto;
}

#TB-about-us-cms .about-us-content .heading {
    font: 700 38px/42px "playfair display", Helvetica, sans-serif;
    color: #111;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}

#TB-about-us-cms .about-us-content p {
    color: #111;
    margin: 0 0 20px;
    font: 500 16px/28px "inter", Helvetica, sans-serif;
}

#TB-about-us-cms .btn-secondary {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

@media (max-width:1499px) {
    #TB-about-us-cms .about-us-content p {
        margin: 0 0 20px;
    }

    #TB-about-us-cms {
        padding: 60px 0;
    }

    #TB-about-us-cms .about-us-content .heading {
        font-size: 32px;
        line-height: 36px;
    }
}


@media (max-width:1299px) {
    #TB-about-us-cms .about-us-content .heading {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }

    #TB-about-us-cms .about-us-content {
        width: 56%;
    }

    #TB-about-us-cms .about-us-content p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:1199px) {
    #TB-about-us-cms {
        padding: 40px 0;
    }

    #TB-about-us-cms .about-us-content .heading {
        font-size: 26px;
        line-height: 28px;
    }

    #TB-about-us-cms .about-us-content p {
        font-size: 14px;
        line-height: 24px;
    }

    #TB-about-us-cms .about-us-content {
        width: 52%;
    }
}

@media (max-width:991px) {
    #TB-about-us-cms {
        padding: 40px 0;
    }

    #TB-about-us-cms .about-us-content .heading {
        font-size: 28px;
        line-height: 30px;
    }

    #TB-about-us-cms .about-us-content .top-heading {
        font-size: 16px;
        line-height: 19px;
    }

    #TB-about-us-cms .about-us-content {
        width: 100%;
        margin: 0;
        background: #ffffff8a;
        text-align: center;
        padding: 30px;
    }
}

@media (max-width:767px) {
    #TB-about-us-cms .about-us-content {
        margin: 0 auto;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 15px;
    }

    #TB-about-us-cms .about-us-content .heading {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 575px) {
    #TB-about-us-cms .about-us-content .heading {
        font-size: 26px;
        line-height: 28px;
    }

    #TB-about-us-cms .about-us-content {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    #TB-about-us-cms {
        padding: 20px 0;
    }

    #TB-about-us-cms .about-us-content .heading {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 360px) {
    #TB-about-us-cms .about-us-content .heading {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }
}

/* ===================== TB-about-us-cms css end =====================  */


.team-section .team-block {
    width: 100%;
}

.team-section .team-block .image-box {
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 0;
}

.team-section .team-block .image-box img {
    width: 100%;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-radius: 0;
}

.team-section .team-block .about-name {
    font: 700 22px/24px 'playfair display', sans-serif;
    color: #000000;
    margin: 0 0 5px 0;
}

.team-section .team-block .text-box h5 {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.team-section .team-block:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.team-section .team-block:hover .text-box h5 {
    color: #d78a2b;
}

.page-about .testimonial-section {
    padding: 40px 0;
}

.testimonial-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.testimonial-section .testimonials-info {
    display: flex;
    align-items: end;
    gap: 20px;
    margin: -80px 0 0 0;
}

.testimonial-section .testimonials-review .review-title {
    font: 700 18px/20px "playfair display", Helvetica, sans-serif;
    color: #000000;
    margin: 25px 0 20px 0;
}

.testimonial-section .testimonials-review .review-text {
    font: italic 400 16px/28px "inter", Helvetica, sans-serif;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testimonial-section .testimonials-info .testimonials-name {
    font: 700 18px/20px "playfair display", Helvetica, sans-serif;
    color: #000000;
    margin: 10px 0;
}

.testimonial-section .testimonials-info .testimonials-rating .star {
    color: #ffb743;
}

.testimonial-section .testimonials-slider {
    margin: 0 -12px;
    padding-bottom: 16px;
}

.testimonial-section .testimonials-slider .slick-dots {
    position: unset;
    display: flex;
    justify-content: center;
    margin-top: clamp(24px, 1.667vw, 48px);
}

.testimonial-section .testimonials-slider .slick-dots li {
    width: 34px;
    height: 4px;
    border-radius: 0px;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #000;
    /* border: 1px solid #d78a2b; */
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1299px) {
    .testimonial-section {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .testimonial-section .testimonials-slider .slick-dots li {
        width: 26px;
        height: 4px;
    }

}

@media (max-width: 480px) {
    .testimonial-section .testimonials-review .review-text {
        font-size: 15px;
        line-height: 26px;
    }

    .testimonial-section .testimonials-review .review-title {
        font-size: 16px;
        line-height: 18px;
    }

}

.testimonial-section .testimonials-slider .slick-dots li.slick-active {
    background-color: #d78a2b;
}

.testimonial-section .testimonials-slider .slick-dots li button {
    padding: 0;
    color: #FFFFFF;
    font-size: 0;
}

.testimonial-section .testimonials-slider .slick-dots li button:before {
    color: transparent;
}

.testimonial-section .testimonials-slider .testimonials-block {
    margin: 50px 12px 10px;
    /* border-radius: clamp(8px, 0.625vw, 48px) !important; */
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 30px 20px 30px 20px;
    border-radius: 0 !important;
}

@media (max-width: 1299px) {
    .testimonial-section .testimonials-slider .testimonials-block {
        margin: 40px 12px 10px;
    }

    .testimonial-section .testimonials-info {
        margin: -70px 0 0 0;
    }
}

@media (max-width: 991px) {
    .testimonial-section {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section .testimonials-info {
        margin: -50px 0 0 0;
    }
}

@media (max-width: 576px) {
    .testimonial-section .testimonials-slider .testimonials-block {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .testimonial-section {
        padding: 20px 0;
    }
}

.testimonial-section .testimonials-slider .testimonials-block img {
    width: 100%;
    border-radius: 0;
}

.blog-section {
    background-color: #ececec;
    padding: 80px 0 225px;
    margin: 0 0 -140px 0px;
}

.blog-grid-page .blog-section,
.blog-list-page .blog-section {
    background-color: transparent;
    padding: 80px 0 180px;
}

.blog-section .slider-container {
    position: relative;
}

.blog-section .slider-container .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-section .slider-container .slider-arrows .arrow-btn {
    position: absolute;
    z-index: 1;
}

.blog-section .slider-container .slider-arrows .arrow-btn.btn-prev {
    top: 30%;
    left: 0;
    transform: translate(50%, -50%);
}

.blog-section .slider-container .slider-arrows .arrow-btn.btn-next {
    top: 30%;
    right: 0;
    transform: translate(-50%, -100%);
}

.blog-section .slider-container .blog-slider {
    margin: 0 -8px;
}

.blog-section .blog-card {
    margin: 0 10px;
}

.page-blog .blog-grid-page .blog-section .blog-card {
    width: 100%;
}

.page-blog-grid .blog-grid-page .blog-section .blog-card {
    width: 100%;
}

.blog-section .blog-card.blog-list {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 106px) !important;
    width: 100%;
    margin-bottom: clamp(16px, 1.25vw, 64px);
}

@media (max-width: 1699px) {

    .blog-grid-page .blog-section,
    .blog-list-page .blog-section {
        padding: 40px 0 180px;
    }
}

@media (max-width: 1299px) {
    .blog-section {
        padding: 60px 0 200px;
        margin: 0 0 -120px 0px;
    }
}

@media (max-width: 911px) {

    .blog-grid-page .blog-section,
    .blog-list-page .blog-section {
        padding: 20px 0 140px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card.blog-list {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
}

.blog-section .blog-card.blog-list .image-box {
    width: 40%;
}

@media (max-width: 1199px) {
    .blog-section .blog-card.blog-list .image-box {
        width: 46%;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card.blog-list .image-box {
        width: 100%;
    }
}

.blog-section .blog-card.blog-list .text-box {
    width: 60%;
}

@media (max-width: 1199px) {
    .blog-section .blog-card.blog-list .text-box {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .blog-section {
        padding: 40px 0 160px;
        margin: 0 0 -100px 0px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card.blog-list .text-box {
        width: 100%;
    }
}


@media (max-width: 1199px) {
    .blog-section .blog-card.blog-list .text-box h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card.blog-list .text-box h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.blog-section .blog-card .image-box {
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0;
}

.blog-section .blog-card .image-box img {
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.blog-section .blog-card .text-box h4,
.blog-section .blog-card .text-box h6 {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.blog-section .blog-card .text-box h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    font-size: 16px;
}

.blog-section .blog-card .text-box .subtitle {
    font-weight: 600;
}

.blog-section .blog-card:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.blog-section .blog-card:hover .text-box h4,
.blog-section .blog-card:hover .text-box h6 {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

#footer {
    background-color: #000000;
    margin: 50px 0 0 0;
}

#footer {
    background-color: #000000;
}


#footer .newsletter-wrapper {
    background-color: #fff;
    padding: 30px;
    margin: -100px 0 0 0;
    border-radius: 0px;
}

#footer .newsletter-wrapper .newsletter-heading {
    font: 700 28px/32px 'playfair display', sans-serif;
    color: #111;
    margin: 0 0 15px 0;
}

#footer .newsletter-wrapper .newsletter-description {
    font: 500 16px/22px 'Inter', sans-serif;
    color: #111;
    padding: 0px 0 0px 0;
}

footer .footer-wrapper .footer-link-block h6 {
    text-transform: uppercase;
    font: 500 15px/17px 'Inter', sans-serif;
    margin: 0 0 40px 0;
}

footer .footer-wrapper .footer-link-block ul li.f-menu {
    margin: 0 0 16px 0;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 0 0 0 20px;
}

footer .footer-wrapper .footer-link-block ul li.f-menu::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    width: auto;
    transition: all 400ms ease-in-out;
}

footer .footer-wrapper .footer-link-block ul li.f-menu:is(:hover, :active, :focus)::before {
    color: #d78a2b;
}

footer .footer-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 60px 0 0 0;
}

footer .footer-wrapper .store-desc {
    width: 80%;
}

footer .footer-wrapper .store-desc .footer-description {
    margin: 30px 0;
}

footer .footer-wrapper .store-desc .footer-description p {
    font-size: 15px;
}

footer .footer-wrapper .store-desc .footre-contact .list-unstyled {
    margin: 0;
}

@media (max-width: 1299px) {
    #footer .newsletter-wrapper {
        padding: 20px;
    }

    #footer .newsletter-wrapper .newsletter-heading {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1199px) {
    #footer .newsletter-wrapper .newsletter-description {
        font-size: 14px;
        line-height: 23px;
    }

    #footer .newsletter-wrapper .newsletter-heading {
        margin: 0 0 10px 0;
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 1024px) {
    footer .footer-wrapper {
        row-gap: clamp(42px, 4.688vw, 72px);
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    #footer .newsletter-wrapper {
        padding: 20px;
        text-align: center;
    }

    footer .footer-wrapper .store-desc {
        margin: 0 auto;
        text-align: center;
    }

    footer .footer-wrapper .store-desc .footre-contact {
        justify-content: center;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    footer .footer-wrapper {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 480px) {
    footer .footer-wrapper .store-desc {
        width: 95%;
    }

    footer .footer-wrapper {
        padding: 30px 0 0 0;
    }

    footer .footer-wrapper .footer-link-block h6 {
        margin: 0 0 20px 0;
    }

    #footer {
        margin: 60px 0 0 0;
    }

    .blog-section .blog-card .text-box h6 {
        line-height: 22px;
        font-size: 15px;
    }

}


footer .footer-wrapper .store-desc img {
    width: clamp(120px, 7.917vw, 450px);
}

footer .footer-wrapper .footer-link-block.spacing-block {
    padding-left: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 576px) {
    footer .footer-wrapper .footer-link-block.spacing-block {
        padding: 0;
    }
}

footer .footer-wrapper .footer-link-block .contact-list li {
    display: flex;
    align-items: center;
    gap: 25px;
}

footer .footer-wrapper .footer-link-block .contact-list li .icon-box {
    background: #FFFFFF;
    transition: all 0.5s ease-in-out;
    width: clamp(32px, 2.083vw, 96px);
    height: clamp(32px, 2.083vw, 96px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 0;
}

footer .footer-wrapper .footer-link-block .contact-list li .icon-box svg {
    width: clamp(16px, 1.042vw, 64px);
    height: clamp(16px, 1.042vw, 64px);
}

footer .footer-wrapper .footer-link-block .contact-list li .icon-box svg path {
    transition: all 0.5s ease-in-out;
    fill: #0F0F0F;
}

footer .footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: clamp(8px, 0.625vw, 50px);
    padding: 35px 0 20px;
}

footer .footer-bottom-bar .payment-cards .card-block img {
    width: clamp(42px, 2.5vw, 200px);
}

footer .footer-bottom-bar p {
    font-size: 15px;
}

.newsletter-form {
    position: relative;
    border: 1px solid #808080;
    border-radius: 0;
}

.newsletter-form .svg-icon {
    position: absolute;
    top: clamp(12px, 0.933vw, 40px);
    left: clamp(12px, 0.625vw, 40px);
    width: clamp(20px, 1.094vw, 48px);
    height: clamp(20px, 1.094vw, 48px);
}

#footer .newsletter-form input {
    border: 0;
    color: #0F0F0F !important;
    padding: 16px 130px 16px 15px;
    font-size: 14px;
}

.newsletter-form input {
    border: 0;
    color: #0F0F0F !important;
    padding: 15px 110px 14px 10px;
    font-size: 14px;
}

.newsletter-form input::placeholder {
    color: #000;
    font-style: italic;
    text-transform: capitalize;
}

#footer .newsletter-form button.cus-btn-2 {
    position: absolute;
    left: auto;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 0;
    padding: 10px 30px !important;
    background: #000;
    font-size: 14px;
}

.newsletter-form button.cus-btn-2 {
    position: absolute;
    left: auto;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 0;
    padding: 10px 20px !important;
    background: #000;
    font-size: 14px;
}

#footer .newsletter-form button.cus-btn-2::before {
    background: #d78a2b;
}

#footer .newsletter-form button.cus-btn-2:is(:hover, :active, :focus)::before {
    top: -20px;
    left: -40px;
}

@media (max-width: 1599px) {}

@media (max-width: 1024px) {
    .newsletter-form button {
        right: 7px;
        top: 7px;
    }
}

@media (max-width: 575px) {
    #footer .newsletter-form input {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    footer .footer-bottom-bar {
        justify-content: center;
        padding: 15px 0 20px;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .blog-section {
        padding: 20px 0 130px;
        margin: 0 0 -100px 0px;
    }

    #footer .newsletter-wrapper {
        padding: 15px;
        text-align: center;
    }

    #footer .newsletter-wrapper .newsletter-heading {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    #footer .newsletter-wrapper .newsletter-description {
        padding: 0;
    }

    #footer .newsletter-form input {
        padding: 10px;
        border: 1px solid #808080;
        margin: 0 0 15px;
        text-align: center;
    }

    #footer .newsletter-form button.cus-btn-2 {
        position: static;
        transition: all 400ms ease-in-out;
    }

    #footer .newsletter-wrapper .newsletter-form {
        border: none;
    }

    footer .footer-wrapper .footer-link-block .contact-list li {
        gap: 15px;
    }

    #footer .newsletter-form button.cus-btn-2::before {
        display: none;
    }

    #footer .newsletter-form button.cus-btn-2:is(:hover, :active, :focus) {
        background-color: #d78a2b;
    }

    footer .footer-bottom-bar p {
        font-size: 13px;
    }
}

.social-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-link li a {
    background: #FFFFFF;
    transition: all 0.5s ease-in-out;
    width: clamp(32px, 2.083vw, 96px);
    height: clamp(32px, 2.083vw, 96px);
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.social-link li a.blog-icons {
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}

.social-link li a.blog-icons:hover {
    background-color: #d78a2b;
    border: 1px solid #d78a2b;
}

.social-link li a svg {
    width: clamp(16px, 1.042vw, 64px);
    height: clamp(16px, 1.042vw, 64px);
}

.social-link li a svg path {
    transition: all 0.5s ease-in-out;
    fill: #0F0F0F;
}

.social-link li:hover a {
    background-color: #d78a2b;
}

.social-link li:hover a svg path {
    fill: #FFFFFF;
}

.social-link .borderless {
    border: 0 !important;
    width: auto;
    height: auto;
}

.social-link .borderless svg {
    width: clamp(16px, 1.042vw, 32px);
}

.social-link .borderless svg path {
    transition: all 0.5s ease-in-out;
    fill: #0F0F0F;
}

.social-link .borderless:hover {
    background-color: transparent;
}

.social-link .borderless:hover svg path {
    fill: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.title-banner {
    background: url("../media/banner/title-banner.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
}

.title-banner h3 {
    font: 800 36px/42px 'playfair display', sans-serif;
    color: #fff !important;
}

@media (max-width: 1199px) {
    .title-banner h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .title-banner h3 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .title-banner h3 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .title-banner h3 {
        font-size: 26px;
    }

    .title-banner {
        padding: 30px 10px;
    }
}

.about-section .about-block.block-2 {
    padding: 0 clamp(24px, 2.5vw, 120px);
}

.about-section .about-block p {
    font-size: 16px;
    color: #2d2d2d;
}

@media (max-width: 992px) {
    .about-section .about-block.block-2 {
        padding: 0;
    }
}

.show-sidebar-cart {
    overflow: hidden !important;
    height: 100% !important;
}

.show-sidebar-cart #sidebar-cart {
    right: 0;
    visibility: visible;
}

#sidebar-cart {
    background: #FFFFFF;
    position: fixed;
    display: block;
    width: clamp(420px, 29.167vw, 850px);
    height: 100vh;
    z-index: 5000;
    top: 0;
    right: -101%;
    transition: right 0.5s ease-in-out;
}

#sidebar-cart .product-list .product-item .prod-title .main-price {
    color: #111;
}

#sidebar-cart .prod-quantity {
    margin: 4px 0 8px 0;
}

@media (max-width: 1499px) {

    #sidebar-cart {
        width: 444px;
    }
}

@media (max-width: 1024px) {

    #sidebar-cart {
        width: 410px;
    }
}

@media (max-width: 575px) {

    #sidebar-cart {
        width: 350px;
    }
}

@media (max-width: 480px) {
    .about-section .about-block p {
        font-size: 15px;
    }
}

@media (max-width: 359px) {

    #sidebar-cart {
        right: -111%;
    }

    #sidebar-cart {
        width: 316px;
    }
}

#sidebar-cart .close-button {
    height: 16px;
    width: 16px;
    text-decoration: none;
    display: flex;
}

#sidebar-cart .close-button .close-icon {
    width: 14px;
    height: 14px;
    background-color: #1F1F1F;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    transition: all 0.5s linear;
    cursor: pointer;
}

#sidebar-cart .close-button:active span.close-icon,
#sidebar-cart .close-button:hover span.close-icon {
    background: #d78a2b;
}

#sidebar-cart .title-cart-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
}

#sidebar-cart .product-list {
    margin: 0;
    list-style: none;
    height: calc(100vh - 10.104vw);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: relative;
    z-index: 0;
}

#sidebar-cart .product-list .empty-cart-msg {
    font-size: 20px;
    color: #000;
}

.product-page-main #sidebar-cart .product-list li:first-child {
    display: none;
}

@media (max-width: 1599px) {

    #sidebar-cart .product-list {
        height: calc(100vh - 16.886vw);
    }
}

@media (max-width: 1399px) {

    #sidebar-cart .product-list {
        height: calc(100vh - 244px);
    }
}

#sidebar-cart .product-list .product-item {
    position: relative;
}

#sidebar-cart .product-list .product-item .cancel {
    position: absolute;
    top: 0;
    right: 0;
}

#sidebar-cart .product-list .product-item .item-image {
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(64px, 4.167vw, 120px);
    height: clamp(64px, 4.167vw, 120px);
    border-radius: 0px;
    padding: 4px;
}

#sidebar-cart .product-list .product-item .item-image img {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 0px;
}

#sidebar-cart .product-list .product-item .item-image {
    width: 130px;
    height: auto;
}

#sidebar-cart .product-list .product-item .prod-title .h6 {
    font: 500 16px/22px 'Inter', sans-serif;
    color: #000;
}

#sidebar-cart .product-list .product-item .quantity-wrap {
    display: flex;
    height: 40px;
    gap: 5px;
}

#sidebar-cart .product-list .product-item .quantity-wrap .number {
    width: 130px;
    text-align: center;
}

#sidebar-cart .product-list .product-item .quantity-wrap .increment,
#sidebar-cart .product-list .product-item .quantity-wrap .decrement {
    width: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #8f8f9d;
    outline: none;
}

#sidebar-cart .product-list .product-item .product-text .prod-title {
    display: flex;
}

#sidebar-cart .product-list .product-item .product-text .prod-title .cancel {
    padding-left: 11.146vw;
}

#sidebar-cart .product-list .product-item .prod-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    #sidebar-cart .product-list .product-item .quantity-wrap .number {
        width: 80px
    }

    #sidebar-cart .product-list .product-item .quantity-wrap .increment,
    #sidebar-cart .product-list .product-item .quantity-wrap .decrement {
        width: 30px;
    }

    #sidebar-cart .product-list .product-item .quantity-wrap {
        height: 30px;
    }
}

@media (max-width: 490px) {

    #sidebar-cart .product-list .product-item .prod-desc .quantity {
        padding: 6px 8px;
    }
}

#sidebar-cart .product-list .product-item {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.521vw, 42px);
}

#sidebar-cart .price-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sidebar-cart .price-total span {
    font-size: 20px;
}

#sidebar-cart .action-buttons {
    display: flex;
    align-items: center;
    gap: clamp(24px, 1.667vw, 116px);
    width: 100%;
    padding: 0 20px;
}

#sidebar-cart .action-buttons a {
    text-align: center;
    width: 100%;
}

#sidebar-cart .action-buttons a::before {
    width: 580px;
    height: 540px;
}

#sidebar-cart .action-buttons a:is(:hover, :active, :focus)::before {
    top: -250px;
    left: -40px;
}

#sidebar-cart-curtain,
#sidebar-wishlist-curtain {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 4999;
    display: none;
    transition: opacity 0.2s ease-in-out;
}

@media (min-width: 1921px) {
    .brand-container .brand-slider .brand-slide {
        padding: 24px 0;
    }
}

@media (min-width: 1921px) {
    .brand-container .brand-slider .brand-slide img {
        transform: scale(2);
    }
}

.sidebar .category-block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar .category-block .title h5 {
    font: 700 20px/24px 'playfair display', sans-serif;
    color: #0F0F0F;
}

.sidebar .category-block .content-block ul li a {
    font-size: 15px;
}

.sidebar .category-block .recent-blogs .image-box {
    border-radius: 0;
    width: clamp(72px, 6.354vw, 280px);
    height: clamp(60px, 4.167vw, 220px);
}

.sidebar .category-block .recent-blogs .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar .category-block .content-block .recent-blogs .recent-blog-name {
    color: #111;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.sidebar .category-block .recent-blogs .text {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
    line-height: 110%;
}

.sidebar .category-block .recent-blogs:hover .text {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.sidebar .featured-product-sec {
    position: relative;
    background: linear-gradient(180deg, #89589F 0%, #312039 100%);
    padding: clamp(16px, 1.667vw, 64px) clamp(10px, 0.833vw, 32px);
    border-radius: clamp(18px, 1.25vw, 96px);
    text-align: center;
}

.shop-sidebar.toggle-sidebar {
    padding: clamp(20px, 1.667vw, 48px);
    position: fixed;
    top: 0;
    left: -800px;
    width: clamp(300px, 20.833vw, 650px);
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 1000;
    overflow-y: scroll;
}

.shop-sidebar.toggle-sidebar::-webkit-scrollbar {
    width: 10px;
}

.shop-sidebar.toggle-sidebar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.shop-sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #6d6d6d;
}

.shop-sidebar.toggle-sidebar.active {
    left: 0;
}

.shop-sidebar .category-block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.shop-sidebar .category-block .wrapper .price-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shop-sidebar .category-block .wrapper .price-input .field {
    width: 48%;
}

.shop-sidebar .category-block .wrapper .price-input .field .sidebar-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    -moz-appearance: textfield;
    padding: clamp(8px, 0.625vw, 20px);
    width: 100%;
}

.shop-sidebar .category-block .wrapper .price-input .field .sidebar-price-block .price-sign {
    width: 50%;
}

.shop-sidebar .category-block .wrapper .price-input .field .sidebar-price-block input {
    text-align: end;
    width: 50%;
    outline: none;
    border: 0;
    background: transparent;
}

.shop-sidebar .category-block .wrapper .slider {
    height: 8px;
    position: relative;
    background: #D9D9D9;
}

.shop-sidebar .category-block .wrapper .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    background: #d78a2b;
}

.shop-sidebar .category-block .wrapper .range-input {
    position: relative;
}

.shop-sidebar .category-block .wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 3px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.shop-sidebar .category-block .wrapper input[type=number]::-webkit-outer-spin-button,
.shop-sidebar .category-block .wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.shop-sidebar .category-block .wrapper input[type=range]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    background: #FFFFFF;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 2px solid #d78a2b;
    border-radius: 0;
}

.shop-sidebar .category-block .wrapper input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    background: #d78a2b;
    pointer-events: auto;
    cursor: pointer;
    -moz-appearance: none;
    border-radius: 0;
}

.shop-sidebar .category-block .label-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(8px, 0.625vw, 50px);
}

.shop-sidebar .category-block .label-wrapper .item-label {
    padding: 4px 8px;
    border: 1px solid #0F0F0F;
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.shop-sidebar .category-block .label-wrapper .item-label:hover {
    background: #0F0F0F;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.shop-sidebar .category-block .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    font-size: 26px;
}

.shop-sidebar .category-block .star-rating input {
    display: none;
}

.shop-sidebar .category-block .star-rating label {
    color: #ccc;
    cursor: pointer;
}

.shop-sidebar .category-block .star-rating :checked~label {
    color: #d78a2b;
}

.shop-sidebar .category-block .star-rating label:hover,
.shop-sidebar .category-block .star-rating label:hover~label {
    color: #d78a2b;
}

.shop-sidebar .category-block .recent-blogs .image-box {
    border-radius: 0;
    width: clamp(72px, 6.354vw, 280px);
    height: clamp(60px, 4.167vw, 220px);
}

.shop-sidebar .category-block .recent-blogs .text {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
    line-height: 110%;
}

.shop-sidebar .category-block .recent-blogs svg {
    width: clamp(14px, 0.729vw, 48px);
    height: clamp(14px, 0.729vw, 48px);
}

.shop-sidebar .category-block .recent-blogs:hover .text {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.shop-sidebar .far.fa-plus {
    font-size: 24px;
    font-weight: 300;
}

.shop-sidebar .featured-product-sec {
    position: relative;
}

.shop-sidebar .featured-product-sec .text-block {
    position: absolute;
    top: 0;
    left: 0;
    padding: clamp(24px, 2.5vw, 64px) clamp(12px, 0.833vw, 24px);
    text-align: center;
    width: 100%;
}

.shop-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
    cursor: url(../media/close.png), auto;
}

.shop-sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.shop-filter {
    padding: clamp(10px, 0.581vw, 24px) clamp(16px, 1.25vw, 40px);
    border-radius: 0;
    background: #d78a2b;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.shop-filter img {
    width: clamp(16px, 1.042vw, 48px);
}

.shop-filter:hover {
    color: #FFFFFF;
    background: #d78a2b;
}

.blog-tags-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(8px, 0.625vw, 50px);
}

.blog-tags-wrapper .blog-tags {
    padding: 4px 8px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    background: transparent;
}

.blog-tags-wrapper .blog-tags:hover {
    background: #0F0F0F;
    color: #FFFFFF;
}

.blog-detail-wrapper .qoutes {
    background: #F5F5F5;
    padding: clamp(16px, 1.25vw, 32px);
    border-radius: 0;
}

.blog-detail-wrapper .blog-post-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-detail-wrapper .blog-review-name {
    font: 600 18px/20px 'playfair display', sans-serif;
}

.blog-detail-wrapper .blog-update {
    font: 600 20px/24px 'playfair display', sans-serif;
}

.blog-detail-wrapper .blog-comment {
    font: 600 28px/30px 'playfair display', sans-serif;
}

@media (max-width: 1024px) {
    .blog-detail-wrapper .blog-post-row {
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 16px;
    }
}

.blog-detail-wrapper .blog-post-row .blog-post-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 575px) {
    .blog-detail-wrapper .blog-post-row .blog-post-block {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .sidebar .category-block .title h5 {
        font-size: 18px;
        line-height: 22px;
    }
}

.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block {
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(36px, 2.5vw, 64px);
    height: clamp(48px, 4.167vw, 164px);
    border-radius: 0;
    background: #F5F5F5;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block svg path {
    stroke: #1F1F1F;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block .post-text {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1499px) {
    .blog-detail-wrapper .blog-post-row .blog-post-block br {
        display: none;
    }
}

.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-text {
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block .post-image {
    width: clamp(72px, 6.354vw, 280px);
    height: clamp(48px, 4.167vw, 164px);
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block {
    background: #d78a2b;
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block svg path {
    transition: all 0.5s ease-in-out;
    stroke: #FFFFFF;
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .post-text {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-text {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .review-area .review-block {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

@media (max-width: 490px) {
    .blog-detail-wrapper .review-area .review-block {
        gap: 8px;
    }
}

.blog-detail-wrapper .review-area .review-block.block-2 {
    padding-left: clamp(32px, 4.3vw, 120px);
}

.blog-detail-wrapper .review-area .review-block .image-box {
    display: flex;
    flex-shrink: 0;
}

.blog-detail-wrapper .review-area .review-block .image-box img {
    border-radius: 0px;
    width: clamp(48px, 3.646vw, 96px);
}

.blog-detail-wrapper .review-area .review-block .text-box .reply-btn {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .review-area .review-block .text-box .reply-btn:hover {
    color: #d78a2b;
}

.blog-detail-wrapper form button {
    border: 0;
}

.blog-detail-wrapper .blog-tags-wrapper {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 72px);
}

.blog-detail-wrapper .blog-tags-wrapper .blog-tags {
    padding: 4px 8px;
    background: #0F0F0F;
    color: #FFFFFF;
}

.shop-detail-page .detail-wrapper .product-image-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.product-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-quantity-wrapper .quantity {
    padding: 10px 12px;
    background: #eaeaea;
}

.shop-detail-page .product-features {
    background: #eaeaea;
    padding: 15px;
    border-radius: 0px;
    margin: 0 0 20px 0;
}

.shop-detail-page .product-features ul {
    padding: 0;
    margin: 0;
}

.shop-detail-page .product-features ul li {
    list-style: none;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.shop-detail-page .product-features ul li:last-child {
    margin: 0;
}

.shop-detail-page .product-features ul li span {
    font-size: 15px;
    margin: 0 0px 0 5px;
    font-weight: 400;
    color: #555;
}

.product-slider-asnav .nav-image,
.product-detail-slider .detail-image {
    display: none;
}

.product-detail-slider .detail-image.active {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
}


@media (max-width: 1024px) {
    .shop-detail-page .detail-wrapper .product-image-container {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .shop-detail-page .detail-wrapper .product-image-container {
        flex-direction: column-reverse;
    }

    .shop-detail-page .product-features ul li {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 399px) {
    .shop-detail-page .detail-wrapper .product-image-container {
        overflow: hidden;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav {
    pointer-events: auto;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 {
    width: 100%;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 .slick-track {
    flex-direction: row;
    width: auto !important;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: max-content !important;
}

@media (max-width: 575px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
        flex-direction: row;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
    cursor: pointer;
}

@media (max-width: 399px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
        width: 125px;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image video,
.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image img {
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eaeaea;
    border-radius: 0px;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image.active video,
.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image.active img {
    opacity: 1;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
    position: relative;
    max-width: 122px;
    height: auto;
    margin: 0 0 5px 0;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image:has(video)::before {
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    background-color: #0000008a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image.active:has(video)::before {
    display: none;
}

@media (min-width: 2560px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image img {
        width: 100%;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image.slick-current img {
    opacity: 1;
}

.shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
    pointer-events: none;
    width: 100%;
    border-radius: clamp(18px, 1.25vw, 96px);
}

@media (min-width: 1921px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
        width: 100%;
    }
}

@media (max-width: 1099px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
        width: 60% !important;
    }
}

@media (max-width: 575px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image {
        height: auto !important;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image video,
.shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
    width: 80%;
    border: 1px solid #eaeaea;
    border-radius: 0px;
}

@media (min-width: 1921px) {

    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image video,
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
        width: 85%;
    }
}

@media (max-width: 1599px) {

    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image video,
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
        width: 74%;
    }
}

@media (max-width: 1099px) {

    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image video,
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
        width: 100%;
    }
}

.product-text-container {
    padding: clamp(12px, 1.25vw, 40px);
}

.product-text-container .label {
    padding: 4px 12px;
    border-radius: 0px;
    background-color: #0F0F0F;
    color: #FFFFFF;
}

.product-text-container>h4 {
    text-transform: capitalize;
}

.product-text-container .side-icons {
    display: flex;
    align-items: center;
    gap: 0;
}

.product-text-container .side-icons a {
    width: clamp(28px, 1.667vw, 64px);
    height: clamp(28px, 1.667vw, 64px);
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    background: #FFFFFF;
    color: #1F1F1F;
}

.page-product-detail .detail-wrapper #accordionExample .faq-block {
    background-color: transparent;
}

.page-product-detail .detail-wrapper .product-text-container .cus-btn-2::before {
    height: 120px;
    width: 400px;
}

.product-text-container .cart-button {
    width: 100%;
}

.product-text-container .cart-button:is(:hover, :active, :focus)::before {
    transform: scale(2);
}

@media (max-width: 575px) {
    .page-product-detail .detail-wrapper .product-text-container .cus-btn-2::before {
        height: 100px;
        width: 570px;
    }

    .product-text-container .cart-button:is(:hover, :active, :focus)::before {
        transform: scale(4);
    }
}

@media (max-width: 490px) {
    .product-text-container .side-icons a {
        width: clamp(30px, 6.531vw, 48px);
        height: clamp(30px, 6.531vw, 48px);
    }
}

.product-text-container .side-icons a svg {
    width: clamp(14px, 0.833vw, 48px);
    height: clamp(14px, 0.833vw, 48px);
}

.product-text-container .side-icons a svg path {
    transition: all 0.5s ease-in-out;
}

.product-text-container .side-icons a.btn {
    font-size: clamp(14px, 0.833vw, 40px);
}

.product-text-container .side-icons a i {
    transition: all 0.5s ease-in-out;
}

.product-text-container .side-icons a:hover {
    background: #d78a2b;
}

.product-text-container .side-icons a:hover svg path {
    fill: #FFFFFF;
}

.product-text-container .side-icons a:hover i {
    color: #FFFFFF;
}

.product-text-container .function-bar {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 106px) !important;
}

@media (max-width: 490px) {
    .product-text-container .function-bar {
        flex-wrap: wrap;
    }
}

.product-text-container .function-bar .side-icons ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-text-container .function-bar .side-icons ul li a {
    width: clamp(36px, 2.5vw, 96px);
    height: clamp(36px, 2.5vw, 96px);
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #1F1F1F;
    background-color: transparent;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    padding: 4px;
}

@media (max-width: 490px) {
    .product-text-container .function-bar .side-icons ul li a {
        width: clamp(36px, 8.163vw, 80px);
        height: clamp(36px, 8.163vw, 80px);
    }
}

@media (max-width: 490px) {
    .product-text-container .function-bar .side-icons ul li a svg {
        width: 16px;
        height: 16px;
    }
}

.product-text-container .function-bar .side-icons ul li a svg path {
    transition: all 0.5s ease-in-out;
}

.product-text-container .function-bar .side-icons ul li:hover a {
    border: 1px solid #d78a2b;
    background-color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.product-text-container .function-bar .side-icons ul li:hover a svg path {
    fill: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

/* .product-text-container .quantity {
  padding: clamp(8px, 0.833vw, 48px) clamp(8px, 0.625vw, 48px);
  background: #e3e3e3;
} */

.product-text-container .quantity .quantity-wrap {
    gap: clamp(8px, 0.625vw, 50px);
}

.product-text-container .wish-compare-btn {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 72px);
}

.product-text-container .wish-compare-btn .wish-btn {
    display: flex;
    align-items: center;
    gap: 0;
    color: #0F0F0F;
    transition: all 0.5s ease-in-out;
}

.product-text-container .wish-compare-btn .wish-btn:hover {
    color: #d78a2b;
}

.faq-block {
    padding: 17.75px 0;
    background: #FFFFFF;
}

.faq-block:first-child {
    padding-top: 0;
}

@media (max-width: 576px) {
    .faq-block:first-child {
        padding-top: clamp(24px, 1.667vw, 48px);
    }
}

.faq-block .accordion-button {
    margin: 0;
    position: relative;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 0.833vw, 40px);
    color: #0F0F0F;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.32px;
    padding-right: 32px;
    font-size: 16px;
}

@media (max-width: 490px) {
    .faq-block .accordion-button {
        padding-right: 40px;
    }
}

.faq-block .accordion-button.collapsed {
    border-radius: 0px;
    padding: 0;
    background: none;
    margin: 0;
}

@media (max-width: 490px) {
    .faq-block .accordion-button.collapsed {
        padding-right: 40px;
    }
}

.faq-block .accordion-button.collapsed::after {
    background-image: none !important;
    color: #1F1F1F;
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
}

.faq-block .accordion-button:not(.collapsed) {
    color: #0F0F0F;
    background: transparent;
    border: none;
    box-shadow: none;
}

.faq-block .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faq-block .accordion-button::after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    background-image: none !important;
    position: absolute;
    right: 0;
    font-weight: 300;
    font-size: clamp(23px, 1.25vw, 48px);
    cursor: pointer;
}

.faq-block .accordion-collapse p {
    margin-top: clamp(12px, 1.25vw, 40px);
}

.review-section .review-wrapper {
    display: flex;
    align-items: center;
    gap: clamp(24px, 1.667vw, 116px);
    width: 100%;
}

@media (max-width: 490px) {
    .review-section .review-wrapper {
        flex-wrap: wrap;
    }

    .faq-block .accordion-button.collapsed::after {
        font-size: 16px;
    }
}

.review-section .review-wrapper .rating-box {
    width: 17%;
    padding: clamp(32px, 2.5vw, 60px) clamp(12px, 0.833vw, 24px);
    display: grid;
    align-items: center;
    border: 1px solid #0F0F0F;
}

@media (max-width: 1599px) {
    .review-section .review-wrapper .rating-box {
        width: 30%;
        padding: clamp(36px, 3.002vw, 52px) 16px;
    }
}

@media (max-width: 1024px) {
    .review-section .review-wrapper .rating-box {
        padding: 48px 16px;
    }
}

@media (max-width: 490px) {
    .review-section .review-wrapper .rating-box {
        width: 100%;
        padding: 16px;
    }
}

.review-section .review-wrapper .rating-box .review-btn {
    padding: clamp(12px, 0.833vw, 24px) clamp(18px, 1.667vw, 48px);
    background: #d78a2b;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
}

.review-section .review-wrapper .skills-bar-container {
    position: relative;
    list-style: none;
    padding: 0;
    width: 80%;
}

@media (max-width: 490px) {
    .review-section .review-wrapper .skills-bar-container {
        width: 100%;
    }
}

.review-section .review-wrapper .skills-bar-container li {
    position: relative;
    width: 100%;
}

.review-section .review-wrapper .skills-bar-container li .progressbar-title {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 72px);
    color: #808080;
    font-weight: 600;
}

.review-section .review-wrapper .skills-bar-container li .progressbar-title .number {
    display: flex;
    align-items: center;
    gap: 0;
}

.review-section .review-wrapper .skills-bar-container li .bar-container {
    background: #F5F5F5;
    position: relative;
    width: 100%;
    height: clamp(8px, 0.833vw, 30px);
    display: block;
}

.review-section .review-wrapper .skills-bar-container li .bar-container .progressbar {
    position: absolute;
    width: 0%;
    height: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.review-section .review-wrapper .skills-bar-container li .bar-container #progress-css {
    -webkit-animation-name: progress-css;
    animation-name: progress-css;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.review-section .review-wrapper .skills-bar-container li .bar-container #progress-javascript {
    -webkit-animation-name: progress-javascript;
    animation-name: progress-javascript;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.review-section .review-wrapper .skills-bar-container li .bar-container #progress-angular {
    -webkit-animation-name: progress-angular;
    animation-name: progress-angular;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.review-section .review-wrapper .skills-bar-container li .bar-container #progress-php {
    -webkit-animation-name: progress-php;
    animation-name: progress-php;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.review-section .review-wrapper .skills-bar-container li .bar-container #progress-mysql {
    -webkit-animation-name: progress-mysql;
    animation-name: progress-mysql;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.review-section .review-wrapper .progressbar {
    background-color: #d78a2b;
}

@-webkit-keyframes progress-css {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@-webkit-keyframes progress-javascript {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

@-webkit-keyframes progress-angular {
    0% {
        width: 0%;
    }

    100% {
        width: 65%;
    }
}

@-webkit-keyframes progress-php {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

@-webkit-keyframes progress-mysql {
    0% {
        width: 0%;
    }

    100% {
        width: 35%;
    }
}

@-moz-keyframes progress-css {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@-moz-keyframes progress-javascript {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

@-moz-keyframes progress-angular {
    0% {
        width: 0%;
    }

    100% {
        width: 65%;
    }
}

@-moz-keyframes progress-php {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes progress-mysql {
    0% {
        width: 0%;
    }

    100% {
        width: 35%;
    }
}

@keyframes progress-css {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@keyframes progress-javascript {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

@keyframes progress-angular {
    0% {
        width: 0%;
    }

    100% {
        width: 65%;
    }
}

@keyframes progress-php {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

@keyframes progress-mysql {
    0% {
        width: 0%;
    }

    100% {
        width: 35%;
    }
}

.review-section .review-area .review-block {
    display: flex;
    align-items: flex-start;
    gap: clamp(12px, 0.833vw, 72px);
}

.review-section .review-area .review-block.block-2 {
    padding-left: clamp(32px, 4.3vw, 120px);
}

.review-section .review-area .review-block .image-box {
    display: flex;
    flex-shrink: 0;
}

.review-section .review-area .review-block .image-box img {
    border-radius: 0;
    width: clamp(48px, 3.33vw, 96px);
    height: clamp(48px, 3.33vw, 96px);
}

.review-section .review-area .review-block .text-box .reply-btn {
    color: #d78a2b;
    transition: all 0.5s ease-in-out;
}

.review-section .review-area .review-block .text-box .reply-btn:hover {
    transition: all 0.5s ease-in-out;
    color: #d78a2b;
}

.review-section .input-block {
    position: relative;
}

.review-section .input-block svg {
    position: absolute;
    top: clamp(12px, 0.938vw, 24px);
    left: 12px;
}

.review-section .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 4px;
}

.review-section .star-rating input {
    display: none;
}

.review-section .star-rating label {
    color: #D9D9D9;
    cursor: pointer;
    font-size: clamp(20px, 1.25vw, 32px);
}

.review-section .star-rating :checked~label {
    color: #FD961E;
}

.review-section .star-rating label:hover,
.review-section .star-rating label:hover~label {
    color: #FD961E;
}

.product-color {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-color ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-color input[type=radio] {
    width: clamp(24px, 1.667vw, 64px);
    height: clamp(24px, 1.667vw, 64px);
    -webkit-appearance: none;
    border-radius: 0;
}

.product-color input[type=radio].radio-3 {
    background-color: #808080;
}

.product-color input[type=radio].radio-4 {
    background-color: #0F0F0F;
}

.product-color input[type=radio].radio-5 {
    background-color: #3DA5D5;
}

.product-color input[type=radio].radio-6 {
    background-color: #d78a2b;
}

.product-color input[type=radio].radio-7 {
    background-color: #d78a2b;
}

.product-color input[type=radio]:checked {
    border: 3px solid #FFFFFF;
    outline: 1px solid #0F0F0F;
    cursor: pointer;
    border-radius: 0;
}

.product-color input[type=radio]:hover {
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    outline: 1px solid #0F0F0F;
}

.select-size {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.select-size .button-label {
    cursor: pointer;
    color: #1F1F1F;
    border: 1px solid #808080;
    font-family: "Inter", sans-serif;
    background: transparent;
    transition: 0.3s;
    user-select: none;
    text-align: center;
    padding: 3px 13px;
}

.select-size .button-label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

.select-size .button-label:hover {
    background: #1F1F1F;
    color: #FFFFFF;
}

.select-size .radio-label:checked+.button-label {
    background: #1F1F1F;
    color: #FFFFFF;
}

.select-size .hidden {
    display: none;
}

.contact-section .opening-hours h6 {
    font: 600 18px/20px 'playfair display', sans-serif;
}

.contact-section .opening-hours h5,
.contact-section .opening-hours h4 {
    font: 700 24px/28px 'playfair display', sans-serif;
}

.contact-section .opening-hours .days-block {
    padding: clamp(12px, 1.25vw, 40px);
    border-radius: 0;
    background: #F5F5F5;
}

.contact-section .opening-hours .days-block.contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-section .opening-hours .days-block.contact-box .icon-box {
    padding: clamp(10px, 0.833vw, 40px);
    border-radius: 0;
    background: #FFFFFF;
}

.contact-section .opening-hours .days-block.contact-box .icon-box img {
    width: clamp(20px, 1.667vw, 48px);
    height: clamp(20px, 1.667vw, 48px);
}

.contact-section .form-container {
    height: 100%;
}

.contact-section .form-container .contact-form h4 {
    font: 700 26px/30px 'playfair display', sans-serif;

}

.contact-section .form-container button {
    border: 0;
}

.contact-section .form-container button.cus-btn-2 {
    margin: 20px 0;
}

.contact-section .map iframe {
    width: 100%;
    height: clamp(220px, 31.25vw, 850px);
}


.main-price {
    font-size: 17px;
    font-weight: 600;
}

.main-price .price-disc {
    font-size: 16px;
    font-weight: 400;
}

.content-box .subtitle {
    font-size: 16px;
}

.innerpagetitle-text {
    padding: 40px 0 60px 0;
}

.innerpagetitle-text .tb-innerpagetitle {
    font: 700 32px/40px 'Inter', sans-serif;
    color: #000;
    margin: 0 0 30px 0;
}

.innerpagetitle-text .text-content h4 {
    font: 700 22px/24px 'Inter', sans-serif;
    color: #000;
    margin: 20px 0 20px 0;
}

.innerpagetitle-text .text-content p {
    font-size: 16px;
    color: #262626;
}

@media (max-width:991px) {
    .sidebar {
        padding: 0 !important;
    }
}

@media (max-width:575px) {
    .innerpagetitle-text .text-content h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .content-box .subtitle {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .innerpagetitle-text {
        padding: 20px 0 40px 0;
    }
}

@media (max-width:480px) {
    .innerpagetitle-text .text-content p {
        font-size: 15px;
        text-align: justify;
    }

    .innerpagetitle-text .text-content h4 {
        margin: 15px 0;
    }

    .select-size {
        gap: 5px;
        flex-wrap: wrap;
    }

    .main-price {
        font-size: 15px;
    }

    .main-price .price-disc {
        font-size: 15px;
    }
}

@media (max-width:360px) {
    .innerpagetitle-text .text-content h4 {
        font-size: 18px;
        line-height: 20px;
    }
}



#checkout .contact-form {
    margin: 60px 0px 200px;
}

#checkout .contact-form .cus-checkBox {
    margin: 10px 0 20px;
}

#checkout .contact-form .cus-btn-2 {
    border: none;
}

#checkout #contactForm h4 {
    font: 700 28px/30px 'playfair display', sans-serif;
}

@media (max-width:991px) {
    #checkout .contact-form {
        margin: 40px 0px 180px;
    }
}

@media (max-width:480px) {
    #checkout .contact-form {
        margin: 20px 0px 170px;
    }
}