:root {
  --primary1: #009a4e;
  --primary2: #fbc50b;
  --pwhite: #fff;
  --secText: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
}

p,
li,
span,
td,
a {
  font-family: "Source Sans Pro", sans-serif;
}

.cursive-text {
  font-family: "Dancing Script", cursive !important;
}

.capitalize {
  text-transform: uppercase !important;
}

footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  color: #fff;
}
footer ul li a {
  text-decoration: none;
}

@media (max-width: 990px) {
  .pt-lg-150 {
    padding-top: 150;
  }
}
@media (min-width: 450px) {
  .container-1180 {
    max-width: 440px;
  }
}
@media (min-width: 600px) {
  .container-1180 {
    max-width: 584px;
  }
}
@media (min-width: 800px) {
  .container-1180 {
    max-width: 780px;
  }
}
@media (min-width: 990px) {
  .container-1180 {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-1180 {
    max-width: 1180px;
  }
}
header .nav-spacer {
  height: 80px;
  background: #762625;
}

nav {
  background-color: #762625;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.nav-container {
  max-height: 80px;
  display: flex;
  justify-content: space-between;
}

.logo img {
  max-height: 7.5rem;
}

.mblogo {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s;
}

.hamburger.toggle ~ .mblogo {
  opacity: 1;
  transition: all 0.5s ease 0.2s;
}

.nav-links {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  list-style: none;
}
.nav-links li {
  line-height: 80px;
}
.nav-links li a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.nav-links li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 0;
  opacity: 0;
  background-color: #ff7e00;
  border-radius: 20px;
  z-index: -1;
  transition: 0.4s;
}
.nav-links li a:hover::before {
  width: 85%;
  opacity: 1;
}

.hamburger {
  display: none;
}
.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media screen and (max-width: 756px) {
  .logo {
    padding-left: 15px;
  }
  .nav-container {
    margin: 0;
    padding: 0;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    padding: 28px 15px;
    z-index: 2;
    transition: all 0.7s ease;
  }
  .nav-links {
    position: fixed;
    background: #762625;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  .nav-links.open {
    clip-path: circle(1200px at 90% -10%);
    -webkit-clip-path: circle(1200px at 90% -10%);
    pointer-events: all;
  }
  li.fadeLink {
    opacity: 1;
  }
}
.hideNav {
  top: -120px;
  transition: top 0.5s;
}

.showNav {
  top: 0;
  transition: top 0.5s;
  transition-delay: 0.3s;
}

.slider-section .carousel-item img {
  max-height: 80vh;
  object-fit: cover;
}

.about-1 .about-wrapper {
  padding: 0 2rem;
  text-align: center;
}
.about-1 .about-wrapper h3 {
  font-size: 3rem;
  color: #ff7e00;
  margin-bottom: 1rem;
}
.about-1 .about-wrapper h4 {
  font-family: "Dancing Script", cursive;
}
.about-1 .about-wrapper p {
  margin-top: 1.5rem;
  font-size: 18px;
  line-height: 2rem;
  text-align: justify;
  opacity: 0.8;
  padding: 0 1rem;
}
.about-1 .about-wrapper a {
  background-color: #ff7e00;
  display: inline-block;
  color: #fff;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  border-radius: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.about-1 .about-wrapper a:hover {
  background: #77b500;
}
.about-1 .carousel-item {
  padding: 0 2rem;
}
.about-1 .carousel-item .about-img-container {
  border-radius: 10px;
  height: 480px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 990px) {
  .about-1 .about-wrapper h3 {
    font-size: 2.25rem;
  }
}
.cta1-section {
  padding: 0 1rem;
}
.cta1-section .cta1-banner-wrapper {
  padding: 0 1rem;
  text-align: center;
}
.cta1-section .cta1-banner-wrapper img {
  border-radius: 12px;
}

@media (max-width: 990px) {
  .cta1-section .cta1-banner-wrapper {
    padding: 1rem;
  }
}
.categories-section .category-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  margin-right: 3px;
  background-color: #fb9520;
  min-height: 380px;
}
.categories-section .category-wrapper .category-text {
  text-align: center;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.categories-section .category-wrapper .category-text h3 {
  font-family: "Domine", serif;
}
.categories-section .category-wrapper img {
  transition: all 0.3s ease-in-out;
  max-height: 240px;
  width: auto;
  object-fit: contain;
}
.categories-section .category-wrapper img:hover {
  transform: scale(1.12);
}
.categories-section .category-wrapper:hover .categories-section .category-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 8px solid rgba(0, 0, 0, 0.2);
  z-index: 3;
}

@media (max-width: 767px) {
  .categories-section {
    padding-top: 3rem;
  }
}
@media (max-width: 575px) {
  .category-wrapper {
    display: flex;
    justify-content: center;
  }
}
.quality-section .quality-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-section .quality-icon .quality-icon-wrapper {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  transition: 0.6s ease-in-out;
  justify-content: center;
}
.quality-section .quality-icon h5 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Dancing Script", cursive;
  font-size: 24px;
}

.quality-container .quality-icon-wrapper:hover {
  transform: rotateY(180deg);
}

@media (min-width: 991px) {
  .quality-section {
    position: relative;
    margin-bottom: 150px;
  }
  .quality-section .quality-container:nth-child(1), .quality-section .quality-container:last-of-type {
    padding-top: 200px;
  }
  .quality-section::before {
    content: "";
    background: url(../img/backgrounds/ayurved.png) no-repeat center bottom;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
    height: 450px;
    position: absolute;
    width: 100%;
    bottom: -40%;
  }
}
@media (max-width: 767px) {
  .quality-container:nth-child(1) {
    margin-bottom: 1.5rem;
  }
}
.services-section {
  padding-top: 100px;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.0666666667) 10%), url("../img/services-1.jpg");
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.services-section .services-container {
  margin-left: 6em;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 2.8em 2em 3em;
  width: 600px;
  background-color: #309f41;
}
.services-section .services-container .services-title {
  text-align: center;
}
.services-section .services-container .services-title i {
  font-size: 20px;
}
.services-section .services-container .services-title h5 {
  opacity: 0.7;
}
.services-section .services-container .services-title h3 {
  font-size: 2em;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.services-section .services-container .service-card {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}
.services-section .services-container .service-card .service-img {
  color: #ff7e00;
  font-size: 2.8em;
  width: 3.5em;
}
.services-section .services-container .service-card .service-info h4 {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0.4em;
}
.services-section .services-container .service-card .service-info p {
  text-align: justify;
}

@media (max-width: 767px) {
  .services-section {
    padding-top: 0;
  }
  .services-section .services-container {
    margin-left: 0;
  }
  .services-section .services-container h3 {
    margin-bottom: 2rem;
  }
}
a {
  text-decoration: none;
}

.noo-creative-product-slider {
  position: relative;
  margin-bottom: 110px;
}
.noo-creative-product-slider:not(:nth-child(2)) {
  margin-top: 150px;
}
.noo-creative-product-slider .noo-simple-product-bk-2 {
  background-image: url(../img/simple-product.jpg);
}
.noo-creative-product-slider .noo-simple-product-bk {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 63%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
.noo-creative-product-slider .noo-simple-slider-img {
  position: absolute;
  left: 15%;
  max-width: 700px;
}
.noo-creative-product-slider .noo-simple-slider-img img {
  max-height: 380px;
}
.noo-creative-product-slider .noo-simple-slider-content {
  color: #fff;
  transform: translate(0, 18px);
}
.noo-creative-product-slider .noo-simple-slider-content h3 {
  font-family: Lato, sans-serif;
  padding: 30px 0 20px;
  margin-bottom: 20px;
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  margin-top: 20px;
}
.noo-creative-product-slider .noo-simple-slider-content h3 a {
  color: #fff;
}
.noo-creative-product-slider .noo-simple-slider-content h3 a:hover {
  color: #fff;
}
.noo-creative-product-slider .noo-simple-slider-content .p-m-img img {
  max-height: 240px;
}
.noo-creative-product-slider .noo-simple-slider-content .price {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.noo-creative-product-slider .noo-simple-slider-content .product_meta {
  padding-top: 11px;
  margin-bottom: 1rem;
}
.noo-creative-product-slider .noo-simple-slider-content .product_meta .posted_in,
.noo-creative-product-slider .noo-simple-slider-content .product_meta .tagged_as {
  display: block;
  text-transform: uppercase;
}
.noo-creative-product-slider .noo-simple-slider-content .product_meta .posted_in a,
.noo-creative-product-slider .noo-simple-slider-content .product_meta .tagged_as a {
  text-transform: none;
  color: #fff;
}
.noo-creative-product-slider .noo-simple-slider-content .product_meta .posted_in a:first-child,
.noo-creative-product-slider .noo-simple-slider-content .product_meta .tagged_as a:first-child {
  padding-left: 10px;
}
.noo-creative-product-slider .noo-simple-slider-content .product_meta .tagged_as {
  margin-top: 4px;
}
.noo-creative-product-slider .noo-simple-slider-content .product_meta .tagged_as a:first-child {
  padding-left: 50px;
}
.noo-creative-product-slider .noo-simple-slider-content .noo-product-action {
  margin-top: 23px;
}
.noo-creative-product-slider .noo-simple-slider-content .noo-product-action .noo-action:before {
  content: " ";
  display: table;
}
.noo-creative-product-slider .noo-simple-slider-content .noo-product-action .noo-action .add_to_cart_button {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 22px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #000;
  float: left;
  margin-right: 5px;
}
.noo-creative-product-slider .noo-simple-slider-content .noo-product-action .noo-action .yith-wcwl-add-to-wishlist,
.noo-creative-product-slider .noo-simple-slider-content .noo-product-action .noo-action .yith-wcwl-wishlistexistsbrowse {
  display: inline-block;
  margin: 0;
}
.noo-creative-product-slider:nth-child(odd) .noo-simple-product-bk {
  right: auto;
  left: 0;
}
.noo-creative-product-slider:nth-child(odd) .noo-simple-slider-img {
  right: 15%;
  left: unset;
}
.noo-creative-product-slider:nth-child(odd) .product-row {
  flex-direction: row-reverse;
}

.link-detail {
  display: none;
}

@media (max-width: 991px) {
  .noo-creative-product-slider {
    margin-bottom: 0;
  }
  .noo-creative-product-slider .noo-simple-product-bk {
    width: 100%;
  }
  .noo-creative-product-slider .noo-simple-slider-img {
    display: none;
  }
  .noo-creative-product-slider .noo-simple-slider-content {
    transform: translate(0, 0);
    padding-bottom: 50px;
  }
  .noo-creative-product-slider:not(:nth-child(2)) {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .noo-creative-product-slider .noo-simple-slider-content .noo-product-action .noo-action {
    display: flex;
    justify-content: center;
  }
  .noo-creative-product-slider .noo-simple-slider-content .noo-product-action .noo-action a {
    float: unset;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.section-title .title-icon {
  font-size: 3rem;
  color: #ff7e00;
}
.section-title h2 {
  padding: 0;
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
}
.section-title h4 {
  font-size: 24px;
  margin: 15px 0 0;
  font-family: "Dancing Script", cursive;
}
.section-title p {
  margin: 15px 0 0;
  padding: 0 35%;
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .section-title p {
    padding: 0 10%;
  }
}
.cta2-banner {
  padding-bottom: 2.5rem;
}
.cta2-banner-wrapper {
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .cta2-banner-wrapper {
    padding: 0;
  }
}
.contact-us-section .contact-us-section-header {
  text-align: center;
  text-transform: capitalize;
  margin: 2em 0;
  font-size: 2em;
  font-weight: 600;
}
.contact-us-section .contact-row {
  margin: 0 3em 3em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-us-section .contact-row .contact-card-container {
  padding: 1.5em;
  margin: 1.5em;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
}
.contact-us-section .contact-row .contact-card-container .contact-card .contact-img {
  color: var(--primary1);
  text-align: center;
  font-size: 1.5em;
}
.contact-us-section .contact-row .contact-card-container .contact-card .content-title {
  margin-top: 0.5em;
}
.contact-us-section .contact-row .contact-card-container .contact-card .content-title h3 {
  text-align: center;
  margin-bottom: 0.6em;
  font-family: "Quicksand", sans-serif;
  font-size: 1.5em;
  font-family: 600;
}
.contact-us-section .contact-row .contact-card-container .contact-card .content-title p {
  text-align: center;
  color: #222222;
}
.contact-us-section .contact-row .contact-card-container .contact-card .content-title p a {
  text-decoration: none;
  color: #222222;
}
.contact-us-section .contact-form-container .form-header {
  margin-top: 2em;
}
.contact-us-section .contact-form-container .form-header h2 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 14px;
}
.contact-us-section .contact-form-container .form-header p {
  text-align: center;
}
.contact-us-section .contact-form-container .contact-form-row {
  padding: 3em;
  display: flex;
  flex-wrap: wrap;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form {
  flex-grow: 1;
  margin-right: 2em;
  width: 55vw;
  border-radius: 8px;
  padding: 1em 1.5em 1.5em;
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.1);
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 {
  margin: 1em 0;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .user-input {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .user-input .input-field {
  width: 48%;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .user-input .input-field input {
  width: 100%;
  line-height: 40px;
  font-family: inherit;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: 3em;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--primary1);
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .input-message {
  padding: 1em;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .input-message textarea {
  width: 100%;
  font-family: inherit;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .form-btn {
  text-align: center;
}
.contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .form-btn button {
  outline: 0;
  border: none;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--primary1);
  transition: 0.6s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: 14px 30px;
  cursor: pointer;
}
.contact-us-section .contact-form-container .contact-form-row .contact-img {
  flex-grow: 1;
  border-radius: 8px;
  background: url(../img/contact.jpg);
  background-size: cover;
  background-position: 100% 85%;
  background-repeat: no-repeat;
}

@media (min-width: 721px) and (max-width: 991px) {
  .contact-form-box {
    flex-grow: 1;
  }
  .contact-form {
    width: 100% !important;
    margin-right: unset !important;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  .contact-us-section .contact-us-section-header {
    font-size: 1.5em !important;
  }
  .contact-us-section .contact-row .contact-card-container .contact-card .content-title h3 {
    font-size: 1.5em !important;
  }
  .contact-us-section .contact-row .contact-card-container:nth-child(2) {
    margin: 1.5em 0 !important;
  }
  .contact-us-section .contact-form-container .form-header {
    margin: auto 2em !important;
  }
  .contact-us-section .contact-form-container .form-header h2 {
    font-size: 1.5em !important;
  }
  .contact-us-section .contact-form-container .contact-form-row {
    padding: 2em !important;
  }
  .contact-us-section .contact-form-container .contact-form-row .contact-form-box {
    padding: 0 !important;
  }
  .contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form {
    width: 100% !important;
    margin: 0 !important;
  }
  .contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 {
    margin: 0 !important;
  }
  .contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .user-input {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .contact-us-section .contact-form-container .contact-form-row .contact-form-box .contact-form .input-row-1 .user-input .input-field {
    width: 100% !important;
    margin-bottom: 0.5em !important;
  }
}
.banner {
  height: 40vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-title {
  color: #fff;
  text-transform: uppercase;
}
.banner .breadcrumb li.breadcrumb-item {
  color: #fff;
}
.banner .breadcrumb li.breadcrumb-item a {
  color: #fff;
}
.banner .breadcrumb li.breadcrumb-item::before {
  color: #fff;
}

.about-2 {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-2 .about-info h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.about-2 .about-info p {
  text-align: justify;
}

@media (max-width: 991px) {
  .about-2 {
    background-image: unset !important;
  }
}
@media (min-width: 991px) {
  .about-2::after {
    content: "";
    width: 350px;
    height: 350px;
    background-image: url(../img/footer-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.special-product-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.special-product-section .special-product-section-header-h1 {
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 4em;
  color: transparent;
  background-image: url("../img/special_offer_text_bg.jpg");
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: slide_background 15s linear infinite;
}
@keyframes slide_background {
  0%, 100% {
    background-position: 50% 35%;
  }
  50% {
    background-position: 50% 65%;
  }
}
.special-product-section .special-product-container {
  padding: 2em 4em;
  margin-bottom: 1em;
}
.special-product-section .special-product-container .special-product-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 0 2em;
}
.special-product-section .special-product-container .special-product-row .special-product-row-item {
  width: 29%;
}
.special-product-section .special-product-container .special-product-row .special-product-row-item:not(:last-of-type) {
  margin-right: 2em;
}
.special-product-section .special-product-container .special-product-row .special-product-title {
  display: flex;
  flex-direction: column;
}
.special-product-section .special-product-container .special-product-row .special-product-title h2 {
  text-transform: uppercase;
  margin: 0 0 2em 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}
.special-product-section .special-product-container .special-product-row .special-product-title .special-products-btn {
  width: 100px;
  background: transparent;
  padding: 0.6em 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  background-size: 200% auto;
  color: #696969;
  box-shadow: 0 0 20px #eee;
  border-radius: 30px;
  display: block;
  border: 2px solid var(--primary2);
}
.special-product-section .special-product-container .special-product-row .special-product-title .special-products-btn:hover {
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  color: #fff;
  border: 2px solid transparent;
  outline: none;
  cursor: pointer;
}
.special-product-section .special-product-container .special-product-row .special-product-img-card {
  position: relative;
}
.special-product-section .special-product-container .special-product-row .special-product-img-card .special-product-img-container img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.special-product-section .special-product-container .special-product-row .special-product-img-card .special-product-img-container:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5em solid rgba(251, 197, 11, 0.6666666667);
  height: 110%;
  width: 60%;
  z-index: -1;
  transition: 0.3s;
}
.special-product-section .special-product-container .special-product-row .special-product-img-card:hover > .special-product-img-container > img {
  transform: scale(1.015);
  filter: drop-shadow(0 7px 2px rgba(0, 0, 0, 0.15));
}
.special-product-section .special-product-container .special-product-row .special-product-info p {
  margin: 1em;
  line-height: 1.4em;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  text-align: justify;
}
.special-product-section .special-product-container .special-product-row::before {
  content: "AYURVEDA";
  z-index: -1;
  position: absolute;
  top: 0;
  font-size: 12rem;
  color: rgba(251, 197, 11, 0.2);
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (min-width: 320px) and (max-width: 640px) {
  .special-product-section .special-product-section-header-h1 {
    margin: 1em 0.5em !important;
    font-size: 1.8em !important;
  }
  .special-product-section .special-product-container {
    padding: 0 1em !important;
  }
  .special-product-section .special-product-container .special-product-row {
    flex-direction: column !important;
    height: auto !important;
    padding: 0 !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item {
    width: 65% !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item:not(:last-of-type) {
    margin-right: 0 !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item:nth-child(1) {
    margin-bottom: 1em !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item:nth-child(2) {
    margin: 2.5em 0 !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-title h2 {
    text-align: center !important;
    margin: 0 0 1em 0 !important;
    font-size: 1.5em !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-title .special-products-btn {
    align-self: center !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-img-card .special-product-img-container:before {
    left: 50% !important;
    height: 105% !important;
    width: 60% !important;
    transform: translateX(-50%);
  }
  .special-product-section .special-product-container .special-product-row .special-product-info p {
    margin: 1em 0 !important;
  }
  .special-product-section .special-product-container .special-product-row::before {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1120px) {
  .special-product-section {
    height: 100vh !important;
    background: url("../img/section_02_bg.png"), url("../img/section_02_bg.png");
    background-size: 25% 30%, 25% 30%;
    background-position: 0% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    justify-content: space-around !important;
  }
  .special-product-section .special-product-section-header-h1 {
    margin: 0 2em !important;
    font-size: 3.5em !important;
  }
  .special-product-section .special-product-container .special-product-row {
    justify-content: space-between !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-title h2 {
    text-align: center !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-title .special-products-btn {
    margin-inline: auto !important;
  }
  .special-product-section .special-product-container .special-product-row::before {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .special-product-section {
    background: url("../img/section_02_bg.png"), url("../img/section_02_bg.png");
    background-size: 20% 20%, 20% 20%;
    background-position: 0% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
  }
  .special-product-section .special-product-section-header-h1 {
    margin: 1em 0.5em !important;
    font-size: 2em !important;
  }
  .special-product-section .special-product-container {
    padding: 0 1em !important;
  }
  .special-product-section .special-product-container .special-product-row {
    flex-direction: column !important;
    height: auto !important;
    padding: 0 !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item {
    width: 100% !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item:not(:last-of-type) {
    margin-right: 0 !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item:nth-child(1) {
    margin-bottom: 1em !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-row-item:nth-child(2) {
    margin: 2.5em 0 !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-title h2 {
    text-align: center !important;
    margin: 0 0 1em 0 !important;
    font-size: 1.5em !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-title .special-products-btn {
    align-self: center !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-img-card .special-product-img-container {
    width: 60% !important;
    margin-inline: auto !important;
  }
  .special-product-section .special-product-container .special-product-row .special-product-img-card .special-product-img-container:before {
    left: 50% !important;
    height: 105% !important;
    width: 35% !important;
    transform: translateX(-50%);
  }
  .special-product-section .special-product-container .special-product-row .special-product-info {
    width: 60% !important;
  }
  .special-product-section .special-product-container .special-product-row::before {
    display: none !important;
  }
}
.products-slider-section {
  border: 2px solid transparent;
  background: url("../img/backgrounds/product/slider-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.products-slider-section .products-section-header {
  text-align: center;
  margin-top: 1.5em;
  font-size: 2em;
  color: var(--primary1);
}
.products-slider-section .container {
  margin-top: 3em;
}
.products-slider-section .container .swiper-container {
  padding: 6% 1em;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide {
  /* End Non-Essential  */
  /* Top Half of card, image. */
  /* Bottom Card Section */
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-card {
  height: 25em;
  width: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  box-shadow: 0px -4px 8px 4px rgba(0, 0, 0, 0.05);
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-card .property-image {
  text-align: center;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-card .property-image img {
  height: 180px;
  width: auto;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-card:before {
  content: "";
  background: rgba(0, 128, 0, 0.486);
  height: 100%;
  border-radius: 16px;
  clip-path: circle(1.5em at 50% 5%);
  transition: 1s ease-in-out;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-card:hover:before {
  animation: animate-card 0.8s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes animate-card {
  0% {
    clip-path: circle(4em at 50% 0%);
  }
  50% {
    clip-path: circle(18em at 50% 50%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-image {
  height: 11em;
  width: 11em;
  left: 50%;
  transform: translateX(-50%);
  position: Absolute;
  top: -20%;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-image img {
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-description {
  width: 100%;
  position: absolute;
  bottom: 10%;
  padding: 0em 1em 0.5em;
  text-align: center;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-description h5 {
  font-size: 1.5em;
}
.products-slider-section .container .swiper-container .swiper-wrapper .swiper-slide .property-description p {
  font-size: 1em;
  margin-top: 0.6em;
}
.products-slider-section .container .swiper-container .swiper-pagination-bullet {
  opacity: 0.8;
  background: #252a32;
}
.products-slider-section .container .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
}
.products-slider-section .container .swiper-container .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.products-slider-section .container .swiper-container .swiper-btn .arrow-icon {
  font-size: 2rem;
  color: var(--primary1);
}
.products-slider-section .container .swiper-container .slide-next {
  right: 1em;
}

.more-products-section .more-products-section-header {
  margin-top: 3em;
}
.more-products-section .more-products-section-header h1 {
  text-align: center;
  font-size: 3em;
  font-family: "Quicksand", sans-serif;
}
.more-products-section .more-products-container {
  padding: 4em;
  /* Clear floats after the columns */
}
.more-products-section .more-products-container .more-products-row .more-product-column {
  float: left;
  width: 50%;
}
.more-products-section .more-products-container .more-products-row .more-product-column .more-product-block {
  padding: 2em 4em;
}
.more-products-section .more-products-container .more-products-row .more-product-column .more-product-block .more-product-info h3 {
  margin-bottom: 0.5em;
  font-family: "Quicksand", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: var(--primary1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.more-products-section .more-products-container .more-products-row .more-product-column .more-product-block .more-product-info .more-product-img-container {
  margin-bottom: 1.5em;
}
.more-products-section .more-products-container .more-products-row .more-product-column .more-product-block .more-product-info .more-product-img-container .more-product-img {
  border-radius: 10px;
  height: 280px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.more-products-section .more-products-container .more-products-row .more-product-column .more-product-block .more-product-info p {
  color: var(--secText);
  opacity: 0.7;
  line-height: 20px;
  text-align: justify;
}
.more-products-section .more-products-container .more-products-row .column-2 .more-product-block {
  margin-top: 1em;
}
.more-products-section .more-products-container .more-products-row .column-2 .more-product-block:first-of-type {
  margin-top: 25%;
}
.more-products-section .more-products-container .more-products-row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 320px) and (max-width: 640px) {
  .more-products-section {
    /* Clear floats after the columns */
  }
  .more-products-section .more-products-section-header {
    margin-top: 3em;
  }
  .more-products-section .more-products-section-header h1 {
    text-align: center;
    font-size: 2em !important;
    font-family: "Quicksand", sans-serif;
  }
  .more-products-section .more-products-container {
    padding: 2em !important;
  }
  .more-products-section .more-products-container .more-products-row .more-product-column {
    float: none !important;
    width: 100% !important;
  }
  .more-products-section .more-products-container .more-products-row .more-product-column .more-product-block {
    padding: 0 !important;
    margin-top: 1em !important;
  }
  .more-products-section .more-products-container .column-2 .more-product-block {
    margin-top: 1em;
  }
  .more-products-section .more-products-container .column-2 .more-product-block:first-of-type {
    margin-top: 1em !important;
  }
  .more-products-section .more-products-row:after {
    content: "";
    display: initial !important;
    clear: none !important;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .more-products-section .more-products-container {
    padding: 2em !important;
  }
  .more-products-section .more-products-container .more-products-row .more-product-column .more-product-block {
    padding: 2em !important;
  }
}
@media (min-width: 640px) and (max-width: 719px) {
  .more-products-section .more-products-container .more-prod-block {
    height: fit-content !important;
    padding: 1em !important;
  }
  .more-products-section .more-products-container .more-prod-block .more-prod-info {
    width: 50% !important;
  }
  .more-products-section .more-products-container .more-prod-block .more-prod-info h3 {
    font-size: 1.5em !important;
  }
  .more-products-section .more-products-container .more-prod-block .more-prod-info p {
    padding: 0 !important;
  }
  .more-products-section .more-products-container .more-prod-block .more-prod-img-container .more-prod-img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 8px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .more-products-section {
    /* Clear floats after the columns */
  }
  .more-products-section .more-products-section-header {
    margin-top: 3em;
  }
  .more-products-section .more-products-section-header h1 {
    text-align: center;
    font-size: 2em !important;
    font-family: "Quicksand", sans-serif;
  }
  .more-products-section .more-products-container {
    padding: 2em 4em !important;
  }
  .more-products-section .more-products-container .more-products-row .more-product-column {
    float: none !important;
    width: 100% !important;
  }
  .more-products-section .more-products-container .more-products-row .more-product-column .more-product-block {
    padding: 2em !important;
  }
  .more-products-section .more-products-container .more-products-row .column-2 .more-product-block {
    margin-top: 1em;
  }
  .more-products-section .more-products-container .more-products-row .column-2 .more-product-block:first-of-type {
    margin-top: 0 !important;
  }
  .more-products-section .more-products-row:after {
    content: "";
    display: initial !important;
    clear: none !important;
  }
}
footer {
  background-color: #762625;
}
footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-brand-about {
  color: #fff;
  text-align: center;
}
footer .footer-brand .footer-social-icons-row a {
  display: inline-block;
  padding: 0 1rem;
  font-size: 20px;
  color: #fff;
}
footer .footer-brand .footer-social-icons-row a i.bi-facebook:hover {
  color: #1877f2;
}
footer .footer-brand .footer-social-icons-row a i.bi-twitter:hover {
  color: #1d9bf0;
}
footer .footer-brand .footer-social-icons-row a i.bi-instagram:hover {
  color: #d5173f;
}
footer .f-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
footer .f-widget .w-title {
  color: #fff;
}
footer .f-widget .footer-links {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  margin: 0;
  padding: 0;
}
footer .f-widget .footer-links li {
  list-style: none;
}
footer .f-widget .footer-links li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  opacity: 0.8;
}
footer .f-widget .footer-links li a:hover {
  opacity: 1;
}
footer .f-widget .footer-contact {
  margin-top: 10px;
  margin-left: 25px;
}
footer .f-widget .footer-contact li {
  margin-block-end: 10px;
}
footer .f-widget .footer-contact li span {
  margin-right: 0.8rem;
}
footer .f-widget .footer-contact li span i {
  font-size: 20px;
}
footer .f-widget .footer-contact li a {
  color: #fff;
}
footer hr.divider {
  background-color: #fff;
}
footer hr ~ p {
  color: #fff;
  text-align: center;
}

@media (max-width: 990px) {
  footer .f-widget .footer-links {
    flex-direction: row;
  }
  footer .f-widget .footer-links li {
    padding: 0 12px;
  }
  .products-slider-section .container .swiper-container {
      padding: 25% 1em;
    }
}/*# sourceMappingURL=style.css.map */