/* Start Global Css */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'big-shoulders-bold';
  src: url('../fonts/big-shoulders/big-shoulders-bold.ttf');
}

@font-face {
  font-family: 'big-shoulders-semibold';
  src: url('../fonts/big-shoulders/big-shoulders-semibold.ttf');
}

@font-face {
  font-family: 'hanken-bold';
  src: url('../fonts/hanken/hanken-bold.otf');
}

@font-face {
  font-family: 'hanken-semibold';
  src: url('../fonts/hanken/hanken-semibold.otf');
}

@font-face {
  font-family: 'hanken-medium';
  src: url('../fonts/hanken/hanken-medium.otf');
}

@font-face {
  font-family: 'hanken-regular';
  src: url('../fonts/hanken/hanken-regular.otf');
}

body {
  overflow-x: hidden;
  background-color: #222222 !important;
}

::-webkit-scrollbar {
  width: .6rem;
  background: hsl(0, 0%, 74%);
}

::-webkit-scrollbar-thumb {
  background: #fbc51b;
}

::selection {
  background-color: #fbc51b;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* End Global Css */


nav.fixed {
  padding: 15px 0px;
  z-index: 9999;
  width: 100%;
  position: fixed;
  background: #222222e3;
  backdrop-filter: blur(4px);
}

nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav button.get-started {
    min-width: 175px;
}

.nav__logo,
.nav__toggle,
.nav__shop,
.nav__close {
  color: #ffffff;
}

.nav__logo {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  column-gap: .25rem;
  text-decoration: none;
}

.nav__logo-icon {
  font-size: 2rem;
}

.nav__logo {
  width: 275px;
  height: 60px;
  overflow: hidden;
}

.nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.nav__toggle,
.nav__shop {
  font-size: 2.5rem;
  cursor: pointer;
}



@media screen and (max-width: 991px) {
  .nav__menu {
    position: fixed;
    background: #222222;
    color: #ffffff;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 6rem 2rem 3.5rem;
    transition: .3s;
  }

  .nav__toggle,
  .nav__close {
    display: block !important;
  }

  .nav__menu ul {
    margin-left: 0rem !important;
  }

  .nav__link {
    color: #ffffff !important;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.nav__link {
  color: #ffffff;
  transition: .3s;
  text-decoration: none;
  font-family: 'hanken-regular';
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}

.nav__link:hover {
  color: #fbc51b;
  transition: 0.3s all ease-in-out;
}

.nav__link img {
  width: 300px;
  margin-left: 148px;
}

.nav__item a.active {
  color: #fcee21;
  font-family: 'hanken-semibold';
  transition: 0.5s ease-in-out;
}

.nav__close {
  font-size: 2.5rem;
  position: absolute;
  top: .9rem;
  right: 1.25rem;
  cursor: pointer;
}

/* Show menu */
.show-menu {
  right: 0;
}

div#nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.nav__menu ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.buttons {
  margin-top: 24px;
}

.buttons a {
  text-decoration: none;
}

button.get-started {
  min-width: 200px;
  height: 50px;
  padding: 8px 20px;
  border: none;
  border-radius: 40px;
  font-family: 'hanken-semibold';
  color: #ffffff;
  background-color: #fbc51b;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

button.get-started:hover {
  background: #7dd05f;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

button.g-btn {
  background-color: #7dd05f;
}

button.g-btn:hover {
  background: #fbc51b;
}

button.btn-call {
  border: none;
  background: transparent;
  font-family: 'hanken-semibold';
  color: #ffffff;
  margin-left: 16px;
}

button.btn-call i {
  font-family: 'hanken-medium';
}

button.btn-call span {
  text-decoration: underline !important;
}

.scroll-header {
  box-shadow: 0 1px 4px hsla(0, 0%, 4%, .3);
  background-color: #222222 !important;
  transition: 0.5s ease-in-out !important;
}

i.bx.bx-menu {
  color: #ffffff;
}


i.bx.bx-x {
  color: #ffffff;
}

.t-lists {
  padding-top: 36px;
  width: 100%;
}

.t-lists ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.t-lists ul li a {
  text-decoration: none;
}

.t-lists ul li span {
  background-color: #222222;
  color: #ffffff;
  border-radius: 24px;
  font-family: 'hanken-regular';
  padding: 5px 16px;
  min-width: 85px;
  display: inline-block;
  text-align: center;
  transition: 0.5s all ease-in-out;
}

.t-lists ul li span:hover {
  background-color: #ffffff;
  color: #fbc51b;
}

.scroll-header .t-lists ul li span {
  box-shadow: 0 2px 10px rgb(225 225 225 / 13%);
}

.header-banner {
  align-content: center;
  position: relative;
}

.header-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000089;
}

.header-banner img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.h-social-links {
  position: absolute;
  bottom: 8px;
  z-index: 1020;
  left: 0;
  right: 0;
  margin: auto;
}

.h-social-links ul {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.h-social-links ul li {
  color: #ffffff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  margin: 12px 0px;
  transition: 0.5s all ease-in-out;
}

.h-social-links ul li:hover {
  color: #fbc51b;
  border: 1px solid #fbc51b;
}

.h-social-links ul li a {
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.h-social-links ul li:hover a {
  color: #fbc51b;
}

.header-heading:first-child {
  color: #fbc51b;
  font-family: 'hanken-semibold';
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.header-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-content: center;
  padding-top: 90px;
}

.header-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 45px;
  margin-top: 10px;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

section {
  padding: 70px 0px;
  margin: auto;
  max-width: 1920px;
}

header,
footer {
  margin: auto;
  max-width: 1920px;
}

.c-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.c-heading h3 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  margin-bottom: 0px;
  font-size: 36px;
}

.c-heading p {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
}

.category-box {
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  margin-top: 24px;
}

.category-box img {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  object-fit: cover;
}

.c-details .title h4 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 32px;
  margin-bottom: 20px;
}

.top-arrow {
  position: absolute;
  top: 5%;
  right: 5%;
}

.top-arrow span i {
  color: #ffffff;
  font-size: 16px;
  transform: rotate(45deg);
}

.top-arrow span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.category-box:hover .top-arrow span {
  background-color: #7dd05f;
  transition: 0.3s all ease-in-out;
}

.c-details {
  position: absolute;
  bottom: 7%;
  left: 6%;
}

button.c-button {
  background-color: #7dd05f;
  color: #ffffff;
  border: 1px solid #7dd05f;
  padding: 10px 16px;
  border-radius: 24px;
  min-width: 175px;
  font-family: 'hanken-semibold';
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}

button.c-button:hover {
  background-color: #fbc51b;
  border: 1px solid #fbc51b;
}

.c-text p {
  color: #ffffff;
  font-family: 'hanken-regular';
}

button.v-button {
  width: 100%;
  height: 50px;
  padding: 8px 36px 8px 8px;
  border: none;
  border-radius: 40px;
  font-family: 'hanken-semibold';
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #565656;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}

button.v-button::before {
  position: absolute;
  content: '';
  top: 8px;
  right: 9px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url(./../images/c-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

button.v-button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}

.view-button {
  margin-top: 20px;
}

.view-button.v-all {
  margin-top: 0px;
  margin-bottom: 20px;
}

.c-details.a-details {
  position: absolute;
  bottom: 10.5%;
  left: 5.5%;
}

.top-arrow.a-arrow {
  position: absolute;
  top: 6%;
  right: 3.5%;
}

.s-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.s-heading h3 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 36px;
  margin-bottom: 0px;
}

.s-heading p {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
}

.savings-box {
  padding: 24px;
  border: 1px solid #565656;
  border-radius: 24px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  background:
    linear-gradient(#222222, #222222) padding-box,
    linear-gradient(to bottom, #ffffffa6, #565656) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.savings-box:hover {
  border: 1px solid transparent;
  background:
    linear-gradient(#222222, #222222) padding-box,
    linear-gradient(to bottom, #fbc51b80, #565656) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.savings-box h4 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
}

.savings-box p {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
}

.savings-box img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.no {
  position: absolute;
  top: 6%;
  right: 5%;
}

.savings-box .no span {
  color: #606060;
  font-family: 'big-shoulders-bold';
  font-size: 24px;
}

.learn-button {
  margin-top: 36px;
}

button.l-button {
  width: 260px;
  height: 55px;
  padding: 8px 36px 8px 8px;
  border: none;
  border-radius: 40px;
  font-family: 'hanken-semibold';
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #fbc51b;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}

button.l-button::before {
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url(./../images/b-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

button.l-button:hover {
  background: #fbc51b;
  border-color: #fbc51b;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.deal {
  background-image: url('./../images/deal-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 640px;
}

.deal-details {
  margin-top: 24px;
}

.deal-details span.up-text {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  font-style: italic;
  font-size: 30px;
}

.deal-details h2 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 42px;
  margin-top: 6px;
}

.deal-details .buttons {
  margin-top: 32px;
}

.s-stats {
  padding-top: 30px;
}

.stats-details {
  text-align: center;
}

.stats-details h4 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
  font-size: 28px;
}

.stats-details p {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
}

.deal button.get-started::before {
  top: 7px;
}

.m-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 65px;
}

.m-heading p {
  color: #ffffff;
  font-family: 'hanken-medium';
  font-size: 16px;
  margin-bottom: 0px;
}

.m-heading p i {
  font-size: 10px;
  color: #fbc51b;
  margin-right: 6px;
}

.m-heading h5 {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
  font-size: 24px;
}

.m-heading h5 span {
  color: #8b8b8b;
}

.m-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
}

.b-heading p {
  color: #ffffff;
  font-family: 'hanken-regular';
  font-size: 10px;
  margin-bottom: 0px;
}

.reviews .r-box {
  padding: 20px;
  border: 1px solid #565656;
  border-radius: 16px;
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(#222222, #222222) padding-box,
    linear-gradient(to bottom, #fbc51b, #fbc51b) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  min-height: 262px;
}

.reviews .r-box p {
  color: #ffffff;
}

.reviews .r-box .stars i {
  font-size: 16px;
  color: #F8C62D;
}

.reviews .r-box p {
  color: #ffffff;
  font-family: 'hanken-regular';
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.p-details {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.p-details .title h6 {
  color: #ffffff;
  font-family: 'hanken-medium';
  font-size: 16px;
  margin-bottom: 2px;
}

.p-details .title p {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  margin-top: 0px;
}

.s-buttons {
  position: relative;
  top: 50px;
}

.s-buttons .swiper-button-prev,
.s-buttons .swiper-button-next {
  background-color: #222222;
  border: 1px solid #fbc51b;
  border-radius: 8px;
  width: 75px;
  height: 40px;
}

.s-buttons .swiper-button-next:after,
.s-buttons .swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}

.reviews .r-button {
  text-align: end;
}

.about-us-banner {
  background-image: url('./../images/about-us-bg.jpeg');
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  align-content: center;
}

.about-us-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 45px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.product-banner {
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  align-content: center;
}

.m-banner {
  background-image: url('./../images/banner-2.jpeg');
}

.e-banner {
  background-image: url('./../images/banner-3.jpeg');
}

.product-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 45px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.founder,
.a-mission {
  background-color: #111111;
}

.founder-details h2,
.our-about-details h2 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'big-shoulders-bold';
  margin-bottom: 12px;
}

.our-about-details h2 {
  margin-bottom: 24px;
}

.founder-details h5 {
  color: #fbc51b;
  font-size: 24px;
  font-family: 'big-shoulders-bold';
  margin-bottom: 12px;
}

.founder-details p span,
.our-about-details p span {
  font-family: 'big-shoulders-bold';
  color: #fbc51b;
  font-size: 18px;
}

.founder-details p,
.our-about-details p {
  font-family: 'hanken-regular';
  color: #ffffff;
}

.founder-details .get-started,
.our-about-details .get-started {
  margin-top: 24px;
}

.founder-image img,
.our-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.our-about {
  padding: 80px 0px;
}

.trust-vendors {
  background-color: #111111;
}

.trust-vendors-details {
  text-align: center;
}

.trust-vendors-details h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: 'big-shoulders-bold';
  margin-bottom: 24px;
}

.trust-vendors-details p {
  font-family: 'hanken-regular';
  color: #ffffff;
}

.trust-vendors-details p span {
  font-style: italic;
  font-family: 'hanken-medium';
  color: #ffffff;
  font-size: 18px;
}

.trust-vendors-banner {
  background-image: url('./../images/about-us-bg.jpeg');
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142px;
}

.trust-vendors-heading {
  padding-top: 80px;
}

.trust-vendors-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 48px;
  margin-bottom: 20px;
}

.trust-vendors-heading p {
  font-family: 'hanken-regular';
  color: #ffffff;
}

.vendor-partners-heading h2 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 40px;
}

.vendor-partners-details {
  margin-top: 48px;
  margin-bottom: 32px;
}

.vendor-partners-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 32px;
}

.vendor-partners-details span {
  cursor: pointer;
  font-family: 'big-shoulders-bold';
  font-size: 14px;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #4B4B4B;
}

.vendor-partners-details h3 {
  font-family: 'big-shoulders-bold';
  font-size: 32px;
  color: #ffffff;
  margin: 24px 0px;
}

.vendor-partners-details p {
  font-family: 'hanken-semibold';
  font-size: 18px;
  color: #fbc51b;
}

.vendor-partners-details p a {
  color: #fbc51b;
}

.vendor-partners-details p svg {
  margin-left: 10px;
}

.contact-us-banner {
  background-image: url('./../images/contact-us-bg.jpeg');
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  align-content: center;
}

.contact-us-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 45px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.contact-us-heading .breadcrumb li {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
}

.contact-us-heading .breadcrumb li a {
  text-decoration: none;
  color: #ffffff;
}

.contact-us-heading .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.contact-us-heading .breadcrumb-item+.breadcrumb-item::before {
  padding: 0px 24px;
  color: #fbc51b;
}

.need-support-details h2 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 40px;
}

.social-details {
  margin-top: 48px;
}

.social-box {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.social-icon i {
  font-size: 20px;
  color: #ffffff;
}

.social-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fbc51b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-info p span {
  color: #ffffff;
  font-family: 'hanken-regular';
  font-size: 16px;
}

.social-info p {
  color: #ffffff;
  font-family: 'hanken-regular';
  font-size: 18px;
  margin-bottom: 6px;
}

.social-info p a {
  color: #ffffff;
  text-decoration: none;
}

.contact-us-form label {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
}

.c-input-field {
  width: 100%;
  height: 55px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 16px;
  outline: none;
  color: #333333;
  font-family: 'hanken-regular';
  font-size: 16px;
}

.n-text {
  color: #EEEEEE;
  font-size: 14px;
  font-family: 'hanken-regular';
  margin-top: 4px;
  margin-bottom: 4px;
}

.c-input-message {
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  resize: none;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 16px;
  outline: none;
  color: #333333;
  font-family: 'hanken-regular';
  font-size: 16px;
}

select.form-select {
  border-radius: 10px;
  color: #333333;
}

select.form-select option {
  color: #333333;
}

select.form-select:focus {
  box-shadow: none;
}

.contact-us-form h3 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
}

.faqs-details .faq-question {
  cursor: pointer;
  position: relative;
}

.faqs-details .faq-icon {
  position: absolute;
  right: 16px;
  font-size: 20px;
  transition: transform 0.3s;
}

.faqs-details .faq-icon::before {
  content: '+';
  font-size: 40px;
  color: #fbc51b;
}

.faqs-details .faq-header[aria-expanded="true"] .faq-icon::before {
  content: '-';
  font-size: 50px;
  color: #fbc51b;
  top: -34px;
  position: absolute;
  right: 0px;
}

.faqs-details .accordion-button::after,
.faqs-details .accordion-button:not(.collapsed)::after {
  background-image: unset;
}

.faqs-details {
  margin-top: 24px;
}

.faqs-details .accordion-button {
  color: #ffffff !important;
  font-family: 'big-shoulders-bold';
  font-size: 20px;
  background-color: #111111 !important;
  padding: 20px;
  border-radius: 10px;
}

.faqs-details .accordion-body p {
  margin-bottom: 0px;
  color: #ffffff !important;
  font-family: 'hanken-regular';
}

.faqs-details .accordion-item {
  background-color: #111111 !important;
  margin-bottom: 24px;
  border-radius: 10px !important;
}

.faqs-details .accordion-button:not(.collapsed) {
  background-color: #111111 !important;
  border-radius: 10px;
  box-shadow: unset;
}

.faqs-details .accordion-item:first-of-type .accordion-button,
.faqs-details .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}

.faqs-details .accordion-header {
  background-color: #111111 !important;
  border-radius: 10px;
}

.faqs-details .accordion-button:focus {
  box-shadow: unset;
}

.faqs-details .accordion-body {
  padding: 20px;
}

.privacy-policy-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  margin-bottom: 0px;
}

.privacy-policy-banner {
  padding-top: 90px;
  height: 480px;
  align-content: center;
  text-align: center;
  background: linear-gradient(0deg,rgba(125, 208, 95, 1) 0%, rgba(251, 197, 27, 1) 100%);
}

.main-banner-heading h1 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  margin-bottom: 0px;
}

.main-banner {
  padding-top: 90px;
  height: 480px;
  align-content: center;
  text-align: center;
  background: linear-gradient(0deg,rgba(125, 208, 95, 1) 0%, rgba(251, 197, 27, 1) 100%);
}

.privacy-policy {
  background-color: #ffffff;
}

.privacy-policy-details h2 {
  color: #333333;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
  font-size: 36px;
}

.privacy-policy-details h3 {
  color: #333333;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
  font-size: 22px;
}

.privacy-policy-details p {
  color: #333333;
  font-family: 'hanken-regular';
  margin-bottom: 22px;
}

.privacy-policy-details p a {
  color: #fbc51b;
}

.privacy-policy-details ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.privacy-policy-details ul li {
  color: #333333;
  font-family: 'hanken-regular';
  list-style: disc;
  margin: 8px 0px;
}

.nav__item.wallet {
  position: relative;
}

.wallet__dropdown {
  position: absolute;
  top: 100%;
  top: 32px;
  left: -50px;
  background-color: #222222;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgb(225 225 225 / 13%);
  padding: 8px 0;
  font-family: 'hanken-regular';
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
  min-width: 130px;
}

.wallet-dropdown-details {
  text-align: center;
}

.wallet-dropdown-details p {
  margin-bottom: 0px;
}

.wallet__dropdown div {
  display: block;
  padding: 8px 16px;
  color: white;
  text-decoration: none;
  transition: background 0.2s ease;
}

/* .wallet__dropdown div:hover {
    background-color: #333;
} */

.nav__item.wallet:hover .wallet__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-listing-heading h2 {
  font-family: 'big-shoulders-bold';
  color: #ffffff;
  font-size: 34px;
  position: relative;
}

.product-listing-heading h2::before {
  position: absolute;
  bottom: -16px;
  left: 0px;
  width: 90px;
  height: 4px;
  content: '';
  background-color: #fbc51b;
}

.select-box select.form-select {
  width: 220px;
  border: 1px solid #222222;
  background-color: #222222;
  border-radius: 12px;
  padding: 12px 16px;
  outline: none;
  color: #fff;
  font-family: 'hanken-regular';
  font-size: 16px;
}

.select-box select.form-select:focus {
  box-shadow: unset;
}

.product {
  padding: 60px 0px;
}

.product-card {
  box-shadow: rgba(0, 0, 0, .2) 0px 6px 24px;
  border-radius: 12px;
  background-color: #f7f7f7;
  margin: 12px 0px;
  margin-bottom: 16px;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #f7f7f7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.product-card p {
  font-family: 'hanken-regular';
  color: #000000;
  font-size: 16px;
}

.name-price-details {
  padding: 16px 16px 22px 16px;
}

.name-price-details h4 {
  font-family: 'big-shoulders-bold';
  color: #fbc51b;
  margin-bottom: 0px;
  font-size: 22px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.name-price-details h6 {
  font-family: 'big-shoulders-bold';
  color: #333333;
  margin: 12px 0px 10px 0px;
  font-size: 20px;
}

.name-price-details p {
  font-family: 'hanken-regular';
  color: #333333;
  margin-bottom: 0px;
  font-size: 16px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.buy-button {
  text-align: center;
  margin-top: 20px;
}

.buy-button button.btn-subscribe {
  width: 175px;
  height: 50px;
  padding: 8px 16px;
}

.buy-button button.btn-subscribe:hover {
  background: #7dd05f;
  color: #ffffff;
}

.product-details {
  padding-top: 220px;
  background-color: #111111;
}

.product-detail-image {
  max-width: 640px;
  height: 480px;
  overflow: hidden;
  border-radius: 12px;
}

.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info-details {
  margin-left: 16px;
}

.product-info-details .about-us-heading {
  padding-top: 0px;
  margin-bottom: 24px;
}

.product-info-details h2 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
}

.product-info-details h4 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 28px;
  margin: 22px 0px;
}

.product-info-details p {
  color: #ffffff;
  font-family: 'hanken-regular';
}

.buy-now button.btn-subscribe {
  width: 180px;
  margin-top: 6px;
  padding: 8px 28px 8px 8px;
}

.count-button {
  margin: 22px 0px;
}

.count-button .number span {
  cursor: pointer;
}

.count-button .number {
  background-color: transparent;
  height: 50px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  width: 180px;
  justify-content: space-around;
  border: 2px solid #fbc51b;
}

.count-button .minus,
.count-button .plus {
  border: none;
  font-family: 'hanken-regular';
  font-size: 24px;
  color: #ffffff;
}

.count-button .minus {
  margin-left: 10px;
}

.count-button .plus {
  margin-right: 10px;
}

.count-button input.count {
  width: 60px;
  font-size: 20px;
  border: none;
  color: #ffffff;
  vertical-align: middle;
  outline: none;
  text-align: center;
  font-family: 'hanken-regular';
  background-color: transparent;
}

.our-gurantees {
  background-color: #ffffff;
  padding: 50px 0px;
}

.our-gurantees .box {
  text-align: center;
}

.our-gurantees .box h5 {
  font-size: 28px;
  color: #7dd05f;
  margin-bottom: 10px;
  font-family: 'big-shoulders-bold';
}

.our-gurantees .box p {
  color: #333333;
  font-family: 'hanken-regular';
  width: 90%;
  margin: auto;
}

.customized .customized-box {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 240px);
  gap: 16px;
  position: relative;
}

.customized h2 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
}

.customized p {
  color: #ffffff;
  font-family: 'hanken-regular';
}

.customized .customized-box {
  margin-top: 24px;
}

.customized .customized-box .box {
  display: contents;
  position: relative;
}

.customized .customized-box .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
}

.customized .customized-box .box .img-1 {
  grid-row: 1/3;
  grid-column: 1/4;
}

.customized .customized-box .box .img-2 {
  grid-row: 1/2;
  grid-column: 4/6;
}

.customized .customized-box .box .img-3 {
  grid-row: 1/2;
  grid-column: 6/9;
}

.customized .customized-box .box .img-4 {
  grid-row: 2/3;
  grid-column: 4/7;
}

.customized .customized-box .box .img-5 {
  grid-row: 2/3;
  grid-column: 7/9;
}

.marquee-box {
  background-color: #ffffff;
  padding: 24px 0px;
}
.marquee-box .marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-box .marquee-track {
  display: inline-flex;
  gap: 50px;
  animation: scroll 25s linear infinite;
}

.marquee-box .item {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.2px;
  gap: 12px;
  font-family: "big-shoulders-bold";
  color: #7dd05f;
  text-transform: uppercase;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.category h2 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
}

.product h2 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 36px; 
}

.reviews h2 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 45px; 
}

.b-box {
  margin-top: 32px;
}

.connect-us {
  background-color: #ffffff;
  padding: 60px 0px;
}

.connect-us h2 {
  color: #7dd05f;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
}

.connect-us p {
  color: #333333;
  font-family: 'hanken-regular';
}

.connect-us .btn-chat-two .smalltext,
.connect-us .btn-chat-two {
  color: #333333;
}

.reviews {
  padding-bottom: 130px;
}

.our-gallery .gallery-box {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 350px);
  gap: 12px;
}

.our-gallery .gallery-box .box {
  display: contents;
}

.our-gallery .gallery-box .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-gallery .gallery-box .box .img-1 {
  grid-row: 1/2;
  grid-column: 1/4;
}

.our-gallery .gallery-box .box .img-2 {
  grid-row: 1/2;
  grid-column: 4/7;
}

.our-gallery .gallery-box .box .img-3 {
  grid-row: 1/2;
  grid-column: 7/10;
}

.our-gallery .gallery-box .box .img-4 {
  grid-row: 2/3;
  grid-column: 1/4;
}

.our-gallery .gallery-box .box .img-5 {
  grid-row: 2/3;
  grid-column: 4/7;
}

.our-gallery .gallery-box .box .img-6 {
  grid-row: 2/3;
  grid-column: 7/10;
}

.our-gallery h2 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 36px;
}

.our-gallery .b-box {
  margin-top: 45px;
}

.counter {
  background-color: #ffffff;
}

.counter .box {
  background-image: linear-gradient(183deg, rgb(253 204 15), transparent);
  border-radius: 20px 20px 0px 0px;
  padding: 20px 30px;
}

.counter .box .number {
  font-size: 45px;
  color: #333333;
  display: block;
  font-family: 'big-shoulders-bold';
}

.counter .box h3 {
  font-size: 22px;
  color: #333333;
  font-family: 'big-shoulders-bold';
}

.connect-us a.btn-chat-two:hover {
    color: #333333;
}

.content-box {
  background-color: #ffffff;
}

.content-box h2 {
  color: #7dd05f;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
}

.content-box p {
  color: #333333;
  font-family: 'hanken-regular';
}

.content-box .box {
  margin-top: 16px;
}

.content-box .box h3 {
  line-height: 35px;
  color: #7dd05f;
  margin-bottom: 12px;
  font-family: 'big-shoulders-bold';
  font-size: 24px;
}

.content-box .box p {
  color: #333333;
  font-family: 'hanken-regular';
}

.content-box .box hr {
  opacity: 1;
  margin: 24px 0px 32px 0px;
  color: rgba(112, 112, 112, 0.3137254902);
}

.footer p {
  color: #ffffff;
  font-family: 'hanken-regular';
  width: 95%;
}

.category .b-box {
    margin-top: 42px;
}

.p-video video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
}

.e-video video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}

.r-with {
  background-color: #ffffff;
  padding-top: 30px;
}

.r-with h2 {
  color: #7dd05f;
  font-family: 'big-shoulders-bold';
  margin-bottom: 16px;
}

.r-image img {
  width: 200px;
  height: 140px;
  border-radius: 10px;
  object-fit: contain;
  border: 1px solid #7dd05f;
}

.r-with .register-slider {
  margin-top: 32px;
  text-align: center;
}

footer.footer {
  width: 100%;
  background-color: #222222;
  padding-top: 40px;
}

.footer-image {
  width: 220px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 24px;
}

.footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-text p {
  font-size: 16px;
  color: #fff;
  font-family: 'hanken-regular';
  width: 75%;
}

.social-links ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-links ul li a i {
  color: #ffffff;
  font-size: 24px;
  transition: 0.3s all ease-in-out;
}

.connect-details h3 {
  color: #ffffff;
  font-family: 'big-shoulders-bold';
  font-size: 30px;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 24px;
}

.connect-details .input-field {
  width: 100%;
  border: 1px solid #222222;
  background-color: #222222;
  border-radius: 40px;
  padding: 12px 16px;
  outline: none;
  color: #fff;
  font-family: 'hanken-regular';
  font-size: 16px;
}

button.btn-subscribe {
  width: 200px;
  height: 50px;
  padding: 8px 16px;
  border: none;
  border-radius: 40px;
  font-family: 'hanken-semibold';
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #fbc51b;
  font-size: 16px;
  position: relative;
}

button.btn-subscribe:hover {
  background: #ffffff;
  color: #fbc51b;
  transition: all 0.3s ease-in-out;
}

.connect-details form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links ul li a i:hover,
.page-links ul li a:hover,
.policy-links p a:hover {
  color: #fbc51b;
  transition: 0.3s all ease-in-out;
}

.page-links ul li a i {
  margin-right: 4px;
}

.page-links ul {
  padding-left: 0px;
  margin-bottom: 32px;
}

.page-links ul li {
  list-style: none;
  margin-bottom: 10px;
}

.page-heading h5,
.contact-heading h5,
.followHeading h5 {
  color: #fbc51b;
  font-size: 24px;
  margin-bottom: 24px;
  font-family: 'big-shoulders-bold';
  margin-top: 16px;
}

.page-links ul li a {
  color: #fff;
  font-family: 'hanken-regular';
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}

.location-text a {
  text-decoration: none;
}

.location-text a p {
  color: #fff;
  font-family: 'hanken-regular';
  font-size: 16px;
  margin-bottom: 13px;
}

.contact-links {
  display: flex;
  gap: 12px;
}

.contact-link {
  display: flex;
  gap: 12px;
}

.footer hr {
  margin: 16px 0px;
  color: #fbc51b;
  opacity: 1;
}

.copy-right {
  margin-bottom: 16px;
  text-align: center;
}

.copy-right p {
  font-family: 'hanken-regular';
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0px;
}

.policy-links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  margin-bottom: 24px;
}

.policy-links p {
  margin-bottom: 0px;
}

.policy-links p a {
  transition: 0.3s all ease-in-out;
}

.copy-right a {
  text-decoration: none;
  color: #fff;
}

.copy-right a:hover {
  color: #fff;
}

.m-bottom {
  margin-bottom: 32px;
}

.points {
  background-color: #111111;
  padding: 40px 0px;
}

.point {
  margin-bottom: 0px;
  text-align: center;
}

.point li {
    font-family: 'hanken-regular';
    color: #ffffff;
    margin: 10px 0px;
    font-size: 18px;
}

.mps {
  background-color: #222222;
}

.mps-heading {
    justify-content: center;
    margin-bottom: 40px;
}

.points-box {
  padding: 24px;
  border: 1px solid #565656;
  border-radius: 24px;
  height: 150px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px 0px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  background:
    linear-gradient(#111111, #111111) padding-box,
    linear-gradient(to bottom, #ffffffa6, #565656) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.points-box:hover {
  border: 1px solid transparent;
  background:
    linear-gradient(#111111, #111111) padding-box,
    linear-gradient(to bottom, #fbc51b80, #565656) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.points-box h5 {
  color: #fbc51b;
  margin-bottom: 12px;
  font-family: 'big-shoulders-bold';
  font-size: 24px;
}

.points-box p {
  color: #ffffff;
  font-family: 'hanken-regular';
  margin-bottom: 0px;
}

a.btn-chat-two {
  text-decoration: none;
}

a.btn-chat-two:hover {
  color: #ffffff;
}

.btn-chat-two {
  align-items: center;
  background: transparent;
  border: 0px;
  color: #ffffff;
  display: flex;
  font-family: "hanken-regular";
  font-size: 12px;
  gap: 10px;
  line-height: 20px;
  position: relative;
  text-align: left;
  transition-duration: 0.5s;
}

.btn-chat-two .smalltext {
  color: #ffffff;
  display: block;
  font-family: "hanken-medium";
  font-size: 16px;
}

.b-order h2 {
  margin-bottom: 16px !important;
}

.b-order p {
  color: #ffffff;
  font-family: "hanken-regular";
}

.b-order .p-video {
  margin-top: 36px;
}

.b-order .p-heading {
  margin-top: 40px;
}

.p-heading h3 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 24px;
}

.package-box {
    background-color: #ffffff0f;
    padding: 32px 20px;
    border-radius: 12px;
    margin-bottom: 24px !important;
    border: 1px solid #fbc51b;
}

.package-box h5 {
  color: #fbc51b;
  font-family: 'big-shoulders-bold';
  margin-bottom: 12px;
}

.package-box p {
  font-size: 15px;
  margin-bottom: 24px;
}

.package-box .get-started {
  margin-top: 10px;
}

.main .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}

.main .card {
  background: transparent;
  border-radius: 12px;
  border: 1px solid #fbc51b;
}

.main .card-image {
  background: transparent;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}




/* Start Media Query Responsive */

@media only screen and (min-width: 2560px) {}

@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1400px) {
  a.nav__link img {
    margin-left: 175px;
  }
  .header-banner img {
    height: 720px;
  }
}

@media only screen and (max-width: 1366px) {
  .c-text p {
    font-size: 14px;
  }

  .deal-details span.up-text {
    font-size: 24px;
  }

  .founder-details h2,
  .our-about-details h2 {
    font-size: 36px;
  }

  .founder-details p,
  .our-about-details p {
    font-size: 14px;
  }

  .founder-details .get-started,
  .our-about-details .get-started {
    margin-top: 20px;
  }

  .product-info-details p {
    font-size: 15px;
  }

  .reviews .r-box p {
    font-size: 14px;
  }

  .name-price-details p {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__link img {
    margin-left: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.fixed .nav__item .btn-chat-two {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  nav.fixed {
    background-color: #222222;
  }
  .nav__logo {
    width: 250px;
  }

  div#nav-menu {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
  }

  .nav__menu ul {
    margin-bottom: 16px;
  }

  .t-lists {
    display: none;
  }

  .header-banner {
    background: linear-gradient(0deg, rgba(125, 208, 95, 1) 0%, rgba(251, 197, 27, 1) 100%);
  }

  .about-us-banner,
  .product-banner,
  .contact-us-banner {
    background: linear-gradient(0deg, rgba(125, 208, 95, 1) 0%, rgba(251, 197, 27, 1) 100%);
  }

  .c-details {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .page-heading h5,
  .contact-heading h5,
  .followHeading h5 {
    margin-top: 24px;
  }

  .connect-details form {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }

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

  .footer-image {
    margin: auto;
  }

  footer.footer {
    text-align: center;
  }

  .main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .page-links ul {
      margin-bottom: 16px;
  }

  .b-order .p-heading {
    margin-top: 16px;
  }

  .copy-right p {
    margin-top: 0px !important;
  }

  .view-button.v-all {
    margin-top: 32px;
  }

  .connect-details h3 {
    margin-top: 24px;
  }

  .c-box,
  .stats-details {
    margin-bottom: 32px;
  }

  .social-links ul {
    justify-content: center;
    margin-top: 16px;
  }

  .s-heading {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .s-heading p {
    width: 80%;
    margin: auto;
  }

  .learn-button {
    margin-top: 24px;
    text-align: center;
  }

  .deal {
    background-image: unset;
    height: 100%;
    background-color: #111111;
  }

  .deal-details {
    margin-top: 0px;
    text-align: center;
  }

  .deal-details h2 {
    font-size: 36px;
  }

  .deal-details span.up-text {
    font-size: 16px;
  }

  .deal-details h2 {
    font-size: 30px;
    margin-top: 12px;
  }

  .m-heading,
  .b-heading {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .header-heading {
    width: 90%;
    margin: auto;
  }

  .m-heading p {
    width: 100%;
  }

  .m-image img {
    border-radius: 24px;
    margin-bottom: 28px;
  }

  .b-heading {
    margin-top: 40px;
  }

  .reviews .r-button {
    text-align: center;
    margin-top: 55px;
  }

  .about-us-heading,
  .contact-us-heading,
  .trust-vendors-heading,
  .vendor-partners-heading,
  .vendor-partners-details,
  .privacy-policy {
    text-align: center;
  }

  .about-us-heading .breadcrumb,
  .contact-us-heading .breadcrumb {
    justify-content: center;
  }

  .founder-details {
    margin-top: 36px;
    text-align: center;
  }

  .our-about-details {
    margin-bottom: 36px;
    text-align: center;
  }

  .need-support-details {
    text-align: center;
  }

  .content-box .box {
    text-align: center;
  }

  .counter .box {
    margin-bottom: 32px;
    text-align: center;
  }

  .footer p {
    margin: auto;
  }

  .social-box {
    flex-direction: column;
    justify-content: center;
  }

  .social-icon {
    margin: auto;
  }

  .contact-us-form .btn-subscribe {
    display: block;
    margin: auto;
  }

  .contact-us-form h3 {
    text-align: center;
  }

  .privacy-policy-details ul li {
    list-style: none;
  }

  .product-details {
    padding-top: 170px;
  }

  .product-detail-image {
    margin-bottom: 32px;
  }

  .product-info-details {
    margin-left: 0px;
    text-align: center;
  }

  .our-gurantees .box {
    margin-bottom: 24px;
  }

  .customized .customized-box {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .customized .customized-box .box img {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto;
    width: 100%;
  }

  .customized .customized-box .box img {
    height: 350px;
  }

  .customized .customized-box .box img.img-1 {
    height: 500px;
  }

  .our-gallery .gallery-box {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .our-gallery .gallery-box .box img {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto;
    width: 100%;
    margin-bottom: 16px;
  }

  .product-card {
    text-align: center;
  }
  
  .count-button .number {
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 575px) {
  .header-heading:first-child {
    font-size: 16px;
  }

  .header-heading h1 {
    font-size: 32px;
  }

  .c-details .title h4 {
    font-size: 28px;
  }

  .our-gurantees .box h5 {
    font-size: 26px;
  }

  .header-banner,
  .about-us-banner,
  .product-banner,
  .contact-us-banner {
    height: 100vh;
  }

  .header-banner img {
    height: 100vh;
  }

  button.btn-call {
    display: block;
    margin: auto;
    margin-top: 24px;
  }

  .b-box {
    flex-direction: column;
    align-items: center;
  }

  .connect-details h3 {
    font-size: 24px;
  }

  .c-text p {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .c-heading {
    flex-direction: column;
    gap: 16px;
  }

  .c-heading h3,
  .s-heading h3 {
    font-size: 30px;
  }

  .c-details.a-details {
    bottom: 13%;
  }

  .main .container {
    grid-template-columns: 1fr;
  }

  .deal {
    padding-bottom: 20px;
  }

  br {
    display: none;
  }

  .footer p {
    margin-top: 24px;
  }

  .about-us-heading h1,
  .product-heading h1,
  .privacy-policy-heading h1,
  .main-banner h1,
  .contact-us-heading h1,
  .trust-vendors-heading h1,
  .vendor-partners-heading h2,
  .need-support-details h2,
  .contact-us-form h3 {
    font-size: 32px;
  }

  .founder-details h2, 
  .our-about-details h2 {
        font-size: 24px;
    }

  .trust-vendors-heading {
    padding-top: 60px;
  }

  .trust-vendors-details h2 {
    font-size: 36px;
  }

  .vendor-partners-details {
    margin-top: 32px;
  }

  .privacy-policy-details h2 {
    font-size: 32px;
  }

  .privacy-policy-details h3 {
    font-size: 22px;
  }

  .h-social-links {
    display: none;
  }

  .product-listing-heading h2::before {
    display: none;
  }

  .product-listing-heading h2 {
    font-size: 32px;
  }

  .product-card img {
    height: 250px;
  }

  .product-detail-image {
    max-width: 600px;
    height: 400px;
  }

  .product-details {
    padding-top: 150px;
  }

}

@media only screen and (max-width: 430px) {
  .about-us-heading .breadcrumb li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 991px) {
  .nav {
    height: calc(var(--header-height) + 1.5rem);
    justify-content: initial;
    column-gap: 3rem;
  }

  .nav__toggle,
  .nav__close {
    display: none;
  }

  .nav__logo__side {
    display: none;
  }

  .nav__list {
    flex-direction: row;
    column-gap: 2.5rem;
  }

  .nav__btns {
    margin-left: auto;
  }

  .a-content {
    align-content: end;
  }

  .s-heading p {
    width: 30%;
  }

  .b-heading p {
    width: 45%;
  }

  .m-heading h5 {
    width: 45%;
  }

  .c-padding {
    padding: 0px !important;
  }

  .founder-details {
    margin-left: 24px;
  }

  .our-about-details {
    margin-right: 24px;
  }


}

/* End Media Query Responsive */