@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #f9f6e3;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #a6a6a6;
}

/***** Font Files *****/
@font-face {
    font-family: 'Crupies';
    src: url(../fonts/Crupies-Free.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Blender_Pro_Medium';
    src: url(../fonts/fonnts.com-Blender_Pro_Medium.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/
.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}

.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: 'Crupies';
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Crupies';
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Crupies';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Crupies';
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Crupies';
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*header css start */
.container-fluid {
    padding: 0 4%;
}

.menuSec {
    padding: 20px 0;
}

.inp input {
    width: 100%;
    background-color: unset;
    outline: unset;
    border: unset;
    padding: 10px;
}

.inp {
    position: relative;
    width: 58%;
}

.inp-main ul {
    gap: 10px !important;
    border-right: unset !important;
    border-left: unset !important;
    height: unset !important;
}

.inp-main {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

.inp-main ul li a i {
    font-size: 15px;
    color: #ee8d6e;
    border: 1px solid #ee8d6e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inp button {
    font-size: 12px;
    background-color: unset;
    border: unset;
    position: absolute;
    top: 10px;
    right: 0;
}

.inp input::placeholder {
    color: #151515;
    font-size: 15px;
    font-family: 'Blender_Pro_Medium';
}

.menuSec img {
    margin: 0;
}

.menuSec .row {
    align-items: center;
}

.menuSec .container {
    background-color: #ffff;
    padding: 20px;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 0 8px #0000001f; */
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    border-right: 1px solid #feeeea;
    height: 46px;
    border-left: 1px solid #feeeea;
}

.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: #111111;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Blender_Pro_Medium';
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #ee8d6e;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.header-left-slide.tw {
    left: auto;
    right: -75px;
    z-index: -1;
    transform: rotate(181deg);
}

.header-left-slide.tw::before {
    top: -10px;
    transform: rotate(90deg);
    right: -10px;
    z-index: -1;
    height: 30px;
    width: 40px;
}

.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:hover a {}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.header-left-slide {
    width: 90px;
    height: 75px;
    top: 30px;
    z-index: -1;
    left: -50px;
    position: absolute;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 29% 50%);
}

.header-left-slide::before {
    right: 0;
    bottom: 0;
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    background-color: #e5e5e5;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.header-right-slide {
    width: 90px;
    height: 75px;
    top: 30px;
    z-index: -1;
    right: -50px;
    position: absolute;
    background-color: #fff;
    clip-path: polygon(0% 0%, 99% 0%, 77% 49%, 100% 100%, 3% 98%);
}

.header-right-slide::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    background-color: #e5e5e5;
    clip-path: polygon(0 100%, 100% 0, 0 0);
}

/*header css start */
.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;
}

/*banner css start */
footer {
    background-color: #1f1f1f;
    padding: 100px 0px 0px 0px;
    position: relative;
}

.ft-logo p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    margin: 30px 0px;
    width: 71%;
}

ul.ank li a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
}

ul.social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0px;
}

ul.social-icon li a {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-links h4 {
    font-size: 25px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}

.quick-links ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
}

.quick-links ul li {
    padding-bottom: 12px;
}

.ul-2 {
    display: flex;
    align-items: baseline;
    gap: 70px;
}

.newsletter h4 {
    font-size: 25px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}

.newsletter p {
    font-size: 14px;
    color: #fff;
}

.newsletter form input {
    width: 100%;
    padding: 12px 16px;
    background-color: unset;
    border: 1px solid #ffffff1c;
    border-radius: 100px;
    color: #fff;
}

.newsletter form input::placeholder {
    color: #ffffff45;
}

.newsletter form {
    position: relative;
}

.newsletter form button {
    position: absolute;
    top: 0;
    right: -1px;
    padding: 14px 20px;
    border-radius: 100px;
    background-color: #f68e71;
    color: #fff;
    border: unset;
}

.ft-bot {
    border-top: 1px solid #fff;
    padding: 20px 0px;
    margin-top: 50px;
}

.ft-bot p {
    margin: unset;
    font-size: 14px;
    color: #fff;
}

.ft-bot-card-img {
    text-align: end;
}

footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/ft-bg.png);
}

/*footer end*/
/*about start*/
section.about {
    padding: 80px 0px 100px;
}

.abt-sm-txt h4 {
    font-size: 31px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.abt-sm-txt h4 span {
    display: block;
}

.abt-sm-txt {
    background-color: #f68e71;
    padding: 30px 30px;
    width: 97%;
    margin-top: 100px;
}

.abt-sm-txt p {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    width: 93%;
}

.abt-main-txt {
    text-align: end;
    width: 90%;
    margin: 0 0 0 auto;
}

.abt-main-txt h2 {
    font-size: 130px;
    line-height: 90px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 0;
}

.abt-main-txt p {
    font-size: 15px;
    color: #98968c;
    line-height: 26px;
}

a.btn-1 {
    font-family: 'Blender_Pro_Medium';
    font-size: 15px;
    color: #fff;
    background-color: #f68e71;
    padding: 15px 42px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    transition: background-color 0.3s ease, transform 0.25s ease;
}

/* subtle hover */
a.btn-1:hover {
    background-color: #e97b5e;
    /* slightly darker */
    transform: translateY(-2px);
}

/* active press */
a.btn-1:active {
    transform: translateY(0);
}

section.about .row {
    align-items: center;
}

.abt-main-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
}

/*about end*/
/* Testimonials */
.tattered-imgs-right {
    position: absolute;
    height: 450px;
    width: 15%;
    right: 0;
}

.tattered-imgs-right .tattered-img:nth-child(2) {
    right: 70px;
    top: 150px;
    width: 95px;
    height: 85px;
    overflow: hidden;
    position: absolute;
    /* border-radius: 5px; */
}

.tattered-imgs-right .tattered-img:nth-child(1) {
    top: 20px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    /* border-radius: 5px; */
    position: absolute;
    right: 115px;
}

.tattered-imgs-right .tattered-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tattered-imgs-left {
    position: absolute;
    left: 0;
}

.tattered-imgs-left .tattered-img:nth-child(1) {
    top: 70px;
    right: 60px;
    width: 100px;
    height: 90px;
    overflow: hidden;
    /* border-radius: 5px; */
    position: absolute;
}

.tattered-imgs-left .tattered-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tattered-imgs-left .tattered-img:nth-child(2) {
    top: 260px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 100px;
}

.tattered-imgs-left .tattered-img:nth-child(3) {
    right: 20px;
    top: 370px;
    width: 70px;
    height: 60px;
    overflow: hidden;
    position: absolute;
}

.tattered-imgs-left {
    height: 450px;
    width: 15%;
}

section.testimonials-sec .row {
    position: relative;
}

.testi-txt {
    position: relative;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    padding: 0 50px 60px 140px;
}

.testi-txt ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 20px;
}

.testi-txt ul li i {
    font-size: 12px;
    color: #f68e71;
}

.testi-txt ul li h5 {
    font-size: 15px;
    color: #363636;
    font-family: 'Blender_Pro_Medium';
    margin: unset;
}

.author-img {
    position: absolute;
    left: 0;
    top: 0;
}

.author-img img {
    width: 110px;
    height: 130px;
    object-fit: cover;
}

.testi-author h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    color: #121111;
}

.testi-author h4 {
    font-size: 22px;
    color: #f68e71;
    margin-top: 5px;
    font-weight: 400;
}

.testi-author h4 span {
    color: #fa9c00;
}

.testi-author {
    padding: 35px 0 0;
}

.testi-txt p {
    margin: 0;
    padding: 0px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #a5a5a5;
}

.testi-slider .slick-slide {
    margin: 50px 40px;
}

.testi-txt::before {
    top: 20px;
    left: 20px;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: #fff;
    padding: 0 140px 120px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    display: none;
}

section.testimonials-sec .sec-heading {
    margin: 0 0 50px;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    display: block;
    content: "";
    background: url(../images/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-position: center;
    width: 55%;
    height: 70%;
    transition: 0.35s ease-in-out;
    filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(590%) hue-rotate(59deg) brightness(118%) contrast(73%);
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 50px;
    height: 50px;
    z-index: 2;
    bottom: 70px;
    top: unset;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 2px solid #f6f6f6;
}

.testi-slider .slick-prev {
    left: unset;
    right: 130px;
    /* transform: rotate(180deg); */
}

.testi-slider .slick-next {
    right: 60px;
}

.testi-slider .slick-prev:before {
    transform: rotate(180deg);
}

.testi-slider .slick-prev:hover:before,
.testi-slider .slick-next:hover:before {
    filter: brightness(0) saturate(100%) invert(43%) sepia(5%) saturate(1685%) hue-rotate(315deg) brightness(99%) contrast(89%);
}

.testi-slider::after {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 90px;
    right: -90px;
    top: 100px;
    z-index: 5;
    pointer-events: none;
}

.feat-book-head h2 {
    font-size: 130px;
    line-height: 90px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 10px;
}

p.auto {
    width: 81%;
    margin: auto;
    font-size: 14px;
    color: #98968c;
}

.feat-book-head {
    text-align: center;
    margin-bottom: 30px;
}

section.testimonials-sec.sec {
    padding: 100px 0px 30px;
}

/* Testimonials */
/*shop-category start*/
section.shop-category {
    background-color: #f68e71;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}

.shop-top-txt {
    text-align: center;
}

.shop-top-txt h2 {
    font-size: 130px;
    line-height: 90px;
    font-weight: 300;
    color: #fff;
}

.shop-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.shop-img h4 {
    text-align: center;
    margin: 12px 0px 10px;
    font-size: 30px;
    color: #1f1f1f;
}

.shop-bx-main {
    background-color: #f9f6e3;
    padding: 10px;
}

section.shop-category::before {
    position: absolute;
    top: 0px;
    left: -20px;
    content: '';
    background-image: url(../images/ft-bg.png);
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 110%;
    /* adjust as needed */
    animation: waveMove 4s linear infinite;
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
        /* move right */
    }

    100% {
        transform: translateX(0);
        /* back to start */
    }
}

section.shop-category::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    content: '';
    background-image: url(../images/ft-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    z-index: 1;
    transform: rotate(-180deg);
}

/*shop-category end*/
/* different start */
.diff-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.diff-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diff-txt h3 {
    font-size: 130px;
    line-height: 90px;
    color: #1f1f1f;
    font-weight: 200;
    margin-bottom: 10px;
}

.diff-txt h3 span {
    display: block;
}

.diff-txt p {
    font-size: 16px;
    color: #a6a6a6;
    margin-bottom: 30px;
    line-height: 25px;
}

.diff-txt {
    background-color: #ffffff;
    padding: 40px 30px;
    padding-bottom: 35px;
    height: 500px;
}

.diff-2-img img {
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

.diff-2-img {
    height: 500px;
    width: 480px;
    object-fit: cover;
    margin: 0 auto;
}

.diff-2-bx {
    background-color: #f68e71;
    width: 100%;
    position: relative;
}

.diff-txt-2 {
    background-color: #fff;
    padding: 78px 40px;
}

.diff-txt-2 h4 {
    font-size: 35px;
    line-height: 1;
    color: #1f1f1f;
    margin-bottom: unset;
}

.diff-txt-2 p {
    font-size: 16px;
    color: #a6a6a6;
    margin-bottom: 30px;
    line-height: 25px;
}

.diff-txt-2 ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
}

.diff-txt-2 ul li h5 {
    font-size: 23px;
    color: #111111;
    margin-bottom: unset;
}

section.our-difference {
    padding-bottom: 60px;
}

/* different end */
/*custom start*/
section.custom {
    padding: 130px 0px;
    background-image: url(../images/custom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

section.custom::before {
    position: absolute;
    top: 0px;
    left: -20px;
    content: '';
    background-image: url(../images/ft-bg.png);
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 110%;
    animation: waveMove 4s linear infinite;
}

section.custom::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    content: '';
    background-image: url(../images/ft-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    z-index: 1;
    transform: rotate(-180deg);
}

.custom-txt h2 {
    font-size: 130px;
    line-height: 90px;
    color: #fff;
    font-weight: 200;
    position: relative;
}

.custom-txt h2 span {
    display: block;
}

.custom-txt h2::before {
    position: absolute;
    width: 500px;
    content: '';
    background-color: #fff;
    height: 1px;
    bottom: 50px;
    left: 199px;
}

.custom-txt p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.custom-txt a {
    background-color: #f9f6e3;
    color: #f68e71;
}

section.custom .container-fluid {
    position: relative;
}

.img-mask {
    position: absolute;
    top: 40px;
    right: 90px;
}

/*custom end*/
section.featured {
    padding-bottom: 100px;
}

.featured-txt {
    text-align: center;
    margin-left: -11%;
    margin-bottom: 30px;
}

.featured-txt h3 {
    font-size: 130px;
    line-height: 90px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 0px;
}

.featured-txt p {
    font-size: 14px;
    width: 69%;
    margin: 0 auto;
    color: #a6a6a6;
}

section.featured .container-fluid {
    margin-right: 0px;
    padding-right: unset;
}

section.featured .slick-list.draggable {
    padding-right: 200px;
}

.maxWidth {
    max-width: 1480px;
}

section.featured .slick-slide {
    margin: 0px 10px;
}

.pro-img-bx img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

section.featured .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

section.featured .slick-active {
    opacity: 1;
}

.ser-main-bx {
    padding: 10px;
    background-color: #fff;
}

ul.pro-ank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul.pro-ank ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

a.btn-2 {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 280px;
    font-size: 14px;
    color: #131212;
    font-family: 'Blender_Pro_Medium';
}

ul.pro-ank li:first-child {
    display: flex;
    align-items: center;
    width: 270px;
    border: 1px solid #f68e71;
    border-radius: 100px;
    padding-right: 5px;
}

ul.pro-ank li a i:first-child {
    color: #fff;
    background-color: #f68e71;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pro-ank li h5 {
    font-size: 14px;
    margin: unset;
    background-color: #feeeea;
    padding: 6px 12px;
    border-radius: 100px;
    font-family: 'Blender_Pro_Medium';
    color: #111111;
}

.pro-bot-txt {
    padding-top: 10px;
}

.pro-ul-star h5 {
    font-size: 30px;
    line-height: 1;
    color: #151515;
    font-weight: 300;
    margin-bottom: 0px;
}

.pro-ul-star ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: unset;
}

.pro-ul-star ul li a i {
    color: #f68e71;
}

.pro-ul-star ul li h5 {
    font-size: 15px;
    margin: unset;
    font-family: 'Blender_Pro_Medium';
}

.pro-nam {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.pro-det-ank a {
    color: #f68e71;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Blender_Pro_Medium';
}

.serviceSlider ul.slick-dots {
    bottom: -62px;
    text-align: center;
}

.serviceSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #909090;
    border-radius: 50%;
    opacity: 8 !important;
    border: none !important;
}

.serviceSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #f68e71 !important;
    opacity: 8 !important;
}

.serviceSlider .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid #f68e71;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: -9px;
    top: -8px;
}

.serviceSlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
}

/*featured prduct end*/
/*banner start*/
section.banner .row {
    align-items: center;
}

section.banner {
    padding: 20px 0px 120px 0px;
    position: relative;
    z-index: 1;
}

.main-banner-txt h1 {
    font-size: 161px;
    color: #1f1f1f;
    line-height: 100px;
    font-weight: 300;
}

.main-banner-txt h1 span {
    display: block;
}

.ban-slid {
    text-align: center;
}

.bnan-sm-txt {
    text-align: center;
    margin-top: 110px;
}

.bnan-sm-txt p {
    font-size: 14px;
    line-height: 21px;
}

.bnan-sm-txt img {
    margin-bottom: 30px;
}

.ban-sm-img {
    margin-top: -60px;
}

.ban-sm-2-img {
    margin-top: 100px;
}

section.banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    background-image: url(../images/banner-bf.png);
    z-index: -1;
}

section.banner ul.slick-dots {
    bottom: -62px;
    text-align: center;
}

section.banner .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 6px;
    height: 6px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #909090;
    border-radius: 50%;
    opacity: 8 !important;
    border: none !important;
}

section.banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #f68e71 !important;
    opacity: 8 !important;
}

section.banner .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid #f68e71;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: -9px;
    top: -8px;
}

section.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
}

section.banner .slick-prev,
section.banner .slick-next {
    position: absolute;
    bottom: -157px;
    top: auto;
    left: 401px;
    right: 0;
}

section.banner .slick-next {
    left: 500px;
}

section.banner .slick-dots li.slick-active {
    position: relative;
}

section.banner .slick-dots li.slick-active:before {
    position: absolute;
    top: 17px;
    left: 2px;
    content: '';
    background-color: #c2beae;
    height: 41px;
    width: 1px;
    margin: auto;
}

section.banner .slick-prev:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/ban-left.png);
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.banner .slick-next:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    background-image: url(../images/ban-right.png);
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.banner-main-img img {
    animation: floatImg 5s ease-in-out infinite;
}

@keyframes floatImg {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.ban-sm-img img {
    animation: floatImg 3s ease-in-out infinite;
}

.ban-sm-2-img img {
    animation: floatImg 3s ease-in-out infinite;
}

.ser-main-bx:hover {
    transition: 1s;
    background-color: #f68e71;
}

.ser-main-bx:hover .pro-ul-star h5 {
    color: #fff;
}

.ser-main-bx:hover .pro-ul-star ul li a i {
    color: #fff;
}

.ser-main-bx:hover ul.pro-ank li:first-child {
    border: 1px solid #fff;
}

.ser-main-bx:hover ul.pro-ank li a.btn-2:first-child {
    color: #fff;
}

.img-mask img {
    animation: floatImg 3s ease-in-out infinite;
}

ul.social-icon li a:hover {
    transition: 1s;
    background-color: #ee8d6e;
    border: unset;
}

.quick-links ul li a:hover {
    transition: 1s;
    color: #ee8d6e;
}


/*inner-banner start*/
section.banner.inn::before {
    display: none;
}

.ban-main-txt {
    text-align: center;
}

.ban-main-txt h1 {
    font-size: 150px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: 300;
    text-transform: uppercase;
}

section.banner.inn .row {
    align-items: center;
}

section.banner.inn {
    padding: 80px 0px;
}

section.banner.inn .ban-sm-2-img {
    margin-top: 0px;
}

section.banner.inn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 0 auto;
    content: '';
    background-color: #d8d5c5;
    height: 1px;
    right: 0;
}

section.banner.inn {
    position: relative;
}

/*inner-banner end*/
/*about-page start*/
section.about.inn {
    padding-bottom: unset;
}

/*login start*/
section.login {
    padding: 100px 50px 60px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 15px 15px;
    border: 1px solid;
    color: #b7b7b7;
    border-radius: 0px;
    background-color: #fff;
    border-radius: 10px;
}

.login-txt h3 {
    font-size: 65px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.login-txt {
    padding: 45px 25px 35px;
    border-radius: 0px;
    /* background-color: #fdfdfd; */
    /* border: 2px solid #e8e8e8; */
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15); */
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    border-radius: 0px;
    padding: 14px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);
    background-color: #f68e71;
    border-radius: 100px;
    text-transform: uppercase;
}

.login-txt.tww {
    background-color: #f68e71;
    border-radius: 0px;
}

.login-txt.tww h3 {
    color: #fff;
}

.login-txt.tww form input {
    background-color: unset;
    border-radius: 10px;
    color: #fff;
}

.login-txt.tww form input::placeholder {
    color: #fff;
}

.login-txt.tww form button {
    background-color: #ffffff;
    color: #ee8d6e;
}

.login-txt.tww ul li {
    color: #fff;
}

.login-txt a {
    color: #ee8d6e;
    text-decoration: underline;
}

/*login end*/
/*contact-page start*/

section.contact-pg {
    padding: 100px 120px;
}

.cont-bx {
    min-height: 100%;
    padding: 60px 20px;
    background-color: #f68e71;
    width: 100%;
}

.cont-bx h3 {
    font-size: 25px;
    line-height: 11px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    width: 75%;
}

.cont-bx a {
    color: #fff;
}

.cont-bot-txt {
    text-align: center;
}

.cont-bot-txt h3 {
    font-size: 130px;
    line-height: 120px;
    margin-bottom: 10px;
    font-weight: 300;
}

.cont-bot-txt p {
    font-size: 15px;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cont-bot-txt form input {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    color: #000;
    outline: unset;
}

.cont-bot-txt form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    color: #000;
    height: 150px;
}

.cont-bot-txt form button {
    border: none;
}

.contact_map {
    padding: 0px 2% 100px;
}

.contact_map iframe {
    width: 100%;
    height: 475px;
}

button.theme-btn-1 {
    background-color: #f68e71;
    font-size: 15px;
    color: #fff;
    font-family: 'Blender_Pro_Medium';
    padding: 12px 35px;
    border-radius: 100px;
    border: unset;
    text-transform: uppercase;
}

a.theme-btn-1 {
    background-color: #f68e71;
    font-size: 15px;
    color: #fff;
    font-family: 'Blender_Pro_Medium';
    padding: 12px 35px;
    border-radius: 100px;
}

/*contact-page end*/
/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #000;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Crupies';
    color: #212121;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--headingColor);
    text-transform: capitalize;
    line-height: 20px;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #b5b5b5;
    height: 60px;
    border-radius: 50px !important;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: 'Blender_Pro_Medium';
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #102d26;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.cart_recipt {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    color: #151414;
    padding: 10px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 70%;
    width: 80%;
    object-fit: contain;
}

.cart_product_img {
    width: 100px;
    display: flex;
    height: 100px;
    flex-shrink: 0;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 0px 19px -9px var(--headingColor2);
}

.recipt li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    padding: 15px 25px 25px;
    /* border: 1px solid #b8b8b8; */
    border-radius: 15px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e2;
}

.payment_card h3 {
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e2e2;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: var(--black);
    font-weight: 500;
    background-color: #ffffff;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--black);
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}


.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: var(--black);
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
    height: 40px;
    border: none;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    /* font-family: 'Helvetica'; */
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

/* .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;
} */

.cart-to-check-box {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.cart-to-check-box a {
    /* font-family: 'Playfair'; */
}

/*CART PAGE CSS END*/


/*Billing start */

.billing_form {
    padding: 40px;
    /*background-color: #0e194a;*/
}

.billing_form h3 {
    font-size: 40px;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 500;
}

.billing_form label {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 600;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-size: 13px;

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: 'Crupies';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: var(--black);
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: var(--black);
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: var(--black);
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.cart_sidebar {
    padding: 40px 25px;
    /* border: 1px solid #b7b7b7; */
    border-radius: 0px;
}

.cart_sidebar .theme-btn-1 {
    margin: 0px auto !important;
    display: block;
    width: fit-content;
}

section.checkout_page {
    padding: 50px 0;
}

.cart_sidebar h3 {
    font-size: 22px;
    color: #000;
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: var(--black);
}

.cart_sidebar h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #e78c6b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: var(--black);
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: var(--black);
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    width: 150px;
    background: var(--black);

}

.checkout_btn:hover {
    color: white;
}

.Quick_info ul li a {
    text-transform: lowercase;
    font-size: 14px;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Crupies';
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ee8d6e;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 1px solid #b5b5b5;
    margin-left: 0;
    padding: 20px;
    background-color: transparent;
}

.billing_form {
    padding: 20px;
}

.cart_sidebar a {
    margin: 0 auto;
}

.cart_sidebar a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: #f95180;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

/*Billing End */
/* Product Page Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top {
    border-radius: 5px;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.right-side-top select {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #00000059;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    line-height: 60px;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 85%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #9e9b9b;
    padding: 0 2px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: #ee8d6e;
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: var(--black);
}

section.collection-side {
    padding: 100px 0%;
    position: relative;
    background-color: #fdf9e1;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar-txt h5 {
    /* color: var(--white); */
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 80%;
    height: 100%;
    /* border-right: 1px solid #cccccc38; */
}

.range-bg-space {
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

:root {
    --primary-color: #f68e71;
    --secondary-color: #e9e9e9;
    --track-height: 5px;
    --thumb-size: 20px;
}

.range-slider {
    width: 100%;
    margin-top: 50px;
    position: relative;
    height: 40px;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    pointer-events: none;
    z-index: 3;
    margin: 0;
    border: none;
}

/* Track for Webkit */
.range-slider input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    height: var(--track-height);
}

/* Track for Firefox */
.range-slider input[type=range]::-moz-range-track {
    background: transparent;
    height: var(--track-height);
}

/* Thumb for Webkit */
.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    pointer-events: all;
    border: none;
    margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);
}

/* Thumb for Firefox */
.range-slider input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    pointer-events: all;
    border: none;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: var(--track-height);
    background: var(--secondary-color);
    border-radius: 10px;
    z-index: 0;
}

/* The active color track between thumbs */
.range-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: var(--track-height);
    background: var(--primary-color);
    z-index: 1;
    left: var(--min-percent, 0%);
    right: calc(100% - var(--max-percent, 100%));
    border-radius: 10px;
}

.rangeValues {
    position: absolute;
    top: -40px;
    width: 100%;
}

.value-popup {
    position: absolute;
    background-color: var(--primary-color);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transform: translateX(-50%);
    left: var(--percent, 0%);
}

.value-popup::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--primary-color);
}

.range-label {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.range-bg-space h5 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Crupies';
}


.product-bar1 a {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #cccccc38;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    transition: 0.5s;
    font-family: 'Poppins';
    font-weight: 500;
}

.product-bar1 {
    padding: 20px;
    margin-top: 25px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.product-bar1 h5 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.product-bar1 a:hover {
    font-weight: 500;
    padding-left: 25px;
    color: var(--headingColor2);
}

.grid-view {
    display: inline-block;
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7f00;
    overflow: hidden;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.pro-grid-view .w-full {
    width: 50%;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.grid-view p {
    color: #ff7f00;
}

.grid-view:hover .grid-view-badge {
    display: block;
}

.grid-view-badge {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #ff7f00;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.grid-view-badge::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 10px;
    background-color: #ff7f00;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.grid-view-badge h6 {
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}

.large-grid-view-class .col-lg-4 {
    width: 50%;
}

.list-view-class .col-lg-4 {
    width: 100%;
}

.row.product-grid.grid-view-class .col-lg-4 {
    width: 33%;
}

.view-grid1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.view-grid1 a i {
    color: #888888;
}

.view-grid1 a i:hover {
    color: #ee8d6e;
}

.ser-main-bx:hover a {
    color: #fff;
}

section.collection-side .ser-main-bx {
    margin-top: 20px;
}

section.collection-side a.btn-2 {
    width: 195px;
}

section.collection-side ul.pro-ank li:first-child {
    width: 247px;
}

/*product end*/
/*gallery start*/
section.gallery {
    padding: 100px 0px;
}

.gal-txt {
    text-align: center;
    margin-bottom: 30px;
}

.gal-txt h2 {
    font-size: 130px;
    line-height: 100px;
    font-weight: 300;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.gal-txt p {
    font-size: 14px;
    color: #a4a296;
    width: 70%;
    margin: 0 auto;
}

.gal-img-1 {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gal-img-3 {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-top: -70px;
}

.gal-img-2 {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.gal-img-4 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-top: 20px;
}

.gal-img-6 {
    height: 340px;
    width: 100%;
    object-fit: cover;
}

section.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gal-img-2.on {
    margin-top: 20px;
}

.gal-img-6 {
    margin-top: 20px;
}

/*gallery end*/

/* Custom Order Page Styles */
.custom-order-sec {
    padding: 80px 0 100px;
}

.custom-order-head h2 {
    font-size: 130px;
    color: #1f1f1f;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Crupies', sans-serif;
    text-align: center;
    line-height: 70px;
}

.custom-order-head p {
    font-size: 14px;
    color: #a6a6a6;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.custom-order-form .form-control-custom {
    width: 100%;
    background-color: #f7f3e1;
    border: 1px solid #e2ddc4;
    border-radius: 5px;
    padding: 20px 25px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    outline: none;
    transition: all 0.3s ease;
    height: 60px;
    font-weight: 500;
}

.custom-order-form .form-control-custom::placeholder {
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 60px;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #393939;
    pointer-events: none;
    font-size: 14px;
}

.select-wrapper::before {
    content: '';
    position: absolute;
    right: 55px;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background-color: #d8d3b8;
    pointer-events: none;
}

.upload-box {
    border: 1px solid #e2ddc4;
    border-radius: 5px;
    padding: 50px 40px;
    background-color: #f7f3e1;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.upload-box:hover {
    background-color: #f1efdf;
}

.upload-box i {
    font-size: 24px;
    color: #393939;
    margin-bottom: 12px;
    display: block;
}

.upload-box p {
    font-size: 11px;
    color: #a6a6a6;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}

.btn-custom-order {
    background-color: #ee8d6e;
    color: #fff;
    border: none;
    padding: 18px 55px;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Blender_Pro_Medium';
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 25px;
}

.btn-custom-order:hover {
    background-color: #e97b5e;
    transform: scale(1.02);
}

/* product detail starts */
.product-detail-sec {
    padding: 80px 0 0px;
    background-color: #f9f6e3;
    position: relative;
    overflow: hidden;
}

.product-gallery {
    /* padding: 10px; */
    width: 100%;
}

.productdetailfor {
    /* background-color: #fff; */
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); */
    width: 100%;
}

.productdetailportion {
    /* display: flex !important; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 450px;
    width: 100%;
    background-color: unset !important;
}

.productdetailportion img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.productdetailnav {
    display: flex;
    gap: 15px;
}

.productdetailsmallportion {
    height: 110px;
    /* background-color: #fff; */
    border: 1px solid #e2ddc4;
    border-radius: 12px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.productdetailsmallportion img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.productdetailnav .slick-current .productdetailsmallportion {
    border-color: #f68e71;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.product-info-bx {
    padding: 0 0 20px;
}

.product-title {
    font-family: 'Crupies', sans-serif;
    font-size: 45px;
    color: #1f1f1f;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.stars i {
    color: #f68e71;
    font-size: 14px;
}

.review-count {
    color: #888;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.write-review {
    color: #1f1f1f;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.write-review i {
    margin-right: 5px;
    color: #f68e71;
}

.product-price {
    font-size: 40px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.product-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.product-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.availability {
    font-size: 13px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.purchase-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.num-block.skin-2 {
    display: flex;
    align-items: center;
}

.num-in {
    display: flex;
    align-items: center;
    background-color: #f1efdf;
    border-radius: 50px;
    padding: 5px 15px;
    height: 55px;
    border: 1px solid #e2ddc4;
    width: 140px;
    justify-content: space-between;
}

.num-in span {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #1f1f1f;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
}

.num-in span#number {
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    font-family: 'Montserrat', sans-serif;
    cursor: default;
}

.num-in span.dis {
    opacity: 0.3;
    pointer-events: none;
}

.btn-add-to-cart {
    background-color: #f68e71;
    color: #fff;
    border: none;
    padding: 0 45px;
    height: 55px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-add-to-cart:hover {
    background-color: #e97b5e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(246, 142, 113, 0.3);
}

.product-meta {
    padding-top: 30px;
    /* border-top: 1px solid #e2ddc4; */
    font-family: 'Montserrat', sans-serif;
}

.product-meta .row>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-meta p {
    font-size: 13px;
    color: #1f1f1f;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.product-meta p strong {
    font-weight: 700;
    margin-right: 5px;
}

.share-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-links span {
    font-size: 13px;
    font-weight: 700;
    color: #1f1f1f;
}

.share-links a {
    color: #1f1f1f;
    opacity: 0.6;
    transition: 0.3s;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.share-links a:hover {
    opacity: 1;
    color: #fff;
    background-color: #f68e71;
    border-color: #f68e71;
}

.product-tabs-row {
    margin-top: 10px;
}

.product-tabs-row .nav-tabs {
    border: none;
    justify-content: flex-start;
    gap: 80px;
    border-bottom: 1px solid #e2ddc4;
    padding-bottom: 0;
}

.product-tabs-row .nav-link {
    background: none;
    border: none;
    padding: 0 0 15px;
    font-family: 'Crupies', sans-serif;
    font-size: 24px;
    color: #1f1f1f;
    text-transform: uppercase;
    position: relative;
    opacity: 0.4;
}

.product-tabs-row .nav-link.active {
    opacity: 1;
}

.product-tabs-row .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1f1f1f;
}

.product-tabs-row .tab-content {
    padding: 40px 0;
}

.product-tabs-row .tab-pane p {
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.check-list li {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
}

.check-list li i {
    color: #f68e71;
    font-size: 16px;
}

.wave-divider {
    height: 60px;
    background-image: url(../images/ft-bg.png);
    background-repeat: repeat-x;
    background-size: auto 60px;
    position: relative;
    bottom: -1px;
    width: 100%;
    transform: rotate(180deg);
    display: none;
}

.productdetailnav .slick-active {
    opacity: 1;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: unset;
    color: #0e0e0f;
}

.custom-txt a:hover {
    color: #fff;
}

/* product detail ends */