@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
:root {
    --white: #fff;
    --black: #000;
    --primary: #3A1912;
    --secondary: #009544;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1410px;
    }
}


/* How to add New font */

@font-face {
    font-family: "orchide";
    src: url("../fonts/Orchide.otf");
}

h1 span,
h2 span {
    font-family: "orchide";
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 12px 1.5em;
    border-radius: 50px;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}


/* btn css */


/* navigation css */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 1rem 0;
    transition: 0.3s ease-in-out;
}

.navbar-nav {
    align-items: center;
    gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.form-inline {
    gap: 1rem;
    margin-left: 2.5rem;
}

.form-inline a {
    font-size: 12px;
}

.form-inline .themeBtn1 {
    background: var(--secondary);
}

.form-inline .themeBtn1:hover {
    background: var(--primary);
}


/* navigation css */


/* slider css */

.main-slider {
    height: 1041px;
    background: url(https://testv42.demowebsitelinks.com/MalagasySpicesLLCWP/wp-content/uploads/2023/07/mainBan.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 6rem;
    width: fit-content;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeSlider .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    background: var(--white);
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--secondary);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.slideOne p {
    font-size: 1.125rem;
    color: var(--white);
    line-height: 1.8;
}

.mainHead {
    font-size: 3.75rem;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1.1;
    font-weight: bold;
}

.mainHead span {
    display: block;
    font-size: 4.375rem;
    text-transform: capitalize;
    font-weight: 400;
}


/* slider css */


/* Shop Sec Css Start */

.shopSec {
    background: #F9FBFA;
    margin-top: -11rem;
    z-index: -1;
    padding: 18rem 0 5rem 0;
}

.shopWraps h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--black);
    font-size: 1.875rem;
    margin-top: 3rem;
}

.shopWraps figure img {
    border: 2px solid transparent;
    height: 450px;
    border-radius: 100%;
}

.swiper-slide-next .shopWraps figure img {
    border: 2px solid var(--secondary);
}

.swiper-slide-next .shopWraps h3 {
    color: var(--secondary);
}


/* Shop Sec Css End */


/* About Sec Css Start */

.aboutSec {
    padding: 6rem 0;
}

.aboutImg {
    position: relative;
}

.aboutImg:before {
    content: "";
    position: absolute;
    background: rgb(0 149 67 / 30%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    top: -10px;
}

.secHeading,
.secHeading span {
    font-size: 3.125rem;
}

.secHeading span {
    color: var(--secondary);
}

.aboutContent p {
    color: #5A5B5D;
    font-size: 1.125rem;
    line-height: 1.8;
    width: 91%;
}


/* About Sec Css End */


/* Product Sec Css Start */

.productSec {
    background: url(../images/productBg.png) bottom/cover no-repeat;
    padding: 5rem 0 13rem 0;
}

.productSec .row+.row {
    padding-top: 2rem;
}

.productContent h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: var(--black);
    font-weight: bold;
}

.productContent {
    text-align: center;
    background: var(--white);
    border-radius: 0 0 9px 9px;
    padding: 2rem 0 1.5rem 0;
}

.productContent ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.productContent ul li i {
    color: #FFC02F;
}

.productContent ul li span {
    font-size: 1.0625rem;
    color: var(--black);
}

.productContent .price {
    font-size: 1.4375rem;
    color: var(--black);
    font-weight: 500;
    display: block;
    padding: 10px 0;
}

.productWrap figure {
    position: relative;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
}

.productWrap figure:hover img {
    transform: scale(1.1);
}

.productWrap figure img {
    border-radius: 9px 9px 0 0;
    width: 100%;
    transition: 0.5s ease-in-out;
}


/* Product Sec Css End */


/* Review Sec Css Start */

.testimonials {
    padding: 7rem 0 5rem 0;
}

.testi-wrp {
    text-align: center;
}

.testi-wrp p {
    color: var(--black);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6;
    font-style: italic;
    width: 94%;
    margin: auto;
}

.testi-wrp h4 {
    color: var(--black);
    font-size: 2.125rem;
}

.testi-wrp h6 {
    color: var(--black);
    font-size: 1.5625rem;
    font-weight: 400;
}

.testi-wrp span i {
    color: #FFC02F;
}

.testi-wrp span {
    margin: 12px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonials .mySwiper1 {
    padding: 3rem 0;
    margin-top: 2rem;
}

.testimonials .mySwiper1 .swiper-slide {
    display: flex;
    justify-content: center;
    position: relative;
    width: 14% !important;
}

.testimonials .mySwiper1 .swiper-wrapper {
    justify-content: center;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active {
    transform: scale(1.4);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: -11px;
    right: 0;
    border: 1px solid #707070;
    background: transparent !important;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
}

.testimonials .mySwiper1 .swiper-slide {
    cursor: pointer;
}

.testimonials .mySwiper1 .swiper-slide img {
    border: 2px solid #ECECEC;
    border-radius: 50%;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active img {
    border: 2px solid var(--secondary);
}


/* Review Sec Css End */


/* Footer Css Start */

footer {
    background: url(../images/footBg.jpg) center/cover no-repeat;
    padding-top: 6rem;
}

footer h3 {
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 1rem;
}

.links li+li {
    padding-top: 12px;
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--secondary);
}

.contactLinks li a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contactLinks li a div {
    display: grid;
}

.contactLinks li a {
    font-size: 1.125rem;
}

.contactLinks li a div span {
    font-size: 1rem;
    font-weight: 500;
}

.contactLinks li+li {
    padding-top: 1rem;
}

.footPara {
    color: var(--white);
    font-size: 0.9375rem;
}

.footForm input {
    width: 100%;
    border: unset;
    height: 50px;
    background: var(--white);
    padding-left: 1rem;
    font-size: 0.875rem;
}

.footForm input::placeholder {
    color: #888C90;
}

.footForm {
    display: flex;
    align-items: center;
}

.footForm i {
    color: var(--secondary);
    margin-left: -2rem;
}

.socialLinks {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}

.socialLinks li a {
    background: var(--primary);
    width: 57px;
    height: 57px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    font-size: 1.125rem;
}

.socialLinks li a:hover {
    background: var(--secondary);
    color: var(--white);
}

.copyRight p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0;
}

.copyRight {
    border-top: 1px solid #707070;
    margin-top: 2.5rem;
    padding: 1.2rem 0;
}


/* Footer Css End */


/* Inner Pages Css Start */

.innerBanner {
    position: relative;
}

.innerBanner .overlay {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutInner {
    padding-bottom: 5rem;
}

.abtContent p {
    font-size: 1.125rem;
    color: #5A5B5D;
    line-height: 1.8;
    margin: auto;
    padding-bottom: 1.5rem;
}

.abtContent {
    background: #F8F8F8;
    margin-right: -2.5rem;
    z-index: 1;
    position: relative;
    padding: 9rem 8rem 7.5rem 13rem;
}

.vanillaInner .productWrap .productContent {
    border: 1px solid #EBEBEB;
    border-radius: 0 0 9px 9px;
}

.vanillaInner .productWrap:hover .productContent {
    border: 1px solid rgb(0 149 68 / 50%);
}

.vanillaInner {
    padding: 7rem 0 6rem 0;
}

.vanillaInner .row+.row {
    padding-top: 2.5rem;
}

.productTabs ul {
    justify-content: center;
    gap: 2rem;
    padding-bottom: 1.5rem;
}

.productTabs ul li a {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px !important;
    padding: 0.875rem 2em;
    min-width: 200px;
    text-align: center;
}

.productTabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--secondary);
}

.otherProducts .productWrap {
    margin-bottom: 2.5rem;
}

.otherProducts {
    padding-bottom: 3rem;
}

.contactBox {
    text-align: center;
}

.contactBox figure {
    background: var(--white);
    box-shadow: 0 3px 15px rgb(0 0 0 / 6%);
    width: 250px;
    height: 250px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin: auto;
    transition: 0.5s ease-in-out;
}

.contactBox:hover figure {
    box-shadow: 0 3px 32px rgb(0 149 68 / 22%);
}

.contactText {
    padding-top: 2rem;
}

.contactText p,
.contactText a {
    font-size: 18px;
    color: #000000;
}

.contactForm .form-group label {
    font-size: 1.375rem;
    color: var(--black);
    font-family: 'futuraMed';
}

.contactForm .form-group .form-control {
    border-radius: 5px;
    height: 68px;
    border: 1px solid #C0C0C0;
    font-size: 14px;
    padding-left: 1rem;
}

.contactForm .form-group textarea {
    min-height: 148px;
}

.contactForm .form-group .form-control::placeholder {
    color: #C0C0C0;
}

.contactForm .form-group textarea::placeholder {
    padding-top: 8px;
}

.contactForm .themeBtn {
    border: unset;
}

.contactText h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.contactInformss p {
    font-size: 18px;
    color: var(--black);
}


/* Inner Pages Css End */

/*.page-id-28 ul.nav.nav-tabs.wc-tabs {*/
/*    display: none;*/
/*}*/