/* Fonts */
/* Satoshi */
@import url("../fonts/satoshi/stylesheet.css");
/* font-family: 'Satoshi'; */ 
/* Inter */
@import url("../fonts/inter/stylesheet.css");
/* font-family: 'Satoshi'; */ 

/* Playfair Display */
@import url("../fonts/playfair-display/stylesheet.css");
/* font-family: 'Playfair Display'; */

/* 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: #EF5927;
    --whiteColor: #FFF;
    --blackColor: #000;
    --secondaryColor: #333333;
    --secondaryColor2: #181818;
}
body{
    padding: 0;
    margin: 0;
    color: var(--secondaryColor);
     /* font-family: 'Satoshi'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #FFFFED;
}
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-btn-skin{
    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(#EF5927), color-stop(50%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #EF5927 0%, #FAA917 50%, #EF5927 100%);
    background-image: linear-gradient(90deg, #EF5927 0%, #FAA917 50%, #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: 200% 100%;
}
.wch-btn-skin:hover{
    color: var(--whiteColor);
    background-image: -webkit-gradient(linear, left top, right top, from(#EF5927), color-stop(50%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #EF5927 0%, #FAA917 50%, #EF5927 100%);
    background-image: linear-gradient(90deg, #EF5927 0%, #FAA917 50%, #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-skin:active{
    color: var(--whiteColor) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#EF5927), color-stop(50%, #FAA917), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #EF5927 0%, #FAA917 50%, #EF5927 100%) !important;
    background-image: linear-gradient(90deg, #EF5927 0%, #FAA917 50%, #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-skin svg{
    display: block;
}
.min-w-209px{
    min-width: 209px;
}


.wch-sm-btn-skin{
    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(#EF5927), color-stop(50%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #EF5927 0%, #FAA917 50%, #EF5927 100%);
    background-image: linear-gradient(90deg, #EF5927 0%, #FAA917 50%, #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: 200% 100%;
}
.wch-sm-btn-skin:hover{
    color: var(--whiteColor);
    background-image: -webkit-gradient(linear, left top, right top, from(#EF5927), color-stop(50%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #EF5927 0%, #FAA917 50%, #EF5927 100%);
    background-image: linear-gradient(90deg, #EF5927 0%, #FAA917 50%, #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-skin:active{
    color: var(--whiteColor) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#EF5927), color-stop(50%, #FAA917), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #EF5927 0%, #FAA917 50%, #EF5927 100%) !important;
    background-image: linear-gradient(90deg, #EF5927 0%, #FAA917 50%, #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-skin svg{
    display: block;
}


.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%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #FAA917 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #000 0%, #000 50%, #FAA917 51%, #EF5927 100%);
    padding: 12.5px 28px;
    color: var(--whiteColor);
    text-align: center;
     /* font-family: 'Satoshi'; */
    font-size: 14px;
    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%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #FAA917 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #000 0%, #000 50%, #FAA917 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%, #FAA917), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #000 0%, #000 50%, #FAA917 51%, #EF5927 100%) !important;
    background-image: linear-gradient(to right, #000 0%, #000 50%, #FAA917 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%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #FAA917 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FAA917 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%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #FAA917 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FAA917 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%, #FAA917), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #FAA917 51%, #EF5927 100%) !important;
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FAA917 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-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%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #FAA917 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FAA917 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%, #FAA917), to(#EF5927));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #FAA917 51%, #EF5927 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FAA917 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%, #FAA917), to(#EF5927)) !important;
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #FAA917 51%, #EF5927 100%) !important;
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FAA917 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: 42px 0;
    background: var(--skinColor);
}
.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: 100%;
}
.brand-slide-img .brand{
    max-width: 100%;
}

/* Banner */
.wch-banner-section{
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(85, 85, 85, 1)), color-stop(50%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(bottom,rgba(85, 85, 85, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg,rgba(85, 85, 85, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    padding-top: 45px;
    margin-top: -98px;
    overflow: hidden;
}
.wch-banner-area{
    padding-top: 90px;
    padding-bottom: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
}
.banner-title-area{
    max-width: 617px;
    position: relative;
    width: 100%;
}
.bn-sun-shape{
    position: absolute;
    right: 63px;
    top: -20px;
    width: 118px;
    aspect-ratio: 1 / 1;
}
.bn-sun-shape .shape{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
.banner-title{
    color: var(--whiteColor);
    font-family: "Playfair Display";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.923%;
    letter-spacing: -3.9px;
    margin-bottom: 47px;
    margin-top: 80px;
}
.banner-title .bt-gray{
    color: rgba(255, 255, 255, 0.70);
}

.banner-right-wrap{
    max-width: 680px;
    width: 100%;
}
.bn-rating-star svg{
    height: 20px;
}
.banner-raging-wrap{
    margin-left: -36px;
    max-width: 260px;
    padding-bottom: 18px;
    position: relative;
}
.bnrating-arrow-shape{
    width: 73px;
    aspect-ratio: 73 / 98;
    position: absolute;
    left: 16px;
    bottom: -98px;
    -webkit-animation: floatUpDown2 3s ease-in-out infinite;
            animation: floatUpDown2 3s ease-in-out infinite;
}
.bnrating-arrow-shape .shape{
    width: 100%;
}
.bn-rating-stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.07px;
    margin-bottom: 16px;
}
.bn-rating-info{
    color: var(--whiteColor);
     /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bn-subtitle-wrap{
    max-width: 316px;
    padding-top: 52px;
    position: relative;
}
.bn-subtitle-shape{
    width: 60px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 0;
    top: -20px;
    -webkit-animation: floatUpDown3 3s ease-in-out infinite;
            animation: floatUpDown3 3s ease-in-out infinite;
}
.banner-subtitle{
    color: var(--whiteColor);
     /* font-family: 'Satoshi'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bn-slider-wrap{
    margin-top: 50px;
    padding-left: 20px;
    position: relative;
}
.bn-slider-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    top: 60px;
    width: 48px;
    aspect-ratio: 1 / 1;
    background: url(../images/4corner-shape-sm.png) no-repeat scroll center center / cover;
    -webkit-animation: floatUpDown4 3s ease-in-out infinite;
            animation: floatUpDown4 3s ease-in-out infinite;
    z-index: 1;
}

/* Slider */
.wch-banner-slide{
    max-width: 474px;
    width: 100%;
   aspect-ratio: 506 / 320;
    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;
}
.wch-banner-slide .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
/* 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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -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(--blackColor);
    text-align: center;
     /* font-family: 'Satoshi'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
}
.section-title{
    color: var(--blackColor);
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.52px;
}
.section-subtitle{
    color: var(--secondaryColor);
     /* 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%;
}
.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: 90px;
    height: 90px;
    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: var(--skinColor);
    margin-top: -48px;
    margin-bottom: 15px;
    position: relative;
}
.category-card-title{
    color: var(--blackColor);
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 12px;
}
.category-card-title:hover{
    color: var(--skinColor);
}
.category-card-subtitle{
    color: var(--blackColor);
     /* 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: #3F3832;
    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: var(--skinColor);
}
.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: var(--skinColor);
}

.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: 46px;
}

.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;
}
.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: 535.68 / 497.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(--whiteColor);
    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(--blackColor);
    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;
	border-left: 1px solid #eeeed7;
	border-radius: 0 0 22px 22px;
	border-right: 1px solid #eeeed7;
	border-bottom: 1px solid #eeeed7;
}
.category-card-body{
    border-left: 1px solid #eeeed7;
	border-radius: 0 0 22px 22px;
	border-right: 1px solid #eeeed7;
	border-bottom: 1px solid #eeeed7;
}
.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(--blackColor);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-card-title{
    color: var(--blackColor);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.797%; /* 36.239px */
    margin-bottom: 8.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-title:hover{
    color: var(--skinColor);
}
.product-card-subtitle{
    margin-bottom: 14px;
    color: var(--secondaryColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.634%; /* 21.789px */
}
.pc-new-price{
    color: var(--blackColor);
     /* font-family: 'Satoshi'; */
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pc-old-price{
    color: rgba(0, 0, 0, 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: 35px;
    max-width: 713px;
}
.text-linear{
    background: -webkit-gradient(linear, left top, right top, from(#FAA917), color-stop(23.41%, #EF5927));
    background: -o-linear-gradient(left, #FAA917 0%, #EF5927 23.41%);
    background: linear-gradient(90deg, #FAA917 0%, #EF5927 23.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hp-subtitle-wrap{
    margin-bottom: 40px;
    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); }
}
@-webkit-keyframes floatUpDown3 {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    40%  { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes floatUpDown3 {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    40%  { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes floatUpDown4 {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    50%  { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes floatUpDown4 {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); }
    50%  { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    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;
}
.highlight-product-section{
    overflow: hidden;
    margin-bottom: 110px;
}


/* Featured Collection 2 */
.max-w-1053px{
    max-width: 1053px;
}
.max-w-717px{
    max-width: 717px;
}
.featured-collection2-section{
    padding-top: 80px;
    padding-bottom: 95px;
    background: var(--whiteColor);
}
.fc2-section-title-area{
    margin-bottom: 60px;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.90)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.90) 100%);
    border-radius: 20px;
}
.collection-card-image{
    width: 100%;
    height: 100%;
    aspect-ratio: 645 / 520;
    overflow: hidden;
     border-radius: 20px;
}
.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: 20px;
}
.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: "Playfair Display";
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.29px;
    margin-bottom: 10px;
    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: 108px;
    padding-bottom: 78px;
}
.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(--blackColor);
    text-align: center;
    -webkit-text-stroke-width: 0.26px;
    -webkit-text-stroke-color: #000;
    font-family: "Playfair Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 348px;
    margin: 0 auto 15px auto;
}

.wch-benefit-subtitle{
    color: var(--secondaryColor2);
    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(--blackColor);
}
.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(--blackColor);
}


/* Testimonial */
.testimonial-section{
    padding-bottom: 80px;
    padding-top: 95px;
    background: var(--whiteColor);
}
.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(--secondaryColor2);
    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(--secondaryColor2);
    text-align: center;
     /* font-family: 'Satoshi'; */
    font-size: 28px;
    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(--blackColor);
}
.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: var(--skinColor);
}
.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);
}
.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 var(--skinColor);
                box-shadow: 0 0 0 0 var(--skinColor)
    }
    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 var(--skinColor);
                box-shadow: 0 0 0 0 var(--skinColor)
    }
    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 ***
***********************/

.capitalize{
    text-transform: capitalize;
}

.quick-view-modal .modal-header .btn-close {
	top: 9px;
}
.circle-iconbox-24px.active svg path,
.product-card-bookmark.active svg path{
    fill: #EF4A4A;

}

.slick-loading .slick-list {
    background: none !important;
}
