/* Fonts */
/* Century Gothic */
@import url("../fonts/century-gothic/stylesheet.css");
/* font-family: 'Century Gothic'; */

/* Luxury */
@import url("../fonts/luxury/stylesheet.css");
/* font-family: 'Luxury'; */

/* Onest */
@import url("../fonts/onest/stylesheet.css");
/* font-family: 'Onest'; */

/* Oregano */
@import url("../fonts/oregano/stylesheet.css");
/* font-family: 'Oregano'; */

/* Runtime */
@import url("../fonts/runtime/stylesheet.css");
/* font-family: 'Runtime'; */


/* Common Css Start ***
*********************/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
:root {
    --skinColor: #FB8430;
    --whiteColor: #FFF;
    --whiteColor2: rgba(255, 255, 255, 0.90);
    --whiteColor3: rgba(255, 255, 255, 0.80);
    --blackColor: #000;
}
body{
    padding: 0;
    margin: 0;
    color: var(--whiteColor3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.182px; /* 126.136% */
    background-color: #020204;
}
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;
}
.gy-28px{
    --bs-gutter-y: 28px;
}

/* 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 */
.pf-btn-outline-white{
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    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: 100px;
    border: 1px solid var(--whiteColor);
    background: #020204;
    /* padding: 16px 18px; */
    padding: 18px 27px;
    color: var(--whiteColor);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pf-btn-outline-white:hover{
    color: var(--whiteColor);
    background: var(--skinColor);
    border-color: var(--skinColor);
}
.pf-btn-outline-white:active{
    color: var(--whiteColor) !important;
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
}
.pf-btn-outline-white svg{
    display: block;
}
.pf-btn-outline-white::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    height: 0%;
    width: 100%;
}
.pf-btn-outline-white:hover::before {
    height: 100%;
    bottom: auto;
    opacity: 1;
}


.sm-btn-outline-white{
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    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: 6px;
    border-radius: 100px;
    border: 1px solid var(--whiteColor);
    background: #020204;
    padding: 10px 9px;
    color: var(--whiteColor);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sm-btn-outline-white:hover{
    color: var(--whiteColor);
    background: var(--skinColor);
    border-color: var(--skinColor);
}
.sm-btn-outline-white:active{
    color: var(--whiteColor) !important;
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
}
.sm-btn-outline-white svg{
    display: block;
}
.sm-btn-outline-white::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    height: 0%;
    width: 100%;
}
.sm-btn-outline-white:hover::before {
    height: 100%;
    bottom: auto;
    opacity: 1;
}



.section-mb{
    margin-bottom: 130px !important;
}
.section-pb{
    padding-bottom: 130px !important;
}

.mb-34px{
    margin-bottom: 34px !important;
}
.svg-block > svg{
    display: block;
}
.overflow-x-clip{
    overflow-x: clip;
}
/* Other Common Css End ***
*************************/



/* Home Page Css Start ***
************************/
.pf-banner-section{
    overflow-x: clip;
    position: relative;
    z-index: 1;
    margin-top: -91.72px;
    padding-top: 91.72px;
    margin-bottom: 170px;
}
.pf-banner-section::after{
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 1164px;
    /* height: 964px; */
    aspect-ratio: 1164 / 964;
    background: url(../images/banner-shape.webp) no-repeat scroll center center / cover;
    z-index: -1;
}
.banner-area-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
    padding-top: 85px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.banner-content-area{
    max-width: 679px;
    width: 100%;
}
.pf-banner-title{
    color: var(--whiteColor);
    font-family: 'Runtime';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.769%; /* 110px */
    margin-bottom: 26px;
}
.banner-title-outer{
    position: relative;
    z-index: 1;
}
.banner-title-outer::after{
    position: absolute;
    content: "";
    left: -122px;
    top: -30px;
    width: 613px;
    aspect-ratio: 613 / 278;
    border-radius: 613px;
    background: var(--skinColor);
    -webkit-filter: blur(200px);
            filter: blur(200px);
    z-index: -1;
}
.banner-title-outer .title-shape1{
    position: absolute;
    top: 0;
    right: -45px;
    width: 45px;
    aspect-ratio: 45 / 50;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
.banner-title-outer .title-shape2{
    position: absolute;
    bottom: -9.5px;
    right: 95px;
    width: 100px;
    aspect-ratio: 100 / 67;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
/* Animation keyframes */
@-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); }
}

.pf-banner-subtitle{
    color: var(--whiteColor2);
    /* font-family: "Century Gothic"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    text-transform: capitalize;
    margin-bottom: 40px;
    max-width: 501px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.pf-banner-area{
    max-width: 450px;
    width: 100%;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}
.pf-banner-area .banner{
    width: 100%;
}
.pf-banner-area::after{
    position: absolute;
    content: "";
    right: 0px;
    bottom: 188px;
    width: 377.192px;
    aspect-ratio: 377.192 / 377.192;
    border-radius: 613px;
    background: var(--skinColor);
    -webkit-filter: blur(200px);
            filter: blur(200px);
    z-index: -1;
}
.bn-product-served-badge{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8.76px;
       -moz-column-gap: 8.76px;
            column-gap: 8.76px;
    border-radius: 100.863px;
    border: 1.513px solid var(--whiteColor);
    background: rgba(0, 0, 0, 0.30);
    -webkit-backdrop-filter: blur(9.910920143127441px);
            backdrop-filter: blur(9.910920143127441px);
    max-width: 240px;
    padding: 8px 14px;
    position: absolute;
    left: -114px;
    top: 243px;
}
.product-served-badge-title{
    color: var(--whiteColor);
    font-family: 'Luxury';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.product-served-image{
    width: 43.013px;
    height: 43.013px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.013px;
            flex: 0 0 43.013px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-served-image:not(:first-child){
    margin-left: -14.86px;
}

.banner-arrow-banner-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -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: 20px;
    max-width: 526px;
    width: 100%;
    margin-top: -63px;
}
.banner-discover-btn{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: "Century Gothic"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.banner-discover-btn:hover{
    color: var(--skinColor);
}
.bn-discover-arrow{
    margin-bottom: 9.68px;
    margin-left: auto;
    margin-right: auto;
    width: 35.259px;
    height: 43.318px;
    border: 3px solid var(--whiteColor);
    border-radius: 100px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bn-discover-arrow span[class*="fi-rr-"]{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 14px;
    display: inline-block;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-animation: bnArrow 2s infinite;
            animation: bnArrow 2s infinite;
}
@-webkit-keyframes bnArrow {
    0% {
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes bnArrow {
    0% {
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
        visibility: hidden;
        opacity: 0;
    }
}
.bn-discover-arrow span[class*="fi-rr-"]:before{
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 14px;
}

.pf-sm-banner-wrap{
    position: relative;
    border-radius: 500px;
    max-width: 207px;
    width: 100%;
    /* height: 292px; */
    aspect-ratio: 207 / 292;
}
.pf-sm-banner-wrap .sm-banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}
.pf-sm-banner-text{
    color: var(--blackColor);
    text-align: center;
    /* font-family: "Century Gothic"; */
    font-size: 11.757px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: 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;
    position: absolute;
    bottom: 56px;
    left: -35px;
}


/* Embrace Elegance with Every Spritz */
.section-title{
    color: var(--whiteColor);
    font-family: 'Runtime';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.324%; /* 92px */
}
.section-subtitle{
    color: var(--whiteColor2);
    /* font-family: "Century Gothic"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.667%; /* 30px */
    text-transform: capitalize;
}
.max-w-908px{
    max-width: 908px;
}
.max-w-633px{
    max-width: 633px;
}

.embrace-title-area{
    margin-bottom: 76px;
    position: relative;
}
.embrace-content-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
}
.pf-category-item:not(:last-child){
    margin-bottom: 25px;
}
.pf-category-link{
    color: var(--whiteColor2);
    text-align: center;
    font-family: 'Oregano' !important;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pf-category-link.active,
.pf-category-link:hover{
    color: var(--skinColor);
}

.embrace-banner1{
    width: calc(33.33% - 46.67px + 100px);
    aspect-ratio: 480 / 774;
    border-radius: 1025.685px;
    margin-left: -100px;
    margin-top: -200px;
}
.embrace-banner1 .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}
.embrace-banner2{
    width: calc(33.33% - 46.67px);
    aspect-ratio: 353 / 497;
    border-radius: 1025.685px;
}
.embrace-banner2 .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}
.pf-category-nav{
    width: calc(33.33% - 46.67px);
    margin-bottom: 110px;
}


/* Bestsellers Fragrances */
.section-title-heart{
    color: red;
}
.bestsellers-title-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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: 70px;
}
.bestsellers-section-title{
    max-width: 763px;
    width: 100%;
}
.bestsellers-title-right{
    max-width: 379px;
    width: 100%;
}
.title-shape1-active{
    position: relative;
}
.title-shape1-active::after{
    position: absolute;
    content: "";
    top: -26px;
    right: -6px;
    width: 45px;
    aspect-ratio: 45 / 50;
    background: url(../images/banner-title-shape1.svg) no-repeat scroll center center / cover;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}

.product-card{
    display: block;
    width: 100%;
    border-radius: 6.672px;
    height: 100%;
}
.product-card-inner{
    border-radius: 6.672px;
    width: 100%;
    height: 100%;
    aspect-ratio: 427 / 535;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.product-card-inner .banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card:hover .product-card-inner .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.product-card-inner::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 6.672px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.89%, rgba(2, 2, 4, 0.20)), color-stop(78.36%, #020204));
    background: -o-linear-gradient(top, rgba(2, 2, 4, 0.20) 24.89%, #020204 78.36%);
    background: linear-gradient(180deg, rgba(2, 2, 4, 0.20) 24.89%, #020204 78.36%);
}

.product-card-content{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 20px;
    z-index: 1;
}
.pc-stars-ratings{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    color: var(--whiteColor);
    font-family: 'Onest';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126.136%; /* 20.182px */
    margin-bottom: 17.64px;
}

.product-card-title{
    color: var(--whiteColor);
    font-family: 'Runtime';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    margin-bottom: 14.14px;
}
.card-product-price{
    color: var(--whiteColor);
    /* font-family: "Century Gothic"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card:hover .card-product-price{
    color: var(--skinColor);
}


/* Why Choose */
.pf-benefit-icon{
    text-align: center;
}
.pf-benefit-icon .icon{
    margin-left: auto;
    margin-right: auto;
}
.pf-benefit-title{
    color: var(--whiteColor);
    text-align: center;
    font-family: 'Runtime';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.196%; /* 33.359px */
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}
.pf-benefit-subtitle{
    color: var(--whiteColor3);
    text-align: center;
    /* font-family: "Century Gothic"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.136%; /* 20.182px */
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.customer-benefit-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pf-benefit-wrap1{
    margin-bottom: 166px;
}
.pf-benefit-wrap3{
    margin-bottom: 133px;
}
.benefit-banner-area{
    max-width: 835px;
    position: relative;
    z-index: 1;
}
.benefit-banner-area .banner{
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.benefit-banner-area::after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-9.816deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-9.816deg);
            transform: translateX(-50%) translateY(-50%) rotate(-9.816deg);
    width: calc(100% - 108px);
    /* height: 278px; */
    aspect-ratio: 718 / 278;
    border-radius: 718px;
    background: var(--skinColor);
    -webkit-filter: blur(200px);
            filter: blur(200px);
    z-index: -1;
}
.benefit-banner-shape1{
    position: absolute;
    left: -5px;
    top: 100px;
    width: 120px;
    aspect-ratio: 120 / 87;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
.benefit-banner-shape2{
    position: absolute;
    right: -24px;
    bottom: 330px;
    width: 75px;
    aspect-ratio: 75 / 69;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}
.why-choose-title-area{
    margin-bottom: 20px;
}

/* Offer Time */
.offer-banner-area{
    max-width: 591px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 133px;
}
.offer-banner-area::after{
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    width: calc(100% - 87px);
    aspect-ratio: 504 / 278;
    border-radius: 504px;
    background: var(--skinColor);
    -webkit-filter: blur(200px);
            filter: blur(200px);
    z-index: -2;
}
.pf-offer-banner1{
    max-width: 462px;
    width: 100%;
    aspect-ratio: 462 / 674;
    border-radius: 1000px;
}
.pf-offer-banner1 .banner1{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}
.pf-offer-banner2{
    max-width: 322px;
    width: 100%;
    aspect-ratio: 322 / 470;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.pf-offer-banner2 .banner2{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}

.title-shape2-active{
    position: relative;
}
.title-shape2-active::after{
    position: absolute;
    content: "";
    top: -50px;
    right: 0px;
    width: 45px;
    aspect-ratio: 45 / 50;
    background: url(../images/banner-title-shape1.svg) no-repeat scroll center center / cover;
    -webkit-animation: floatUpDown 3s ease-in-out infinite;
            animation: floatUpDown 3s ease-in-out infinite;
}

.alert-signup-form{
    max-width: 606px;
    width: 100%;
    position: relative;
}

.alert-signup-btn{
    border: none;
    padding: 19px 21.5px;
    border-radius: 82.478px;
    background: var(--whiteColor);
    color: var(--blackColor);
    text-align: center;
    font-family: 'Luxury';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.alert-signup-btn:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.alert-signup-btn:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.alert-form-control{
    border-radius: 82.478px;
    background: #212121;
    color: rgba(255, 255, 255, 0.70);
    /* font-family: "Century Gothic"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18.5px 145px 18.5px 21px;
    border-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.alert-form-control::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.alert-form-control::-moz-placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.alert-form-control:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.alert-form-control::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.alert-form-control::placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.alert-form-control:hover{
    border-color: rgba(255, 255, 255, 0.70);
}
.alert-form-control:focus{
    border-color: rgba(255, 255, 255, 0.70);
    color: var(--whiteColor2);
    background: #212121;
}
.alert-form-control:has( ~ .alert-signup-btn:hover){
    border-color: rgba(255, 255, 255, 0.70);
}
.min-w-196px{
    min-width: 196px;
}


/* Testimonial */
.testimonial-section{
    padding: 101px 0;
    background: url(../images/testimonial-section-bg.webp) no-repeat scroll center center / cover;
    position: relative;
    z-index: 1;
}
.testimonial-section::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 2, 4, 0.70)), to(rgba(2, 2, 4, 0.70)));
    background: -o-linear-gradient(bottom, rgba(2, 2, 4, 0.70) 0%, rgba(2, 2, 4, 0.70) 100%);
    background: linear-gradient(0deg, rgba(2, 2, 4, 0.70) 0%, rgba(2, 2, 4, 0.70) 100%);
    z-index: -1;
}
.testimonial-slider .swiper-slide{
    height: auto;
}
.testimonial-slide{
    height: 100%;
}
.testimonial-slider .swiper-wrapper{
    margin-bottom: 54px;
}

.ts-user-profile{
    width: 217.124px;
    aspect-ratio: 217.12 / 218.49;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.ts-user-profile .profile{
    height: 100%;
    width: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}
.ts-user-name{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: "Century Gothic"; */
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 36px;
}
.testimonial-comment{
    color: var(--whiteColor);
    text-align: center;
    font-family: 'Runtime';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 80px */
    margin-bottom: 21px;
    max-width: 932px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-subcomment{
    color: var(--whiteColor);
    text-align: center;
    /* font-family: "Century Gothic"; */
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%; /* 44px */
    text-transform: capitalize;
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
}


.testimonial-slider .swiper-pagination {
    position: inherit;
    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;
    -webkit-column-gap: 4.67px;
       -moz-column-gap: 4.67px;
            column-gap: 4.67px;
    bottom: 0 !important;
}
.testimonial-slider .swiper-pagination-bullet{
    width: 109.816px;
    height: 14px;
    border-radius: 134.243px;
    background: var(--whiteColor);
    opacity: 0.5;
    margin: 0 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testimonial-slider .swiper-pagination-bullet-active{
    background: var(--skinColor);
    opacity: 1;
}

.testimonial-slider .swiper-button-next, 
.testimonial-slider .swiper-rtl .swiper-button-prev {
    right: 0px;
}
.testimonial-slider .swiper-button-prev, 
.testimonial-slider .swiper-rtl .swiper-button-next {
    left: 0px;
}
.testimonial-slider .swiper-button-next, 
.testimonial-slider .swiper-button-prev{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 113px;
    height: auto;
}
.testimonial-slider .swiper-button-next::after, 
.testimonial-slider .swiper-button-prev::after{
    display: none;
}
.testimonial-slider .swiper-button-next svg, 
.testimonial-slider .swiper-button-prev svg{
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
};
.testimonial-slider .swiper-button-next svg path, 
.testimonial-slider .swiper-button-prev svg path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testimonial-slider .swiper-button-next:hover path, 
.testimonial-slider .swiper-button-prev:hover path{
    fill: var(--skinColor);
}

.testimonial-slide{
    padding: 0 113px;
}

/* Fragrance for the Season */
.seasonal-title-area{
    margin-bottom: 65px;
    position: relative;
}
.max-w-655px{
    max-width: 655px;
}
.max-w-459px{
    max-width: 459px;
}
.seasonal-product-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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;
}
.seasonal-product1{
    width: calc(30% - 26.66px);
    margin-top: -156px;
    aspect-ratio: 383 / 558;
    border-radius: 1000px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.seasonal-product1::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: inherit;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
}
.seasonal-product1 .banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.seasonal-product1:hover .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.seasonal-product-title-area{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 1;
}
.seasonal-product-title{
    color: var(--whiteColor);
    text-align: center;
    font-family: 'Runtime';
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.391%; /* 54px */
    text-transform: uppercase;
    max-width: 274px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.seasonal-product1:hover .seasonal-product-title{
    color: var(--skinColor);
}

.seasonal-product2{
    width: calc(40% - 26.66px);
    aspect-ratio: 462 / 674;
    border-radius: 1000px;
    position: relative;
    display: block;
    overflow: hidden;
}
.seasonal-product2::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: inherit;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
}
.seasonal-product2 .banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.seasonal-product2:hover .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.seasonal-product2:hover .seasonal-product-title{
    color: var(--skinColor);
}

.seasonal-product2 .seasonal-product-title-area{
    padding: 33px 30px;
}


/* Explore the World of Fragrance! */
.explore-title-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
    margin-bottom: 86px;
}
.explore-section-title{
    max-width: 655px;
    width: 100%;
}
.explore-title-right{
    max-width: 465px;
    width: 100%;
}
.explore-section-subtitle{
    margin-bottom: 32px;
}

.explore-banner-row{
    --bs-gutter-y: 24px;
    --bs-gutter-x: 15px;
}
.sm-rounded-banner{
    overflow: hidden;
    border-radius: 1000px;
    width: 100%;
    aspect-ratio: 250 / 353;
}
.sm-rounded-banner .banner{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}
/* Home Page Css End ***
**********************/



/* 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 ***
***********************/
.fsh-form-textarea,
.fsh-form-control{
    background-color: transparent !important;
}
.fsh-form-control:focus {
	border-color: #fff;
}
.fsh-form-textarea{
    color: #fff;
    border: 1px solid #fff !important;
}
.fsh-form-textarea:focus{
    color: #fff;
}

.dark-circle-badge {
	height: 15px;
	width: 15px;
	right: -1px;
	top: -1px;
}

.product-list-view {
	padding: 10px;
	border-radius: 10px;
}

.fsh-tab-link::after {
	background: #fefefe !important;
}
.nice-select{
    background-color: transparent;
}


.product-additional-info {
	background: transparent;
	border: 1px solid #fff;
}
.fsh-form-label,
.fsh-btn-outline-secondary {
	color: #fff;
}
.radio-md-select-light{
    background-color: #1a1818;
    color: #fff;
}
.size-checkbox2-btn{
    color: #fff;
}
.current,
.single-rating-progress-wrap .count, .single-rating-progress-wrap .rating {
	 color: #fff;
}

.fsh-breadcrumb .breadcrumb-item + .breadcrumb-item.active::before {
	color: #fff;
}

.fsh-form-control:hover {
	border-color: inherit;
}