/* Start Global Css */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'satoshi-light';
  src: url('../fonts/satoshi/satoshi-light.otf');
}

@font-face {
  font-family: 'satoshi-regular';
  src: url('../fonts/satoshi/satoshi-regular.otf');
}

@font-face {
  font-family: 'satoshi-medium';
  src: url('../fonts/satoshi/satoshi-medium.otf');
}

@font-face {
  font-family: 'satoshi-bold';
  src: url('../fonts/satoshi/satoshi-bold.otf');
}

@font-face {
  font-family: 'dm-sans-regular';
  src: url('../fonts/dm-sans/dm-sans-regular.ttf');
}

@font-face {
  font-family: 'dm-sans-medium';
  src: url('../fonts/dm-sans/dm-sans-medium.ttf');
}

@font-face {
  font-family: 'dm-sans-semibold';
  src: url('../fonts/dm-sans/dm-sans-semibold.ttf');
}

@font-face {
  font-family: 'dm-sans-bold';
  src: url('../fonts/dm-sans/dm-sans-bold.ttf');
}


body {
  overflow-x: hidden;
  background-color: #222222 !important;
}

::-webkit-scrollbar {
  width: .6rem;
  background: hsl(0, 0%, 74%);
}

::-webkit-scrollbar-thumb {
  background: #FB7125;
}

::selection {
  background-color: #FB7125;
  color: #ffffff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* End Global Css */


nav.fixed {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding: 20px 0px;
  z-index: 1020;
  width: 100%;
  position: fixed;
  background: #22222224;
  backdrop-filter: blur(4px);
}

nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: 200px;
  height: 60px;
  overflow: hidden;
}

.nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none;
  font-family: 'satoshi-medium';
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.3s all ease-in-out;
}

.nav__link:hover {
  color: #FB7125;
  transition: 0.3s all ease-in-out;
}

.nav__link img {
  width: 300px;
  margin-left: 148px;
}

.nav__item a.active {
  color: #fcee21;
  font-family: 'satoshi-bold';
  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: space-between;
  width: 100%;
}

.nav__menu ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.buttons {
  margin-top: 24px;
}

.buttons a {
  text-decoration: none;
}

button.get-started {
  width: 280px;
  height: 60px;
  padding: 8px 36px 8px 8px;
  border: none;
  border-radius: 40px;
  font-family: 'dm-sans-semibold';
  color: #ffffff;
  background-color: #FB7125;
  box-shadow: 0 14px 40px #fb71258a;
  position: relative;
  /* border: 1px solid transparent;
  background:
    linear-gradient(#FB7125, #FB7125) padding-box,
    linear-gradient(to bottom, #ffffff, #FB7125) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box; */
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

button.get-started::before {
  position: absolute;
  content: '';
  top: 9px;
  right: 10px;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url('./../images/b-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

button.get-started:hover {
  background: #ffffff;
  color: #FB7125;
  transition: all 0.3s ease-in-out;
}

button.btn-call {
  border: none;
  background: transparent;
  font-family: 'dm-sans-semibold';
  color: #ffffff;
  margin-left: 16px;
}

button.btn-call i {
  font-family: 'dm-sans-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: 'dm-sans-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: #FB7125;
}

.scroll-header .t-lists ul li span {
  box-shadow: 0 2px 10px rgb(225 225 225 / 13%);
}

.header-banner {
  /* background-color: #6c757d; */
  /* padding-top: 143px; */
  align-content: center;
  position: relative;
}

.header-banner img {
  /* background-image: url('./../images/bg.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 680px;
  object-fit: cover;
}

.h-social-links {
  position: absolute;
  right: 2%;
  top: 40%;
  z-index: 1;
}

.h-social-links ul {
  margin-bottom: 0px;
}

.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: #FB7125;
  border: 1px solid #FB7125;
}

.h-social-links ul li a {
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.h-social-links ul li:hover a {
  color: #FB7125;
}

.header-heading:first-child {
  color: #FB7125;
  font-family: 'satoshi-medium';
  font-style: italic;
  font-size: 18px;
}

.header-heading {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  align-content: center;
  padding-top: 120px;
}

.header-heading h1 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 64px;
  margin-top: 6px;
}

section {
  padding: 70px 0px;
}

.category {
  background-color: #111111;
}

.c-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.c-heading h3 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  margin-bottom: 0px;
  font-size: 36px;
}

.c-heading p {
  color: #ffffff;
  font-family: 'dm-sans-regular';
  margin-bottom: 0px;
}

.category-box {
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.category-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-details .title h4 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 28px;
  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: #FB7125;
  transition: 0.3s all ease-in-out;
}

.c-details {
  position: absolute;
  bottom: 7%;
  left: 7%;
}

button.c-button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 16px;
  border-radius: 24px;
  min-width: 175px;
  font-family: 'dm-sans-semibold';
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}

button.c-button:hover {
  background-color: #FB7125;
  border: 1px solid #FB7125;
}

.c-text p {
  color: #ffffff;
  font-family: 'dm-sans-regular';
}

button.v-button {
  width: 100%;
  height: 50px;
  padding: 8px 36px 8px 8px;
  border: none;
  border-radius: 40px;
  font-family: 'dm-sans-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: 'satoshi-medium';
  font-size: 36px;
  margin-bottom: 0px;
}

.s-heading p {
  color: #ffffff;
  font-family: 'dm-sans-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, #fb712580, #565656) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.savings-box h4 {
  color: #ffffff;
  font-family: 'satoshi-medium';
}

.savings-box p {
  color: #ffffff;
  font-family: 'dm-sans-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: 'satoshi-medium';
  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: 'dm-sans-semibold';
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #FB7125;
  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: #FB7125;
  border-color: #FB7125;
  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: #FB7125;
  font-family: 'satoshi-medium';
  font-style: italic;
  font-size: 30px;
}

.deal-details h2 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  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: 'satoshi-medium';
  margin-bottom: 16px;
  font-size: 28px;
}

.stats-details p {
  color: #ffffff;
  font-family: 'dm-sans-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: 'dm-sans-medium';
  font-size: 16px;
  margin-bottom: 0px;
}

.m-heading p i {
  font-size: 10px;
  color: #FB7125;
  margin-right: 6px;
}

.m-heading h5 {
  color: #ffffff;
  font-family: 'dm-sans-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: 'dm-sans-regular';
  font-size: 16px;
  margin-bottom: 0px;
}

.reviews {
  background-color: #111111;
}

.reviews .r-box {
  padding: 20px;
  border: 1px solid #565656;
  border-radius: 16px;
  position: relative;
  border: 1px solid transparent;
  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;
}

.reviews .r-box::before {
  position: absolute;
  content: '';
  bottom: 22px;
  right: 18px;
  width: 34px;
  height: 24px;
  background-image: url('./../images/quote.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.reviews .r-box p {
  color: #ffffff;
}

.reviews .r-box .stars i {
  font-size: 16px;
  color: #F8C62D;
}

.reviews .r-box p {
  color: #ffffff;
  font-family: 'dm-sans-medium';
  font-style: italic;
  font-size: 16px;
  margin-top: 28px;
  margin-bottom: 20px;
}

.p-details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-details .title h6 {
  color: #ffffff;
  font-family: 'dm-sans-medium';
  font-size: 18px;
  margin-bottom: 2px;
}

.p-details .title p {
  color: #ffffff;
  font-family: 'dm-sans-regular';
  margin-bottom: 0px;
  font-size: 16px;
  font-style: normal;
  margin-top: 0px;
}

.s-buttons {
  position: relative;
  margin-top: 48px;
  top: 26px;
}

.s-buttons .swiper-button-next {
  position: absolute;
  left: 185px;
}

.s-buttons .swiper-button-prev {
  position: absolute;
  left: 90px;
}

.s-buttons .swiper-button-prev,
.s-buttons .swiper-button-next {
  background-color: #282828;
  border: 1px solid #7e7e7e;
  border-radius: 24px;
  width: 80px;
  height: 40px;
}

.s-buttons .swiper-button-next:after,
.s-buttons .swiper-button-prev:after {
  font-size: 18px;
  color: #ffffff;
}

.reviews .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .r-box {
  background: linear-gradient(#111111, #111111) padding-box,
    linear-gradient(to bottom, #FB7125, #565656) border-box;
}

.reviews .r-button {
  text-align: end;
}

.about-us-banner {
  background-image: url('./../images/about-us-bg.png');
  width: 100%;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142px;
}

.about-us-heading {
  padding-top: 115px;
}

.about-us-heading h1 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 48px;
  margin-bottom: 20px;
}

.about-us-heading .breadcrumb li {
  color: #ffffff;
  font-family: 'satoshi-medium';
}

.about-us-heading .breadcrumb li a {
  text-decoration: none;
  color: #ffffff;
}

.about-us-heading .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.about-us-heading .breadcrumb-item+.breadcrumb-item::before {
  padding: 0px 24px;
  color: #FB7125;
}

.founder,
.a-mission {
  background-color: #111111;
}

.founder-details h2,
.our-mission-details h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: 'satoshi-medium';
  margin-bottom: 12px;
}

.our-mission-details h2 {
  margin-bottom: 24px;
}

.founder-details h5 {
  color: #FB7125;
  font-size: 24px;
  font-family: 'satoshi-medium';
  margin-bottom: 12px;
}

.founder-details p span,
.our-mission-details p span {
  font-family: 'satoshi-medium';
  color: #ffffff;
  font-size: 18px;
}

.founder-details p,
.our-mission-details p {
  font-family: 'dm-sans-regular';
  color: #ffffff;
}

.founder-details .get-started,
.our-mission-details .get-started {
  margin-top: 32px;
}

.founder-image img,
.our-mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-mission {
  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: 'satoshi-medium';
  margin-bottom: 24px;
}

.trust-vendors-details p {
  font-family: 'dm-sans-regular';
  color: #ffffff;
}

.trust-vendors-details p span {
  font-style: italic;
  font-family: 'dm-sans-medium';
  color: #ffffff;
  font-size: 18px;
}

.trust-vendors-banner {
  background-image: url('./../images/about-us-bg.png');
  width: 100%;
  height: 550px;
  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: 'satoshi-medium';
  font-size: 48px;
  margin-bottom: 20px;
}

.trust-vendors-heading p {
  font-family: 'dm-sans-regular';
  color: #ffffff;
}

.vendor-partners-heading h2 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  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: 'satoshi-medium';
  font-size: 14px;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #4B4B4B;
}

.vendor-partners-details h3 {
  font-family: 'satoshi-medium';
  font-size: 32px;
  color: #ffffff;
  margin: 24px 0px;
}

.vendor-partners-details p {
  font-family: 'dm-sans-semibold';
  font-size: 18px;
  color: #FB7125;
}

.vendor-partners-details p a {
  color: #FB7125;
}

.vendor-partners-details p svg {
  margin-left: 10px;
}

.support-banner {
  background-image: url('./../images/about-us-bg.png');
  width: 100%;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142px;
}

.support-heading {
  padding-top: 115px;
}

.support-heading h1 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 48px;
  margin-bottom: 20px;
}

.support-heading .breadcrumb li {
  color: #ffffff;
  font-family: 'satoshi-medium';
}

.support-heading .breadcrumb li a {
  text-decoration: none;
  color: #ffffff;
}

.support-heading .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.support-heading .breadcrumb-item+.breadcrumb-item::before {
  padding: 0px 24px;
  color: #FB7125;
}

.need-support {
  background-color: #111111;
}

.need-support-details h2 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  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: #FB7125;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-info p span {
  color: #ffffff;
  font-family: 'satoshi-regular';
  font-size: 16px;
}

.social-info p {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 18px;
  margin-bottom: 6px;
}

.social-info p a {
  color: #ffffff;
  text-decoration: none;
}

.need-support-form label {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
}

.c-input-field {
  width: 100%;
  height: 58px;
  border: 1px solid #222222;
  background-color: #222222;
  border-radius: 10px;
  padding: 14px 16px;
  outline: none;
  color: #ffffff;
  font-family: 'satoshi-regular';
  font-size: 16px;
}

.n-text {
  color: #EEEEEE;
  font-size: 14px;
  font-family: 'satoshi-regular';
  margin-top: 4px;
  margin-bottom: 4px;
}

.c-input-message {
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  resize: none;
  border: 1px solid #222222;
  background-color: #222222;
  border-radius: 10px;
  padding: 14px 16px;
  outline: none;
  color: #ffffff;
  font-family: 'satoshi-regular';
  font-size: 16px;
}

.need-support-form h3 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  font-size: 40px;
  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: #FB7125;
}

.faqs-details .faq-header[aria-expanded="true"] .faq-icon::before {
  content: '-';
  font-size: 50px;
  color: #FB7125;
  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: 'satoshi-medium';
  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: 'dm-sans-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: 'satoshi-medium';
  font-size: 48px;
  margin-bottom: 20px;
}

.privacy-policy-banner {
  padding-top: 143px;
  height: 450px;
  align-content: center;
  text-align: center;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.99) 0%, rgba(34, 34, 34, 1) 100%);
}


.privacy-policy-details h2 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  margin-bottom: 16px;
  font-size: 36px;
}

.privacy-policy-details h3 {
  color: #ffffff;
  font-family: 'satoshi-medium';
  margin-bottom: 16px;
  font-size: 26px;
}

.privacy-policy-details p {
  color: #ffffff;
  font-family: 'dm-sans-regular';
  margin-bottom: 22px;
}

.privacy-policy-details ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.privacy-policy-details ul li {
  color: #ffffff;
  font-family: 'dm-sans-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: 'dm-sans-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: 'satoshi-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: #FB7125;
}

.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: 'dm-sans-regular';
  font-size: 16px;
}

.select-box select.form-select:focus {
  box-shadow: unset;
}

.product {
  background-color: #111111;
  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: 'dm-sans-regular';
  color: #000000;
  font-size: 16px;
}

.name-price-details {
  padding: 16px 16px 22px 16px;
}

.name-price-details h4 {
  font-family: 'satoshi-bold';
  color: #FB7125;
  margin-bottom: 0px;
  font-size: 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.name-price-details h6 {
  font-family: 'satoshi-medium';
  color: #333333;
  margin: 10px 0px;
  font-size: 20px;
}

.name-price-details p {
  font-family: 'dm-sans-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 24px 8px 8px;
}

.buy-button button.btn-subscribe:hover {
  background: #222222;
  color: #FB7125;
}

.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: #FB7125;
  font-family: 'satoshi-bold';
}

.product-info-details h4 {
  color: #ffffff;
  font-family: 'satoshi-bold';
  font-size: 28px;
  margin: 22px 0px;
}

.product-info-details p {
  color: #ffffff;
  font-family: 'dm-sans-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 #fb7125;
}

.count-button .minus,
.count-button .plus {
  border: none;
  font-family: 'dm-sans-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: 'dm-sans-regular';
  background-color: transparent;
}






footer.footer {
  width: 100%;
  background-color: #111111;
  padding-top: 40px;
}

.footer-image {
  width: 300px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 24px;
}

.footer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-text p {
  font-size: 16px;
  color: #fff;
  font-family: 'satoshi-regular';
  width: 75%;
}

.social-links ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.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: 'satoshi-medium';
  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: 'dm-sans-regular';
  font-size: 16px;
}

button.btn-subscribe {
  width: 200px;
  height: 50px;
  padding: 8px 36px 8px 8px;
  border: none;
  border-radius: 40px;
  font-family: 'dm-sans-semibold';
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #FB7125;
  font-size: 16px;
  position: relative;
}

button.btn-subscribe::before {
  position: absolute;
  content: '';
  top: 8px;
  right: 9px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url(./../images/b-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

button.btn-subscribe:hover {
  background: #ffffff;
  color: #FB7125;
  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: #FB7125;
  transition: 0.3s all ease-in-out;
}

.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: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'satoshi-medium';
  margin-top: 45px;
}

.page-links ul li a {
  color: #fff;
  font-family: 'satoshi-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: 'satoshi-regular';
  font-size: 16px;
  margin-bottom: 13px;
}

.contact-links {
  display: flex;
  gap: 12px;
}

.contact-link {
  display: flex;
  gap: 12px;
}

.footer hr {
  margin: 24px 0;
  color: #454545;
  opacity: 1;
}

.copy-right {
  margin-bottom: 24px;
}

.copy-right p {
  font-family: 'satoshi-regular';
  color: #ffffff;
  font-size: 16px;
  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;
}

/* Start Media Query Responsive */

@media only screen and (min-width: 2560px) {}

@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1440px) {
  a.nav__link img {
    margin-left: 175px;
  }

  .header-banner img {
    height: 720px;
  }
}

@media only screen and (max-width: 1366px) {
  .header-heading h1 {
    font-size: 50px;
  }

  .c-text p {
    font-size: 14px;
  }

  .deal-details span.up-text {
    font-size: 24px;
  }

  .founder-details h2,
  .our-mission-details h2 {
    font-size: 36px;
  }

  .founder-details p,
  .our-mission-details p {
    font-size: 14px;
  }

  .founder-details .get-started,
  .our-mission-details .get-started {
    margin-top: 20px;
  }

  .product-info-details p {
    font-size: 15px;
  }

  .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 (max-width: 991px) {
  div#nav-menu {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
  }

  .nav__menu ul {
    margin-bottom: 16px;
  }

  .t-lists {
    display: none;
  }

  .header-heading {
    padding-top: 60px;
    right: 0;
    left: 0;
    text-align: center;
  }

  .nav__logo {
    width: 224px;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .s-buttons {
    display: none;
  }

  .about-us-banner,
  .support-banner,
  .trust-vendors-banner {
    height: 620px;
  }

  .about-us-heading,
  .support-heading,
  .trust-vendors-heading,
  .vendor-partners-heading,
  .vendor-partners-details,
  .privacy-policy {
    text-align: center;
  }

  .about-us-heading .breadcrumb,
  .support-heading .breadcrumb {
    justify-content: center;
  }

  .founder-details {
    margin-top: 36px;
    text-align: center;
  }

  .our-mission-details {
    margin-bottom: 36px;
    text-align: center;
  }

  .need-support-details {
    text-align: center;
  }

  .social-box {
    flex-direction: column;
    justify-content: center;
  }

  .social-icon {
    margin: auto;
  }

  .need-support-form .btn-subscribe {
    display: block;
    margin: auto;
  }

  .need-support-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;
  }
  
  .count-button .number {
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 540px) {
  .header-heading:first-child {
    font-size: 16px;
  }

  .header-heading h1 {
    font-size: 40px;
  }

  button.btn-call {
    display: block;
    margin: auto;
    margin-top: 24px;
  }

  .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%;
  }

  .deal {
    padding-bottom: 20px;
  }

  .about-us-banner,
  .support-banner,
  .trust-vendors-banner {
    background-position: 56%;
  }

  .about-us-heading h1,
  .privacy-policy-heading h1,
  .support-heading h1,
  .trust-vendors-heading h1,
  .vendor-partners-heading h2,
  .need-support-details h2,
  .need-support-form h3 {
    font-size: 36px;
  }

  .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: 2rem;
  }

  .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-mission-details {
    margin-right: 24px;
  }


}

/* End Media Query Responsive */