@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Oswald:wght@200..700&display=swap");
html,
body {
  font-family: "Google Sans Flex", sans-serif;
  scroll-behavior: smooth;
}

.bebas {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dm-sans {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.logo {
  width: 100px;
  text-decoration: none;
  color: transparent;
  transition: 0.3s transform ease;
}
.logo:hover {
  transform: scale(1.05);
}

.headBold {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.mw-700 {
  max-width: 700px;
}

.solid-btn {
  padding: 15px 30px;
  background-color: #f04f2b;
  border-radius: 10px;
  transition: 0.3s ease;
  display: inline-block;
  transition-property: background-color, color;
}
.solid-btn:hover {
  background-color: #d43c1e;
  color: #fff;
}

.productImgWrapper {
  position: relative;
  max-width: 100%;
  padding-top: 100%;
  width: 350px;
}
.productImgWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 10px;
}

.productCard {
  transition: 0.3s ease;
  transition-property: box-shadow, transform;
  position: relative;
  max-width: 350px;
  border-radius: 10px;
}
.productCard .qty {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
  margin-top: 5px;
}
.productCard a.bg-primary {
  text-align: center;
}
.productCard:not(.outofstock):hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.text-orange {
  color: #f04f2b;
}

.text-shadow {
  text-shadow: 2px 2px 40px black;
}

.feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.feature-card .icon-wrapper {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  background-color: rgba(240, 79, 43, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}
.feature-card .icon-wrapper svg {
  width: 30px;
  height: 30px;
  color: #f04f2b;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bg-image + div {
  z-index: 2;
}
.bg-image .owl-carousel .owl-item .item {
  height: 100%;
  position: relative;
}
.bg-image .owl-carousel .owl-item,
.bg-image .owl-carousel .owl-stage,
.bg-image .owl-carousel .owl-stage-outer,
.bg-image .bannerImages {
  height: 100%;
}
.bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
}

.howItWorksCard {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.howItWorksCard .stepNumber {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  background-color: rgba(240, 79, 43, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  color: #f04f2b;
  font-size: 20px;
}

.mainBtn {
  display: grid;
  place-content: center;
  padding: 15px 0;
  background-color: #f04f2b;
  color: #fff;
  border-radius: 0 0 10px 10px;
  transition: 0.3s background-color ease;
}
.mainBtn:hover {
  background-color: #d43c1e;
  color: #fff;
}

.headerBg {
  background-color: #000;
  height: 116px;
}

.yellowCard {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-radius: 30px;
}
.yellowCard .productTable {
  width: 100%;
}
.yellowCard .productTable td, .yellowCard .productTable th {
  padding: 5px;
}
.yellowCard .productTable td:last-child, .yellowCard .productTable th:last-child {
  text-align: end;
}
.yellowCard .productTable thead tr {
  border-bottom: 1px solid #ddd;
}
.yellowCard .productTable tbody tr {
  border-bottom: 1px solid #ddd;
}
.yellowCard .productTable tfoot tr {
  border-top: 2px solid #ddd;
  font-size: 18px;
}

[type=text], input:where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select {
  border-color: #ddd;
}

.productCard.outofstock .productImgWrapper::before {
  content: "Out of Stock";
  position: absolute;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}

.sectionHead {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}

.testimonialCard {
  padding: 50px 30px;
  position: relative;
  font-family: "Oswald", sans-serif;
}
.testimonialCard::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: url(../img/quote-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
}
.testimonialCard::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/quote-grey.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 120px;
}
.testimonialCard .quote {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.testimonialCard .user {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.closeNav,
.navButton {
  display: none;
}

#mainNav.scrolled {
  position: fixed;
  width: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
#mainNav.scrolled .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainNav.scrolled .logo {
  max-width: 80px;
}

.qty {
  display: flex;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.qty button {
  width: 40px;
  height: 40px;
  background-color: #f04f2b;
  color: #fff;
  padding: 0;
  border: none;
  font-size: 20px;
  transition: 0.3s ease;
  transition-property: background-color, color;
}
.qty button:hover {
  background-color: #d43c1e;
  color: #fff;
}
.qty input {
  border: none;
  width: 50px;
  text-align: center;
  -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shopButton {
  cursor: pointer;
}

.productModal {
  position: fixed;
  width: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1041;
}
.productModal:not(.active) {
  transform: translateY(100%);
}
.productModal .modalContent {
  display: flex;
  width: 100%;
  height: 100%;
}
.productModal .closeModal {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 1;
  display: grid;
  place-content: center;
  right: 20px;
  top: 20px;
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: #000;
  z-index: 101;
  transition: 0.3s background-color ease;
}
.productModal .closeModal:hover {
  cursor: pointer;
  background-color: #eee;
}
.productModal .imgWrapper {
  width: 100%;
  flex: 0 0 50%;
  height: 100svh;
  background-color: #fff;
}
.productModal .imgWrapper .fg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  position: relative;
}
.productModal .imgWrapper .bg {
  position: absolute;
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: blur(20px);
  z-index: 0;
  left: -5%;
  top: -5%;
  z-index: 0;
}
.productModal .text {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  flex: 0 0 50%;
  height: 100svh;
  padding: 40px;
  padding-top: 100px;
  display: grid;
  align-content: center;
  justify-items: start;
}
.productModal .text .price {
  margin-bottom: 20px;
}

.shop-button {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
}
.shop-button .razorpay-payment-button {
  display: block;
  width: 100%;
}
.shop-button .PaymentButton.PaymentButton--dark {
  display: block !important;
  width: 100%;
  border-radius: 0 !important;
  border: none !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  height: auto !important;
  background-color: #f04f2b !important;
  color: #fff;
  transition: 0.3s background-color ease;
}
.shop-button .PaymentButton.PaymentButton--dark:hover {
  background-color: #d43c1e !important;
  color: #fff;
}
.shop-button .PaymentButton.PaymentButton--dark::before {
  width: 66px;
  left: -16px;
  transition: 0.3s background-color ease;
  display: none;
}
.shop-button .PaymentButton.PaymentButton--dark svg {
  margin: 19px 15px;
  display: none;
}
.shop-button .PaymentButton.PaymentButton--dark .PaymentButton-contents {
  padding: 0 !important;
}
.shop-button .PaymentButton.PaymentButton--dark .PaymentButton-contents .PaymentButton-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Google Sans Flex", sans-serif;
}
.shop-button .PaymentButton.PaymentButton--dark .PaymentButton-contents .PaymentButton-securedBy {
  display: none;
}

.policy-section h2 {
  font-size: 2rem;
  margin-top: 8px;
}
.policy-section h3 {
  font-size: 1.25rem;
  margin-top: 28px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}
.policy-section p {
  margin: 0 0 14px;
}
.policy-section ul {
  margin: 8px 0 18px 20px;
}
.policy-section li {
  margin: 6px 0;
}
.policy-section .meta {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 18px;
}
.policy-section .card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  background: #fafafa;
}
.policy-section .contact {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.policy-section a {
  color: var(--accent);
  text-decoration: none;
}
.policy-section a:hover {
  text-decoration: underline;
}
.policy-section .footer-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 24px;
}

.justify-center {
  justify-content: center !important;
}

.footerLogo {
  max-width: 150px;
}

@media (max-width: 768px) {
  .advantageImage {
    max-width: 200px;
  }
  .advantageImage + h4 {
    margin-top: 0;
  }
  section .advantageSection {
    gap: 0;
  }
  .productCard {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .productCard .p-8 {
    padding: 20px;
  }
  .productCard h3 {
    font-size: 16px;
  }
  .footerLogo {
    max-width: 150px;
  }
  footer.bg-gray-100 .px-8 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  #mainNav .logo {
    max-width: 80px;
  }
  #mainNav .container {
    padding: 10px;
  }
  #mainNav .navButton {
    display: block;
    border: none;
    background-color: transparent;
  }
  #mainNav .navButton.active i::before {
    content: "\f00d";
  }
  #mainNav nav {
    position: fixed;
    display: grid;
    width: 100%;
    max-width: 300px;
    height: 100svh;
    top: 74px;
    right: 0;
    background-color: #000;
    padding: 20px;
    place-content: center;
    gap: 20px;
    transform: translateX(100%);
    transition: 0.3s transform ease-in;
  }
  #mainNav nav a {
    margin-left: 0;
  }
  #mainNav nav .closeNav {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in;
  }
  #mainNav.openNav {
    position: fixed;
    width: 100%;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  #mainNav.openNav .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mainNav.openNav .logo {
    max-width: 80px;
  }
  #mainNav.openNav nav {
    transform: translateX(0);
  }
  #mainNav.openNav nav .closeNav {
    pointer-events: all;
    opacity: 1;
  }
  .productImgWrapper {
    width: 100%;
  }
  body .mainBanner {
    min-height: auto;
    height: auto;
    padding-bottom: 3.5rem;
    padding-top: calc(75vw - 100px);
    text-align: center;
  }
  body .mainBanner .absolute.inset-0.flex.items-center {
    position: relative;
  }
  body .mainBanner .bg-image {
    height: 75vw;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent);
            mask-image: linear-gradient(180deg, #000, transparent);
  }
  body .mainBanner .bg-image img {
    opacity: 1;
  }
}
@media (max-width: 375px) {
  #shop .container.px-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #shop .container.px-6 > .flex {
    max-width: 100%;
    display: block;
  }
}
.py-16 {
  scroll-margin-top: 4rem;
}/*# sourceMappingURL=custom.css.map */