/* Fonts */
/* Satoshi */
@import url("../fonts/satoshi/stylesheet.css");
/* font-family: 'Satoshi'; */ 

/* Bricolage Grotesque */
@import url("../fonts/bricolage-grotesque/stylesheet.css");
/* font-family: 'Bricolage Grotesque'; */

/* Season */
@import url("../fonts/season/stylesheet.css");
/* font-family: 'Season'; */


/* Common Css Start ***
*********************/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
:root {
    --skinColor: #4D1809;
    --whiteColor: #FFF;
    --blackColor: #000;
}
body{
    padding: 0;
    margin: 0;
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #100502;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,label{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.btn:focus,
button:focus,
.form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn,
button{
    outline:none;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* For Flat UI Icons */
i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}


/* Column Row Gap */
.g-20px{
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.gx-20px{
    --bs-gutter-x: 20px;
}
.gy-20px{
    --bs-gutter-y: 20px;
}
.gx-22px{
    --bs-gutter-x: 22px;
}

/* Flex Gap */
.gap-2px{
    gap: 2px !important;
}
.gap-6px{
    gap: 6px !important;
}
.gap-10px{
    gap: 10px !important;
}
.gap-12px{
    gap: 12px !important;
}
.gap-14px{
    gap: 14px !important;
}
.gap-18px{
    gap: 18px !important;
}
.gap-20px{
    gap: 20px !important;
}
.gap-22px{
    gap: 22px !important;
}
.gap-26px{
    gap: 26px !important;
}
.gap-28px{
    gap: 28px !important;
}
.gap-30px{
    gap: 30px !important;
}

/* Flex Column Gap */
.column-gap-2px{
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}
.column-gap-6px{
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
}
.column-gap-10px{
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
}
.column-gap-12px{
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}
.column-gap-14px{
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
}
.column-gap-18px{
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
}
.column-gap-20px{
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}
.column-gap-22px{
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
}
.column-gap-26px{
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
}
.column-gap-28px{
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
}
.column-gap-30px{
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
}


/* Margin Bottom */
.mb-2px{
    margin-bottom: 2px !important;
}
.mb-6px{
    margin-bottom: 6px !important;
}
.mb-10px{
    margin-bottom: 10px !important;
}
.mb-12px{
    margin-bottom: 12px !important;
}
.mb-14px{
    margin-bottom: 14px !important;
}
.mb-18px{
    margin-bottom: 18px !important;
}
.mb-20px{
    margin-bottom: 20px !important;
}
.mb-22px{
    margin-bottom: 22px !important;
}
.mb-26px{
    margin-bottom: 26px !important;
}
.mb-28px{
    margin-bottom: 28px !important;
}
.mb-30px{
    margin-bottom: 30px !important;
}
.mb-40px{
    margin-bottom: 40px !important;
}
.mb-50px{
    margin-bottom: 50px !important;
}
.mb-100px{
    margin-bottom: 100px !important;
}

/* Margin Top */
.mt-2px{
    margin-top: 2px !important;
}
.mt-6px{
    margin-top: 6px !important;
}
.mt-10px{
    margin-top: 10px !important;
}
.mt-12px{
    margin-top: 12px !important;
}
.mt-14px{
    margin-top: 14px !important;
}
.mt-18px{
    margin-top: 18px !important;
}
.mt-20px{
    margin-top: 20px !important;
}
.mt-22px{
    margin-top: 22px !important;
}
.mt-26px{
    margin-top: 26px !important;
}
.mt-28px{
    margin-top: 28px !important;
}
.mt-30px{
    margin-top: 30px !important;
}
  
/* Padding */
.p-2px{
    padding: 2px !important;
}
.p-6px{
    padding: 6px !important;
}
.p-10px{
    padding: 10px !important;
}
.p-12px{
    padding: 12px !important;
}
.p-14px{
    padding: 14px !important;
}
.p-18px{
    padding: 18px !important;
}
.p-20px{
    padding: 20px !important;
}
.p-22px{
    padding: 22px !important;
}
.p-26px{
    padding: 26px !important;
}
.p-28px{
    padding: 28px !important;
}
.p-30px{
    padding: 30px !important;
}

/* Padding Bottom */
.pb-2px{
    padding-bottom: 2px !important;
}
.pb-6px{
    padding-bottom: 6px !important;
}
.pb-8px{
    padding-bottom: 8px !important;
}
.pb-10px{
    padding-bottom: 10px !important;
}
.pb-12px{
    padding-bottom: 12px !important;
}
.pb-14px{
    padding-bottom: 14px !important;
}
.pb-18px{
    margin-bottom: 18px !important;
}
.pb-20px{
    padding-bottom: 20px !important;
}
.pb-22px{
    padding-bottom: 22px !important;
}
.pb-26px{
    padding-bottom: 26px !important;
}
.pb-28px{
    padding-bottom: 28px !important;
}
.pb-30px{
    padding-bottom: 30px !important;
}

/* Padding Left-Right */
.px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.px-6px{
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-12px{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.px-14px{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.px-18px{
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-22px{
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.px-26px{
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.px-28px{
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* Padding Top-Bottom */
.py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.py-6px{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-12px{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-14px{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.py-18px{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-22px{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.py-26px{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.py-28px{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* Common Css End ***
*******************/


/* Other Common Css Start ***
***************************/
/* Button */
.wch-sm2-btn-white{
    border: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    border-radius: 77.7px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    padding: 12.5px 28px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-size: 205% 100%;
}
.wch-sm2-btn-white:hover{
    color: var(--whiteColor);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm2-btn-white:active{
    color: var(--whiteColor) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%) !important;
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%) !important;
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm2-btn-white svg{
    display: block;
}
.wch-sm2-btn-white path{
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm2-btn-white:hover path{
    fill: var(--whiteColor);
}


.wch-sm-btn-black{
    border: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    border-radius: 77.7px;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    padding: 12px 22px;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-size: 205% 100%;
}
.wch-sm-btn-black:hover{
    color: var(--whiteColor);
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm-btn-black:active{
    color: var(--whiteColor) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(51%, #4D1809), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%) !important;
    background-image: linear-gradient(to right, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%) !important;
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm-btn-black svg{
    display: block;
}

.wch-btn-white{
    border: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    padding: 16.5px 28px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-size: 205% 100%;
}
.wch-btn-white:hover{
    color: var(--whiteColor);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927));*/
    /*background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);*/
    /*background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);*/
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-btn-white:active{
    color: var(--whiteColor) !important;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927)) !important;*/
    /*background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%) !important;*/
    /*background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%) !important;*/
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-btn-white svg{
    display: block;
}
.wch-btn-white path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.wch-btn-white:hover path{
    fill: var(--whiteColor);
}
.wch-btn-white:active path{
    fill: var(--whiteColor);
}

.wch-btn-black{
    border: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    padding: 16.5px 28px;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-size: 205% 100%;
}
.wch-btn-black:hover{
    color: var(--whiteColor);
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%);
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-btn-black:active{
    color: var(--whiteColor) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(51%, #4D1809), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%) !important;
    background-image: linear-gradient(to right, #000 0%, #000 50%, #4D1809 51%, #EF5927 100%) !important;
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-btn-black svg{
    display: block;
}



.wch-sm-btn-white{
    border: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    border-radius: 81.924px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);
    padding: 13px 28px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-size: 205% 100%;
}
.wch-sm-btn-white:hover{
    color: var(--whiteColor);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927));*/
    /*background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);*/
    /*background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%);*/
    /*background-position: 100% 0;*/
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm-btn-white:active{
    color: var(--whiteColor) !important;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(51%, #4D1809), to(#EF5927)) !important;*/
    /*background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%) !important;*/
    /*background-image: linear-gradient(to right, #fff 0%, #fff 50%, #4D1809 51%, #EF5927 100%) !important;*/
    /*background-position: 100% 0;*/
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wch-sm-btn-white svg{
    display: block;
}
.wch-sm-btn-white path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.wch-sm-btn-white:hover path{
    fill: var(--whiteColor);
}
.wch-sm-btn-white:active path{
    fill: var(--whiteColor);
}
.min-w-145px{
    min-width: 145px;
}

.section-mb{
    margin-bottom: 190px;
}
/* Other Common Css End ***
*************************/



/* Home Page Css Start ***
************************/
/* Brand */
.brand-section{
    margin-bottom: 136px;
    padding: 22px 0;
    background: var(--skinColor);
    overflow: hidden;
}
.brand-slider .swiper-slide{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
}
.brand-slider .swiper-wrapper{
  -webkit-transition-timing-function : linear;
       -o-transition-timing-function : linear;
          transition-timing-function : linear;
}
.brand-slide-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
}
.brand-slide-img .brand{
    max-width: 100%;
}


/* Banner */
.wch-banner-section{
    padding-top: 98px;
    margin-top: -98px;
    overflow: hidden;
    background: url(../images/wch-banner.webp) no-repeat scroll center center / cover;
    position: relative;
    z-index: 1;
}
.wch-banner-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -o-linear-gradient(336deg, rgba(145, 59, 40, 0.80) 49.5%, rgba(0, 0, 0, 0.32) 102.82%);
    background: linear-gradient(114deg, rgba(145, 59, 40, 0.80) 49.5%, rgba(0, 0, 0, 0.32) 102.82%);
}
.wch-banner-area{
    padding-top: 107px;
    padding-bottom: 85px;
    position: relative;
}
.wch-banner-area::after{
    content: "";
    position: absolute;
    top: 36px;
    right: 0;
    width: 76px;
    aspect-ratio: 1 / 1;
    background: url(../images/4corner-shape.png) no-repeat scroll center center / cover;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
.wch-banner-area::before{
    content: "";
    position: absolute;
    bottom: 106px;
    left: 0;
    width: 76px;
    aspect-ratio: 1 / 1;
    background: url(../images/4corner-shape.png) no-repeat scroll center center / cover;
    -webkit-animation: floatUpDown2 3s ease-in-out infinite;
            animation: floatUpDown2 3s ease-in-out infinite;
}

.bn-rating-stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.07px;
    margin-bottom: 16px;
}
.bn-rating-info{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wch-banner-title{
    color: var(--whiteColor);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -3px;
    margin-bottom: 10px;
}
.wch-banner-subtitle{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 736px;
    margin: 0 auto 41px auto;
}
/* Animation */
.bn-rating-star-wrap{
   margin-bottom: 21px;
}
.swiper-slide-active .bn-rating-star-wrap{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.swiper-slide-active .wch-banner-title{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.swiper-slide-active .wch-banner-subtitle{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.swiper-slide-active .banner-btns-wrap{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Slider */
.wch-banner-slider .swiper-wrapper{
    margin-bottom: 65px;
}
.wch-banner-slider .swiper-slide{
    height: auto;
}
.wch-banner-slide{
    height: 100%;
    opacity: 0;
}
.swiper-slide-active .wch-banner-slide{
    opacity: 1;
}

/* Pagination */
.wch-banner-pagination{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
}
.wch-banner-pagination .swiper-pagination {
    position: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 8px;
    bottom: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wch-banner-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #FAA917;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
    margin: 0 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.wch-banner-pagination .swiper-pagination-bullet-active{
    background: var(--whiteColor);
}

.wch-banner-pagination .swiper-button-next, 
.wch-banner-pagination .swiper-rtl .swiper-button-prev {
    right: unset;
}
.wch-banner-pagination .swiper-button-prev, 
.wch-banner-pagination .swiper-rtl .swiper-button-next {
    left: unset;
}
.wch-banner-pagination .swiper-button-next, 
.wch-banner-pagination .swiper-button-prev{
    position: unset;
    margin-top: 0;
    width: 38px;
    height: auto;
    top: unset;
}
.wch-banner-pagination .swiper-button-next::after, 
.wch-banner-pagination .swiper-button-prev::after{
    display: none;
}
.wch-banner-pagination .swiper-button-next.swiper-button-disabled, 
.wch-banner-pagination .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
}

.wch-banner-pagination .swiper-button-next svg, 
.wch-banner-pagination .swiper-button-prev svg{
    display: block;
}
.wch-banner-pagination .swiper-button-next path, 
.wch-banner-pagination .swiper-button-prev path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.wch-banner-pagination .swiper-button-next:hover path, 
.wch-banner-pagination .swiper-button-prev:hover path{
    fill: var(--skinColor);
}


/* Section Title */
.wch-section-badge{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
}
.section-title{
    color: var(--whiteColor);
    font-family: "Bricolage Grotesque";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -3.52px;
}
.section-subtitle{
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
}
.category-title-area{
    margin-bottom: 66px;
}

.category-card{
    border-radius: 23.449px;
    overflow: hidden;
    height: 100%;
    background-color: var(--skinColor);
}
.category-card-banner{
    display: block;
    width: 100%;
    border-radius: 23.449px 23.449px 0px 0px;
    aspect-ratio: 426 / 284;
    overflow: hidden;
}
.category-card-banner .banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-card:hover .category-card-banner .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.category-card-body{
    padding: 0 24px 18px 24px;
}
.category-card-iconbox{
    width: 100.508px;
    height: 100.508px;
    border-radius: 50%;
    border: 4px solid var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #EF5927;
    margin-top: -74px;
    margin-bottom: 15px;
    position: relative;
}
.category-card-iconbox img{
    height: 50px;
}
.category-card-title{
    color: var(--whiteColor);
    font-family: "Bricolage Grotesque";
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 12px;
}
.category-card-title:hover{
    color: #EF5927;
}
.category-card-subtitle{
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.132%; /* 24.502px */
    margin-bottom: 21px;
}
.category-card-btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-card-btn:hover{
    color: #EF5927;
}
.category-card-btn svg{
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-card-btn:hover svg{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.category-card-btn path{
    -webkit-transform: .3s;
        -ms-transform: .3s;
            transform: .3s;
}
.category-card-btn:hover path{
    fill: #EF5927;
}

.category-slider .swiper-slide{
    height: auto;
}


/* Featured Collection */
.max-w-922px{
    max-width: 922px;
}
.max-w-676px{
    max-width: 676px;
}



.featured-collection-slider > .swiper-wrapper > .swiper-slide{
    height: auto;
}
.featured-collection-slider > .swiper-wrapper{
    margin-bottom: 60px;
}

.product-card-pagination{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
}
.product-card-pagination .swiper-pagination2 {
    position: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    row-gap: 8px;
    bottom: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.product-card-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #C6C6C6;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
    margin: 0 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-pagination .swiper-pagination-bullet-active{
    background: var(--skinColor);
}

.product-card-pagination .swiper-button-next2, 
.product-card-pagination .swiper-rtl .swiper-button-prev2 {
    right: unset;
}
.product-card-pagination .swiper-button-prev2, 
.product-card-pagination .swiper-rtl .swiper-button-next2 {
    left: unset;
}
.product-card-pagination .swiper-button-next2, 
.product-card-pagination .swiper-button-prev2{
    position: unset;
    margin-top: 0;
    width: 38px;
    height: auto;
    top: unset;
}
.product-card-pagination .swiper-button-next2::after, 
.product-card-pagination .swiper-button-prev2::after{
    display: none;
}
.product-card-pagination .swiper-button-next2.swiper-button-disabled, 
.product-card-pagination .swiper-button-prev2.swiper-button-disabled {
    opacity: .6;
}

.product-card-pagination .swiper-button-next2 svg, 
.product-card-pagination .swiper-button-prev2 svg{
    display: block;
}
.product-card-pagination .swiper-button-next2 path, 
.product-card-pagination .swiper-button-prev2 path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-pagination .swiper-button-next2:hover path, 
.product-card-pagination .swiper-button-prev2:hover path{
    fill: var(--skinColor);
}



.product-card-banner-slide{
    width: 100%;
    aspect-ratio: 512 / 480.909;
    border-radius: 22px 22px 0px 0px;
}
.product-card-banner-slide .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}
.product-card{
    border-radius: 22px;
    width: 100%;
    overflow: hidden;
    background: var(--skinColor);
    height: 100%;
}

/* Banner Slider */
.pc-inner-slider .swiper-slide{
    height: auto;
}
.pc-banner-pagination{
    position: absolute;
    bottom: 18px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 14.84px;
       -moz-column-gap: 14.84px;
            column-gap: 14.84px;
    row-gap: 12px;
}
.pc-banner-pagination .swiper-pagination {
    position: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 6.64px;
       -moz-column-gap: 6.64px;
            column-gap: 6.64px;
    row-gap: 6px;
    bottom: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.pc-banner-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: var(--whiteColor);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
    margin: 0 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pc-banner-pagination .swiper-pagination-bullet-active{
    background: var(--skinColor);
}

.pc-banner-pagination .swiper-button-next, 
.pc-banner-pagination .swiper-rtl .swiper-button-prev {
    right: unset;
}
.pc-banner-pagination .swiper-button-prev, 
.pc-banner-pagination .swiper-rtl .swiper-button-next {
    left: unset;
}
.pc-banner-pagination .swiper-button-next, 
.pc-banner-pagination .swiper-button-prev{
    position: unset;
    margin-top: 0;
    width: 28px;
    height: auto;
    top: unset;
}
.pc-banner-pagination .swiper-button-next::after, 
.pc-banner-pagination .swiper-button-prev::after{
    display: none;
}
.pc-banner-pagination .swiper-button-next.swiper-button-disabled, 
.pc-banner-pagination .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
}

.pc-banner-pagination .swiper-button-next svg, 
.pc-banner-pagination .swiper-button-prev svg{
    display: block;
}
.pc-banner-pagination .swiper-button-next path, 
.pc-banner-pagination .swiper-button-prev path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pc-banner-pagination .swiper-button-next:hover path, 
.pc-banner-pagination .swiper-button-prev:hover path{
    fill: var(--skinColor);
}


.product-card-banner-area{
    position: relative;
}
.product-card-badge{
    border-radius: 65.127px;
    background: rgba(255, 255, 255, 0.30);
    padding: 6.3px 13.94px;
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 12.605px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    left: 17px;
    top: 26px;
    z-index: 3;
}
.product-card-bookmark{
    position: absolute;
    top: 18px;
    right: 16.79px;
    width: 46px;
    height: 46px;
    background: var(--whiteColor);
    border-radius: 50%;
    z-index: 3;
    overflow: hidden;
}
.product-card-bookmark-inner{
    padding-top: 2px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-card-bookmark svg{
    display: block;
}
.product-card-bookmark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-bookmark:hover path{
    fill: var(--skinColor);
}
.product-card-bookmark.active path{
    fill: var(--skinColor);
}


.product-card-body{
    padding: 20px 20px 26px 20px;
}
.pc-star-rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.91px;
}
.pc-star-block svg{
    display: block;
}
.pc-rating-review-total{
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-card-title{
    color: var(--whiteColor);
    font-family: "Bricolage Grotesque";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.797%; /* 36.239px */
    letter-spacing: -0.9px;
    margin-bottom: 8.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-title:hover{
    color: #EF5927;
}
.product-card-subtitle{
    margin-bottom: 9px;
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.634%; /* 21.789px */
}
.pc-new-price{
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pc-old-price{
    color: rgba(255, 255, 255, 0.20);
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
}
.featured-collection-section{
    margin-bottom: 58px;
}


/* Highlighted Product */
.hp-section-title{
    margin-bottom: 30px;
    max-width: 713px;
}
.hp-subtitle-wrap{
    margin-bottom: 30px;
    max-width: 595px;
}
.highlighted-product-details{
    padding-top: 105px;
    position: relative;
    margin-top: 10px;
}
.highlight-shape{
    position: absolute;
    right: 0;
    top: 0;
    width: 136px;
    aspect-ratio: 136 / 134;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
@-webkit-keyframes floatUpDown {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    50%  { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes floatUpDown {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    50%  { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes floatUpDown2 {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    60%  { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes floatUpDown2 {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    60%  { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

.highlighted-banner-wrap{
    position: relative;
    padding-left: 32px;
    padding-bottom: 64px;
}
.highlighted-banner2{
    position: absolute;
    bottom: 0;
    left: -148px;
    z-index: 1;
    width: 309.193px;
    aspect-ratio: 309.193 / 378.318;
}
.highlighted-banner2 .banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
   border-radius: 20px;
}
.highlighted-banner1{
    width: calc(100% + 111px);
    aspect-ratio: 613.715 / 913.567;
}
.highlighted-banner1 .banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       border-radius: 24px 24px 24px 0;
}
.highlight-product-section{
    overflow: hidden;
    margin-bottom: 190px;
}


/* Featured Collection 2 */
.max-w-1053px{
    max-width: 1053px;
}
.max-w-717px{
    max-width: 717px;
}
.featured-collection2-section{
    padding-top: 80px;
    padding-bottom: 100px;
    background: var(--skinColor);
}
.fc2-section-title-area{
    margin-bottom: 82px;
}
.collection-card{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.collection-card::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.90) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.90)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.90) 100%);
    border-radius: 24px;
}
.collection-card-image{
    width: 100%;
    height: 100%;
    aspect-ratio: 645 / 638;
    border-radius: 24px;
    overflow: hidden;
}
.collection-card-image .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    border-radius: 24px;
}
.collection-card:hover .collection-card-image .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.collection-card-content{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 30px;
}

.collection-category{
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 17px;
    margin-bottom: 25px;
    position: relative;
}
.collection-category::after{
    position: absolute;
    content: "";
    left: -6px;
    top: -12px;
    height: 77px;
    aspect-ratio: 12 / 77;
    background: url(../images/collection-title-shape.svg) no-repeat scroll center center / cover;
}
.collection-card-title{
    color: var(--whiteColor);
    font-family: "Bricolage Grotesque";
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.29px;
    margin-bottom: 20px;
    max-width: 502px;
}
.collection-card-subtitle{
    color: var(--whiteColor);
    /* font-family: 'Satoshi'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%; /* 26px */
    margin-bottom: 28px;
    max-width: 418px;
}


/* Why Choose Us */
.why-choose-section{
    padding-top: 190px;
    padding-bottom: 190px;
}
.why-choose-title-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 128px;
}
.why-choose-section-title{
    max-width: 663px;
}
.wc-section-title-right{
    max-width: 544px;
}

.wch-benefit-icon{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 26px auto;
}
.wch-benefit-title{
    color: var(--whiteColor);
    text-align: center;
    -webkit-text-stroke-width: 0.26px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 348px;
    margin: 0 auto 23px auto;
}
.wch-benefit-icon .icon{
    height: 72px;
}
.wch-benefit-subtitle{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 313px;
    margin: 0 auto;
}
.wch-benefit-line1{
    position: relative;
}
.wch-benefit-line1::after{
    position: absolute;
    content: "";
    right: -96px;
    top: 18px;
    width: 99px;
    height: 3px;
    border-radius: 6px;
    background-color: var(--whiteColor);
}
.wch-benefit-line2{
    position: relative;
}
.wch-benefit-line2::after{
    position: absolute;
    content: "";
    right: -96px;
    top: 18px;
    width: 99px;
    height: 3px;
    border-radius: 6px;
    background-color: var(--whiteColor);
}


/* Testimonial */
.testimonial-section{
    padding-bottom: 127px;
    padding-top: 100px;
    background: var(--skinColor);
}
.testimonial-section-title-area{
    margin-bottom: 60px;
}

/* New Testimonial */
.testimonial-wrapper{
    position: relative;
}
.ts-profile-items{
    left: 0;
    right: 0;
    max-width: 1012px;
    height: auto;
    padding: 0;
    margin: auto;
}
.ts-profile-items .slick-dots{
    display: none;
}
.ts-profile-image{
    position: relative;
}
.ts-profile-items .slick-slide.slick-current.slick-active.slick-center {
    margin: 0 3px;
}
.ts-profile-items .slick-slide.ts-profile-image {
    margin: 0 0px;
    width: 216px;
    height: 216px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    opacity: .5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ts-profile-items .slick-slide.ts-profile-image img{
    width: 138px;
    height: 138px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    -o-object-fit: cover;
       object-fit: cover;
}
.ts-profile-items .slick-slide.slick-current.slick-active.slick-center.ts-profile-image{
    opacity: 1;
}
.ts-profile-items .slick-slide.slick-current.slick-active.slick-center.ts-profile-image img {
    width: 100%;
    height: 100%;
}


/* Testimonial Content */
.ts-content-items{
    position: relative;
    margin: 47px auto 0 auto;
    margin-bottom: 0px !important;
    max-width: 1012px;
}
.ts-content-items .slick-list{
    max-width: 796px;
    margin: 0 auto;
}
.ts-user-name{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}
.ts-user-rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.89px;
    margin-bottom: 39px;
}
.ts-user-comment{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 142.857%; /* 40px */
}
.ts-content-items .slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    position: unset;
    margin-top: 60px;
}
.ts-content-items .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #D0D0D0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}
.ts-content-items .slick-dots li.slick-active{
    background: var(--whiteColor);
}
.ts-content-items .slick-dots li button{
    display: none;
}

.ts-content-items .slick-next {
    right: -66px;
}
.ts-content-items .slick-prev {
    left: -66px;
}
.ts-content-items .slick-prev, 
.ts-content-items .slick-next {
    top: -19px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--whiteColor);
    -webkit-box-shadow: 0px 8.322px 20.804px 0px rgba(20, 20, 43, 0.06);
            box-shadow: 0px 8.322px 20.804px 0px rgba(20, 20, 43, 0.06);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ts-content-items .slick-prev:hover, 
.ts-content-items .slick-next:hover{
    background: #EF5927;
}
.ts-content-items .slick-prev:before, 
.ts-content-items .slick-next::before  {
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #14142B;
    opacity: 1;
}
.ts-content-items .slick-prev:hover:before, 
.ts-content-items .slick-next:hover::before{
    color: var(--whiteColor);
}
.ts-content-items .slick-prev:before{
    content: '\f12c';
    margin-left: -2px;
}
.ts-content-items .slick-next::before{
    content: "\f12d";
    margin-right: -2px;
}
/* Home Page Css Start ***
************************/


/* Scroll Top Css Start ***
*************************/
.scroll-progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--whiteColor);
    /* border: 1.2px solid rgba(134, 134, 134, 0.12); */
    border: 1.2px solid var(--whiteColor);
}
.scroll-progress-wrap:hover{
    -webkit-animation: waveBtn 2s 1;
            animation: waveBtn 2s 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
@-webkit-keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 #EF5927;
                box-shadow: 0 0 0 0 #EF5927;
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 #EF5927;
                box-shadow: 0 0 0 0 #EF5927;
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent;
    }
}
.scroll-progress-wrap::after {
    position: absolute;
    content: "\f136";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: var(--blackColor);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-progress-wrap.active-scroll-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-progress-wrap svg path {
    fill: none;
}
.scroll-progress-wrap svg.scroll-progress-circle path {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    stroke: var(--blackColor);
    stroke-width: 1.2;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}
/* Scroll Top Css End ***
***********************/

.wc-badges{
    position: absolute;
    top: 9px;
}
.product-card-wishlist.active svg path,
.product-card-bookmark.active svg path{
     fill: #EF4A4A;
}
.slick-loading .slick-list {
    background: none !important;
}
