@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);
}

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: #393939;
    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;
}

/*---------------------------------------------------- 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-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: 40px;
    top: 220px;
    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: 55%;
    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: 19px;
}

.about-points ul {
    margin-bottom: 35px;
}

.about-sec .row.abt {
    margin-top: 70px;
}

.about-img-point {
    text-align: center;
}

.about-img-point img {
    width: 250px;
    height: 265px;
    object-fit: cover;
    border-radius: 8px;
}


/*---------------------------------------------------- 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: 23%;
    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: 14px 0;
    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: 18px;
    color: #151515;
    margin-bottom: 5px;
    transition: 0.7s all;
}

.shop-text p {
    color: #0e0d0d;
    opacity: 50%;
    transition: 0.7s all;
}

.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;
}

.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;
}

.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 Section End ------------------------------------------------------------- */