@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;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'saudagar';
    src: url(../fonts/Saudagar.ttf);
}

@font-face {
    font-family: 'American';
    src: url(../fonts/American\ Captain.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'saudagar';
    font-size: 78px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h2 {
    font-family: 'saudagar';
    font-size: 60px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h3 {
    font-family: 'saudagar';
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h4 {
    font-family: 'saudagar';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h5 {
    font-family: 'saudagar';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h6 {
    font-family: 'saudagar';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #777777;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #928e87;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    transition: all 0.5s ease;
}

.menuSec ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #ffffff;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    width: 100%;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css 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: #312615eb; */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

/*Media Query End*/

/* header */

.menuSection .container-fluid {
    padding: 0 0 0 5%;
}

header {
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00000000;
    border-bottom: 1px solid #443934;
}

.header_icons a {
    color: #ffffff;
    background: transparent;
    padding: 30px 50px;
    border-left: 1px solid #463934;
}

.header_icons a:hover {
    background: #ceb187;
    border-left: 1px solid #ceb187;
}

.header_icons {
    display: flex;
    justify-content: flex-end;
}

.searchbar form input {
    background: #ffffff00;
    border: none;
    padding: 10px 20px 10px 50px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
}

.searchbar form {
    position: relative;
}

.searchbar form button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    height: 100%;
    color: #989091;
    background: transparent;
    border: none;
}

.searchbar form input::placeholder {
    color: #979091;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
}

.searchbar {
    margin-left: 50px;
    border-left: 1px solid #453934;
    padding: 20px 0 20px 30px;
}

.header-logo {
    width: 70%;
    border-right: 1px solid #918172;
    padding: 24px 0;
}

/* header */

/* banner */

.bnr_bg img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.banner_text h1 span {
    color: #ceb187;
}

.banner_text p {
    color: #b2b0ad;
    margin-bottom: 30px;
}

.main_slider {
    position: relative;
}

.banner_img {
    position: relative;
    text-align: center;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_img img {
    position: absolute;
    width: 450px;
    height: 550px;
    object-fit: contain;
    bottom: 0%;
    right: 14%;
    z-index: 6;
}

.banner_text {
    position: relative;
}

.banner_img::before {
    content: '';
    position: absolute;
    background: #927e5b;
    bottom: 40px;
    right: 40px;
    height: 560px;
    width: 560px;
    border-radius: 50%;
    z-index: 0;
}

.themebtn {
    background: #cdb087;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 8px 8px 8px 30px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 70px;
    border-radius: 25px;
}

.btn_icon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    height: 13px !important;
    filter: brightness(0) saturate(100%) invert(71%) sepia(25%) saturate(418%) hue-rotate(356deg) brightness(98%) contrast(88%);
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background: #cdb087;
}

.themebtn:hover {
    border: 1px solid #cdb087;
    color: #cdb087;
    background: #ffffff;
}

.bnr_social a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #786463;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #786463;
}

.bnr_social a:hover {
    color: #ffffff;
    background: #ceb187;
    border: 1px solid #ceb187;
}

.bnr_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.bnr_btm h5 {
    font-size: 18px;
    color: #ffffff;
    position: relative;
}

.bnr_btm {
    position: absolute;
    bottom: -230px;
    width: 670px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 110px;
    gap: 120px;
}

.bnr_btm::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -220px;
    background: #605b4e;
    width: 145%;
    height: 1px;
}

button.carousel-control-prev {
    right: 0;
    top: 0%;
    left: unset;
    opacity: 1;
}

button.carousel-control-next {
    opacity: 1;
    bottom: -20%;
}

span.carousel-control-prev-icon {
    border: 1px solid #fff;
    /* width: 40%; */
    /* height: 50px; */
    border-radius: 50px;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 30%;
    background-size: auto;
    padding: 27px 57px;
}


span.carousel-control-next-icon {
    border: 1px solid #ccb089;
    /* width: 40%; */
    /* height: 50px; */
    border-radius: 50px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 30%;
    background-size: auto;
    padding: 27px 57px;
    background-color: #ceb187;
    transition: all ease-in .3s;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    opacity: 1;
}

span.carousel-control-prev-icon:hover {
    background-color: #000;
}

span.carousel-control-next-icon:hover {
    background-color: #000;
}


.bnr_social::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -90px;
    background: #605b4e;
    width: 60px;
    height: 1px;
}

.bnr_btm h5::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 110px;
    background: #605b4e;
    width: 250px;
    height: 1px;
}

/* banner */

.d_block {
    display: block;
}

/* about */

.about {
    padding: 100px 0;
}

.about_txt h2 span {
    color: #ceb187;
}

.about_txt p {
    margin-bottom: 15px;
}

.about_txt h2 {
    position: relative;
    /* padding-left: 100px; */
    text-align: end;
    line-height: 70px;
}

.about_txt h2::before {
    content: '';
    position: absolute;
    top: 25%;
    left: -15%;
    background: #dbd5d3;
    width: 180px;
    height: 1px;
}

.about_txt h2::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 15%;
    background: #000000;
    width: 15px;
    height: 1px;
}

.about_txt {
    padding-left: 60px;
}

.about_img {
    position: relative;
    z-index: 1;
}

/* about */

.container-fluid {
    padding: 0 5%;
}

/* featured collections */

.feature {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.heading p {
    width: 50%;
    margin: 0 auto;
}

.prod_img img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: 0 120%;
    transition: all ease-in .3s;
}

.prod_main:hover img {
    transform: scale(1.4);
}

.prod_img {
    overflow: hidden;
    position: relative;
}

.prod_main:hover .prod_img::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #67473d75;
    z-index: 1;
    top: 0;
    left: 0;
}

.cart_icon {
    height: 43px;
    width: 43px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
}

.cart_icon:hover {
    color: #ceb187;
    background: #000000;
    border: 1px solid #000000;
}

.prod_main h3 a {
    color: #ffffff;
    font-size: 18px;
}

.prod_img ul {
    background: #ceb187;
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 60px;
}

.prod_main {
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.prod_txt {
    padding: 20px;
    background-color: #ffffff;
}

.prod_txt ul {
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod_txt h3 {
    font-size: 22px;
}

.prod_txt i {
    color: #ff9600;
    font-size: 12px;
}

.prod_txt span {
    color: #707070;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

/* featured collections */

/* best sellers collections */

.best_sellers {
    padding: 100px 0;
}

/* best sellers collections */

/* snacks sec start here  */

.snacks {
    padding: 120px 0;
}

.snacks_main {
    background: url(../images/snack-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.snacks_img {
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.snacks_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.snacks_text h3 {
    color: #fff;
    font-size: 2.8vw;
    line-height: normal;
    text-transform: capitalize;
}

.snacks_text p {
    color: #e4d6c1;
    margin: 10px 0 20px;
}

.snacks_text {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

span.s_highlighted_txt::before {
    right: -120px;
    top: 0;
    content: '';
    position: absolute;
    background-color: #2a1d18;
    height: 90%;
    width: 100vw;
    z-index: -1;
}

span.s_highlighted_txt {
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: block;
}

.deal_text {
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 0;
    display: flex;
    /* width: 100%; */
    transform: translateY(-50%);
}

span.deal_transparent {
    color: transparent;
    -webkit-text-stroke: 2px #ab977e;
    font-size: 14.2vw;
    font-family: 'American';
    display: block;
    line-height: 0.7;
    writing-mode: sideways-lr;
}

span.deal {
    color: #fff;
    font-size: 14.2vw;
    font-family: 'American';
    display: block;
    margin-bottom: 0;
    line-height: 0.8;
    writing-mode: sideways-lr;
}

.snack_btn a {
    background-color: transparent;
    height: 50px;
    width: 120px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid;
    margin-top: 20px;
}


.brown_snacks_main {
    background: url(../images/brown-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.brown_snacks_img {
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.brown_snacks_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.brown_snacks_text h3 {
    color: #fff;
    font-size: 2.8vw;
    line-height: normal;
    text-transform: capitalize;
}

.brown_snacks_text p {
    color: #908783;
    margin: 10px 0 20px;
}

.brown_snacks_text {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

span.brown_s_highlighted_txt::before {
    right: -100px;
    top: 3px;
    content: '';
    position: absolute;
    background-color: #ceb187;
    height: 80%;
    width: 100vw;
    z-index: -1;
}

span.brown_s_highlighted_txt {
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: block;
}

.brown_deal_text {
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 0;
    display: flex;
    transform: translateY(-50%);
}

span.brown_deal_transparent {
    color: transparent;
    -webkit-text-stroke: 2px #554944;
    font-size: 15.8vw;
    font-family: 'American';
    display: block;
    line-height: 0.7;
    writing-mode: sideways-lr;
}

span.brown_deal {
    color: #fff;
    font-size: 16vw;
    font-family: 'American';
    margin-bottom: 0;
    line-height: 0.8;
    writing-mode: sideways-lr;
    display: block;
}

.brown_snack_btn a {
    background-color: #301b14;
    height: 50px;
    width: 120px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid;
    margin-top: 20px;
}

.snacks_text .themebtn {
    background-color: #000;
}

.snacks_text .btn_icon img {
    filter: brightness(0) saturate(100%)
}

/* snacks sec start here  */

/* Eco-Friendly Luxury in Every Flame */

.eco_friendly {
    background: url(../images/eco-friendly-bg.jpg);
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.eco_img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.eco_txt h2 {
    font-size: 72px;
    color: #ffffff;
}

.eco_txt p {
    color: #9b9893;
    margin-bottom: 20px;
}

.eco_card h4 a {
    color: #000000;
    font-size: 18px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 13px;
    width: 100%;
}

.eco_card h3 {
    font-size: 22px;
}

.eco_card i {
    color: #ff9600;
    font-size: 12px;
}

.eco_card span {
    color: #000000;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.eco_card {
    margin: 0 40px;
    background-color: #ffffff;
    padding: 14px;
    border-radius: 5px;
}

.eco_card p {
    margin: 10px 0;
}

.eco_card a img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.eco_txt .themebtn {
    background-color: #69483c;
}

.eco_txt .btn_icon img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(1539%) hue-rotate(330deg) brightness(105%) contrast(87%);
}

/* Eco-Friendly Luxury in Every Flame */

/* footer start */

.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
}

.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background: #32322f;
    padding-top: 5%;
}

.bar {
    display: block;
    margin: 0 0 40px 0;
    color: #ffffff;
    padding: 0 0 20px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
}

.ftr_box {
    position: relative;
    z-index: 2;
    padding: 20px 20px 60px 50px;
    height: 100%;
}

.ftr_box::before {
    position: absolute;
    height: 80%;
    width: 1px;
    content: '';
    background-color: #ffffff2b;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ftr_box1::after {
    position: absolute;
    height: 100%;
    width: 1px;
    content: '';
    background-color: #ffffff2b;
    bottom: 0;
    right: -2px;
    opacity: 0;
}

.ftr_logo p {
    width: 100%;
    margin: 0 0 30px 0px;
    color: #7a7a7a;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #7a7a7a;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a:hover i {
    transition: 0.3s ease-in-out;
    color: #d2b68f;
}

ul.footer_social li a:hover {
    transition: 0.3s ease-in-out;
    background: #ffefee;
}

ul.footer_social li a i {
    color: #fff;
    font-size: 15px;
    color: #7a7a7a;
    transition: 0.3s ease-in-out;
}

ul.services a {
    font-size: 14px;
    margin: 0 0 10px 0;
    transition: 0.3s ease-in-out;
    font-family: "Roboto", sans-serif;
}

ul.services {
    column-count: 1;
}

.ftr_box a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #7a7a7a;
    display: block;
    width: fit-content;
    margin: 15px 0;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
}

.copy_right p {
    color: #7a7a7a;
}

ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

.ftr_logo a {
    font-size: 22px;
    text-align: left;
    display: flex;
    align-items: self-start;
    justify-content: left;
    width: fit-content;
    color: #fff;
    line-height: 40px;
}

.ftr-right-bar {
    position: relative;
    z-index: 6;
}

.ftr-right-bar::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #ceb187;
    content: '';
    z-index: 2;
}

.footer-links.footer-links-contact a {
    margin: 0px 0;
}


ul.services a:hover {
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out;
    color: #ceb187;
}

ul.quick a {
    transition: 0.3s ease-in-out;
}

ul.quick a:hover {
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out;
    color: #ceb187;
}

.ftr_logo a img {
    margin-bottom: 20px;
}

.ftr_logo {
    margin-top: 50px;
}

.footer-links.footer-links-contact li a:hover {
    color: #ceb187;
}

.credit {
    text-align: end;
}

.ftrbtm {
    border-top: 1px solid #555552;
}

/* footer end */

/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 50px 0;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 40px 40px 30px;
    background: #2a1d18;
    /* border-radius: 0 10px 10px 0; */
}

.testi-img {
    border-left: navajowhite;
    position: relative;
}

.testi-img img {
    height: 430px;
    object-fit: cover;
    object-position: top;
    border-radius: 0px;
}

.testi-box {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 #fff; */
}

.authr-box {
    display: flex;
    align-items: end;
}

.authr-box>div {
    margin-left: 10px;

}

.test-box-text span {
    font-size: 11px;
    color: #666;
    line-height: 20px;
    margin: 0;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(70% - 40px);
    width: 22%;
    background-color: #0cd94100 !important;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0px;
    border: navajowhite;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    background: none;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    border-radius: 40px;
    margin: 0 auto;
    width: 86%;
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.test-main-box button {
    width: 60px;
    height: 100px;
    border: navajowhite;
    background: #b18e46;
    position: absolute;
    bottom: 90px;
    z-index: 1;
    border-radius: 0 0px 0px 0;
}

.test-main-box {
    position: relative;
    margin: 50px 0;
}

.test-main-box button img {
    object-fit: scale-down;
}

button.prev-slide1 {
    border-radius: 0px 0 0 0px;
}

.test-main-box button {
    width: 88px;
    height: 126px;
    border: #ceb187;
    background: #ceb187;
}

.test-main-box button.prev-slide1 {
    left: -30px;
}

.test-main-box button img {
    object-fit: scale-down;
}

button.next-slide1 img {
    transform: rotate(180deg);
}

button.next-slide1 {
    right: -30px;
    width: 89px;
}

button.prev-slide1 img {
    transform: rotate(357deg);
}

.testi-img::before {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 126px;
    background: #412e1a78;
    content: '';
}

ul.testfirstul li {
    color: #ffffff;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

ul.testfirstul li i {
    font-size: 17px;
    margin-right: 10px;
}

.test-box-text p {
    font-size: 11px;
    color: #878787;
    margin: 20px 0;
}

ul.testsecondul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

ul.testsecondul li {
    color: #636363;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

ul.testsecondul li i {
    font-size: 10px;
    margin-right: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    display: none;
}

.slick-prev:before {
    content: '';
}

section.testi-sec {
    padding-bottom: 100px;
}

/* Testimonial Section End */