@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css);
.slick-hero {
    float: left;
    width: 100%;
    overflow: hidden;
}

.slick-hero button.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    z-index: 99999;
    border: none;
    margin: auto;
    font-size: 0;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.slick-hero .img-fill {
    position: relative;
    height: 100%;
}

.slick-hero .img-fill img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    animation: myMove 10s linear infinite;
}

.slick-hero .item {
    height: 100vh;
    overflow: hidden;
    outline: none;
}

.slick-hero button.slick-next.slick-arrow {
    right: 0;
    left: auto;
}

.slick-hero button.slick-arrow:before {
    content: "\f104";
    top: 0;
    left: 0;
    margin: auto;
    font-family: fontawesome;
    font-size: 18px;
}

.slick-hero button.slick-next.slick-arrow:before {
    transform: scaleX(-1);
    display: block;
}

.slick-hero .img-fill:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: 0.5;
}

.slick-hero ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.slick-hero ul.slick-dots li {
    display: inline-block;
    height: auto;
    padding: 0 5px;
    line-height: 0px;
}

.slick-hero ul.slick-dots li button {
    height: 2px;
    width: 25px;
    border-radius: 100%;
    background: #fff;
    border: none;
    font-size: 0px;
    padding: 0px;
    opacity: 0.5;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slick-hero ul.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-hero button.slick-arrow {
    perspective: 360px;
}

.slick-hero button.slick-arrow .thumb {
    position: absolute;
    height: 100px;
    width: 150px;
    left: 100%;
    top: -28px;
    transform-origin: 0% 0%;
    transform: rotate3d(1, 0, 0, 90deg);
}

.slick-hero button.slick-arrow .thumb img {
    height: 100%;
    width: 100%;
}

.slick-hero button.slick-next .thumb {
    left: auto;
    right: 100%;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* Hero Section [Navigation Button] */
/*------------------------------------------------------------------------------------------------------------------*/

/*.slick-hero button.slick-prev.hover-out .thumb,.slick-hero button.slick-prev .thumb{animation:out-left 300ms ease 0ms 1 forwards;}*/
/*.slick-hero button.slick-prev.hover-in .thumb{animation:in-left 300ms ease 0ms 1 forwards;}*/
/*.slick-hero button.slick-next.hover-out .thumb,.slick-hero button.slick-next .thumb{animation:out-right 300ms ease 0ms 1 forwards;transform-origin:100% 50%;}*/
/*.slick-hero button.slick-next.hover-in .thumb{animation:in-right 300ms ease 0ms 1 forwards;}*/

/*.slick-hero button.slick-prev:hover{transform:translateX(-100%);}*/
.slick-hero button.slick-prev {
    transition: all 0.3s ease;
}

/*.slick-hero button.slick-next:hover{transform:translateX(100%);}*/
.slick-hero button.slick-next {
    transition: all 0.3s ease;
}

.slick-hero ul.slick-dots li button img {
    height: 0;
    width: 20px;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
    position: relative;
    left: -50%;
}

.slick-hero ul.slick-dots li button a {
    position: absolute;
    height: 90px;
    bottom: calc(100%);
    width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.2s ease 0.2s;
    padding-bottom: 10px;
}

.slick-hero ul.slick-dots li button {
    position: relative;
    display: flex;
    justify-content: center;
}

/*.slick-hero ul.slick-dots li button:hover a img{}*/
/*.slick-hero ul.slick-dots li button:hover img{height:80px;width:140px;transition:height 0.2s ease,width 0.2s ease 0.2s;}*/
/*.slick-hero ul.slick-dots li button:hover a{width:140px;transition:all 0.3s ease 0s;}*/
/*.slick-hero ul.slick-dots li button:hover{opacity:1;}*/
.slick-hero ul.slick-dots li button:before {
    content: '';
    bottom: calc(100% + -10px);
    left: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    opacity: 0;
    transition: 0.3s ease 350ms;
}

/*.slick-hero ul.slick-dots li button:hover:before{opacity:1;transition:0.3s ease 0s;}*/
.slick-hero .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.slick-hero .item .contain-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slick-hero .item .contain-wrapper .dots-contain {
    display: none;
}

.slick-hero .item .contain-wrapper .info {
    max-width: 1200px;
}

.slick-hero .item h1,
.slick-hero .item h3 {
    animation: fadeOutRight 1s both;
}

.slick-hero .item.slick-active h1,
.slick-hero .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.slick-hero .item h5 {
    animation: fadeOutLeft 1s both;
}

.slick-hero .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}


@keyframes myMove {
    from {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(1.8, 1.9);
        transform-origin: 50% 0%;
    }
}

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(0, 1, 0, 86deg);
    }
}

@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(0, -1, 0, 86deg);
    }
}

/*------------------------------------------------------------------*/
/*------------------------Scroll Down Effect------------------------*/
/*------------------------------------------------------------------*/

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
}

/*------------------------------------------------------*/
/*------------------------Others------------------------*/
/*------------------------------------------------------*/

.custom-perfume-hero {
    height: 100vh;
}

/*--------------------------------------------------------*/
/*------------------------Sub-Hero------------------------*/
/*--------------------------------------------------------*/

/* .sub-hero .sub-hero-img-container {
    overflow: hidden;
    width: 300px;
    height: 200px;
} */

/* .sub-hero .sub-hero-img {
    object-fit: fill;
    position: relative;
    transition: all 500ms;
} */

/* .sub-hero .sub-hero-img-container::after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: #2c2c22;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    transition: all 400ms;
}

.sub-hero .sub-hero-img-container h3 {
    z-index: 1;
} */

@media (min-width: 992px) {
    /* .sub-hero a:hover .sub-hero-img {
        transform: scale(0.2);
    } */

    /* .sub-hero a:hover .sub-hero-img-container::after {
        height: 100%;
    } */
}

@media (min-width: 1200px) {
    /* .sub-hero .sub-hero-img-container {
        width: 350px;
        height: 250px;
    } */
}

@media (min-width: 1600px) {
    /* .sub-hero .sub-hero-img-container {
        width: 400px;
        height: 300px;
    } */
}

/*------------------------------------------------------------------------------------------------------------------*/
/* Sub-Hero Section [Images] */
/*------------------------------------------------------------------------------------------------------------------*/

.sub-hero-section .img-container {
    width: 250px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.sub-hero-section .img-container::after {
    position: absolute;
    display: block;
    content: "";
    top: 75%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2c2c22;
    opacity: 0.3;
}

.sub-hero-section .img-container:hover::after {
    top: 0;
    transition: top 500ms ease-in-out;
    -moz-transition: top 500ms ease-in-out;
    -webkit-transition: top 500ms ease-in-out;
    -o-transition: top 500ms ease-in-out;
    -ms-transition: top 500ms ease-in-out;
}

.sub-hero-section img {
    width: 250px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.sub-hero-section .img-container:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.sub-hero-section .img-name {
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

@media (min-width: 992px) {

    .sub-hero-section .img-container,
    .sub-hero-section img {
        width: 300px;
        height: 250px;
    }
}

@media (min-width: 1200px) {

    .sub-hero-section .img-container,
    .sub-hero-section img {
        width: 350px;
        height: 250px;
    }
}

@media (min-width: 1400px) {

    .sub-hero-section .img-container,
    .sub-hero-section img {
        width: 400px;
        height: 300px;
    }
}

/*------------------------------------------------------------------------------------------------------------------*/
/* Benefit Section */
/*------------------------------------------------------------------------------------------------------------------*/

.benefit-section .benefit-headline {
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 0;
}


@media screen and (max-width: 576px) {
    .benefit-section .benefit-headline {
        font-size: 20px;
    }

    .benefit-section .benefit-sub-headline {
        font-size: 14px;
    }

    .benefit-section .benefit-image-desc {
        font-size: 14px;
    }

    .benefit-section .img-container .img-name {
        font-size: 26px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .benefit-section .benefit-headline {
        font-size: 24px;
    }

    .benefit-section .benefit-sub-headline {
        font-size: 15px;
    }

    .benefit-section .benefit-image-desc {
        font-size: 14px;
    }

    .benefit-section .img-container .img-name {
        font-size: 29px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .benefit-section .benefit-headline {
        font-size: 28px;
    }

    .benefit-section .benefit-sub-headline {
        font-size: 16px;
    }

    .benefit-section .benefit-image-desc {
        font-size: 14px;
    }

    .benefit-section .img-container .img-name {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .benefit-section .benefit-headline {
        font-size: 34px;
    }

    .benefit-section .benefit-sub-headline {
        font-size: 16px;
    }

    .benefit-section .benefit-image-desc {
        font-size: 14px;
    }

    .benefit-section .img-container .img-name {
        font-size: 34px;
    }
}

@media screen and (min-width: 1201px) {
    .benefit-section .benefit-headline {
        font-size: 38px;
    }

    .benefit-section .benefit-sub-headline {
        font-size: 16px;
    }

    .benefit-section .benefit-image-desc {
        font-size: 14px;
    }

    .benefit-section .img-container .img-name {
        font-size: 40px;
    }
}

/*------------------------------------------------------------------------------------------------------------------*/
/* Benefit Section [Images] */
/*------------------------------------------------------------------------------------------------------------------*/

.benefit-section .img-container img {
    width: 150px;
    height: 150px;
    opacity: 0.6;
}

.benefit-section .img-container .img-name {
    font-family: 'Whisper', cursive;
}

@media (min-width: 992px) {
    .benefit-section .img-container img {
        width: 180px;
        height: 180px;
    }
}

/*------------------------------------------------------------------------------------------------------------------*/
/* About Us Section */
/*------------------------------------------------------------------------------------------------------------------*/

.about-us-section .img-container img {
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-us-section .img-container::after {
    position: absolute;
    display: block;
    content: "";
    inset: 0;
    background-color: #2c2c22;
    opacity: 0.8;
}

.about-us-section .img-container .img-name {
    font-family: 'Whisper', cursive;
    font-size: 42px;
    color: #fbe2dd;
    z-index: 1;
}

.about-us-section .about-us-title {
    font-family: 'Bebas Neue', cursive;
}

.about-us-section .about-us-name {
    display: none;
}

.about-us-section .about-us-images img {
    max-width: 110px;
    max-height: 110px;
}

.about-us-section .about-us-images-name {
    background-color: #fbe2dd;
}

.about-us-section .about-us-read-more:hover {
    color: burlywood;
}

@media screen and (max-width: 576px) {

    .about-us-section .img-container,
    .about-us-section .img-container::after,
    .about-us-section .img-container img {
        border-radius: 10px;
        height: 70px;
    }

    .about-us-section .img-container .img-name {
        font-size: 40px;
    }

    .about-us-section .about-us-title {
        font-size: 20px;
    }

    .about-us-section .sub-titles-container {
        font-size: 14px;
        font-weight: 400;
    }

    .about-us-section .sub-titles-desc {
        font-size: 14px;
        color: #9E9E9E;
    }

    .about-us-section .about-us-images .about-us-images-name {
        font-size: 14px;
    }

    .about-us-section .about-us-read-more {
        font-size: 14px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {

    .about-us-section .img-container,
    .about-us-section .img-container::after,
    .about-us-section .img-container img {
        border-radius: 10px;
        height: 70px;
    }

    .about-us-section .img-container .img-name {
        font-size: 50px;
    }

    .about-us-section .about-us-title {
        font-size: 24px;
    }

    .about-us-section .sub-titles-container {
        font-size: 15px;
        font-weight: 400;
    }

    .about-us-section .sub-titles-desc {
        font-size: 14px;
        color: #9E9E9E;
    }

    .about-us-section .about-us-images .about-us-images-name {
        font-size: 14px;
    }

    .about-us-section .about-us-read-more {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {

    .about-us-section .img-container,
    .about-us-section .img-container::after,
    .about-us-section .img-container img {
        border-radius: 10px;
        height: 100px;
    }

    .about-us-section .img-container .img-name {
        font-size: 60px;
    }

    .about-us-section .about-us-title {
        font-size: 28px;
    }

    .about-us-section .sub-titles-container {
        font-size: 16px;
        font-weight: 400;
    }

    .about-us-section .sub-titles-desc {
        font-size: 14px;
        color: #9E9E9E;
    }

    .about-us-section .about-us-images .about-us-images-name {
        font-size: 14px;
    }

    .about-us-section .about-us-read-more {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-us-section .img-container {
        height: 100%;
    }

    .about-us-section .img-container,
    .about-us-section .img-container::after,
    .about-us-section .img-container img {
        border-radius: 0;
    }

    .about-us-section .img-container img {
        max-height: unset;
        -o-object-fit: cover;
           object-fit: cover;
        border-bottom-left-radius: 100px;
        height: 100%;
    }

    .about-us-section .img-container .img-name,
    .about-us-section .img-container::after {
        display: none;
    }

    .about-us-section .about-us-title {
        font-size: 34px;
    }

    .about-us-section .about-us-name {
        font-family: 'Whisper', cursive;
        font-size: 65px;
        color: burlywood;
        display: block;
        margin: 0;
    }

    .about-us-section .sub-titles-container {
        font-size: 16px;
        font-weight: 400;
    }

    .about-us-section .sub-titles-desc {
        font-size: 14px;
        color: #9E9E9E;
    }

    .about-us-section .about-us-images .about-us-images-name {
        font-size: 14px;
    }

    .about-us-section .about-us-read-more {
        font-size: 14px;
    }
}

@media screen and (min-width: 1201px) {
    .about-us-section .img-container {
        height: 100%;
    }

    .about-us-section .img-container,
    .about-us-section .img-container::after,
    .about-us-section .img-container img {
        border-radius: 0;
    }

    .about-us-section .img-container img {
        max-height: unset;
        -o-object-fit: cover;
           object-fit: cover;
        border-bottom-left-radius: 100px;
        height: 100%;
    }

    .about-us-section .img-container .img-name,
    .about-us-section .img-container::after {
        display: none;
    }

    .about-us-section .about-us-title {
        font-size: 38px;
    }

    .about-us-section .about-us-name {
        font-family: 'Whisper', cursive;
        font-size: 70px;
        color: burlywood;
        display: block;
        margin: 0;
    }

    .about-us-section .sub-titles-container {
        font-size: 16px;
        font-weight: 400;
    }

    .about-us-section .sub-titles-desc {
        font-size: 14px;
        color: #9E9E9E;
    }

    .about-us-section .about-us-images .about-us-images-name {
        font-size: 14px;
    }

    .about-us-section .about-us-read-more {
        font-size: 14px;
    }
}

/*---------------------------------------------------------------------*/
/*------------------------Secondary CTA Section------------------------*/
/*---------------------------------------------------------------------*/

.secondary-cta {
    overflow: hidden;
}

.secondary-cta .row {
    position: relative;
}

.secondary-cta-img-container::before {
    position: absolute;
    inset: 0;
    content: "";
    display: block;
    background-color: black;
    opacity: 0.7;
}

.secondary-cta-img-container img {
    width: 100% !important;
}

.secondary-cta-text-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width: 576px) {
    .secondary-cta {
        max-height: 30vh;
    }

    .secondary-cta-text-container {
        top: 7rem;
    }

    .secondary-cta-text-container .create-btn {
        font-size: 14px;
    }

    .secondary-cta-text {
        font-size: 20px;
    }

    .cta-quantity {
        font-size: 18px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .secondary-cta {
        max-height: 30vh;
    }

    .secondary-cta-text-container {
        top: 11rem;
    }

    .secondary-cta-text {
        font-size: 24px;
    }

    .cta-quantity {
        font-size: 22px;
    }

    .secondary-cta-text-container .create-btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .secondary-cta {
        max-height: 40vh;
    }

    .secondary-cta-text-container {
        top: 11rem;
    }

    .secondary-cta-text {
        font-size: 28px;
    }

    .cta-quantity {
        font-size: 26px;
    }

    .secondary-cta-text-container .create-btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .secondary-cta {
        max-height: 40vh;
    }

    .secondary-cta-text {
        font-size: 34px;
    }

    .cta-quantity {
        font-size: 30px;
    }

    .secondary-cta-text-container .create-btn {
        font-size: 14px;
    }

    .secondary-cta {
        background: linear-gradient(-45deg, #2c2c22, #c0c0bd, #28281f, #6b6b64);
        background-size: 400% 400%;
        animation: gradient 10s ease infinite;
    }

    .secondary-cta-text-container {
        position: unset;
        top: unset;
        transform: unset;
        color: #2c2c22 !important;
    }

    .secondary-cta-img-container::before {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .secondary-cta {
        max-height: 40vh;
    }

    .secondary-cta-text {
        font-size: 38px;
    }

    .cta-quantity {
        font-size: 34px;
    }

    .secondary-cta-text-container .create-btn {
        font-size: 14px;
    }

    .secondary-cta {
        background: linear-gradient(-45deg, #543b0e, #ccb594, #ccb594, #543b0e);
        background-size: 400% 400%;
        animation: gradient 10s ease infinite;
    }

    .secondary-cta-text-container {
        position: unset;
        top: unset;
        transform: unset;
        color: #2c2c22 !important;
    }

    .secondary-cta-img-container::before {
        display: none;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

