@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&family=Roboto: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
}

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: 400;
    line-height: 28px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

h1 {
    font-family: 'Montserrat';
    font-size: 59px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

h2 {
    font-family: 'Montserrat';
    font-size: 50px;
    line-height: 1.2;
    color: #093b16;
    font-weight: 600;
    margin: 0;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arw-prdt-1.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-item.active.inner-banner img {
    height: 300px;
}

.banner_text.inner-banner {
    background: unset;
}

.banner_text.inner-banner h1 {
    color: #000;
    font-size: 78px;
    padding-bottom: 21px;
}

.carousel-caption.inner-banner {
    background: #8bc34a87;
}

.banner_text.inner-banner a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}


/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 14px 40px;
    border: unset;
    z-index: 1;
    position: relative;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    color: rgb(31, 31, 31);
    text-decoration: none;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: visible;
    border-radius: 3px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    display: block;
    background: rgb(212, 202, 121);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    filter: brightness(100%);
    border-width: 0px;
    border-style: none;
    border-color: #1f1f1fe0;
    width: max-content;
}

.theme_btn:hover {
    color: #fff;
    filter: brightness(120%);
    background: rgb(149, 175, 102);
    border: transparent;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    background: #000000;
}

.menuSec img {
    margin: 0;
    object-fit: scale-down;
    padding: 5px 10px;
    height: 140px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 44px;
    justify-content: center;
}

.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: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffffcc;
}

.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;
}

.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;
}

.menuSec ul li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0b3a16;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.menuSec ul li a:hover:before,
.menuSec ul li a.active:before {
    width: 100%;
}

.crt-hedr {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
}

.crt-hedr span {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.7s all;
}

.icon-crt-hrdr {
    position: relative;
}

.icon-crt-hrdr i {
    color: #fff;
    font-size: 17px;
    transition: 0.7s all;
}

.icon-crt-hrdr:before {
    content: '1';
    position: absolute;
    top: -4px;
    right: -7px;
    background: #093b16;
    font-size: 8px;
    font-family: 'Poppins';
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}


/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner_text {
    text-align: center;
    overflow: visible;
    padding: 40px 0;
    width: 62%;
    margin: auto;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    background: rgba(13, 59, 23, 0.75);
    opacity: 1;
    pointer-events: auto;
}

.banner_text span {
    font-family: 'Poppins';
    font-size: 30px;
    display: block;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner_text p {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    text-align: center;
    width: 80%;
    margin: 20px auto 25px;
}

.main_slider .carousel-item img {
    height: 701px;
    width: 100%;
    object-fit: cover;
}

.banner_text a {
    margin: 0 auto;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    position: relative;
    padding: 41px 0 50px;
    background-image: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

footer::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: -2;
    top: 0;
    left: 0;
}

footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ddce7b;
    height: 50px;
    z-index: -1;
}

.link-ftr h5 {
    color: #fff;
    font-size: 26px;
    padding-bottom: 11px;
}

.link-ftr ul li {
    padding: 10px 20px 0;
}

.link-ftr ul li a {
    color: #fff;
}

.contact-info.footer ul li i {
    font-size: 19px;
    color: #ddce7b;
}

.contact-info.footer ul li {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.contact-info.footer ul li a {
    color: #fff;
    font-size: 17px;
}

.contact-info.footer h5 {
    color: #fff;
    font-size: 26px;
}

.ftr-line-btm {
    position: absolute;
    margin: 0 auto;
    bottom: 8px;
    left: 601px;
    /* height: 31px; */
    right: 611px;
}

.ftr-line-btm p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    /* width: 100%; */
    /* height: 51px; */
}

.footer-main ul {
    display: flex;
    gap: 15px;
}

.footer-main ul li a {
    color: #fff;
    font-size: 19px;
}

.footer-main img {
    padding-bottom: 20px;
}

.footer-main {
    padding-bottom: 35px;
}

i.fa-brands.Fb.fa-facebook-f {
    background: #3b5998;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    padding-top: 12px;
    border-radius: 50px;
}

i.fa-brands.TWit.fa-x-twitter {
    background: #000000;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    padding-top: 12px;
    border-radius: 50px;
    text-align: center;
    text-align: center;
}

i.fa-brands.insta.fa-instagram {
    background: #262626;
    height: 40px;
    width: 40px;
    display: block;
    padding-top: 12px;
    border-radius: 50px;
    text-align: center;
}

i.fa-brands.YT.fa-youtube {
    background: #ff0000;
    height: 40px;
    width: 40px;
    display: block;
    padding-top: 12px;
    border-radius: 50px;
    text-align: center;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    padding: 70px 0;
}

.about-img img {
    width: 285px;
    height: 500px;
    object-fit: cover;
}

.about-img {
    text-align: center;
}

.about-text p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 29px;
    color: #000;
    width: 87%;
    margin: 20px 0 17px;
}

.about-sec .row {
    justify-content: center;
    align-items: center;
}


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Product Section Start ------------------------------------------------------------- */

.product-head {
    text-align: center;
    margin-bottom: 25px;
}

.product-slid {
    width: 60%;
    margin: auto;
}

.product-slid.inner-shop {
    margin: 0;
}

.product-text {
    text-align: center;
    padding: 15px 0 10px;
}

.product-sec {
    padding: 30px 0 60px;
}

section.product-sec.inner-shop {
    padding: 69px 0;
}

.product-text h6:hover a {
    color: #333333a6;
}

.product-text p {
    font-family: 'Poppins';
    font-size: 16px;
    margin: 7px 0;
    color: #000000;
    font-weight: 500;
}

.product-text h6 a {
    color: #333333;
}

.product-sec .button {
    display: block;
    --width: 140px;
    --height: 40px;
    --tooltip-height: 35px;
    --tooltip-width: 90px;
    --gap-between-tooltip-to-button: 18px;
    --button-color: #222;
    --tooltip-color: #fff;
    width: var(--width);
    height: var(--height);
    position: relative;
    text-align: center;
    transition: background 0.7s;
    margin: auto;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    background-color: #ddce7b;
}

.product-sec .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-sec .button-wrapper,
.product-sec .text,
.product-sec .icon {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
}

.product-sec .text {
    top: 0;
}

.product-sec .text,
.product-sec .icon {
    transition: top 0.5s;
}

.product-sec .icon {
    color: #fff;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-sec .icon i {
    font-size: 17px;
}

.product-sec .button:hover .text {
    top: -100%;
}

.product-sec .button:hover .icon {
    top: 0;
}

.close-prdt-flv {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    color: var(--action-btn-color);
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: capitalize;
    gap: 10px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

.option-prdrt-one {
    position: absolute;
    text-align: center;
    background: #ffffffe6;
    z-index: 1;
    height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s ease;
    overflow: hidden;
}

.product-img {
    position: relative;
}

.option-prdrt-one a {
    position: absolute;
    bottom: 0;
    padding: 17px 30px;
    width: 100%;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    background-color: #ddce7b;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    line-height: 1.2;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
}

.option-prdrt-one a:hover {
    box-shadow: unset;
}

.product-main.inner-shop:hover .product-para {
    display: block;
}

p.product-para {
    display: none;
}

.option-prdrt-one select {
    width: 100%;
    max-width: 290px;
    height: 40px;
    background-color: transparent;
    padding: 0 15px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    border: 2px solid #dbdada;
}

.option-prdrt-one h6 {
    color: #242424;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 12px;
}

.option-prdrt-one.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.product-main.inner-shop:hover {
    box-shadow: 0 0 10px 0 #d6d6d6;
    padding: 11px;
    margin-bottom: -143px;
    background: #fff;
}


/*---------------------------------------------------- Product Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Story Section Start ------------------------------------------------------------- */

.story-sec {
    background: #ddce7b;
    padding: 80px 0;
}

.story-txt h2 {
    color: #242424;
}

.story-txt span {
    color: #242424;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    display: block;
    margin: 16px 0 12px;
}

.story-txt p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    line-height: 28px;
    width: 74%;
}

.story-video video {
    width: 100%;
    height: 100%;
}

.story-img img {
    width: 285px;
    height: 500px;
    object-fit: cover;
}

.story-img {
    text-align: center;
    margin-top: 81px;
}

.story-txt.inner-about p {
    width: 84%;
}


/*---------------------------------------------------- Story Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-sec {
    padding: 60px 0;
}

.gallery-head {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-slider .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.gallery-slider {
    width: 95%;
    margin: 0 auto;
}

.gallery-sec ul.slick-dots {
    bottom: -40px;
}

.gallery-sec .slick-dots li,
.testi-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #bdbdbd;
    border-radius: 50px;
    opacity: 1;
}

.gallery-sec .slick-dots li button,
.testi-slider .slick-dots li button {
    display: none;
}

.gallery-sec .slick-dots li.slick-active,
.testi-slider .slick-dots li.slick-active {
    background: #333333;
    border-color: #333333;
}

.gallery-sec .slick-arrow::before {
    content: '\f053';
    font-family: 'FontAwesome';
    opacity: 1;
    font-size: 25px;
    color: #353535;
}

.gallery-sec .slick-next::before {
    content: '\f054';
}

.gallery-sec .slick-prev {
    left: -20%;
    transition: 0.7s all;
}

.gallery-sec .slick-next {
    right: -20%;
    transition: 0.7s all;
}

.gallery-slider:hover .slick-prev {
    left: -25px;
}

.gallery-slider:hover .slick-next {
    right: -25px;
}


/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.testi-head span {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #093b16;
}

.testi-head h2 {
    font-size: 37px;
    margin: 14px 0 10px;
}

.testi-head p {
    font-size: 16px;
    font-family: 'Poppins';
    color: #000;
}

.testi-head {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-sec {
    padding: 50px 0px 60px 0px;
    margin-bottom: 50px;
    position: relative;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-user img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.testi-usrtxt ul {
    display: flex;
    align-items: center;
    gap: 1px;
}

.testi-review:before {
    content: '';
    position: absolute;
    top: -13px;
    left: 25px;
    background: #f3f3f3;
    width: 25px;
    height: 17px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testi-review {
    padding: 25px 22px;
    background: #f3f3f3;
    margin-top: 27px;
    position: relative;
}

.testi-review p {
    font-family: 'Poppins';
    color: #000;
}

.testi-usrtxt h6 {
    font-size: 16px;
    font-family: 'Montserrat';
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
}

.testi-usrtxt ul li i {
    color: #eabe12;
}

.testi-slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.testimonial-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/testi-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 60%;
}

.testi-slider .slick-dots {
    bottom: -50px;
}


/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-sec {
    padding: 40px 0 60px;
}

.contact-form input,
.contact-form textarea {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 45px;
    border: 2px solid #000;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 200px;
    padding: 10px 15px;
}

.contact-sec h2 {
    font-size: 42px;
    margin-bottom: 18px;
}

.contact-form button {
    background: #ddce7b;
    padding: 10px 40px;
    border: unset;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}

.contact-info ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.contact-info ul li i {
    font-size: 40px;
    color: #093b16;
}

.contact-info ul li a {
    font-size: 25px;
    font-family: 'Poppins';
    color: #000;
}

.contact-info ul {
    margin-top: 40px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #000;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */


/* Side Bar Cart */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.cart-item img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    margin-left: 15px;
}

.qty-box {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #42424233;
}

.qty-box button {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    border: 0;
}

.qty-count {
    min-width: 24px;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
}

.remove-item {
    background: none;
    border: none;
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cart-note {
    font-size: 13px;
    color: #666;
    margin-top: 40px;
    padding: 20px 20px;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #cc7353;
    color: #fff;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
}

button.close-cart {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
}

.cart-item-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

button.remove-item {
    color: #000;
}


/* Side Bar Cart */

.banner_text.inner-cart {
    background: unset;
    display: flex;
}

.carousel-item.active.inner-shop img {
    height: 201px;
}

.banner_text.inner-cart a {
    font-size: 26px;
    font-weight: 400;
}

.banner_text.inner-cart span i {
    color: #000;
}

.banner_text.inner-cart.wow.fadeInLeft span {
    padding-left: 16px;
    color: #3c3b3b;
    font-weight: 300;
}

th.Total {
    text-align: end;
}

.cart_sec {
    padding: 60px 0 101px;
}

.cart_table table tbody tr td img {
    height: 94px;
    width: 100px;
    margin: 0;
}

.Manna {
    display: flex;
    /* align-items: center; */
    gap: 21px;
    padding: 21px 0;
}

td.Total {
    text-align: end;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000000;
    box-shadow: unset;
    padding: 17px 0px 0 178px;
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.accordion-item {
    border: unset;
}

.accordion-body input {
    width: 75%;
    height: 50px;
    padding: 10px;
}

.accordion-body button {
    height: 51px;
    width: 24%;
    border: unset;
}

.accordion-body {
    padding: 0;
    margin-top: 25px;
}

.cart-total h5 {
    padding: 11px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #00000047;
    border-top: 1px solid #02020245;
    padding: 18px 0;
}

.subtotal h5 {
    font-size: 17px;
    border: unset;
    padding: 0;
}

.Total\$ {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.Total\$ h4 {
    font-weight: 600;
}

.Crunch p {
    font-size: 13px;
}

.Crunch span {
    color: #073f25;
}

.Crunch a {
    text-decoration: underline;
    font-size: 11px;
}

.Crunch a:hover {
    text-decoration: none;
}

.cart_table table th {
    font-size: 21px;
    font-weight: 400;
}

.checkout {
    padding: 100px 0;
    position: relative;
}

.contact_info h3 {
    font-size: 23px;
}

.contact_info p {
    padding-bottom: 14px;
    padding-top: 6px;
}

.contact_info input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border: 1px solid #7c7c7c;
}

.Billing_address h3 {
    font-size: 25px;
}

.Billing_address p {
    padding-bottom: 14px;
    padding-top: 5px;
}

.Billing_address input {
    width: 100%;
    height: 50px;
    padding: 11px;
    margin: 11px 0;
    border: 1px solid #7c7c7c;
}

.Billing_address select {
    width: 100%;
    height: 51px;
    appearance: inherit;
}

.Billing_address select {
    margin: 11px 0;
    padding: 9px;
}

.contact_info {
    padding-bottom: 40px;
}

.Billing_address {
    padding-bottom: 50px;
}

button.opt-field-btn {
    width: 100%;
    height: 42px;
    background: #fff;
    border: unset;
    font-size: 19px;
    font-weight: 600;
}

button.opt-field-btn:hover {
    background: #c5c5c5;
    text-decoration: underline;
}

.info {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    border: 1px solid red;
    padding: 12px;
    background: #ffdfdf;
    margin-top: 30px;
}

.info i {
    color: #ffffff;
    font-size: 18px;
    background: red;
    height: 25px;
    width: 39px;
    border-radius: 66px;
    text-align: center;
    padding-top: 4px;
}

.add-optianal-field span {
    margin-left: 11px;
}

.add-optianal-field {
    padding-top: 30px;
    padding-bottom: 30px;
}

.add-optianal-field textarea {
    width: 100%;
    padding: 8px;
    height: 213px;
}

input.check-box {
    margin-bottom: 3px;
    height: 28px;
    width: 22px;
}

.place-order {
    border-top: 1px solid #7c7c7c;
}

.place-order p {
    padding-top: 25px;
    padding-bottom: 21px;
}

.place-order button {
    width: 100%;
    height: 44px;
    border: unset;
}

.place-order button:hover {
    background: #b5b5b5;
}

.Manna.check img {
    height: 65px;
    width: 65px;
}

.cart-total.check {
    border: 1px solid #7c7c7c;
    padding: 12px;
    position: sticky;
    top: 0;
}

.Crunch.check p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
}

.Crunch.check h5 {
    border: unset;
}

.dollar {
    color: #063a06;
    font-weight: 600;
}

.product_detail {
    padding: 70px 0;
}

.rating_div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prduct-detail-img img {
    width: 100%;
    height: 401px;
}

.detatil-content span {
    font-weight: 600;
}

.detatil-content h3 {
    font-weight: 400;
    padding: 20px 0;
    font-size: 28px;
}

.detatil-content h6 {
    font-size: 26px;
    padding: 0px 0 20px;
    color: #0b3a16;
    font-weight: 700;
}

.detatil-content p {
    padding-bottom: 17px;
    font-size: 14px;
    font-weight: 500;
}

a.header-cart1 {
    background: #ddce7b;
    height: 44px;
    display: flex;
    width: 141px;
    text-align: center;
    justify-content: center;
    padding-top: 9px;
    margin-top: 11px;
}

.box {
    display: flex;
    gap: 33px;
    align-items: center;
}

.zoomable {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}

.share {
    display: flex;
    gap: 7px;
    padding-top: 12px;
}

.share span {
    font-size: 17px;
}

.share a {
    padding: 0 4px;
    color: #7c7c7c;
}

.share a:hover {
    color: #000;
}

.Rev {
    border-top: 1px solid #000;
    padding: 31px 0 101px;
}

button.qty-plus.detail {
    border-left: 1px solid;
    width: 25px;
}

button.qty-minus.detail {
    border-right: 1px solid;
    width: 25px;
}

button.qty-minus.detail:hover {
    background: #0b3a16;
}

button.qty-plus.detail:hover {
    background: #0b3a16;
}


/*  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: "\f005";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
}

.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;
    padding: 0 0 80px;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #f9ac01 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #0000002b;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #00000029;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 5px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 10px 26px;
    border-radius: 0;
    border: 1px solid #ddce7b;
    font-size: 16px;
    text-transform: uppercase;
    background: #ddce7b;
    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: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    /* align-items: center; */
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 30px 0;
}

section.prod-detail-description .client-box {
    margin: 30px 0;
}

section.prod-detail-description .client-ineer-box::before {
    display: none;
}


/*  product Detail Review Section End */

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.rating:not(:checked)>label:before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #e58e09;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.rating>input:checked~label {
    color: #ffa723;
}

.Reviews-content p {
    font-weight: 500;
}

.Reviews-content {
    padding: 22px 0 0 0;
}

.Flavors {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.Related_products_content h3 {
    padding-bottom: 23px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}

.Related_products_content h3::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 3px;
    background: #0b3a16;
    bottom: 23px;
}

.Related_products {
    padding: 50px;
    border-top: 1px solid #00000042;
}

.rating_div p span {
    color: red;
}

.prod-detail-description .prd-review-input label span {
    color: red;
}

.copy {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding-bottom: 12px;
}

.shopping_card i {
    background: #ffffff;
    height: 46px;
    width: 46px;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #000000;
}

.shopping_card i:hover {
    color: #000;
}

.shopping_card {
    position: absolute;
    z-index: 1;
    right: -108px;
    top: 4px;
    transition: 0.5s;
}

.product-img.detail img {
    height: 301px;
    width: 301px;
}

.product-text.detail {
    width: 301px;
}

.product-main {
    position: relative;
    overflow: hidden;
}

.product-main:hover .shopping_card {
    right: 10px;
}

.Proceed {
    text-align: center;
    padding-top: 15px;
}

#section {
    /* width: 500px; */
    /* height: 400px; */
    word-wrap: break-word;
}

.moretext {
    display: none;
}