/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* Local Font */

:root {
    --white: #fff;
    --black: #000;
    --primary: #000;
    --secondary: #fff;


}

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

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

section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
    margin: 0;
}



h1,
h2,
h3 {
    font-family: "Inter", serif;
}

h4,
h5,
h6 {
    color: #000;
    margin: 0;

}

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


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.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(--black);
    z-index: 11113;
}

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

.preLoader img {
    width: 300px;
    height: 300px;
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.8rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: unset;
    line-height: normal;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}



/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-left: 15px;
    transition: 0.3s ease-in-out;
    background: rgb(32 34 33 / 58%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

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

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Inter';
}

figure.logo img {
    width: 100%;
    margin-left: 1rem;
}

/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 955px;
}

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

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

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

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

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    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;
}

.main-slider .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 60px;
    line-height: 1.16;
    font-weight: bold;
    text-transform: capitalize;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.5;
    margin: 1rem 0 45px 0;
    font-size: 1.125rem;
}

.main-Btn .themeBtn {
    border-radius: unset;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.main-Btn a i {
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: inline-grid;
    place-items: center;
}

.main-Btn {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* !MAIN HERO SLIDER CSS */




/* New Css Start */
figure.logo {
    position: relative;
    width: 150px;
    padding: .4rem;
}

figure.logo::before {
    position: absolute;
    content: "";
    height: 169px;
    width: 192px;
    background: var(--primary);
    top: -24px;
    z-index: -1;
    left: -20px;
    display: none;
}

.nav-main {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-main a i {
    color: #fff;
    font-size: 1.2rem;
}

.nav-right .themeBtn {
    margin: 0;
    background: transparent;
    border: 2px solid #fff;
    border-radius: unset;
    padding: 0.875rem 3.75rem;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rubik';
}


.nav-right a i {
    height: 100px;
    width: 100px;
    place-items: center;
    display: grid;
    background: var(--primary);
}

.nav-right {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}


.nav-main a {
    position: relative;
}

.nav-main a span {
    position: absolute;
    top: -0.6875rem;
    right: -1.3125rem;
    background: var(--primary);
    color: #fff;
    border-radius: 50px;
    padding: 1px 0.3125rem;
    font-size: 0.75rem;
    font-weight: 400;
    font-family: 'Rubik';
}

.bnshpe1 {
    position: absolute;
    bottom: 0;
}

/* New Css End */
.slideOne h3 {
    font-size: 39px;
    font-weight: 700;
    font-family: "Rubik", serif;
    text-transform: capitalize;
    color: var(--secondary);
    /* background: var(
    --white); */
    width: fit-content;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.subHead {
    font-size: 1rem;
    font-weight: 500;
    color: #44A05B;
    text-transform: uppercase;
    margin: 0;
}

.subHead img {
    margin-right: 10px;
}


/* about-section */
.subHead {
    font-size: 1rem;
    font-weight: 500;
    color: #44A05B;
    text-transform: uppercase;
    margin: 0;
}

.subHead img {
    margin-right: 10px;
}


h3.mainHead {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.aboutcntnt p {
    font-size: 1rem;
    color: #636363;
    line-height: 1.7;
    width: 92%;
}

.aboutcntnt p+p {
    margin-top: 1rem;
}

.aboutimg figure {
    position: relative;
}


img.img-fluid.abtimg2 {
    position: absolute;
    right: -1rem;
    top: 3.8rem;
    border: 4px solid #fff;
}

ul.checklist li {
    color: #636363;
    font-size: 1rem;
}

ul.checklist li i {
    background: #202221;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
}

ul.checklist li+li {
    margin-top: 20px;
}

ul.checklist li i {
    margin-right: 11px;
}

.aboutparts .themeBtn {
    border: 2px solid var(--primary);
    background: transparent;
    color: #122F2A;
}

ul.checklist {
    margin: 12px 0 55px 0;
}

.aboutcntnt {
    padding-left: 1rem;
}

.aboutparts {
    display: flex;
    align-items: end;
    gap: 1rem;
}

figure.abtright {
    position: relative;
}

figure.abtright a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.abtright a i {
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    font-size: 12px;
}

.abtlive1 {
    position: absolute;
    right: 68%;
    bottom: 0;
}

.abtstamp {
    position: absolute;
    bottom: 3rem;
    left: 2rem;
}

.rightlive {
    position: absolute;
    right: 0;
    top: 0;
}

/* about-section */
section.servlgoo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

section.servlgoo {
    padding: 3rem 0;
    border-top: 1px solid #DDDDDD;
}



/* meat  */
.top-meet {
    text-align: center;
    margin-bottom: 2rem;
}

.meat-cntnt h3 {
    font-size: 22px;
    font-weight: bold;
    color: #122F2A;
}

.meat-cntnt {
    margin-top: 2rem;
    text-align: center;
}

.meat-cntnt p {
    font-size: 1rem;
    line-height: 1.7;
    color: #636363;
    width: 77%;
    margin: auto;
}

.meat-cntnt a {
    color: #44A05B;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 2rem;
    display: block;
    transform: rotate(320deg);
}

.meatSlider {
    padding: 1rem 0 4rem 0;
}

.meatSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #DDDDDD;
    opacity: 1;
}

.meatSlider .swiper-pagination-bullet-active {
    background: var(--primary);
}

.meatSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 9px;
}

.meat-section {
    background: url(../../upload/images/meatsbg.png)center/cover no-repeat;
    padding: 3rem 0 12rem 0;
}

/* meat  */

/* shop-section css start */

.shop-section {
    background-color: #f6f4ec;
    position: relative;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.leaf-img {
    position: absolute;
    right: 12%;
    top: 10%;
    animation: float 6s ease-in-out infinite;
}

.leaf-img img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(19%) saturate(1189%) hue-rotate(83deg) brightness(96%) contrast(86%);
}

.lines1 {
    position: absolute;
    left: 5%;
    bottom: 0;
}

.lines1 img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(19%) saturate(1189%) hue-rotate(83deg) brightness(96%) contrast(86%);
}

.lines2 {
    position: absolute;
    right: 5%;
    bottom: 0;
}

.lines2 img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(19%) saturate(1189%) hue-rotate(83deg) brightness(96%) contrast(86%);
}

.shop-section .row:nth-child(2) {
    margin-top: 30px;
}

.shop-wrap {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 19px;
    background: var(--white);
}

.shop-wrap figure img {
    width: 100%;
}

.shop-wrap ul {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.shop-wrap ul li a {
    color: var(--primary);
    font-weight: 400;
    font-size: 15px;
}

.shop-wrap p {
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
    margin-bottom: 5px;
}

.shop-wrap h6 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    margin: 0;
}

.shop-wrap h6 del {
    margin-right: 5px;
}

/* shop-section css end */

/* videosec */
.video-section video {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.video-section figure {
    position: relative;
}

section.video-section figure a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.video-section a i {
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-grid;
    place-items: center;
    font-size: 1.5rem;

}

/* videosec */

/* faq */
.faqcntnt p {
    font-size: 1rem;
    color: #636363;
    line-height: 1.75;
    width: 94%;
}

/* Faq Sec Css Start */

.faq {
    background: #fff;
    margin-top: -5rem;
    z-index: -1;
    padding: 8rem 0 2rem 0;
}

.faq #accordion .card {
    border: none;
    padding: 1.25em;
    background: #F6F4EC;
    margin-bottom: 1.875rem;
    border-radius: 0.625rem;
}

.faq #accordion .card .btn-link {
    --height: 3.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.25rem;
    text-align: left;
    font-weight: 600;
    padding: 0;
}

.faq #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44A05B;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.faq #accordion .card .btn-link i::before {
    content: "\f107";
}

.faq #accordion .card .btn-link.collapsed i::before {
    content: "\f106";
}


.faq #accordion .card .btn-link.collapsed i {
    color: #44A05B;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}



.faq #accordion .card .btn-link i {
    color: #44A05B;
}

.faq #accordion .card .btn-link.collapsed {
    background-color: #F6F4EC;
    color: #000;
    border-bottom: unset;
    border-radius: 50px;
}

.faq #accordion .card .btn-link.collapsed i {
    color: #44A05B;
}



.faq #accordion .card+.card {
    margin-top: 0;
}

.faq #accordion .card .card-body {
    padding: 0;
    margin: 1.25rem 0 0;
}

.faq #accordion .card .card-body p {
    font-size: 1rem;
    color: #636363;
    margin: 0;
}

.faq .secHeading.subHeading {
    font-size: 70px;
    padding-bottom: 3rem;
}

.faq .card-header {
    padding: 0;
    background: unset;
    margin: 0;
    border: unset;
}

.card span {
    margin-right: 1rem;
    /* padding-right: 1rem; */
}

.faqPage h4 {
    font-size: 2.8125rem;
    text-align: center;
    color: #573B22;
    font-family: 'Playfair Display';
    font-weight: 600;
}

.chselive1 {
    position: absolute;
    bottom: 0;
    left: 1rem;
}

section.video-section {
    padding-top: 0;
}

.chselive2 {
    position: absolute;
    right: 1rem;
    top: 16%;
}

/* faq */


/* blog */
.blogstamp1 {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.blog-top {
    text-align: center;
    margin-bottom: 2rem;
}

.blog-section {
    padding-top: 5rem;
}

/* blog */

/* product */
.product-wrap {
    text-align: center;
    padding: 27px;
    background: #fff;
    box-shadow: 0 10px 10px #00000038;
    margin-bottom: 2rem;
}

ul.starproduct {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 27px 0 1rem 0;
}

ul.starproduct li i {
    color: #FAD027;
}

.product-cntnt a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Outfit", serif;
}

.product-cntnt h4 {
    background: var(--primary);
    width: fit-content;
    margin: 0 auto;
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
    padding: 4px 14px;
}

.product-cntnt .themeBtn {
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    color: #fff;
}

.productbtn .themeBtn {
    color: #122F2A;
    font-weight: 500;
    border: 2px solid var(--primary);
    background: transparent;
    margin-top: 3rem;
}

.product-cntnt h5 {
    background: var(--primary);
    width: fit-content;
    margin: 0 auto;
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
    padding: 4px 14px;
    position: absolute;
    top: 0;
    transform: rotate(270deg);
    left: 0;
}

/* product */

/* farmer */
.farmer-top {
    text-align: center;
    margin-bottom: 4rem;
}

section.farmer-market {
    padding: 2rem 0 4rem 0;
}

.farmer-first ul li a {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.farmer-first ul li {
    border: 2px solid #44A05B;
    border-radius: 80px;
    padding: 7px 5px 7px 28px;
    transition: 0.5s ease;
    background: var(--white);
}

.farmer-first ul li i {
    background: var(--primary);
    width: 50px;
    height: 50px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #FFF;
    transform: rotate(325deg);
}

.farmer-first ul li+li {
    margin-top: 8px;
}

.midfarmer h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.midfarmer h4 {
    font-size: 1.215rem;
    color: #000;
    font-weight: bold;
    font-family: 'Inter';
    margin-bottom: 1rem;
}

.midfarmer h4 span {
    display: block;
    font-size: 1rem;
    color: #636363;
    font-weight: 400;
}

.midfarmer .themeBtn {
    color: #122F2A;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    border: 2px solid var(--primary);
    margin-top: 1rem;
}

.farmerImgs {
    margin-bottom: -1rem;
}

section.farmer-market::before {
    position: absolute;
    content: "";
    background: #F1F5F4;
    width: 1100px;
    height: 400px;
    left: 23%;
    bottom: 5rem;
}

.farmer-first ul li:hover {
    background: var(--primary);
}

.farmer-first ul li:hover a {
    color: #fff;
}

.farmer-first ul li:hover a i {
    background: #fff;
    color: #000;
}

/* farmer */

/* testinomal-sec css start */

.testinomal-section {
    background: url(../../upload/images/testinomalbg.png)no-repeat center/cover;
    padding: 175px 0 170px 0;
}

.testinomal-head h2 {
    font-size: 104px;
    font-weight: bold;
    color: #DCDCDC;
    text-transform: uppercase;
    text-align: end;
    margin-bottom: -3.4rem;
}

.testinomal-wrap {
    padding: 52.65px 59px 52.65px 0;
    border-radius: 200px 20px 20px 200px;
    position: relative;
    margin-left: 6rem;
}

.testinomal-wrap::before {
    content: "";
    width: 170px;
    height: 170px;
    background: #44A05B;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(50% 0%, 100% 47%, 100% 0);
}

.circle-image figure img {
    border-radius: 50%;
}

.testinomal-wrap {
    background: var(--white);
}

.testiImgs {
    width: 300px;
}

.testiImgs img {
    width: 100%;
    border-radius: 50%;
    margin-left: -4rem;
}

.reviewList {
    display: flex;
    gap: 11.27px;
    align-items: center;
    margin-bottom: 30.65px;
}

.reviewList li a {
    color: #FFA415;
}

.testinomal-wrap p {
    font-size: 25px;
    font-style: italic;
    line-height: 1.68;
    color: #636363;
    padding-bottom: 34px;
    border-bottom: 1px solid #DDDDDD;
}

.clientInfo {
    margin-top: 38px;
}

.clientInfo h2 {
    font-size: 22px;
    font-weight: bold;
    color: #122F2A;
    margin-bottom: 11px;
}

.clientInfo p {
    border: none;
    font-style: normal;
    font-size: 16px;
    padding: 0;
}

.testinomalSlider2 {
    height: 500px;
}

.testinomalSlider2 :is(.swiper-slide-prev, .swiper-slide-next) .circle-image {
    margin-left: 3.5rem;
}

.circle-image figure {
    position: relative;
    width: 110px;
}

.testinomalSlider2 .swiper-slide-thumb-active figure::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(68, 160, 91, 80%);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.quote-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
}

.quote-wrap i {
    width: 55px;
    height: 55px;
    background: var(--white);
    border: 3px solid #44A05B;
    display: grid;
    place-items: center;
    color: #44A05B;
    border-radius: 50%;
}

/* testinomal-sec css end */

.aboutparts .themeBtn:hover {
    background: #000;
    color: #fff;
}

.main-Btn .themeBtn:hover {
    background: #fff;
    color: #000;
}

.nav-right .themeBtn:hover {
    background: #fff;
    color: #000;
}

.productbtn .themeBtn:hover {
    background: #000;
    color: #fff;
}

.product-cntnt .themeBtn:hover {
    background: #000;
    color: #fff;
}

.contact-right-wrapper {
    position: relative;
}

.contact-content {
    max-width: 300px;
    min-height: 380px;
    background: #fff;
    text-align: center;
    padding: 30px;
    border-bottom: 10px solid #44a05b;
    border-radius: 10px;
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
}

.contact-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #122f2a;
    line-height: 1.7;
    text-transform: capitalize;
    letter-spacing: 1.1px;
    margin-top: 1rem;
}

.contact-content h3 {
    font-size: 1.375rem;
    font-weight: bold;
    text-transform: capitalize;
    color: #122f2a;
    line-height: 1.4;
}

.contact-content a {
    color: #122f2a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

.contact-wrapper {
    position: relative;
    height: 100%;
    background: #202221;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-main {
    background: #F6F4EC;
    padding: 2.5em;
    text-align: center;
    border-top: 4px solid #44A05B;
    position: relative;
    z-index: 1;
}

.contact-form .form-control {
    height: auto;
    border: 1px solid #DDDDDD;
    background: #F6F4EC;
    box-shadow: none;
    outline: none;
    color: #636363;
    padding: 1em 1.25em;
    margin-bottom: 1.875rem;
}

.contact-form input::placeholder {
    color: #636363;
}

.contact-form button {
    width: 100%;
    background: transparent;
    border: 1px solid #44a05b;
    color: #44a05b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: unset;
}

.contact-amys h3 {
    font-size: 4.25rem;
    font-weight: bold;
    color: var(--white);
    writing-mode: sideways-lr;
    text-align: center;
    margin: 0 0 8rem 4rem;
}

.contact-amys h3 span {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1.75rem;
    display: block;
}

.contact-wrapper::after {
    content: "";
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #44A05B;
    position: absolute;
    right: -60px;
    bottom: -380px;
    user-select: none;
    pointer-events: none;
}

.contact-acm-text {
    position: absolute;
    bottom: 30px;
    right: 120px;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.contact-acm-text h3 {
    font-size: 6.25rem;
    font-weight: bold;
    color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}

/* .locate-sec css start */

.phone-wrap {
    padding: 50px 0 50px 60px;
    display: flex;
    align-items: center;
    gap: 28px;
    border: 1px solid #DDDDDD;
    border-top: none;
}

.phone-info h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12.39px;
}

.phone-info a {
    font-size: 16px;
    color: #636363;
}

/* .locate-sec css end */

/* footer css start */

footer {
    background: var(--black);
    padding-top: 83.63px;
}

.footer-logo {
    width: 164px;
}

.footer-logo a img {
    width: 100%;
}

footer h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 34.39px;
}

.quicklist li a {
    color: #F6F4EC;
}

.quicklist li+li {
    margin-top: 24.61px;
}

.footer-head h2 {
    font-size: 27.89px;
    color: var(--white);
    font-weight: bold;
}

.footer-head h2 span {
    display: block;
    font-size: 16.6px;
    font-weight: 500;
    letter-spacing: 10px;
    margin-bottom: 28.48px;
    margin-left: 2rem;
}

.time-cntnt {
    display: flex;
    gap: 9.07px;
}

.time-icon i {
    color: var(--white);
}

.clock-icon {
    margin-top: 8px;
}

.time-info {
    margin-bottom: 18px;
}

.time-info p {
    font-size: 16px;
    color: var(--white);
}

.time-info p span {
    display: block;
}

.time-info a {
    font-size: 16px;
    color: var(--white);
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.social-link li {
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 19%);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.social-link li a {
    color: #B7B7B7;
}

.post-info {
    display: flex;
    align-items: center;
    gap: 27px;
}

.post-image img {
    border-radius: 5px;
}

.post-cntnt p {
    font-size: 14px;
    color: #B7B7B7;
    margin-bottom: 11px;
}

.post-cntnt h4 {
    font-size: 17px;
    color: var(--white);
}

.post-cntnt h4 span {
    display: block;
}

.posts-wrap .post-info:first-child {
    margin-bottom: 20px;
}

.copyRight {
    margin-top: 65px;
    padding: 34px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.copyRight p span:first-child {
    color: var(--white);
}

/* footer css end */
/* innerpages Start */

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

.innerBan h2 {
    font-size: 60px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
}

.innerBan {
    position: relative;
}

.abtimg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.abtimg p {
    width: 96%;
    flex: 1;
}

.aboutpage1 ul.checklist {
    margin-bottom: 1rem;
}

.aboutwraps p {
    font-size: 1rem;
    color: #636363;
}

.about-section.aboutpage1 .abtstamp {
    bottom: 65%;
}

.productpage1 .product-wrap {
    margin-bottom: 2rem;
    background: #fff;
    box-shadow: 0 10px 10px #00000038;
}

.farmer-market.farmerpage .row+.row {
    margin-top: 6rem;
}

.farmer-market.farmerpage {
    padding-top: 6rem;
}

.farmerbg {
    position: relative;
}

.farmerbg::before {
    position: absolute;
    content: "";
    background: #F1F5F4;
    width: 1100px;
    height: 400px;
    left: 0;
    bottom: 1rem;
}


/* Contact-Page Css Start  */

form.helpForm.pricingform .form-group input {
    background: #fff !important;
    height: 70px;
    border-radius: 0;
    border: unset;
    color: #fff;
    /* border: 1px solid #000; */
}

form.helpForm.pricingform .form-group input::placeholder {
    color: #000;
}

form.helpForm.pricingform h2 {
    font-size: 1rem;
    margin-bottom: 1.438rem;
}

form.helpForm.pricingform.aos-init.aos-animate .form-group {
    margin-bottom: 2.875rem;
}

.helpForm.form-check {
    padding: 0 0 4rem 0;
}

.helpForm .form-group textarea {
    height: 260px !important;
    background: #fff !important;
    border-radius: 0;
    border: #636d79;
    color: #000;
}

form.helpForm.pricingform .form-group textarea::placeholder {
    color: #000;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate {
    padding: 0;
}

.contact-page form.helpForm.pricingform .form-group input {
    border-radius: 8px;
    border: unset;
    height: 55px;
    color: #000;
    border: 1px solid #000;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate .form-group {
    margin-bottom: 1.25rem;
}

.contact-page .helpForm .form-group textarea {
    height: 140px !important;
    border-radius: 8px;
    border: 1px solid #000;
}

.contact-pagetop a {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: var(--primary);
    padding: 1.5rem 45rem 1.5rem 1rem;
    position: absolute;
    top: -10.5rem;
    left: -8rem;
}

.contact-pagetop button.themeBtn {
    border: unset;
}

.helpBox button.themeBtn {
    border: unset;
    text-transform: capitalize;
    background: #000;
    border-radius: 4px;
}

.contact-pagetop p {
    color: #000;
}

section.pricingpage.contact-page h4 {
    font-size: 2.25rem;
    text-transform: capitalize;
    font-weight: bold;
}

h2.cntcthead {
    font-size: 3.563rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}

.contact-pagetop {
    margin-bottom: 1rem;
}


section.choose-sec.about-p-choose .progress-container {
    bottom: 3rem;
}

section.pricingpage.contact-page iframe {
    border-radius: 50px 0 0 50px;
}

section.pricingpage.contact-page {
    padding: 5rem 0;
}

/* Contact-Page Css End  */

/* / Inner-Pages Css Start / / Product-Slider Css Start / */



.Proreview {
    padding: 6rem 0;
}

.reviewImg {
    display: flex;
    align-items: center;
    margin: 3.5rem 0;
}

.content-wraper h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
}

.content-wraper {
    margin-left: 2rem;
}

.content-wraper h4 {
    margin: 0.9rem 0;
    font-size: 1rem;
    color: #726f6f;
    font-weight: 600;
}

.content-wraper span {
    margin-left: 21px;
    font-size: 12px;
    color: #a4a4a4;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-wraper p {
    font-size: 1rem;
    margin: 0;
}

.Proreview .row+.row {
    margin: 5rem 0;
}

.reviewSec textarea {
    width: 100%;
    height: 160px;
    padding: 1rem;
    background: #f8f8f8;
    border-color: #ebebeb;
}

.wishlistPro {
    background: #f8f6f6;
    padding-top: 0;
}

.productSlider-for,
.productSlider-nav {
    overflow: hidden;
}

.product-main figure img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.product-main figure {
    padding: 0;
    margin-top: 1.4375rem;
    border: unset;
}

.quantitySec .number .minus {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0;
    cursor: pointer;
}

.quantitySec .number .plus {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0;
    cursor: pointer;
}

.quantitySec .number input {
    width: 60px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #282828;
}

.number {
    background: transparent;
    width: 100%;
    color: #282828;
    display: flex;
    align-items: center;
    border: 1px solid #dfdfdf;
    padding: 12px 22px;
    border-radius: 50px;
}

.number input {
    background: transparent;
    border: none;
    height: 2rem;
    width: 50px;
    text-align: center;
    height: 39px;
}

.number .minus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.number .plus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.prodtl-txt h5 {
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}

.prodtl-txt h5 span {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #44a05b;
    font-family: "Oswald";
    letter-spacing: 0;
}

.prodtl-txt p {
    font-size: 15px;
    color: #4c4c4c;
    line-height: 2;
    margin: 0.625rem 0;
}

.product-list p {
    white-space: nowrap;
}

.product-list h2 {
    margin: 0;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 1px;
}

ul.product-icon li a {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #2d2d2d;
    white-space: nowrap;
}

ul.product-icon li {
    list-style: disc;
}

ul.product-icon li+li {
    margin: 0.625rem 0;
}

.product-list+.product-list {
    margin: 1.5rem 0;
}

.cardbutton .themeBtn {
    padding: 1.5rem 53px;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d2d2d;
    letter-spacing: 1px;
    font-family: "Inter";
    font-style: normal;
}

.quantitySec {
    display: flex;
    font-style: italic;
    align-items: center;
    gap: 1.6rem;
}

.heart i {
    background: #2d2d2d;
    height: 4.5625rem;
    width: 4.5625rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.4rem;
}

.product-list h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d2d2d;
    letter-spacing: 1px;
}

.checkhead h2 {
    font-size: 50px;
    font-weight: bold;
    color: #2D2D2D;
    margin: 0;
}

.checkhead p {
    font-size: 20px;
    font-weight: 400;
    color: #2D2D2D;
}

.checkbox img {
    margin-right: 1rem;
    height: 109px;
}

.checkbox h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2D2D2D;
    text-transform: uppercase;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}

.checkbox p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.checkbox p+p {
    margin-top: 1rem;
}

.checkbox h2 {
    font-size: 24px;
    font-weight: bold;
    color: #2D2D2D;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 1.5rem 0;
}

.checkbox h2 span {
    font-size: 20px;
    font-weight: 400;
    color: #2D2D2D;
}

.checkbox .themeBtn {
    border: 1px solid #DFDFDF;
    background: transparent;
    color: #000;
}

.checkbox {
    box-shadow: 0 4px 39px rgb(179 179 179 / 25%);
    padding: 47px 51px;
    border-radius: 20px;
}

ul.productheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #E8E8E8;
}

ul.subcarts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.productheading li .number {
    padding: 0;
}

ul.subcarts .number {
    padding: 0;
}


.yourcart-sec h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.productheading li {
    font-size: 20px;
    font-weight: 600;
}

ul.subcarts li {
    font-size: 1.125rem;
    color: #2D2D2D;
}

ul.subcarts li a {
    color: #000;
}

ul.subcarts li span {
    color: #FB0C0C;
}


.cathead h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2D2D2D;
}

.imgcat {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.categoritop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.categoritop .themeBtn {
    background: transparent;
    color: #2D2D2D;
    border: 1px solid #DFDFDF;
}

.imgcat h3 {
    font-size: 24px;
    color: #2D2D2D;
    font-weight: 600;
}

.categories-section .nav {
    padding: 2rem 0;
    border: 0;
    gap: 1rem;
    margin-bottom: 2rem;
}

.categories-section .nav-item {
    font-size: 1.125rem;
    color: #2D2D2D;
    padding: 14px 28px;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #DFDFDF;
    border-radius: 29px;
}

.categories-section .nav-item.active {

    border-color: #DFDFDF;
}

section.product-section.productpage1 .product-cntnt h2 {
    font-size: 1.125rem;
}

.product-cntnt h3 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: bold;
}

.productpage1 .nav {
    padding: 2rem 0;
    border: 0;
    gap: 1rem;
    margin-bottom: 2rem;
}

.productpage1 .nav-item {
    font-size: 1.125rem;
    color: #2D2D2D;
    padding: 14px 28px;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #DFDFDF;
    border-radius: 29px;
}

.productpage1 .nav-item.active {

    border-color: #DFDFDF;
}

.productpage1 {
    padding-top: 1rem;
}

.aboutcntnt h5 {
    FONT-SIZE: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #000000ad;
}

.beefprodimg {
    text-align: center;
}

.beefprodimg figure img {
    height: 450px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
}

.pricettt {
    color: #44A05B;
    font-size: 18px;
}

.selectoption {
    margin-left: 10px;
    padding: 10px;
    width: 52%;
    border: 2px solid #ccc;
    color: #CCC;
    outline: none;
}

.selectLabel {
    margin-top: 5px;
    font-weight: 500;
}

.selectoption option {
    padding-left: 50px;
}

.counter :is(button, div) {
    font-size: 1.125rem;
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
    padding: 0.45rem 0.5rem;
    user-select: none;
}

.header-btn {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    background-color: var(--black);
    border: 2px solid var(--black);
    display: inline-block;
    padding: 0.6875rem 2.2em;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
}

.line-before {
    position: relative;
}

.line-before::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 1px;
    background: #ccc;
    width: 100%;
}

.beta_icons {
    color: #ccc;
}

.product-nav {
    margin-top: 80px;
}

.slick-slide {
    margin-bottom: 20px;
}

.product-for {
    height: 600px;
}

/* product -tabs  */
.tab-buttons-1 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.tab-buttons-1 button {
    /* padding: 10px 20px; */
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
    color: #ccc;
}

.tab-buttons-1 button.active {
    /* background-color: #007bff; */
    color: black;
}

.tab-content-1 {
    display: none;
    margin: 0 auto;
    width: 50%;
    border: none;
    padding: 15px;
}

.tab-content-1.active {
    display: block;
}

.main-tabs {
    display: flex;
    justify-content: center;
}

.main-tab-content {
    display: flex;
    justify-content: center;
    /* width: 50%; */
    margin: 0, auto;
}

.carttotal h2 {
    font-size: 1.5rem;
}

.pricecarts h3 {
    font-size: 1.125rem;
    font-weight: bold;
}

.pricecarts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 1rem 0;
}

.carttotal p {
    font-size: 1rem;
    color: #000;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.carttotal {
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    padding: 1rem;
}


.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    /* initially hidden */
    width: 364px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
    z-index: 999;
    padding: 1rem;
}

.cart-sidebar.active {
    right: 0;
    /* visible on activation */
}

.cart-content {
    padding: 20px;
}

.close-cart {
    font-size: 24px;
    cursor: pointer;
    float: right;
}

.cart-item-card {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.cart-item-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 8px;
}

.cart-item-details h4 {
    margin: 0;
    font-size: 13px;
}

.cart-item-details p {
    margin: 5px 0 0;
    color: #666;
}

.remove-item-btn {
    background: none;
    border: none;
    color: #ff0000;
    font-size: 22px;
    cursor: pointer;
}

.side-footer {
    position: fixed;
    /* bottom: 0px; */
    width: 20%;
    /* padding-bottom: 20px; */
}

.side-footer-content {
    display: flex !important;
    gap: 5rem;
    /* justify-content: space-between; */
}

/*.side-footer-content {*/
/*    display: flex !important;*/
/*    justify-content: space-between;*/
/*}*/

.side-footer-content h3 {
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 400;
}

.view-button {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 86%;
    margin-bottom: 10px;
    border: 2px solid var(--black);
    color: #000;
    padding: 10px;
    border-radius: 50px;
    margin-top: 14px;
}

.checkout-button {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 88%;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;
    background-color: red;
    border-radius: 50px;
    margin-top: 14px;
}

.starcolor {
    font-size: 0.75rem;
    color: #D87238;
}

.product-cntnt h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Outfit", serif;
}

.product-cntnt .themeBtn {
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
}

.Biling_label {
    margin-bottom: 5px;
    padding: 0px;
    font-size: 13px;
}

.biling_input {
    outline: none;
    border: 2px solid #ccc;
    padding: 8px;
    width: 100%;
    margin-bottom: 12px;
}

.biling_select {
    outline: none;
    border: 2px solid #ccc;
    padding: 8px;
    width: 100%;
    margin-bottom: 12px;
}

.prod-list li {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-family: "Rubik", serif;
    font-weight: 400;
}

.prod-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: var(--black);
    border-radius: 50%;
    top: 0.6rem;
    left: -1rem;
}

.tab-content-1 p {
    margin: 1rem 0;
}

.prod-list-str li {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-family: "Rubik", serif;
    font-weight: 400;
}

/* Privacy Policy */

.privacy-cntnt h2 {
    font-size: 3.5rem;
    font-weight: bold;
}

.privacy-cntnt p {
    color: var(--black);
    font-size: 1.275rem;
    margin-bottom: 15px;
}

.privacy-cntnt h3 {
    margin: 0;
}

.privacyList {
    margin: 10px 0 10px 40px;
}

.privacyList li {
    color: var(--black);
    margin-bottom: 15px;
    font-size: 1.1275rem;
    position: relative;
}

.privacyList li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--black);
    position: absolute;
    left: -20px;
    top: 12px;
    border-radius: 50%;
}

/* Privacy Policy */
/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */
