@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;
}

@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: 'CamronDemo';
    src: url(../font/CammronDemo.otf);
}

@font-face {
    font-family: 'queensila';
    src: url(../font/queensila.ttf);
}

@font-face {
    font-family: 'BlenderPro';
    src: url(../font/BlenderPro-Medium.ttf);
}

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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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;
}

p {
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'CamronDemo';
    font-size: 58px;
    line-height: 1.2;
    color: #434329;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'CamronDemo';
    font-size: 58px;
    line-height: 1.2;
    color: #434329;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'CamronDemo';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: 'CamronDemo';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'CamronDemo';
    font-size: 20px;
    line-height: 1.2;
    color: #0e0d0d;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'CamronDemo';
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.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;
}

.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;
}

.carousel-caption {
    position: absolute;
    top: 0;
    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;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.btn-1 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    border: 2px solid #d9a253;
    padding: 6px 5px 6px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    gap: 15px;
    font-family: 'CamronDemo';
    font-weight: 500;
    box-shadow: 0px 11px 14px 0px rgba(22, 26, 29, 0.13);
}

.btn-1 span {
    background: #d9a253;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: .5s all;
}

.btn-1:hover span {
    transform: rotate(180deg);
}

.btn-2 {
    background: #fff;
}

.btn-1.btn-2:hover {
    background-color: #d9a253;
    border-color: #fff;
    color: #fff;
}

.btn-1.btn-2:hover span {
    background-color: #fff;
}

.btn-1.btn-2:hover span img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(60%) saturate(373%) hue-rotate(356deg) brightness(96%) contrast(93%);
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.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: #0a0a0a;
    padding: 20px 20px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'CamronDemo';
    border-top: 1px solid #e3e3df00;
    border-bottom: 1px solid #e3e3df00;
    transition: 1s all;
}

.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;
    border-top-color: #e0ac3d;
    border-bottom-color: #e0ac3d;
}

.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: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;
}

.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;
}

a.logo-site {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin: auto;
}

a.logo-site img {
    background: #fff;
    padding: 5px 20px;
}

ul.lst-nav-menu {
    justify-content: end;
}

.container-fluid {
    padding: 0 4%;
}

.menuSec .row {
    border-top: 1px solid #e3e3df;
    border-bottom: 1px solid #e3e3df;
}

.topSec {
    padding: 10px 0;
}

.menuSec ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-icons-side ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header-icons-side ul li a:before {
    display: none;
}

.header-icons-side ul li a i {
    font-size: 20px;
}

.header-icons-side ul li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    width: 48px;
    overflow: hidden;
    border: 1px solid #eaeae8;
    color: #434329;
    transition-duration: 0.5s;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.header-icons-side a:hover {
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.5s;
    color: #fff !important;
}

.header-icons-side a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    background-color: #434329;
    rotate: 360deg;
    transition: ease-in;
    transition-duration: 0.5s;
    z-index: -1;
}

.header-icons-side a:hover::after {
    height: 100%;
    width: 100%;
    rotate: 0deg;
    transition: ease-out;
    transition-duration: 0.5s;
}

.header-icons-side a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, 40%);
    height: 0;
    width: 0;
    background-color: #fff;
    clip-path: polygon(20% 0%,
            0% 20%,
            30% 50%,
            0% 80%,
            20% 100%,
            50% 70%,
            80% 100%,
            100% 80%,
            70% 50%,
            100% 20%,
            80% 0%,
            50% 30%);
    border-radius: 100px;
    rotate: 360deg;
    transition: ease-in;
    transition-duration: 0.5s;
}

.header-icons-side a:hover::before {
    background-color: #ff6021;
    height: 100%;
    width: 100%;
    rotate: 0deg;
    transition: ease-out;
    transition-duration: 0.5s;
}

.header-icons-side a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(80%) saturate(1136%) hue-rotate(200deg) brightness(120%) contrast(95%);
}

.srch-hedr input {
    border: none;
    color: #000;
    width: 100%;
}

.srch-hedr input:focus-visible {
    outline: unset;
}

.srch-hedr {
    display: flex;
    align-items: center;
    gap: 15px;
}

.srch-hedr i {
    color: #000;
    font-size: 16px;
}

.srch-hedr input::placeholder {
    color: #000;
    font-size: 14px;
    font-family: 'CamronDemo';
    font-weight: 500;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    height: 110vh;
    z-index: 1;
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    overflow: hidden;
    background-image: url(../images/banner-design-back.png);
}

.banner-img img {
    position: absolute;
    bottom: -10px;
    right: 167px;
    display: none;
}

.banner-text h1 {
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.banner-text h6 {
    color: #d9a253;
    letter-spacing: 7px;
    margin-bottom: 10px;
}

.banner-text {
    text-align: center;
}

.banner-sec.iner {
    background-image: url(../images/baner-iner.png);
    height: 65vh;
    margin-bottom: 100px;
}

.banner-sec.iner .banner-text {
    margin-top: 15px;
}

.banner-text h1 span {
    background: #434329;
    padding: 0px 10px;
    border-radius: 6px;
    letter-spacing: 6px;
    color: #fff;
    display: block;
    width: max-content;
    margin: 0 auto;
}

.banner-text p {
    opacity: 66%;
    width: 90%;
    margin: 0 auto 17px;
    opacity: 66%;
}

.banner-sec .container-fluid {
    padding: 0 3%;
}

.energy-welnes {
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 250px;
    width: 250px;
}

.energy-welnes img {
    border-radius: 6px;
    margin-bottom: 13px;
}

.text-sdie-ban h5 {
    font-size: 15px;
    width: 80%;
    line-height: 1.4;
    margin: 0 auto;
}

.text-sdie-ban {
    text-align: center;
}

.text-sdie-ban p {
    color: #3d4240;
    opacity: 50%;
    width: 88%;
    margin: 0px auto 10px;
}

.ban-side-main {
    text-align: end;
}

span.ban-side-btn {
    background: #d9a253;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 48px;
    height: 48px;
    margin: 0 auto -30px;
}

span.ban-side-btn img {
    margin: 0;
}

.socail-media-baner ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.socail-media-baner ul li {
    position: relative;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transform: rotate(45deg);
    border: 1px solid #8d8c7c;
    overflow: hidden;
}

.socail-media-baner ul li a {
    background: #fff;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 48px;
    height: 48px;
    border: 1px solid #8d8c7c;
    transition: 1s all;
    color: #8d8c7c;
    transform: rotate(313deg);
}

.socail-media-baner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: -180px;
    width: 95%;
}

.socail-media-baner ul li a:hover {
    background: #434329;
    color: #fff;
}

.socail-media-baner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 22%;
    right: 0;
    margin: auto;
    background: #8d8c7c;
    width: 49%;
    height: 1px;
    bottom: 0;
}

.socail-media-baner h6 {
    color: #434329;
    font-size: 14px;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    padding: 100px 0;
    position: relative;
}

.about-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #434329;
    width: 100%;
    height: 45%;
    z-index: -1;
}

.about-img img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    border-radius: 10px;
}

.about-img {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}

.about-text h2 {
    color: #fff;
    margin-bottom: 6px;
}

.about-text p {
    color: #fff;
    opacity: 50%;
    margin-bottom: 20px;
    width: 91%;
}

.about-text {
    margin-left: 25px;
}

.about-points ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    font-family: 'CamronDemo';
    font-size: 16px;
    font-weight: 400;
}

.about-points ul {
    margin-bottom: 35px;
}

.about-iner-txt.about-points h4 {
    margin-bottom: 20px;
}

.about-sec .row.abt {
    margin-top: 90px;
}

.about-img-point {
    text-align: center;
}

.about-img-point img {
    width: 250px;
    height: 265px;
    object-fit: cover;
    border-radius: 8px;
}

/* INNER PAGES CSS START  */

.about-sec.iner {
    padding: unset;
}

.about-sec.iner:before {
    background: transparent;
}

.about-img.iner {
    width: 95%;
    margin: 0 0 0 auto;
    padding: unset;
}

.about-text.inr {
    margin-top: 13px;
}

.about-text.inr p {
    color: #434329;
    opacity: 50%;
}

.about-text.inr h2 {
    color: #434329;
}

.about-sec.iner .row.abt {
    margin-top: 25px;
}

.about-img.iner img {
    height: 530px;
}

.about-sec.iner .row.abt .about-points ul {
    margin-bottom: 25px;
    margin-top: 20px;
}

.about-sec.iner .about-img-point img {
    height: 300px;
    width: 350px;
}

.about-sec.iner {
    margin-bottom: 100px;
}

.about-iner-txt {
    margin-top: 50px;
}

.about-iner-txt p {
    color: #434329;
    opacity: 50%;
    margin-bottom: 25px;
    width: 92%;
}


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Circle Light Section Start ------------------------------------------------------------- */

.circle-light-sec {
    position: relative;
    padding: 100px 0;
    margin-bottom: 100px;
}

.circle-light-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/circke-light-back.png);
    width: 92%;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.circle-text {
    padding-left: 7%;
}

.circle-text h2 {
    color: #fff;
    margin-bottom: 10px;
}

.circle-text h2 span {
    display: block;
}

.circle-text p {
    color: #fff;
    opacity: 50%;
    margin-bottom: 18px;
    width: 85%;
}

/*---------------------------------------------------- Circle Light Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Workshop Section Start ------------------------------------------------------------- */

.Workshop-sec .col-lg-6.rit {
    padding-right: 0;
}

.Workshop-sec {
    margin-bottom: 100px;
}

.Workshop-sec .col-lg-6.awkn {
    padding-left: 0;
}

.workshop-ritual-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-top-left-radius: 10px;
}

.awaken-img img {
    /* height: 382px; */
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    /* bottom: -138px; */
}

.workshop-ritual-text h2 {
    margin-bottom: 40px;
}

.workshop-ritual-text {
    padding-left: 40px;
    position: relative;
}

.workshop-ritual-text p {
    opacity: 50%;
    margin-bottom: 24px;
    width: 85%;
}

.workshop-ritual-text:before {
    content: '';
    position: absolute;
    top: 34%;
    right: 50px;
    background: #d6d6d0;
    width: 50%;
    height: 1px;
}

.workshop-ritual-text h2 span {
    display: block;
}

.awaken-text h3 {
    font-size: 40px;
    margin-bottom: 35px;
    color: #434329;
}

.awaken-text h3 span {
    display: block;
}

.awaken-text p {
    width: 70%;
    margin-bottom: 14px;
    opacity: 50%;
}

.awaken-text ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    font-family: 'CamronDemo';
    font-size: 15px;
    color: #000;
}

.awaken-text {
    position: relative;
    top: -30px;
    padding-left: 60px;
}

.awaken-text:before {
    content: '';
    position: absolute;
    top: 14%;
    right: -20px;
    background: #d6d6d0;
    width: 93.5%;
    height: 1px;
    z-index: -1;
}

/* .awaken-img:before {
    background-image: url(../images/awaken-back.jpg);
    width: 100%;
    height: 545px;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: inherit;
    z-index: -1;
} */

.awaken-img {
    position: relative;
    text-align: center;
}


/*---------------------------------------------------- Workshop Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.sec-head p {
    width: 48%;
    margin: 0 auto;
    opacity: 50%;
    color: #131212;
}

.testimonial-top-box {
    position: relative;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

ul.testi-profile-list h6 {
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.slick-center .testi-slide-content::after {
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    width: 35px;
    height: 35px;
    left: 15px;
    top: -34px;
    z-index: -1;
    background: #434329;
}

.slick-center .testi-slide-content h5 {
    color: #fff;
}

.slick-center .testi-slide-content h6 {
    color: #fff;
}

.testimonial-sec .sec-head {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-top-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed #0000003b;
    top: 55px;
    left: 0;
    z-index: -1;
}

.profile-top img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
    border-radius: 70px;
    box-shadow: 0 0 0px 13px #43432985;
    background-color: #434329;
    opacity: 0;
}

.testi-slider .slick-slide {
    margin: 0 20px;
    margin-top: 0;
    padding-top: 50px;
    position: relative;
    opacity: 1;
}

.profile-top {
    margin: -30px 0 80px 0;
    z-index: 1;
    position: relative;
}

.testi-slide-content {
    padding: 32px 40px 45px;
}

ul.testi-profile-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0 25px;
}

ul.star i {
    font-size: 14px;
    color: #ffb503;
}

ul.testi-profile-list h5 {
    font-size: 17px;
    font-family: 'CamronDemo';
    text-transform: uppercase;
    margin: 0;
}

ul.testi-profile-list h6 {
    font-size: 16px;
    font-family: 'CamronDemo';
    text-transform: capitalize;
}

.testi-slide-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    opacity: 60%;
    width: 98%;
}

.testi-slider .slick-list {
    padding: 0px 80px !important;
}

.testimonial-sec .container-fluid {
    padding: 0;
}

.slick-center .testi-slide-content {
    position: relative;
    z-index: 3;
    background-color: #434329;
    border-radius: 12px;
}

.slick-center .testi-slide-content p {
    color: #fff;
}

.slick-slide.slick-current .profile-top img.prf-2 {
    opacity: 1;
}

.slick-slide.slick-current .profile-top img.prf-1 {
    display: none;
}

.testimonial-sec {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ----------------------------------------------------------- */

footer {
    background: #434329;
    padding: 85px 0 0px;
    overflow: hidden;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/ftr-back.png);
    position: relative;
}

.card-footer {
    border: unset;
}

.foot-logo img {
    margin-bottom: 15px;
    margin-top: -28px;
    width: 85px;
    object-fit: cover;
}

.foot-logo p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
    opacity: 70%;
}

.foot-logo ul li {
    font-size: 15px;
    color: #fff;
}

.quick-links.foot-logo {
    margin-bottom: 20px;
}

footer h5:before {
    position: absolute;
    content: '';
    width: 84%;
    height: 1px;
    background: #807d67;
    bottom: -35px;
}

footer h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 70px;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.quick-services ul li a:hover {
    padding-left: 5px;
    color: #d9a253;
}

.quick-links ul li a {
    font-size: 15px;
    transition: .7s ease all;
    font-weight: 500;
    color: #b3b3b3;
    text-transform: capitalize;
}

.quick-links ul li {
    margin-bottom: 4px;
    font-size: 14px;
}

.quick-links-main {
    padding-left: 30px;
}

.quick-links-main ul li a:hover {
    padding-left: 5px;
    color: #d9a253;
}

.quick-links-main ul li {
    margin: 0 0px 18px;
    color: #b3b3b3;
    text-transform: capitalize;
}

.quick-services ul li a {
    font-size: 15px;
    color: #b3b3b3;
    line-height: 30px;
    transition: .7s ease all;
    font-weight: 500;
}

.footer-2 span {
    font-size: 27px;
    color: #ffffff;
}

.Newsletter-footer p {
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 23px;
}

.news-btn input {
    border: unset;
    padding: 15px;
    background: transparent;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #6b6b4c;
    border-radius: 50px;
}

.news-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-btn button {
    border-radius: 40px;
    margin-left: -98px;
    padding: 15px 30px;
    border: 0;
    background: #d9a253;
    font-size: 15px;
    color: #fff;
}

.news-btn input::Placeholder {
    color: #6b6b4c;
}

.footer-2 h5 {
    margin-bottom: 30px;
    padding-top: 0;
}

.copy-right {
    text-align: center;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
    padding: 22px 0 0px;
}

.copy-right p {
    color: #fff;
}

.cards-footer {
    margin: 50px 0 0 0;
}

.footer-2 a {
    font-size: 26px;
    color: #000;
    font-family: 'Montserrat';
    opacity: 70%;
}

.footer-2 {
    margin-top: 40px;
}

.Newsletter-footer {
    margin-bottom: 50px;
}

.card-footer {
    padding: unset;
}

.follow-link {
    margin-top: 35px;
}

.follow-link ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.follow-link ul li i {
    background: transparent;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 48px;
    height: 48px;
    border: 1px solid #8d8c7c;
    transition: 1s all;
    color: #8d8c7c;
    transform: rotate(313deg);
    cursor: pointer;
}

.follow-link ul li i:hover {
    background: #d9a253;
    color: #fff;
}


.follow-link ul li {
    position: relative;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transform: rotate(47deg);
    border: 1px solid #8d8c7c;
    overflow: hidden;
}


footer .row {
    margin-bottom: 80px;
}

footer .row:Last-child {
    margin: unset;
}

footer:before {
    content: '';
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    margin: auto;
    background: #6b6a51;
    width: 100%;
    height: 1px;
}

.quick-services.usefl ul li {
    margin-bottom: 12px;
}

.quick-links.quick-links-main.lin-st-ft ul {
    column-count: 2;
    width: max-content;
}

.quick-services.usefl {
    padding-left: 25px;
}

.quick-services.usefl h5:before {
    width: 70%;
}

.Newsletter-footer.rty h5:before {
    width: 65%;
}

/*---------------------------------------------------- Footer Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Product Section Start ------------------------------------------------------------- */

.product-sec {
    margin-bottom: 100px;
}

.shop-main {
    padding: 15px 18px;
    border: 1px solid #00000017;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
}

.shop-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.7s all;
}

.shop-img {
    border-radius: 11px;
    overflow: hidden;
}

.shop-text {
    margin-top: 32px;
}

.shop-text h4 {
    font-size: 17px;
    color: #151515;
    margin-bottom: 11px;
    transition: 0.7s all;
    height: 62px;
}

.shop-text p {
    color: #0e0d0d;
    opacity: 50%;
    transition: 0.7s all;
    line-height: 25px;
    height: 75px;
}

.shop-rate span {
    font-family: 'CamronDemo';
    font-size: 15px;
    color: #000;
    transition: 0.7s all;
}

.shop-text ul {
    display: flex;
    align-items: center;
    gap: 1px;
}

.prdt-head {
    margin-bottom: 25px;
}

.shop-rate {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 5px 0 45px;
}

.shop-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-rate ul li i {
    color: #d9a253;
    font-size: 12px;
}

.shop-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #434329;
    width: 100%;
    height: 55px;
    z-index: -1;
    transition: 0.7s all;
}

.shop-price p {
    font-family: 'CamronDemo';
    font-size: 18px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    height: unset;
}

.price-shp-crt {
    border: 10px solid #fff;
    border-radius: 50%;
    margin-bottom: -60px;
    margin-right: 15px;
}

.price-shp-crt a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #434329;
    border-radius: 50%;
    color: #fff;
}

.product-slider .slick-slide {
    opacity: 1;
    margin: 0px 15px 40px;
}

.product-slider button.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/btn-prdt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    opacity: 1;
    transform: rotate(180deg);
}

.product-slider button.slick-prev.slick-arrow {
    top: -83px;
    left: 90%;
}

.product-slider button.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/btn-prdt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    opacity: 1;
    transition: 0.7s all;
}

.product-slider button.slick-next.slick-arrow {
    top: -83px;
    right: 4%;
}

.product-slider button.slick-prev:hover:before,
.product-slider button.slick-next:hover:before {
    filter: grayscale(1);
}

.shop-main:hover:after {
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.shop-main:hover .shop-img img {
    transform: scale(1.3);
    filter: brightness(0.5);
}

.shop-main:hover .shop-text h4 {
    color: #fff;
}

.shop-main:hover .shop-text p {
    color: #fff;
}

.shop-main:hover .shop-text span {
    color: #fff;
}


/*---------------------------------------------------- Product Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.serv-head {
    text-align: center;
    margin-bottom: 20px;
}

.serv-head p {
    width: 60%;
    margin: 0 auto;
    color: #131212;
    opacity: 50%;
}

.service-sec {
    margin-bottom: 100px;
}

.service-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.7s all;
}

.service-img {
    border-radius: 12px;
    overflow: hidden;
    border-bottom-right-radius: 0;
}

.service-text {
    padding: 25px 22px;
    margin-left: 40px;
    position: relative;
}

.service-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
    transition: 0.7s all;
}

.service-text h6 {
    font-size: 38px;
    margin-bottom: 55px;
    position: relative;
    /* top: -80px; */
    margin-top: -85px;
    color: #fff;
}

.service-text p {
    margin-bottom: 15px;
    opacity: 50%;
    transition: 0.7s all;
}

.service-main {
    position: relative;
}

.service-text:before {
    content: '';
    position: absolute;
    top: -75px;
    left: 0;
    background: #434329;
    width: 93px;
    height: 75px;
    z-index: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.service-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    background: #434329;
    width: 0;
    height: 0;
    z-index: -1;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: 0.5s all;
}

.service-main:hover h3 {
    color: #fff;
}

.service-main:hover p {
    color: #fff;
}

.service-main:hover:before {
    width: 90.1%;
    height: 100%;
}

.service-main a.btn-1.btn-2 {
    display: none;
    transition: 0.7s all;
}

a.serv-btn {
    background: #d9a253;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: 0.7s all;
    position: relative;
    left: 40%;
}

.service-main a {
    margin: 10px 0 15px;
    transition: 0.7s all;
}

.service-main:hover a.btn-1.btn-2 {
    display: inline-flex;
    background-color: #d9a253;
    border-color: #fff;
    color: #fff;
}

.service-main:hover a.serv-btn {
    display: none;
}

.service-main a.serv-btn {
    margin: 34px 0px 18px !important;
}

.service-main:hover .service-img img {
    transform: scale(1.3);
    filter: brightness(0.5);
}

.quick-links.foot-logo.tyhu ul li a {
    text-transform: none;
}

.service-sec.iner .row.inr {
    margin-bottom: 55px;
}

/* SERVICE DETAIL PAGES CSS  */

.service-detail-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: 0px -210px;
}

.service-detail-text {
    margin-top: 35px;
}

.service-detail-text p {
    color: #111111;
    opacity: 60%;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 15px;
}

.service-detail-text h2 {
    margin-bottom: 10px;
}

.service-detail-sec {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/* --------------------------------------- Inner Contact Section Start ------------------------------------- */

.contact-inner {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}


.inner-social-icon {
    border-radius: 12px;
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 100px;
    height: 240px;
    background: #434329;
    align-content: center;
    text-align: justify;
    position: relative;
}

.contact-inner-head p {
    width: 52%;
    margin: 0 auto;
    opacity: 80%;
}

.contact-inner-head {
    margin-bottom: 40px;
}

.contact-inner-head h2 {
    font-size: 80px;
    text-transform: uppercase;
}

.inner-social-icon img {
    width: 17%;
    margin-bottom: 20px;
}

.inner-social-icon h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.inner-social-icon p {
    font-size: 14px;
    width: 80%;
    color: #fff;
    line-height: 23px;
}

.inner-social-icon a {
    font-size: 14px;
    color: #fff;
}

.main-contact-head p {
    width: 73%;
    margin: 5px auto;
    margin-bottom: 30px;
    opacity: 50%;
}

.form-text-area textarea {
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #d3d1ce;
    width: 100%;
    resize: none;
    height: 250px;
    background-color: #fefdfc;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    color: #000000bf;
    text-transform: uppercase;
}

.form-text-area label {
    text-align: start;
    color: #676767;
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.contact-inner-input input {
    font-size: 13px;
    border: 1px solid #d3d1ce;
    width: 100%;
    background: #fefdfc;
    margin-bottom: 25px;
    height: 60px;
    padding-left: 20px;
    color: #000000bf;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.contact-inner-input {
    text-align: start;
}

.form-text-area {
    text-align: start;
}

.contact-inner-input label {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #676767;
    margin-bottom: 5px;
}

section.contact-inner button {
    margin: auto;
}

.inner-social-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    background: #6c6c58;
    width: 75%;
    height: 2px;
}

.inner-social-icon.rty h4 {
    margin-top: 23px;
}

.map-cntact iframe {
    width: 100%;
    height: 530px;
}

.map-cntact {
    margin-top: 70px;
}

/* --------------------------------------- Inner Contact Section End --------------------------------------- */

/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 16px 40px 16px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    border-radius: 5px;
}

.login-txt.login-txt-ex.e input::placeholder {
    color: #ffffffd4;
}

.login-txt form input::placeholder {
    color: #000000ab;
    font-size: 15px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 40px;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 25%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
}

.login-txt {
    padding: 45px 40px 35px;
    border-radius: 12px;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 10px;
    gap: 10px;
}

li.head {
    color: #f81b2a;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 15px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 40px;
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.5s;
    background: #d9a253;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

.login.sec {
    margin-bottom: 100px;
    padding-top: 50px;
}

.login-txt.login-txt-ex li.head a {
    font-size: 14px;
    color: #0000009c !important;
}

.login-txt ul li a {
    font-family: "Montserrat", sans-serif;
    color: #d9a253;
    text-decoration: underline;
}

.login-txt.login-txt-ex.e {
    background: #434329;
}

.login-txt.login-txt-ex.e label {
    color: #fff;
}

.login-txt.login-txt-ex.e h2 {
    color: #fff;
}

.login-txt.login-txt-ex.e input {
    background: transparent;
    border-color: #ffffff70;
    color: #fff;
}

.login-txt.login-txt-ex.e span {
    color: #fff;
}

.login-txt.login-txt-ex.e li.head a {
    color: #fff !important;
}

.login-txt.login-txt-ex.e button:hover {
    background-color: #000;
    color: #fff;
}

.login-txt.login-txt-ex.e form button {
    background: #fff;
    color: #855c29;
    font-weight: 500;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/

/* --------------------------------------------------- Checkout Section Start -------------------------------------------------------- */

.billing_form h3 {
    font-size: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 14px;
    font-family: "Montserrat";
    color: #8d8d8d;
    font-weight: 500;
}

.checkout-btn-new {
    text-align: center;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #cccccccc;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    color: #000;
}

h5.h-sub.ty {
    color: #000;
}

.billing_form input::placeholder {
    font-family: "Montserrat";
    font-weight: 600;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 13px;
    color: #8d8d8d;
    font-family: 'Montserrat';
    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: #000;
    text-transform: uppercase;
    font-family: 'CamronDemo';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 30px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.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: #000;
    font-family: "Roboto", sans-serif;
}

.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: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    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;
}

.check_menu ul li.purp {
    color: #700ea3;
}

p.p-same-p {
    font-size: 13px;
    background: #fffcf3;
    line-height: 23px;
}

.cart_sidebar {
    padding: 50px 22px 30px 22px;
    border-radius: 7px;
}

.cart_sidebar h3 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px solid #cccccccc;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
    color: #d9a253;
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: normal;
    padding-top: 0;
    text-transform: uppercase;
}

.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: 13px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #8d8d8d;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    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 #ff5f00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 17px;
}

.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;
    font-family: "Roboto", sans-serif;
}

.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: #000;
}

.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: #000;
    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 {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff5f00;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #cccc;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.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: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #d9a253;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

section.checkout_page.all-section.all-side {
    padding: 0px 0 100px;
}

.payment_card form input::placeholder {
    color: #000;
}

section.shopping_cart.inner-bg .container-fluid {
    padding: 0 5%;
}

.billing_form {
    padding: 20px 25px;
}

.billing_form select {
    width: 100%;
    height: 50px;
    border: 1px solid #cccccccc;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: transparent;
    color: #8d8d8d;
    font-family: "Montserrat";
    font-weight: 600;
}

.billing_form option {
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
}

/* --------------------------------------------------- Checkout Section End -------------------------------------------------------- */

/*---------------------------------------------------- Cart Section Start ------------------------------------------------------------- */

.shopping_cart {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.chk-btn {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.shopping_cart img.bk-2 {
    bottom: -38%;
    width: 6%;
}

.shopping_cart img.bk-1 {
    bottom: -2%;
    width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
    width: 30% !important;
    border: 0 !important;
}

.payment_card a.btn-1 i {
    color: #fff !important;
}

.shopping_cart_table h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
}

.shopping_cart_table table th {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #151414;
    font-family: 'queensila';
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 25%;
    background-color: #f2f2f2;
    /* padding: 25px 10px; */
    margin-right: 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-bottom: 9px;
    font-family: 'queensila';
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 12px;
    color: #000;
    font-family: 'Montserrat';
    margin: 0;
    line-height: 21px;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.quanity.product-detail.cart-pag-qunty {
    margin-left: -30px;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
    border: 0;
    width: 45%;
    border: 1px solid #00000059;
    height: 55px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    left: 80px;
    padding: 0 12px;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 36px;
    font-weight: 500;
    color: #070707;
    margin: 0;
    font-family: 'CamronDemo';
    margin-right: 30px;
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 15px;
    color: #000;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 15px 30px 15px 30px;
    border: 1px solid #b8b8b8;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #151414;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.recipt li span {
    color: #151414;
    font-size: 18px;
    letter-spacing: 3px;
}

.payment_card {
    background-color: transparent;
    padding: 0 0;
}

.payment_card h3 {
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 28px;
    padding-bottom: 45px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
}

.payment_card * {
    color: #000 !important;
}

.credit_paypal a {
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    background: #f3f3f3;
    align-items: center;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}

.credit_paypal a img {
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 31px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    gap: 40px;
}

label.crt-prce-rat {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 25px;
}


.payment_card form label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    font-family: 'Montserrat';
}

.payment_card form {
    margin-top: 19px;
}

.payment_card form input {
    width: 100%;
    height: 39px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
    padding-bottom: 25px;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #000;
}

.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: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.payment_card a.theme_btn {
    color: #fff !important;
    margin: 0 auto;
    margin-top: 10px;
}

/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    display: block;
    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;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 42px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'BlenderPro';
    font-size: 21px;
    font-weight: 500;
}

.expiry_cvv input {
    padding-bottom: 15px !important;
    margin-top: 16px;
}

a.papal-cart {
    font-style: italic;
}

th.counter-cart {
    padding-left: 90px;
}

/*---------------------------------------------------- Cart Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Rise Community Section Start ------------------------------------------------------------- */

.community-frt {
    margin-bottom: 100px;
}

.rise-comunity-text h2 span {
    display: block;
}

.rise-comunity-text h2 {
    margin-bottom: 10px;
}

.rise-comunity-text p {
    margin-bottom: 20px;
    width: 87%;
    opacity: 60%;
}

.comunity-infrt-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-top-left-radius: 12px;
}

.rise-comunity-text {
    margin-left: 20px;
}

.upcom-event-head {
    margin-bottom: 50px;
    text-align: center;
}

.upcom-event-head p {
    width: 60%;
    margin: 0 auto;
    opacity: 60%;
}

.upcom-evnt-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.upcom-evnt-text h3 {
    margin-bottom: 45px;
}

.row.evnt {
    position: relative;
    margin-bottom: 80px;
    padding: 35px 0;
}

.row.evnt:before {
    content: '';
    position: absolute;
    top: 0;
    border: 1px solid #d0d0d0;
    width: 85%;
    height: 100%;
    right: 0;
    border-radius: 12px;
    z-index: -1;
}

.upcom-evnt-text {
    margin-left: 30px;
    position: relative;
}

.upcom-evnt-text p {
    width: 90%;
    opacity: 60%;
}

.upcom-event-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.row.evnt:after {
    content: '';
    position: absolute;
    top: 34.4%;
    right: -10px;
    background: #d9a253;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0px 1px #d0d0d0;
    border: 4px solid #fff;
}

.upcom-evnt-text:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 60px;
    background: #d0d0d0;
    width: 100.7%;
    height: 1px;
}

.upcom-evnt-text:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 43px;
    background: #fff;
    width: 10px;
    height: 40px;
}

.row.evnt.left:before {
    left: 0;
    right: unset;
}

.row.evnt.left:after {
    left: -10px;
    right: unset;
}

.row.evnt.left .upcom-evnt-text:before {
    left: -32px;
    width: 90%;
}

.row.evnt.left .upcom-evnt-text:after {
    left: -46px;
    top: 40px;
}

.upcoming-evetnsec {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Rise Community Section End ------------------------------------------------------------- */

/*product detail page css start*/

.productdetailsec {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.productdetailtext h3 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    color: #434329;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #838383;
    font-size: 14px;
    margin-bottom: 30px;
}

.productdetailtext h6 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
}

.socail-media-sdf ul {
    margin: unset !important;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100% !important;
}

.productdetailtext {
    margin-top: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul li {
    font-size: 18px;
    list-style: none;
    margin-bottom: 25px;
    font-weight: 500;
    color: #000;
    font-family: 'CamronDemo';
    width: max-content;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img:hover {
    border: 2px solid #ac725c;
}

.productdetailsec .productdetailportion {
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin: 20px 17px 0;
}

.product-detail span {
    margin: 0;
}

.product-detail span {
    margin: 5px 0px;
    padding: 20px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    /* background-color: rgb(255, 255, 255) !important; */
}

.product-detail span:hover {
    /* background-color: #ac725c; */
}

.iconlist {
    margin-top: 20px;
}

.quanity.product-detail h5 {
    font-size: 18px;
    color: #250503;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

.iconlist ul {
    column-count: 2;
    width: 70%;
    margin: 45px 0 0 0;
}

.prd-det-discription-content ul.disc-list {
    margin: 0px 0 25px;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    margin: 13px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #d9a253;
}

ul.disc-list p {
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 13px;
    object-fit: cover;
}

/* skin 2 */

/* .skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    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;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}
 */
.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 80%;
    height: 52px;
    border: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #2b2b2b;
}

ul.rate-reviews li:first-child i {
    color: #d9a253;
    font-size: 14px;
}

ul.rate-reviews li:last-child i {
    color: #d9a253;
    font-size: 17px;
    border-left: 1px solid #000;
    padding-left: 15px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 35px;
    color: #1c1c1c;
    margin: 13px 0 22px;
}


/*  product Detail Review Section Start */


/* Rating Stars */

/* .prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "â˜…";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
} */


/* Rating Stars */

.prod-detail-description {
    position: relative;
    margin-bottom: 100px;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    font-family: 'CamronDemo';
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #d9a253 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #434329 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 25px;
    border: 0;
}

.prod-detail-description .prd-review-input label {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'CamronDemo';
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #00000042;
    margin: 5px 0 20px;
    border-radius: 10px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #00000061;
    font-weight: 500;
    font-size: 14px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px 20px;
    border: 1px solid #00000042;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
    border-radius: 11px;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
    gap: 13px;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    background: #d9a253;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 14px;
    color: #000;
    opacity: 60%;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    opacity: 60%;
    width: 88%;
    margin-bottom: 25px;
    line-height: 26px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    opacity: 60%;
}

.productdetailfor .slick-slide {
    margin: 0 17px;
}

.prod-detail-description .nav-tabs {
    display: flex;
    align-items: center;
    gap: 80px;
}

.prod-detail-description .nav-tabs .nav-link:focus-visible {
    outline: unset;
}

.prd-det-discription-content ul.disc-list li p {
    margin: unset;
    opacity: 1;
    font-size: 18px;
    font-family: 'CamronDemo';
    text-transform: uppercase;
    font-weight: 400;
}

.socail-media-sdf ul li a:hover {
    background: #434329;
    color: #fff;
}

.socail-media-sdf ul li a {
    background: #fff;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 40px;
    height: 40px;
    border: 1px solid #8d8c7c;
    transition: 1s all;
    color: #8d8c7c;
    transform: rotate(313deg);
}

.socail-media-sdf ul li {
    position: relative;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transform: rotate(45deg);
    border: 1px solid #8d8c7c;
    overflow: hidden;
    margin: unset !important;
    display: unset;
}

li.sdtl-scil {
    margin-top: -7px !important;
    margin-bottom: 0 !important;
}


/*product detail page css end*/


/* Product Page Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top select {
    width: 100%;
    padding: 13px 5px;
    border: unset;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    line-height: 60px;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 62%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    color: #101010;
    margin: 0;
}

.show-prg-num a {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    padding: 0 2px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 15px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: #d9a253;
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: #000;
}

section.collection-side {
    margin-bottom: 100px;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar h5 {
    color: #101010;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 40px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
}

.range-slider {
    width: 100%;
    position: relative;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-slider input {
    border: none;
}

.range-slider .rangeValues {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0px !important;
    height: 0;
    top: -15%;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #101010;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #d9a253;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ac725c;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #006df0;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #006df0;
}

.product-bar1 a {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 14px;
    transition: 0.5s;
    font-weight: 500;
    padding-left: 4px;
}

.product-bar1 {
    margin-top: 15%;
    border: 1px solid #00000033;
    padding: 40px 30px;
    border-radius: 11px;
}

.product-bar1 a:hover {
    color: #013626;
    padding-left: 2px;
    font-weight: 500;
}

.grid-view {
    display: flex;
    gap: 10px;
    color: #000;
    align-items: center;
}

.grid-view>a {
    font-size: 16px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000c2;
    overflow: hidden;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: #d9a253;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.rpdt-rnge-bar-st {
    border: 1px solid #00000033;
    padding: 35px 30px;
    border-radius: 11px;
}

.row.right-side-top {
    border: 1px solid #00000033;
    padding: 10px 20px;
    border-radius: 10px;
}

.show-prg-num div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.collection-side .sp-shop-prdt-btm {
    margin-bottom: 50px;
}

.grid-view p {
    margin-right: 8px;
}

.pro-list-view .lst-view {
    width: 100%;
}

.pro-list-view .lst-view .shop-main {
    display: flex;
    align-items: center;
    gap: 90px;
}

.pro-list-view .lst-view .shop-main .shop-img {
    width: 200px;
    height: 200px;
}

/*product end*/




.service-main:hover a.btn-1.btn-2 span {
    background-color: #fff;
}

.service-main:hover a.btn-1.btn-2 span img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(60%) saturate(373%) hue-rotate(356deg) brightness(96%) contrast(93%);
}




.prod-detail-description .prod-detail-description.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.prod-detail-description .rate input {
    top: 0;
    visibility: hidden;
}

.prod-detail-description .rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.prod-detail-description .rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

.prod-detail-description .rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 24px;
}

.prod-detail-description .rate>input:checked~label {
    color: #f9d71c;
}

.prod-detail-description .rate:not(:checked)>label:hover,
.prod-detail-description .rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.prod-detail-description .rate>input:checked+label:hover,
.prod-detail-description .rate>input:checked+label:hover~label,
.prod-detail-description .rate>input:checked~label:hover,
.prod-detail-description .rate>input:checked~label:hover~label,
.prod-detail-description .rate>label:hover~input:checked~label {
    color: #c59b08;
}

.productdetailtext a.btn-1.btn-2 span {
    padding: unset;
}

.awaken-text h4 {
    margin-bottom: 20px;
}

p.italic {
    font-style: italic;
}

.service-detail-text h3 {
    margin-bottom: 20px;
}

.about-points h4 {
    margin-top: 20px;
}