@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background: #f0feff;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'american';
    src: url(../fonts/american.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-10 {
    padding-top: 100px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'american';
    font-size: 105px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 100px;
    letter-spacing: 3px;
}

h2 {
    font-family: 'american';
    font-size: 85px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'american';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'american';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'american';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'american';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #070606;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.header-logo a img {
    width: 194px;
    height: 113px;
    object-fit: contain;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #c683b9;
}

.menusec-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 35px;
}


.cart-button {
    border: 1px solid #bc7cb0;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.cart-button img {
    width: 35px;
    height: 24px;
    object-fit: contain;
}

.search-trigger {
    font-size: 20px;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.container-fluid.add-padding {
    padding: 0 5%;
}

.menuSection {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #c683b9e8;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 9999;
}

.search-overlay.show {
    opacity: 1;
    visibility: visible;
}

.search-form {
    display: flex;
    gap: 10px;
}

.search-form input {
    padding: 0 25px;
    font-size: 20px;
    width: 750px;
    border: none;
    outline: none;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 500;
    height: 65px;
}

.search-form button {
    padding: 15px 35px;
    font-size: 18px;
    background: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 500;
    height: 65px;
}

.close-search {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


/* Header Ends */


/* Banner Start */


.banner-after-before:after {
    content: "";
    position: absolute;
    background: linear-gradient(188deg, #eb5954, transparent);
    width: 6%;
    height: 100%;
    background-size: cover;
    top: 0;
    z-index: -1;
    border-right: 1px solid #ee7d8a;
}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #c683b9, #c683b9 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.banner_heading {
    text-align: center;
}

.banner_heading label {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 18px;
}

.banner_heading h1 label {
    font-size: 105px;
    margin: 0 !important;
}

.main-banner-images {
    text-align: center;
    margin-top: -100px;
    position: relative;
    z-index: 999;
}


.main-banner-images-button {
    position: absolute;
    top: 10%;
    right: 13%;
    z-index: 9999;
}

.main-banner-images-button a span {
    display: block;
}

.main-banner-images-button a {
    font-size: 75px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.main-banner-images-button a {
    font-size: 75px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'american';
    background-image: url(../images/main-bnr-img-btn-back.png);
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    font-weight: 500;
    line-height: 65px;
}

.main-banner-images img {}

.main-banner-images img {
    position: relative;
    z-index: 9999;
    width: 62%;
    height: 1123px;
    object-fit: contain;
    animation: shake 1.5s ease-in-out infinite;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}


.main-bar-btn {
    padding: 16px 35px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.main-banner-boxs {
    position: relative;
}

.main-banner-button {
    position: absolute;
    bottom: 30%;
    z-index: 99999999;
}

.theme-btn-1 ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-bar-btn-icon {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
    position: relative;
}
.main-banner-text {
    position: absolute;
    right: 0;
    bottom: 28%;
    width: 25%;
    z-index: 999999;
}

.main-banner-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.main-banner-text a {
    color: #8e7ea6;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}

.main-bar-btn-icon:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 22px;
    height: 12px;
    left: -21px;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.img-fluid {
    width: 100%;
    height: 1300px;
    object-fit: cover;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-lines.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    z-index: 10;
    right: 0;
    left: 0;
    margin: 0 auto;
}

section.main_slider {
    position: relative;
}

.main-banner-background-heading {
    position: absolute;
    z-index: 9;
    bottom: 6%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.main-banner-background-heading h2 {
    font-size: 400px;
    color: #040404;
}

.carousel-caption {
    position: absolute;
    top: 11%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_heading h1 span {
    display: block;
}


/* Banner Ends */


/* The Curious And The Free Start */

.sec {
    padding: 100px 0;
}
.curious-the-free-sec.sec {
    padding-top: 60px;
}
.curious-the-free-text h2 {
    font-size: 75px;
    line-height: 75px;
}

.curious-the-free-text h2 span {
    display: block;
}

.curious-the-free-sec .container-fluid {
    padding: 0;
}

.curious-the-free-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.curious-the-free-silder .slick-slide {
    margin: 40px 50px;
}

.curious-the-free-images img {
    width: 95% !important;
    height: 739px !important;
    object-fit: cover !important;
    border-radius: 25px !important;
}

.curious-the-free-images.reveal-box {
    border-radius: 25px !important;
}

.curious-the-free-text h2 span {
    display: block;
}

.curious-the-free-text h2 {
    line-height: 85px;
    margin-bottom: 20px;
}

.curious-the-free-images {
    transform: rotate(3deg);
}

.curious-the-free-text h2 label {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.curious-the-free-text h2 label:before {
    content: "";
    position: absolute;
    background-color: #ddc0dc;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.theme-btn-1.chg li.main-bar-btn {
    background: #ad99ca;
    color: #fff;
    font-size: 17px;
    padding: 15px 55px;
    font-weight: 500;
}

.theme-btn-1.chg li.main-bar-btn-icon {
    background: #ad99ca;
    color: #fff;
}

.theme-btn-1.chg li.main-bar-btn-icon:before {
    background: #ad99ca;
}

.curious-the-free-silder .curious-the-free-text p {
    margin-bottom: 30px;
}

.curious-the-free-silder .left-slide .curious-the-free-silder-items {}

.curious-the-free-silder .right-slide .curious-the-free-silder-items .curious-the-free-images {
    transform: rotate(-5deg);
}


.curious-the-free-silder .slick-center {
    opacity: 1;

}

.curious-the-free-silder .slick-slide.slick-cloned.left-slide .curious-the-free-silder-items {
    direction: rtl;
}

.curious-the-free-silder .left-slide .curious-the-free-silder-items {
    direction: rtl;
}

.curious-the-free-silder .left-slide .curious-the-free-silder-items .curious-the-free-images {
    transform: rotate(-3deg);
}

/* The Curious And The Free Ends */


/*Curated Crafted Curated Crafted Start */


.curated-curated-crafted-heading h2 span {
    display: block;
}

.curated-curated-crafted-heading h2 {
    line-height: 90px;
}

.curated-curated-crafted-heading h2 label:before {
    content: "";
    position: absolute;
    background: #ddc0dc;
    width: 100%;
    height: 55px;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.curated-curated-crafted-heading h2 label {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.curated-curated-crafted-button {
    text-align: end;
}

.curated-curated-box {
    margin-top: 50px;
    transition: 0.5s;
}


.curated-curated-box:hover {
    margin-top: 30px;
    transition: 0.5s;
}

.curated-curated-images img {
    width: 100%;
    height: 628px !important;
    object-fit: cover;
    border-radius: 40px;
    border: 2px solid #2a2a29;
}

.curated-curated-images.reveal-box {
    border-radius: 40px;
    border: 2px solid #2a2a29;
}

.curated-curated-text ul li h2 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 25px;
}

.curated-curated-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.curated-curated-text ul li a {
    font-family: 'american';
    font-size: 20px;
    background: #d9dfff;
    color: #000000;
    border: 2px solid #575966;
    padding: 14px 45px;
    border-radius: 50px;
}

.curated-curated-text p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.curated-curated-text p span {
    display: block;
}


/*Curated Crafted Curated Crafted Ends*/


/*Mix Brands Mix Strengths Start*/

.mix-brands-mix-strengths-heading {
    text-align: center;
}

.mix-brands-mix-strengths-heading h2 span {
    display: block;
}

.mix-brands-mix-strengths-heading h2 {
    line-height: 90px;
}

.mix-brands-mix-strengths-heading h2 label {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.mix-brands-mix-strengths-heading h2 label:before {
    content: "";
    position: absolute;
    background: #ddc0dc;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
}

.mix-brands-mix-strengths-images {
    width: fit-content;
}

.mix-brands-mix-strengths-images {
    margin: 0 auto;
}

.mix-brands-mix-strengths-boxs {
    margin-top: 20px;
    position: relative;
}

.mix-brands-mix-strengths-text-one {
    width: 25%;
    position: absolute;
    top: 25%;
    left: 0;
}

.mix-brands-mix-strengths-images img {
    width: 705px;
    height: 855px;
    object-fit: contain;
    animation: shake 1.5s ease-in-out infinite;
}

.form-control:focus {
    color: #212529;
    background-color: inherit !important;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}

.mix-brands-mix-strengths-text-two {
    background: #ddc0dc;
    height: 220px;
    display: flex;
    align-items: center;
    padding: 0px 80px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    width: 45%;
    position: absolute;
    bottom: 130px;
    z-index: -1;
}

.mix-brands-mix-strengths-text-three {
    position: absolute;
    right: 0;
    width: 48%;
    top: 23%;
    background: #ad99ca;
    height: 220px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    display: flex;
    align-items: center;
    z-index: -1;
    padding: 0 80px;
}

.mix-brands-mix-strengths-text-three p {
    width: 62%;
    margin: 0 0 0 auto;
}

.mix-brands-mix-strengths-text-one p {
    width: 100%;
}

.mix-brands-mix-strengths-text-two p {
    width: 80%;
}

.mix-brands-mix-strengths-text-two p {
    color: #070606;
    margin-bottom: 0;
}

.mix-brands-mix-strengths-text-button a {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'american';
    background-image: url(../images/main-bnr-img-btn-back.png);
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    font-weight: 500;
    line-height: 50px;
}

.mix-brands-mix-strengths-text-button {
    position: absolute;
    bottom: 24%;
    right: 23%;
}

.mix-brands-mix-strengths-sec {
    position: relative;
}

.mix-brands-mix-str-main-back-heading {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
.mix-brands-mix-str-main-back-heading h2 {
    font-size: 385px;
    color: #d8e5e6;
    letter-spacing: 10px;
}


/*Mix Brands Mix Strengths Ends*/


/*New Way Unwind Socialize Start*/


.new-way-unwind-socailize-heading h2 {
    font-size: 60px;
}

.new-way-unwind-socailize-heading h2 span {
    display: block;
}

.new-way-unwind-socailize-heading h2 {
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 20px;
}

.new-way-unwind-socailize-heading h2 label {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.new-way-unwind-socailize-heading h2 label:before {
    content: "";
    position: absolute;
    background: #ddc0dc;
    width: 100%;
    height: 40px;
    z-index: -1;
    bottom: 0;
}

.new-way-unwind-socailize-box img {
    width: 100%;
    height: 795px;
    object-fit: cover;
    border-radius: 25px;
    transform: rotate(3deg);
}

.new-way-unwind-socailize-box {
    position: relative;
}

.new-way-unwind-socailize-box:before {
    content: "";
    position: absolute;
    background: #ad99ca;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transform: rotate(-1deg);
}

.new-way-unwind-socailize-points ul li a {
    border-bottom: 2px solid #748395;
    color: #070606;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: 0.5s;
}

.new-way-unwind-socailize-points ul li a span img {
    width: 13px;
    height: 9px;
    object-fit: contain;
}

li.no-boader a {
    border-bottom: none !important;
}

.new-way-unwind-socailize-points ul li a:hover {
    color: #ad99ca;
    transition: 0.5s;
    letter-spacing: 1px;
}

.new-way-unwind-socailize-points {
    margin-left: 15px;
}

.new-way-unwind-socailize-points ul li a span {
    background: #ad99ca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    flex-shrink: 0;
}

.new-way-unwind-socailize-sec {
    padding: 30px 0;
}


/*New Way Unwind Socialize Ends*/


/*Gallery Start*/

.gallery-heading h2 {
    padding-left: 8px;
    padding-right: 8px;
    width: fit-content;
    position: relative;
}

.gallery-heading h2:before {
    content: "";
    position: absolute;
    background: #ddc0dc;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gallery-heading {
    position: relative;
    display: flex;
    align-items: center;
}

.gallery-heading:before {
    content: "";
    position: absolute;
    background: #748395;
    width: 83.6%;
    height: 3px;
    right: -60px;
}

.gallery-silder {
    margin-top: 18px;
}

.gallery-row .row {
    align-items: center;
}

.gallery-one-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-two-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-three-box {
    margin-top: 18px;
}

.gallery-four-box img {
    width: 100%;
    height: 950px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-three-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-five-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-six-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-two-box {
    border-radius: 30px;
}

.gallery-four-box.reveal-box img {

    height: 950px !important;

}

.gallery-seven-box {
    border-radius: 30px;
}

.gallery-five-box {
    border-radius: 30px;
}

.gallery-three-box {
    border-radius: 30px;
}

.gallery-four-box {
    border-radius: 30px;
}

.gallery-six-box {
    margin-top: 18px;
    border-radius: 30px;
}

.gallery-seven-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-silder .slick-prev {

    top: -70px;

}

.gallery-silder .slick-next {

    top: -70px;

}

.gallery-silder .slick-prev {
    left: inherit;
    right: 40px;
}

.gallery-silder button.slick-next.slick-arrow {
    background: #ad99ca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.5s;
}

.gallery-silder .slick-next:before {
    content: '';
    background-image: url(../images/gallery-arrow.png);
    width: 22px;
    height: 16px;
    background-size: contain;
}

.gallery-silder button.slick-prev.slick-arrow {
    background: #ad99ca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.5s;
}

.gallery-silder button.slick-prev.slick-arrow:hover {
    background: #071838;
    transition: 0.5s;
}

.gallery-silder button.slick-next.slick-arrow:hover {
    background: #071838;
    transition: 0.5s;
}

.gallery-silder .slick-prev:before {
    content: '';
    background-image: url(../images/gallery-arrow.png);
    width: 22px;
    height: 16px;
    background-size: contain;
    transform: rotate(180deg);
}

.gallery-one-box {
    border-radius: 30px;
}


/*Gallery Ends*/


/* Footer Start */

.footer-box {
    border-radius: 20px;
    background: #1a1613;
    padding: 100px 2% 0px;
    margin: 4% 5%;
}

.ftr-copyright p {
    font-size: 16px;
    color: #fdfdfd;
    text-transform: capitalize;
}

.ftr-copyright p {
    margin-bottom: 0;
}

.footer-left-text h2 {
    font-size: 45px;
    color: #ffffff;
    width: 50%;
}


.footer-box .footer-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

@keyframes slideInfinite {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.footer-left-text h3 {
    color: #fff;
    font-size: 50px;
    margin-top: 35px;

}

.footer-links h6 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: .5px;
}

.footer-links {
    min-height: 85px;
    margin: 0 0 60px 0;
    height: fit-content;
}

.footer-links a {
    font-size: 16px;
    color: #ffffff !important;
    transition: 0.3s ease-in-out;
}

.footer-links a span {
    display: block;
}

.footer-links a:hover {
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
}

.footer-links p {
    color: #fff;
}

.footer-left-text form.footer-form {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    max-width: 550px;
    margin: 40px 0 0 0;
    border-bottom: 2px solid #423f3d;
    align-items: center;
    justify-content: space-between;
}

.footer-left-text .form-control:focus {
    color: #fff;

}

form.footer-form input {
    border: none;
    color: #fff;
    height: 100px;
    font-size: 20px;
    border-radius: 0;
    background: transparent;
    /*border-bottom: 1px solid #423f3d;*/
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

form.footer-form input::placeholder {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

form.footer-form button {
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background: none;
    margin-top: -60px;
}

form.footer-form button img {
    width: 27px;
    height: 20px;
    object-fit: contain;

}

ul.follow-ftr-list li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover {
    background-color: #fff;
    transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover i {

    transition: 0.5s ease-in-out;
}

ul.follow-ftr-list {
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

ul.footer-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.footer-nav-list a {
    color: #ffffff;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
}

ul.follow-ftr-list li a:hover {
    background: #ad99ca;
    transition: 0.5s;
    color: #fff;
}

ul.footer-nav-list a:hover {
    color: #ad99ca;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.ftr-bottom {
    padding: 50px 0 40px 0px;
    border-bottom: 2px solid #423f3d !important;
}

.ftr-copyright p {
    color: #fff;
}

.ftr-copyright {
    text-align: end;
}

.copy-right-row {
    padding: 25px 0;
}

.copy-right-row .row {
    align-items: center;
}

.footer-disclaimers ul li p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
}

.copy-right-row .row {
    align-items: flex-start !important;
}


.footer-disclaimers ul li h2 {
    font-size: 30px;
    color: #ffffff;
}

li.ftr-dis-head {
    flex-shrink: 0 !important;
}

.footer-disclaimers ul {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.ftr-copyright ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-copyright ul li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
}

.ftr-copyright ul li a::before {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #fff;
}

html {
    overflow-x: hidden;
}

.ftr-copyright ul li:last-child a::before {
    display: none;
}

@keyframes shake {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    50% {
        transform: translate(5px, -5px) rotate(5deg);
    }

    75% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}


/* Footer Ends */

/*Smooth Scrollbar Start*/
.scrollbar {
    margin-left: 0;
    margin-bottom: 0;
    overflow-y: scroll;
    background: #F5F5F5;
}


.smooth-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
}

/*Smooth Scrollbar Ends*/

/*Cursor Dot Start*/

.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursor-dot {
    width: 12px;
    height: 12px;
    background: #bc7cb0;
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #bc7cb0;
    transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
    transition: transform 0.2s ease-out;
}


.cursor-dot.link-hover,
.cursor-outline.link-hover {
    background: #091e33;
    border-color: #091e33;
    transform: translate(-50%, -50%) scale(2);
}


/*Cursor Dot Ends */

/*Preloder Start*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c683b9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loader {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.bar {
    width: 6px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    animation: bounce 1s infinite ease-in-out;
}

.bar:nth-child(1) {
    animation-delay: 0s;
}

.bar:nth-child(2) {
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    animation-delay: 0.3s;
}

.bar:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    100% {
        height: 20px;
    }

    50% {
        height: 60px;
    }
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.reveal-box:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.reveal-box:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal-box {
    position: relative;
    overflow: hidden;
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
    box-shadow: unset !important;
}

.reveal-box img {
    width: 100%;
    display: block;
    transform: scale(1.15);
    height: 400px;
    object-fit: cover;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay.blue {
    background: #004aad;
}

.overlay.white {
    background: #fff;
}

/*Preloder Ends */


/*Inner Banner Start*/


.inner-banner-images {
    text-align: end;
}

.inner-banner-sec {
    background-image: url(../images/inner-banner-back.png);
    width: 100%;
    height: 765px;
    background-size: cover;
}

.inner-banner-sec .row {
    padding-top: 80px;
}

.inner-banner-heading {
    margin-top: -160px;
}

.inner-banner-heading h2 {
    color: #fff;
    margin-bottom: 0;
}

.inner-banner-images img {
    width: 88%;
    height: 785px;
    object-fit: contain;
    animation: shake 1.5s ease-in-out infinite;
}

/*Inner Banner Ends*/


/* Inner Products Detail Start */

.inner-curious-the-free-bottom-row {
    margin-top: 45px;
}

.inner-detail-products-images img {
    width: 100%;
}

.inner-detail-products-images img {
    width: 100%;
    height: 790px;
    object-fit: cover;
    border-radius: 30px;
    transform: rotate(3deg);
}

.inner-detail-products-images:before {
    content: "";
    position: absolute;
    background-color: #ad99ca;
    width: 100%;
    height: 100%;
    transform: rotate(-2deg);
    border-radius: 30px;
}

.inner-detail-products-button {
    margin-top: 30px;
}

ul.inner-detail-products-heading li h2 {
    font-size: 50px;
}

ul.inner-detail-products-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.inner-detail-products-text p {
    font-size: 16px;
}

.inner-detail-products-text {
    margin-left: 25px;
}

ul.inner-detail-products-points li a {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    margin: 15px 0;
    gap: 20px;
}

ul.inner-detail-products-points li span {
    background: #ad99ca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

ul.inner-detail-products-heading li h3 {
    font-size: 55px;
    color: #ad99ca;
}

.inner-detail-products-images {
    position: relative;
}

/* Inner Products Detail Ends */

/*Inner Community Start*/

.new-way-unwind-socailize-heading.chg {
    margin-left: 25px;
}

/*Inner Community Ends */


/* Inner Contact Start */

section.contact-us {
    padding: 130px 0px 100px;
}

.BannerContent1 {
    position: absolute;
    top: 260px;
    text-align: left;
    left: 215px;
    right: 0;
}

.BannerContent1 h2 {
    font-size: 60px;
    color: 000;
    font-weight: 500;
}


.bnr-map {

    position: relative;
    margin: 0 auto;
    float: none;
    display: table;
}

.msg-box {
    background-color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #00000040;
}

.txt-box {
    padding: 0px;
}

.cntus-content {
    background-image: url("../images/contact-bg.png");
}

.cntc-box-sec {
    color: #fff;
    list-style: none;
    padding: 45px 45px;
    position: relative;
    background-color: #ad99ca;
    height: 587px;
    border-radius: 20px;
}

.get-a-touch-heading {
    margin-bottom: 30px;
}

.cntc-box-sec ul {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 0;
    margin-bottom: 0;
    padding-bottom: 20px !important;
    border: none;
}

.sec-head {
    margin-bottom: 20px;
}

.sec-head.text-center h2 {
    font-size: 54px;
    text-transform: capitalize;
    font-family: 'lucidabrightRegular';
    background: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    color: #fff;
}

.cntc-box-sec li {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.cntc-box-sec h3 {
    font-size: 45px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.txt-box-sec {
    padding: 45px 55px;
    position: relative;
}

.txt-box-sec h3 {
    color: #000;
    font-size: 55px;
    line-height: 48px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.txt-box-sec .form-control,
.txt-box-sec .form-select {
    border: none;
    border-bottom: 2px solid #dbdbdb;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 0;
    font-size: 15px;
    color: #000;
    resize: none;
    padding-bottom: 20px;
    font-weight: 500;
    background: none;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.txt-box option {
    background: #8c7c6d;
}

.submit-btn {
    position: relative;
}

.sub-btn {
    position: absolute;
    top: 9px;
    right: -36px;
    color: #ed020a;
    border-radius: 40px;
    box-shadow: 0px 0px 9px 1px #ccc;
    background-color: #fff;
    padding: 10px 13px;
}

.cntc-box-sec .msg-icon {
    font-size: 30px;
    padding-left: 10px;
    padding-top: 9px;
}

.all-section {

    padding: 76px 0;
}

.socail-icon-con i {
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 20px;
}

.contact-btn button {
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    position: relative;
    left: -33px;
    top: 10px;
    background: #c683b9;
    box-shadow: 0 0 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
}

.cntc-box-sec li span {
    display: block;
}

.socail-icon-con i.fab.fa-facebook-f {
    background: #1b4f9b;
}

.socail-icon-con i.fab.fa-twitter {
    background: #00adef;
}

.socail-icon-con i.fab.fa-instagram {
    background: #cc0001;
}

.socail-icon-con i.fab.fa-youtube {
    background: #2c567e;
}

.socail-icon-con i.fab.fa-pinterest {
    background: #f96a02;
}

.cntc-box-sec ul:last-child {
    border: none;
    padding-bottom: 0;
}

.txt-box-sec .form-control::placeholder {
    font-size: 16px;
    color: #8c8c8c;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.cntc-box-sec ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}


.msg-box .row {
    align-items: center;
}

section.contact-us select {
    border: none;
    border-bottom: 2px solid #dbdbdb;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 0;
    font-size: 16px;
    color: #8c8c8c;
    resize: none;
    padding-bottom: 30px;
    font-weight: 500;
    width: 100%;
    -webkit-appearance: auto;
    font-family: "Montserrat", sans-serif;
    background: none;
}

/* Inner Contact Ends */

/* Inner Billing Start */

.checkout {
    padding: 100px 0px;
    position: relative;
}

.checkout .heading {
    padding: 20px 25px;
    background: #c683b9;
    border-radius: 20px;
    position: relative;
    height: 88px;
}



.checkout .heading h2 {
    color: #fff;
    font-size: 40px;
    margin: 0px;
    font-weight: 500;
}

.checkout .checkout_form {
    background: #ffffff;
    border: 30px solid #ebebeb;
    padding: 50px;
    border-top: 40px solid #ebebeb;
    margin-top: -10px;
}

.checkout .checkout_form form h4 {
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.checkout .checkout_form form input:not([type="checkbox"]):not([type="radio"]),
.checkout .checkout_form form select {
    height: 50px;
    width: 50%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    color: #000;
    font-weight: 600;
}

.checkout .checkout_form form select {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(182, 182, 182) 100%);
    appearance: auto;
}

.checkout .checkout_form form .row {
    margin-bottom: 20px;
    align-items: center;
}

.checkout .checkout_form form p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.trust_check p {
    margin: 0 !important;
}

.checkout .checkout_form form .countery span {
    color: #000;
    font-size: 14px;

}

.checkout .checkout_form form .countery a {
    color: #000;
    font-size: 14px;

    text-decoration: underline;
    margin-left: 70px;
}

.checkout .checkout_form form h3 {
    font-size: 16px;

}

.checkout .checkout_form .payment_method label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.checkout_form span a {
    color: #000;
    margin-left: 15px;
    border-bottom: 1px solid;
}

.checkout .checkout_form .payment_method .row {
    margin: 5px 0px;
}

.trust_check {
    background: #ebebeb;
    padding: 20px 20px;
    display: flex;
    align-items: start;
    margin-top: 20px;
}

.trust_check input {
    margin-right: 10px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
}

.checkout_form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.radio-slc {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
}

.radio-slc input {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.radio-slc span {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid #000;
}

.radio-slc input:checked+span {

    background: #fec211;
}

.box-det-prd-wrp {
    border: 2px solid #ebebeb;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 20px;
}

.box-det-prd-wrp h4 {
    margin: 0;
    padding: 30px 20px;
    background: #ad99ca;
    font-weight: 500;
    color: #000;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 86px;
}
.detail-prc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.detail-prc span {
    color: #000;
    font-weight: 700;
}

.detail-prc:last-child {
    font-size: 23px;
}

.detail-prc div {
    font-weight: 600;
    color: black;
    -webkit-background-clip: text;
}

.detail-prc:last-child div {
    font-weight: 600;
    color: black;
    -webkit-background-clip: text;
}

.delevery-boxwrp {
    margin-top: 50px;
    background: #fff;
    border: 2px solid #ebebeb;
    padding: 20px;
}

.delevery-boxwrp h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.delevery-boxwrp p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #7c7c7c;
    margin-bottom: 15px;
    margin-top: 15px;
}

.delevery-boxwrp a {
    font-weight: 500;
    text-decoration: underline;
    color: #3b6149;
    -webkit-background-clip: text;
    font-size: 16.8px;
}

.botm-checkout {
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.botm-checkout a {
    background: #ad99ca;
    color: #fff;
    padding: 20px 80px;
    border-radius: 50px;
}

.botm-checkout p {
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 5px;
}

.botm-checkout p span {
    color: #0d6efd;
    font-size: 25px;
}

.botm-checkout a.btn {
    width: 20%;
}

section.checkout::after {
    position: absolute;
    content: "";
    background: url(../images/squares.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 328px;
    left: -2%;
    bottom: -6%;
    z-index: -5;
}

li.ative a {
    color: #d5f339 !important;
}

.botm-checkout a.btn {
    border-radius: 30px;
    background: #0f5132;
}

.checkout .checkout_form form p a {
    color: #000;
    border-bottom: 1px solid;
}

section.checkout::before {
    position: absolute;
    content: "";
    background: url(../images/before.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 16%;
    width: 241px;
    height: 355px;
}

/* Inner Billing Ends */


/* Inner Cart Start */


.add-to-cart a {
    font-size: 19px;

    display: block;

    text-align: center;

    padding-top: 9px;

    color: #333333;

    font-weight: 500;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;
}

.add-to-cart h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}


.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    border: none;

    padding: 27px 40px;

    border: 1px solid #00000024;
}

.total-section ul {
    font-family: "Montserrat", sans-serif;

    list-style: none;

    margin-bottom: 0;
}

.total-section li {
    font-size: 24px;

    padding-bottom: 30px;

    color: #333333;

    font-family: "Montserrat", sans-serif;

    font-weight: 400;
}

li.color-change {
    color: #000;

    text-transform: capitalize;

    font-weight: 400;

    font-size: 26.96px;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;
}

.total-section li.color-change span {
    font-weight: 400;

    font-size: 26.96px;

    color: #000;

    font-family: "Montserrat", sans-serif;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    padding: 20px 40px;

    border: 1px solid #00000029;

    margin-top: 25px;
}

.ship-estimate li {
    color: #000;

    font-size: 27px;

    margin-bottom: 18px;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;
}

.ship-estimate ul {
    margin-top: 20px;

    margin-bottom: 25px;

    font-family: "Montserrat", sans-serif;

    list-style: none;
}

.ship-estimate .grey-style {
    color: #333333;

    font-size: 20px;

    font-family: "Montserrat", sans-serif;

    font-weight: 500;
}

.proceed a {
    color: #000;

    text-align: left;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 500;

    /* background: #000000; */

    font-family: "Montserrat", sans-serif;
}

.proceed .checkout-btn {
    padding: 15px;

    width: 100%;

    font-size: 20px;

    margin-top: 4px;

    border-radius: 0px;

    text-align: center;

    color: #ffffff;

    text-transform: uppercase;

    background: #fb2b2b;

    font-family: "Montserrat", sans-serif;
}

.or-amazon {
    margin-top: 50px;

    position: relative;

    border: 2px solid #cecece;

    /* top: 25px; */

    padding: 30px 50px;

    border-radius: 5px;

    background: #fff;
}

.or-amazon p {
    font-size: 17px;

    position: absolute;

    background: #f3f3f3;

    top: -18px;

    left: 85px;

    padding: 3px 20px;

    color: #333333;

    display: block;

    text-transform: uppercase;

    border: 2px solid #cecece;

    font-family: "Montserrat", sans-serif;
}

.or-amazon a {
    text-decoration: none;

    text-align: center;
}

.product-img {
    display: inline-block;

    width: 100%;

    padding: 10px 5px;

    border-radius: 10px;
}

.product-img img {
    width: 100%;
}

.table> :not(:last-child)> :last-child>* {
    font-size: 20px;
    font-weight: 600;
    padding: 16px 9px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'american';
    color: #000;
}

.add-to-cart-bottom-sec {
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-totals-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.cart-totals-box ul li h4 {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
}


.cart-totals-box ul li h5 {
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    background: #ad99ca;
    border: 2px solid #ad99ca;
    font-weight: 500;
    color: #fff;
}

.add-to-cart-button a {
    padding: 12px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    margin-top: 25px;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    background: #ad99ca;
    border: 2px solid #ad99ca;
}

.cart-totals-box a {
    padding: 15px 20px;
    color: #fff;
    border-radius: 7px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    background: #ad99ca;
    border: 2px solid #ad99ca;
    font-weight: 500;
}

section.stright-slider-sec.banner-second-stright-slider-sec.newColor .stright-slider ul li h4 {
    color: #fff;
}

.cart-totals-box ul li h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.cart-totals-box ul li h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
}

.cart-totals-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    font-family: "Montserrat", sans-serif;
}

.cart-totals-box li.chg {
    padding: 17px 0 0 0 !important;
    border: none !important;
}

.add-to-cart-up-date a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-totals-box {
    border: 3px solid #efefef;
    padding: 25px 25px;
    margin-left: 10px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid #efefef !important;
}

.table-space h3 {
    font-weight: 500;

    margin-bottom: 0px;

    font-size: 18px;

    line-height: 30px;

    color: #333333;

    font-family: "Montserrat", sans-serif;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;

    border-style: solid;

    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    color: #4c5152;
}

.table-space h6 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    width: 90%;
}

.add-to-cart-bottom-input ul li button {

    padding: 12px 20px;
    color: #fff;

    border-radius: 7px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #ad99ca;
    border: 2px solid #ad99ca;
}

.add-to-cart-bottom-input ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.add-to-cart-bottom-input ul li input {
    border: 2px solid #e6e6e6;
    width: 270px;
    height: 50px;
    padding: 0 20px;
}

/* skin 2 */
.skin-2 .num-in {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    height: 41px;
    width: 160px;
    float: left;
    border: 1px solid #cfcfcf;
}

.skin-2 .num-in span {
    width: 30%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

ul.quantity-button {
    gap: 20px !important;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in span:hover {
    background: #ad99ca;
}

.skin-2 .num-in input {
    float: left;
    width: 40%;
    height: 40px;
    text-align: center;
    border: 1px solid #cfcfcf;
}

.add-to-cart {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* / skin 2 */


/*.front::before {
    content: '';
    background: url(../images/imagePlay.png)no-repeat;
    width: 80px;
    background-size: cover;
    position: absolute;
    height: 80px;
    border-radius: 50px;
    animation: pulse-animation 2s infinite;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}*/

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.front {

    position: relative;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slick-active {
    opacity: 1.5;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.front1 {
    /*  background: url(../images/serviceImg.png) no-repeat;*/
    background-size: cover;
}

.front.front2 video {
    width: 100%;
    height: 100%;
    border-radius: 25%;
}

.front.front1 video {
    width: 100%;
    height: 100%;
    border-radius: 25%;
}

.front.front3 video {
    width: 100%;
    height: 100%;
    border-radius: 25%;
}

.front2 {
    /*    background: url(../images/serviceImg2.png) no-repeat;*/
    background-size: cover;
}

.front3 {
    /*    background: url(../images/serviceImg3.png) no-repeat;*/
    background-size: cover;

}

.front4 {
    /* background: url(../images/serviceImg4.png) no-repeat;*/
    background-size: cover;

}

.our-recipes-silder .slick-slide {
    margin: 20px 20px;
}

.discover-the-ture-flavors-sec {
    padding: 80px 0;
    text-align: center;
}

.discover-the-ture-flavors-sec h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    color: black;
    margin-bottom: 10px;
}

.discover-the-ture-flavors-sec p {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 35px;
}

.authentic-americanized-heading h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.authentic-americanized-box {
    text-align: center;
    background: #ffe164;
    padding: 50px 25px 70px;
    height: 400px;
    box-shadow: 0 0 2px 0 #00000036;
}

.authentic-americanized-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.authentic-americanized-box p {
    color: #000;
    font-weight: 600;
}

.no-padding {
    padding: 0;
}

.authentic-americanized-box.chg {
    background: #fff;
}

.authentic-americanized-heading {
    text-align: center;
    margin-bottom: 150px;
}

.authentic-americanized-sec:before {
    position: absolute;
    background: url(../images/knowwavs.png) no-repeat;
    content: '';
    height: 120px;
    width: 100%;
    top: 100px;
    z-index: -1;
    background-size: cover;
}

.authentic-americanized-sec:after {
    content: "";
    position: absolute;
    background: #dd761c;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: -9;
}

.authentic-americanized-sec {
    position: relative;
    padding: 40px 0;
}

section.recipesSec .txtCenter {

    margin-bottom: 0px;
}



/* Inner Cart End */

/*Inner Find You Sip Start*/


#map {
    position: relative;
    width: 100%;
    height: 980px;
    background: url(../images/find-your-sip-map.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

 .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c683b9;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ad99ca;
    box-shadow: 0 0 8px #ad99ca;
    transition: transform 0.2s;
}

  .dot:hover {
    transform: scale(1.3);
  }

#infoBox {
    position: absolute;
    background: #ad99ca;
    color: #fff;
    padding: 0px 10px 20px;
    border-radius: 10px;
    max-width: 300px;
    display: none;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 100;
    border: 8px solid #c683b9;
    width: 250px;
    text-align: center;
}



#infoBox.visible {
    display: block;
    opacity: 1;
}

#infoBox::after {
    content: "";
    position: absolute;
    bottom: 160px;
    left: -30px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #9c27b0 transparent transparent transparent;
    z-index: 9;
}

  #infoBox strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
  }


  .find-your-sip-heading {
    text-align: center;
}
.find-your-sip-heading {
    text-align: center;
    margin-bottom: 30px;
}

div#infoBox img {
    width: 204px;
    height: 188px;
    object-fit: contain;
    margin: 0 auto;
}
span#boxDesc {
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
}
div#infoBox p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.find-your-sip-sec {
    padding: 80px 0;
}

/*Inner Find You Sip Ends*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/