@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --white: #fff;
  --black: #000;
  --theme-color: #134e00;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

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

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

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

/* @font-face {
    font-family: 'Vampire Wars';
    src: url(../fonts/'VampireWars.eot');
    src: url(../fonts/'VampireWars.eot?#iefix') format('embedded-opentype'),
        url(../fonts/'VampireWars.woff2') format('woff2'),
        url(../fonts/'VampireWars.woff') format('woff'),
        url(../fonts/'VampireWars.ttf') format('truetype'),
        url(../fonts/'VampireWars.svg#VampireWars') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vampire Wars';
    src: url(../fonts/'VampireWars-Italic.eot');
    src: url(../fonts/'VampireWars-Italic.eot?#iefix') format('embedded-opentype'),
        url(../fonts/'VampireWars-Italic.woff2') format('woff2'),
        url(../fonts/'VampireWars-Italic.woff') format('woff'),
        url(../fonts/'VampireWars-Italic.ttf') format('truetype'),
        url(../fonts/'VampireWars-Italic.svg#VampireWars-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

img {
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-brand {
  background-color: var(--white);
  border-radius: 50% 50%;
  padding: 1rem;
  margin: 0 0 -6rem;
}
.navbar-brand img {
  transition: 0.3s ease-in-out;
}

header {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background: var(--white);
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 3rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--black);
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  font-family: "Playfair Display", serif;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--white);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
.form-inline {
  margin-left: 3rem;
  gap: 1rem;
}
.themeBtn {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75em 1.25em;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: 2px solid var(--theme-color);
  background: var(--theme-color);
}
.form-inline .themeBtn {
  font-size: 1rem;
  background-color: #8ab34a;
  color: #ffffff;
}
.themeBtn:hover {
  background: var(--white);
  color: var(--theme-color);
}
.topRow {
  background-color: var(--theme-color);
  padding: 0.75rem 0;
}
.topRow ul {
  display: flex;
  align-items: center;
  gap: 1rem 2.1rem;
}
.topRow ul li a {
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.topRow ul li a i {
  color: #8cc63f;
  font-size: 1.25rem;
}

.cartBtn {
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: var(--black);
  font-size: 1rem;
  background-color: #89b347;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: auto;
}
.cartBtn span {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  background-color: #f3f3f3;
  box-shadow: 0px 8px 53.1px 5.9px rgba(180, 180, 180, 0.25);
  width: 23px;
  height: 23px;
  line-height: 1;
  display: grid;
  font-size: 13px;
  place-items: center;
  color: var(--black);
}
.cartBtn:hover {
  background-color: var(--white);
  color: var(--theme-color);
}

.main-slider {
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secHeading {
  font-size: 3.75rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
  position: relative;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

/* menuSection */
.menuCard {
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid rgb(225, 225, 225);
  margin-bottom: 1rem;
}
.menuCard .imgWrap {
  position: relative;
  display: block;
  background-color: #000;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.menuCard .imgWrap img {
  opacity: 0.9;
}
.menuCard .imgWrap h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  transform: translate(-50%, -50%);
  text-align: center;
}

.menuCard .content {
  padding: 1.5rem 2.5rem 0.25rem;
  min-height: 325px;
}
.menuCard .content .themeBtn {
  text-align: center;
  margin: 0 auto;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}
.menuCard .content ul {
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}
.menuCard .content ul li {
  list-style: disc;
  font-size: 13px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #5e5e5e;
  line-height: 1.385;
  margin-bottom: 0.5rem;
}
.menuCard .content .readMore {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: var(--theme-color);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
}

/* /giftSection */
.giftSection {
  background-color: #f9f9f9;
}
.giftCard h3 {
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
.giftCard .content {
  padding: 2rem 1.5rem;
  background-color: var(--white);
  box-shadow: 0px 25px 117.9px 13.1px rgba(209, 209, 209, 0.23);
}
.giftCard .content p {
  font-size: 14px;
  font-family: "Poppins";
  color: #4f4f4f;
  line-height: 2;
  min-height: 140px;
  text-align: left;
}
.giftCard .content .themeBtn {
  background-color: var(--white);
  color: var(--theme-color);
  font-size: 15px;
  padding: 1em;
  display: block;
  text-align: center;
  font-weight: 600;
}

.trendingCarousel .proThumbCart {
  width: 94%;
}
.proThumbCart {
  background: var(--white);
  border: 1px solid #e1e1e1;
  padding: 0rem 0 2rem;
  margin-bottom: 30px;
  position: relative;
  transition: ease all 0.5s;
  overflow: hidden;
}
.proThumbCart > a {
  height: 375px;
  display: grid;
  place-items: center;
}
.proThumbCart .content {
  padding: 1rem 2rem;
  position: relative;
  bottom: -25px;
  transition: ease all 0.5s;
}
.proThumbCart:hover .content {
  bottom: 10px;
}
.proThumbCart h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0;
  color: rgb(38, 34, 35);
  font-family: "Nunito", sans-serif;
  line-height: 1;
  text-align: center;
}
.proThumbCart .content strong {
  color: var(--theme-color);
  font-weight: 400;
}

.proThumbCart .viewOpt {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 1rem;
  right: -5rem;
  gap: 4px 0;
  transition: ease all 0.5s;
}
.proThumbCart:hover .viewOpt {
  right: 10px;
}
.proThumbCart .viewOpt a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #acacac;
  color: #acacac;
}
.proThumbCart .viewOpt a:hover,
.proThumbCart .viewOpt a:focus {
  background: #262223;
  color: #fff;
  border-color: #262223;
}
.proThumbCart:hover {
  box-shadow: 0px 25px 53.1px 5.9px rgba(180, 180, 180, 0.23);
}
.sliderArrow::before {
  content: none;
  display: none;
}
.sliderArrow {
  height: 50px;
  width: 75px;
  opacity: 0.25;
}
.sliderArrow.slick-next {
  right: -5rem;
}
.sliderArrow.slick-prev {
  left: -5rem;
}
.sliderArrow:is(:hover, :focus) {
  opacity: 1;
}

.slick-dots {
  bottom: -2rem;
}
.slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  margin: 0 1rem;
  width: 10px;
}
.slick-dots li button {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 3px;
  transition: 0.3s ease-in-out;
  background-color: #d2d7d5;
}
.slick-dots li button:before {
  content: none;
  height: 10px;
  width: 10px;
}
.slick-dots li.slick-active button:before {
  content: "";
  border-radius: 50%;
  transform: scale(1.5);
  background-color: var(--black);
}

/* storySec */
.storySec {
  background-color: #f9f9f9;
}

.storySec figure img {
  border-radius: 50px;
}
.storySec .themeBtn {
  background-color: var(--white);
  color: var(--theme-color);
  font-size: 15px;
  padding: 1em;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}
.storySec .themeBtn:hover {
  background-color: var(--theme-color);
  color: var(--white);
}

/* blogSec*/
.blogSec {
  background: url(../images/bgimg.jpg) center/cover no-repeat;
}

.blogCard {
  margin: 1rem 0.75rem;
}
.blogContent {
  padding: 2rem 1.5rem;
  min-height: 260px;
  background-color: var(--white);
}
.blogContent h4 {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.647;
}
.blogContent p {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  line-height: 1.75;
}

.blogImg {
  position: relative;
  overflow: hidden;
}
.blogImg img {
  transition: 0.3s ease-in-out;
}
.blogDate {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #87b343;
  padding: 0.5rem;
  text-align: center;
  min-width: 85px;
}
.blogImg h3 {
  font-size: 3.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
.blogImg span {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
}
.blogCard:hover img {
  transform: scale(1.1);
}
.blogSec .secHeading,
.blogSec .slick-next,
.blogSec .slick-prev {
  color: var(--white);
}
.blogSec .sliderArrow {
  opacity: 1;
}
.blogSec .sliderArrow img {
  filter: brightness(100) invert(0);
  opacity: 1;
}

.userRevCard {
  background: url(../images/border.png) top left/auto no-repeat;
  padding: 5rem 2rem 5rem 3rem;
  margin: 1rem;
}
.userRevCard .userInfo {
  display: flex;
  align-items: center;
  gap: 1rem 3rem;
  margin-bottom: 0.75rem;
}
.userRevCard .userInfo h3 {
  font-size: 1.675rem;
  font-family: "Nunito", sans-serif;
  color: #09121a;
  font-weight: 700;
  line-height: 1.741;
}
.userRevCard .userInfo span i {
  font-size: 1.5rem;
  color: #ffcc00;
}
.userRevCard .userInfo img {
  border-radius: 15px;
  box-shadow: 0px 4px 68px 0px rgba(200, 200, 200, 0.35);
}

.userRevCard p {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  color: #5c6e84;
  font-weight: 700;
  font-style: italic;
  line-height: 1.722;
  text-align: left;
}

/* appSection */
.appSection {
  padding: 12rem 0;
  background-color: #f9f9f9;
}

.appSection .contentWrap {
  border-radius: 20px 20px 0 0;
  background-color: #87b343;
}
.appSection .btn-group {
  gap: 1.5rem;
  margin-top: 1.75rem;
}
.appBtn {
  border-radius: 20px;
  box-shadow: 0px 16px 13px 0px rgba(215, 215, 215, 0.35);
  background-color: var(--white);
  border: 1px solid rgb(235, 235, 235);
}
.mobImg1 img {
  margin: -8rem 0 -4rem 0;
}
.mobImg2 img {
  margin: -4rem 0 -8rem 0;
}

/* Contact Info */
.infoWrap {
  border: 1px solid rgb(225, 225, 225);
  background: var(--white);
  box-shadow: 0px 25px 53.1px 5.9px rgba(180, 180, 180, 0.36);
  padding: 2rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.infoWrap .imgWrap {
  height: 200px;
}
.infoWrap h3 {
  font-size: 1.75rem;
  font-family: "Nunito";
  color: #23212a;
  font-weight: bold;
  line-height: 1.321;
}
.infoWrap p {
  font-size: 1.375rem;
  font-family: "Nunito";
  color: #616161;
  line-height: 1;
}

/* Footer Css */
footer {
  padding-top: 6rem;
  position: relative; 
  background-color: #f9f9f9;
}
footer h4 {
  font-size: 1.875rem;
  color: var(--black);
  font-weight: 700;
  line-height: 1.299;
}

.links li a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins";
  color: #5c6e84;
  line-height: 1.8;
}
.links li a:hover {
  color: var(--theme-color);
}
footer .form-group {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 25px 53.1px 5.9px rgba(180, 180, 180, 0.23);
  border-radius: 10px;
  height: 75px;
}
footer .form-group input {
  border: 0;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 10px;
  color: var(--black);
  width: calc(100% - 75px);
}
footer .form-group button {
  display: grid;
  place-items: center;
  height: 100%;
  width: 75px;
  background-color: var(--black);
  color: var(--white);
  font-size: 1.25rem;
  border-radius: 10px;
}
footer .form-group button:hover {
  background-color: var(--theme-color);
  color: var(--white);
}
.socialIo {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.socialIo li a {
  height: 44px;
  width: 44px;
  background-color: var(--white);
  border-radius: 50%;
  font-size: 1.125rem;
  display: grid;
  place-items: center;
  color: #757c85;
}
.socialIo li a:hover {
  background-color: var(--theme-color);
  color: var(--white);
}

.copyRight {
  margin-top: 4rem;
  border-top: 1px solid #eeeeee;
  padding: 1.5rem 0;
}
.copyRight p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  font-family: "Poppins";
  color: rgb(31, 48, 66);
  line-height: 1.882;
}

.roleback {
  position: absolute;
  bottom: 2rem;
  right: 10rem;
  display: inline-block;
  border-radius: 10px;
  background-color: rgb(31, 48, 66);
  box-shadow: 0px 4px 68px 0px rgba(200, 200, 200, 0.35);
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.25rem;
}

.roleback:hover{
  background-color: #87b343;
  color: var(--white);
}

/*Inner pages css start*/
.deliverySec {
  margin-top: 6rem;
  padding: 0;
}
.deliverySec h3 {
   font-size: 3.75rem;
   margin-bottom: 4rem;
  font-weight: 400;
 }
.deliverySec h2 {
  font-size: 3.75rem;
  font-weight: 400;
}
.deliverySec h4 {
  font-size: 1.625rem;
  font-weight: 500;
}
.deliverySec ul {
  padding-bottom: 5rem;
}
.deliverySec ul li {
  list-style-type: disc;
  line-height: 1.875rem;
  color: #757e82;
  margin-top: 1rem;
}
.deliverySec ul li a {
  color: #3c9006;
  text-decoration: underline !important;
}
.deliverySec .paymentSec {
  padding-top: 4rem;

  border-top: 2px solid #d7d7d7;
  text-align: center;
}
.deliverySec .paymentSec h5 {
  font-size: 3.75rem;
  font-weight: 400;
  margin-top: 3rem;
}

 /*our story css start*/

.storySec h2  {
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: capitalize;
}

/*contact page css start*/

.contactSec h2  {
  font-size: 3.75rem;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.contactSec .form-group input {
  width: 100%;
  height: 3.5rem;
  border: 2px solid #e1e1e1;
}
.contactSec .form-group label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #8d8d8d;
}

/*daily page css start*/

.dailySec h2 {
font-size: 3.75rem;
font-weight: 500;
text-transform: capitalize;
text-align: center;
}

.sidemenu h3 {
  font-size: 12px;
  color: #949494;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.25rem;
}

.sidemenu p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.sidemenu .searchBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8c8c8c;
}

.sidemenu .searchBox i {
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #fff;
}

.sidemenu .searchBox input {
  width: 100%;
  height: 50px;
  border: 0;
  background-color: transparent;
}

.sidemenu #accordion .card {
  background: transparent;
  border: 0;
}

.sidemenu #accordion .card .btn-link {
  font-size: 14px;
  color: #232323;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  line-height: 2.5;
  outline: none;
  border-bottom: 1px solid #8c8c8c;
  text-decoration: none;
  overflow: hidden;
}

.sidemenu #accordion .card .btn-link i {
  margin-left: auto;
}

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

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

.sidemenu #accordion .card .btn-link.collapsed i {
  color: #232323;
  background: #fff;
}

.sidemenu #accordion .card ul li a {
  color: #232323;
  font-size: 1rem;
  padding: 0.5rem;
  display: inline-block;
  line-height: 1;
}

.sidemenu #accordion .card ul li a:hover {
  color: var(--primary);
}

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

.dailySec .boxSec .content{
  padding: 0 0.5rem;
}

.dailySec .boxSec .price{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.dailySec .boxSec .content h6 {
  font-size: 1.2rem;
  font-weight: 700;
}
.dailySec .boxSec .price p{
  color: #124d0d;
  font-weight: 700;
  margin: 0;
  font-size: 1.25rem;
}

.dailySec .boxSec .price i{
  color: white;
  font-size: 1.25rem;
  background-color: #124d0d;
  padding: 0.6rem;
  border-radius: 5px;
}

.dailySec  .boxSec{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 13px 0px rgba(168, 168, 168, 0.35);
  padding: 0.4rem 1rem;
  margin: 1.8rem 0;
}
.button-wrapper {
  margin-top: 3.8rem;
}
.my-cart-btn{
  background-color: rgb(22, 35, 48);
  width: 100%;
  height: 46px;
  font-size: 19px;
  color: #fff;
}
.proceed-btn{
  background-color: #185005;
}
.tool-class {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

/*printable page css start*/
.printableSec {
  padding: 0;
  margin-top: 4rem;
}
.printableSec p {
  margin: 3rem 0;
}

.printableSec h2{
  font-size: 3.75rem;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.printableSec p span {
  font-weight: 900;
}
.printableSec .adobeBtn {
  background-color: #910100;
  padding: 0.8rem 3rem;
  color: white;
}
.printableSec figure {
  margin: 5rem 0;
}