/*----------------------------------------------------*/
/* Fonts */
/*Color Variables*/
/*----------------------------------------------------*/
/*Prefix Styles*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&display=swap");
:root {
  --clr-primary: #4875ff;
  --clr-white: white;
  --clr-white2: #f9f9f9;
  --clr-white3: #f3f7ff;
  --clr-black: #01040d;
  --clr-black2: #171717;
  --clr-black3: #344054;
  --clr-gray: #525252;
  --clr-gray1: #737373;
  --clr-gray2: #d4d4d4;
  --clr-gray3: whitesmoke;
  --clr-gray4: #f4f5f7;
  --clr-gray5: #a3a3a3;
  --clr-violet: #8231d3;
  --clr-violet-light: rgba(130, 49, 211, 0.12);
  --clr-green: #01b81a;
  --clr-green-light: rgba(1, 184, 26, 0.12);
  --clr-orange: #ff6565;
  --clr-orange-light: rgba(255, 116, 62, 0.12);
  --clr-red: #ef4444;
  --ff: "Inter", sans-serif;
}

body {
  background-color: #02090A;
  font-family: "Sora", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin: 0;
}
body a {
  text-decoration: none;
}
body p {
  color: #677a8b;
  font: 400 18px/30px "Inter", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
.navbar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.navbar .navbar-brand img {
  width: 172px;
  height: 40px;
}
.navbar .navbar-toggler {
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler-icon {
  color: #FFFFFF;
  background-image: none;
  font-size: 27px;
  height: 100%;
  width: 100%;
}

.offcanvas-menu .navbar-nav {
  align-items: center;
  margin-left: 0 !important;
}
.offcanvas-menu .navbar-nav .nav-item {
  margin-left: 10px;
}
.offcanvas-menu .navbar-nav .nav-item .nav-link {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  color: #FFFFFF;
}
.offcanvas-menu .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

.offcanvas-right-side {
  display: flex !important;
}

.language-change .dropdown {
  cursor: pointer;
}
.language-change .dropdown .language-btn {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
}
.language-change .dropdown .language-btn i {
  margin-left: 5px;
}

.sing-in {
  margin-left: 17px;
  margin-right: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.sing-in:hover {
  color: #FFFFFF;
}

.navbar {
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #02090A !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease-out;
  border-bottom: 0.5px solid #FFFFFF3D;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.big-scan-offcanvas {
  display: none !important;
}

.mobile-scren-language {
  display: flex;
  align-items: center;
}

.offcanvas-header {
  border-bottom: 0.5px solid #FFFFFF3D !important;
}

.language-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language-change .dropdown-menu {
  padding-right: 10px;
  width: 100%;
  top: 45px;
}

.cart-icons {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-left: 16px;
  position: relative;
}
.cart-icons .cart-add {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #FF5325;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -10px;
}
.cart-icons:hover {
  color: #fff;
}

.terms-condition-page {
  position: inherit;
}

.language-change .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.language-change .dropdown-menu {
  display: none;
  transition: all 0.3s ease;
}

.language-change .dropdown-menu {
  margin-top: 0;
  top: 100%;
}

.language-change .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

.language-change .dropdown:hover .dropdown-menu:not(.force-hide) {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.language-change .dropdown-menu.force-hide {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: none !important;
}

.lang-option img {
  width: 17px;
  height: 12px;
}

.language-btn img {
  width: 17px;
  height: 12px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.theme-btn {
  background-color: var(--clr-primary);
  display: inline-block;
  width: 165px;
  height: 55px;
  border-radius: 39px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
}
.theme-btn:hover {
  color: #FFFFFF;
}

.arrow-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--clr-primary);
  line-height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
}

.loging-btn {
  width: 100%;
  height: 50px;
  background-color: var(--clr-primary);
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  border: 0;
}

.coupon-btn {
  background-color: var(--clr-primary);
  padding: 16px 32px;
  width: 170px;
  border-radius: 6px;
  border: 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

.view-more-btn {
  text-align: center;
  margin-top: 16px;
  display: none;
}
.view-more-btn a {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #4875FF;
}
.view-more-btn a i {
  margin-left: 4px;
}

/*----------------------------------------------------*/
.banner-section {
  overflow: hidden;
  padding-top: 170px;
  position: relative;
  z-index: 1;
}
.banner-section::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/banner-left-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-section::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/banner-shap.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-section .banner-title span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
}
.banner-section .banner-title h1 {
  font-weight: 500;
  font-size: 77px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 20px;
}
.banner-section .banner-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 20px;
  max-width: 411px;
}
.banner-section .banner-title .banner-btn-part {
  margin-top: 35px;
}
.banner-section .banner-title .banner-btn-part .download {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-left: 25px;
  display: inline-block;
}
.banner-section .banner-right-side-img img {
  max-width: 577px;
  max-height: 710px;
}

.hero-area {
  overflow: hidden;
  padding: 255px 0 208px 0;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.hero-area .hero-content .title {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero-area .hero-content .title #typing-text {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 79px;
  text-transform: capitalize;
  color: var(--clr-primary);
}
.hero-area .hero-content .title-pragraph {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  max-width: 570px;
  margin-top: 25px;
}
.hero-area .hero-content .hero-btns {
  margin-top: 25px;
}
.hero-area .hero-content .hero-btns .desktop {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 23px;
}

.details-banner-section {
  overflow: hidden;
  background-image: url(../images/details-page/details-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 0 50px 0;
}
.details-banner-section h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
.banner-right-side-img {
  display: inline-block;
  animation: smoothMove 4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

@keyframes smoothMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
.blog-hero-section {
  overflow: hidden;
  background-color: #121520;
  margin-top: 88px;
}
.blog-hero-section .hero-content h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #FFFFFF;
}
.blog-hero-section .hero-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 16px;
}
.blog-hero-section .hero-content .search-box {
  display: inline-block;
  margin-top: 30px;
}
.blog-hero-section .hero-content .search-box input {
  background-color: #1A1F32;
  border: 1px solid #FFFFFF2E;
  box-shadow: none;
  outline: none;
  width: 620px;
  height: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffff;
  padding: 0 60px 0 16px;
}
.blog-hero-section .hero-content .search-box input::placeholder {
  color: rgba(255, 255, 255, 0.54118);
}
.blog-hero-section .hero-content .search-box button {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  background-color: var(--clr-primary);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border-radius: 8px;
}
.blog-hero-section .hero-img {
  width: 390px;
  height: 330px;
  object-fit: contain;
}

/*----------------------------------------------------*/
.partner-section {
  overflow: hidden;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
.partner-section::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/partner-shap.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.partner-section h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.partner-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 13px;
}
.partner-section .partner-card {
  margin-top: 35px;
}
.partner-section .partner-card .custom-card {
  background-image: url(../images/partner-card-bg.png);
  background-repeat: round;
  background-size: cover;
  border-radius: 20px;
  padding: 30px 15px;
  text-align: center;
  border: 1px solid transparent;
}
.partner-section .partner-card .custom-card:hover {
  border-color: #4875ff;
}
.partner-section .partner-card .custom-card h3 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.partner-section .partner-card .custom-card .score {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
  max-width: 280px;
  margin: 0 auto;
}
.partner-section .partner-card .custom-card .icon-box {
  margin: 35px 0;
}
.partner-section .partner-card .custom-card .share p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0;
}

/*----------------------------------------------------*/
.how-it-works {
  margin-top: 80px;
  overflow: hidden;
}

.heading-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.heading-pragraph {
  max-width: 628px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 13px;
}

.steps-cards {
  margin-top: 35px;
}

/* Glass Card Styling */
.step-card {
  background: url(../images/it-work-card-bg.png);
  background-repeat: round;
  background-size: cover;
  border-radius: 15px;
  position: relative;
  padding: 40px 20px 37px 38px;
  border: 1px solid transparent;
}
.step-card:hover {
  border-color: #4875ff;
}
.step-card .how-it-arrow {
  width: 67px;
  height: 67px;
  background-color: var(--clr-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 67px;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: -47px;
  z-index: 9;
}

.step-number {
  font-weight: 700;
  font-size: 33px;
  line-height: 29px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-right: 25px;
}

.card-contain {
  padding-left: 30px;
  border-left: 1px solid #FFFFFF0F;
}
.card-contain h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.card-contain small {
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  text-transform: lowercase;
  color: #DFE3EA;
  margin-top: 13px;
  display: block;
}

/* The Timeline Line */
.process-line {
  position: absolute;
  bottom: 48px;
  left: 0%;
  right: 0%;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  z-index: 1;
}

/* Dots at the bottom */
.step-dot-container {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.step-dot-container::after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 55px;
  top: -50px;
  left: 50%;
}

.step-dot {
  width: 12px;
  height: 12px;
  background-color: var(--clr-primary);
  border-radius: 50%;
  display: inline-block;
}

.dot-label {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

/*----------------------------------------------------*/
.commission-section {
  overflow: hidden;
  margin-top: 90px;
  padding-bottom: 45px;
}
.commission-section .heading-pragraph {
  margin: 0;
  text-align: left;
  margin-top: 13px;
}

.table-responsive {
  width: 100%;
  margin-top: 53px;
}
.table-responsive .table {
  margin: 0;
}
.table-responsive .table thead tr {
  border-bottom: 1px solid #D9D9D938;
}
.table-responsive .table thead tr th {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0;
}
.table-responsive .table tbody tr {
  border-bottom: 1px solid #D9D9D938;
}
.table-responsive .table tbody tr td {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.commission-graph {
  display: inline-block;
  animation: smoothMove 4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

@keyframes smoothMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
/*----------------------------------------------------*/
.reseller-benefits {
  overflow: hidden;
  padding-top: 85px;
  position: relative;
  background-image: url(../images/benefits-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.reseller-benefits .stock {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.reseller-benefits .heading-pragraph {
  margin: 0;
  text-align: inherit;
}
.reseller-benefits .list-unstyled {
  margin-top: 23px;
  margin-bottom: 24px;
}
.reseller-benefits .list-unstyled span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  color: #FFFFFF;
}

.check-icons {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}

.floating-animation {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}
.benefits-section {
  overflow: hidden;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
.benefits-section::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/Home-2/benifite-bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.benefits-section .header-content {
  margin-bottom: 55px;
}
.benefits-section .feature-box {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.benefits-section .feature-box:last-child {
  margin-bottom: 0;
}
.benefits-section .feature-box img {
  width: 50px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}
.benefits-section .feature-box h5 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.benefits-section .feature-box p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  text-transform: lowercase;
  color: #767D89;
}
.benefits-section .feature-box:hover {
  transform: translateY(-5px);
}
.benefits-section .phone-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .benefits-section {
    text-align: center;
  }
  .benefits-section .feature-box img {
    margin: 0 auto 15px auto;
  }
  .benefits-section .phone-wrapper {
    margin: 40px 0;
  }
}

.phone-wrapper {
  display: inline-block;
  animation: smoothMove 4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

.reseller-img {
  display: inline-block;
  animation: smoothMove 4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

@keyframes smoothMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
.mobile-device-benifits {
  display: none;
}

/*----------------------------------------------------*/
.testimonial-section {
  overflow: hidden;
  margin-top: 70px;
  padding: 0 45px;
  position: relative;
  z-index: 1;
}
.testimonial-section::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}
.testimonial-section .testimonial-slider {
  margin-top: 40px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  background: #131320;
  border-radius: 25px;
  border: 1px solid;
  border-image-source: linear-gradient(116.46deg, #151b22 11.13%, #2a3350 104.83%);
  padding: 30px;
  transition: transform 0.3s ease;
}
.testimonial-section .testimonial-slider .testimonial-card:hover {
  border: 1px solid #4875ff;
}
.testimonial-section .testimonial-slider .testimonial-card .stars li {
  display: inline-block;
  color: #FDA138;
  margin-right: 8px;
}
.testimonial-section .testimonial-slider .testimonial-card p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #AAA4A4;
  margin-top: 28px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-footer {
  margin-top: 48px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant .name {
  margin-left: 14px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant .name a {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant .founder {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-left: 8px;
}

.owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #D6D1D1 !important;
  border-radius: 50%;
  border: 1px solid var(--clr-primary) !important;
  margin-right: 15px;
}

.owl-dots .owl-dot.active {
  width: 26px;
  height: 26px;
  background-color: transparent !important;
  border: 2px solid var(--clr-primary) !important;
  position: relative;
  vertical-align: middle;
}

.owl-dots .owl-dot.active::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--clr-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-section-two {
  padding-top: 90px;
  margin-top: 0;
}

.testimonial-section-pricing-page {
  padding-top: 85px;
}

.become-partner-page-testimonial {
  margin-top: 20px;
}

/*----------------------------------------------------*/
.faq-section {
  margin-top: 90px;
}
.faq-section .accordion {
  margin-top: 40px;
}
.faq-section .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF26;
}
.faq-section .accordion .accordion-item:first-child {
  border-top: 1px solid #FFFFFF26;
}
.faq-section .accordion .accordion-item .accordion-header {
  border-radius: 8px;
  background-color: transparent;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: 0 !important;
  padding: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "-";
  position: absolute;
  font-size: 45px;
  font-weight: 200;
  right: 20px;
  color: #FFFFFF;
  transform: rotate(180deg);
  background: transparent;
}
.faq-section .accordion .accordion-item .accordion-header .collapsed::after {
  content: " +";
  position: absolute;
  right: 20px;
  font-size: 32px;
  color: #FFFFFF;
  top: 6px;
  transform: translate(6px, 10px);
  background: transparent;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #6C6A72;
  padding: 0 20px 20px 20px;
}

.faq-section-pricing-page {
  margin-top: 100px;
  background-color: #131320;
  padding: 90px 0;
}

.introduction-faq .accordion {
  margin-top: 24px;
}

/*----------------------------------------------------*/
.cta-section {
  overflow: hidden;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.cta-section::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/cta-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-section .cta-card {
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(#0d1117, #0d1117) padding-box, linear-gradient(111.2deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.08) 27.46%, rgba(255, 255, 255, 0.4) 89.37%) border-box;
  padding: 0 85px;
  position: relative;
  z-index: 1;
}
.cta-section .cta-card::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 65%;
  top: 0;
  z-index: -1;
}
.cta-section .cta-card .cta-title-heading {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.cta-section .cta-card .cta-pragraph {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #6B7280;
  margin-top: 10px;
}
.cta-section .cta-card .cta-card-btn {
  margin-top: 30px;
}
.cta-section .cta-card .cta-card-btn .schedule {
  margin-left: 28px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.cta-img {
  display: inline-block;
  animation: smoothMove 4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

/*----------------------------------------------------*/
.footer-area {
  overflow: hidden;
  margin-top: 110px;
}
.footer-area .footer-widget .footer-logo img {
  width: 172px;
  height: 40px;
}
.footer-area .footer-widget p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 13px;
  max-width: 472px;
}
.footer-area .footer-widget .newsletter-box {
  margin-top: 25px;
  max-width: 75%;
}
.footer-area .footer-widget .newsletter-box .form-control {
  background-color: #181818 !important;
  border: 0;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  padding-left: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #DDDDDD;
  outline: none !important;
  box-shadow: none;
}
.footer-area .footer-widget .newsletter-box .form-control::placeholder {
  color: #DDDDDD;
}
.footer-area .footer-widget .newsletter-box .btn-link {
  top: 10px;
  right: 10px;
}

.custom-agree-checkbox {
  margin-top: 26px;
}
.custom-agree-checkbox .agree {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #DDDDDD;
}

.custom-agree-checkbox .cursor-pointer {
  cursor: pointer;
  user-select: none;
}

.custom-indicator {
  width: 20px;
  height: 20px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.custom-agree-checkbox input:checked + .custom-indicator::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4A76FD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(74, 118, 253, 0.5);
}

.custom-agree-checkbox:hover .custom-indicator {
  border-color: #4A76FD;
}

.play-store {
  margin-top: 30px;
  display: flex;
}
.play-store a {
  margin-right: 15px;
  display: inline-block;
}
.play-store a:last-child {
  margin-right: 0;
}
.play-store a img {
  width: 175px;
  height: 50px;
}

.footer-card-item h6 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer-card-item .footer-links {
  margin-top: 23px;
}
.footer-card-item .footer-links li a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  color: #8D8F96;
}
.footer-card-item .footer-links li a:hover {
  color: var(--clr-primary);
}

.quick-link li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.social-links li {
  margin-left: 10px;
}
.social-links li:first-child {
  margin-left: 0;
}
.social-links li a {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-color: #FFFFFF0F;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  display: list-item;
  border: 0.1px solid rgba(72, 117, 255, 0.4);
}
.social-links li a svg {
  fill: #9497A3;
}
.social-links li a:hover {
  background-color: var(--clr-primary);
}
.social-links li a:hover svg {
  fill: #fff;
}

.border-secondary {
  margin: 80px 0 30px 0;
}

.media {
  padding-bottom: 20px;
}

.product-page-footer {
  background-color: #131320;
  padding-top: 100px;
}

/*----------------------------------------------------*/
.features-section {
  overflow: hidden;
  padding: 0 50px;
}
.features-section .frist-card {
  border-left-color: transparent !important;
}
.features-section .p-0 {
  padding: 0 !important;
}
.features-section .feature-card {
  padding: 30px 25px;
  text-align: left;
  cursor: pointer;
  transition: 0.5s;
  border-left: 1px solid #11282B;
  position: relative;
  z-index: 1;
}
.features-section .feature-card .icon-box {
  margin-bottom: 15px;
}
.features-section .feature-card h3 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.features-section .feature-card p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-transform: lowercase;
  color: #767D89;
  margin-top: 15px;
}
.features-section .feature-card:hover {
  background-image: url(../images/Home-2/future-card-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1.5px solid #4875FF !important;
}
.features-section .feature-card:hover::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.1) 17.93%, rgba(255, 255, 255, 0.025) 81.51%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.features-section .frist-card:hover {
  border-left-color: #4875FF !important;
}

.responsive-features-section {
  display: none !important;
}
.responsive-features-section .responsive-features .responsive-features-items img {
  width: 55px;
  height: 55px;
}

/*----------------------------------------------------*/
.billing-section {
  overflow: hidden;
  margin-top: 90px;
}
.billing-section .heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 79px;
  text-transform: capitalize;
  color: #C2C2C2;
  margin-bottom: 35px;
}
.billing-section .heading span {
  color: #FFFFFF !important;
}
.billing-section .nav-pills {
  background-color: #0F1421;
  border-radius: 40px;
  padding: 11px 0;
}
.billing-section .nav-pills .nav-item .nav-link {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 10px 40px;
  border-radius: 40px;
}
.billing-section .nav-pills .nav-item .active {
  background-color: var(--clr-primary) !important;
}
.billing-section .tab-content {
  margin-top: 20px;
}
.billing-section .tab-content .laptop-mockup {
  position: relative;
  z-index: 1;
}
.billing-section .tab-content .laptop-mockup::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/Home-2/billing-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 10%;
  left: 0%;
  z-index: -1;
}
.billing-section .tab-content .inventory span {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.billing-section .tab-content .inventory h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 79px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.billing-section .tab-content .inventory p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 10px;
}
.billing-section .tab-content .inventory .list-unstyled {
  margin-top: 23px;
}
.billing-section .tab-content .inventory .list-unstyled li {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  color: #FFFFFF;
}
.billing-section .tab-content .inventory .list-unstyled li:first-child {
  margin-top: 0;
}
.billing-section .tab-content .inventory .btn-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: var(--clr-primary);
  margin-top: 40px;
  display: inline-block;
}

/*----------------------------------------------------*/
.business-needs {
  padding: 130px 0 65px 0;
  background-image: url(../images/Home-2/business-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.business-needs::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/Home-2/gradient.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 654px;
  bottom: -2%;
  left: -25px;
  z-index: -1;
}
.business-needs .header-content h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  text-transform: capitalize;
  color: #FFFFFF;
  max-width: 923px;
  margin: 0 auto;
}
.business-needs .header-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 20px;
}
.business-needs .category {
  margin-top: 40px;
}
.business-needs .category-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.business-needs .category-card::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 101%;
  background: linear-gradient(180deg, rgba(31, 22, 61, 0) 0%, #1f163f 100%);
  opacity: 0;
  z-index: 0;
  transition: all 0.4s ease-out 0s;
}
.business-needs .category-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
.business-needs .category-card .card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  transition: all 0.3s ease;
}
.business-needs .category-card .overlay-text {
  text-align: center;
  width: 100%;
  transform: translateY(15px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.business-needs .category-card .overlay-text .small-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.81);
}
.business-needs .category-card .overlay-text h4 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 3px;
}
.business-needs .category-card:hover::after {
  opacity: 1;
}
.business-needs .category-card:hover .card-overlay {
  z-index: 1;
}
.business-needs .category-card:hover .overlay-text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.business-needs .owl-nav {
  display: block !important;
  margin-top: 33px;
}
.business-needs .owl-nav button {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px !important;
  border: 2px solid #FFFFFF29 !important;
  color: #FFFFFF;
}
.business-needs .owl-nav button:hover {
  background-color: var(--clr-primary);
  border: 0 !important;
}
.business-needs .owl-nav .owl-prev {
  margin-right: 10px;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

.business-container {
  max-width: 1181px;
  margin: 0 auto;
}

/*----------------------------------------------------*/
.empower-section {
  overflow: hidden;
  margin-top: 80px;
}
.empower-section .header-content {
  margin-bottom: 120px;
}
.empower-section .header-content h1 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.empower-section .header-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 15px;
}

.empower-section {
  overflow: hidden;
  padding-bottom: 50px;
}
.empower-section .custom-grid-container {
  position: relative;
  padding: 20px 0 20px 0;
}
.empower-section .custom-grid-container .content .img-fluid {
  height: 448px;
  object-fit: contain;
}
.empower-section .custom-grid-container .content .manage {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 40px;
}
.empower-section .custom-grid-container .content .btn-link {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: var(--clr-primary);
  margin-top: 20px;
  display: inline-block;
}
.empower-section .custom-grid-container .line-horizontal {
  position: absolute;
  left: -25vh;
  right: -30vh;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.86%, rgba(229, 227, 227, 0.5) 13.03%, rgba(230, 227, 227, 0.5) 50%, rgba(229, 227, 227, 0) 94%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.empower-section .custom-grid-container .line-horizontal.top {
  top: 1px;
}
.empower-section .custom-grid-container .line-horizontal.bottom {
  bottom: 1px;
}
.empower-section .custom-grid-container .line-vertical.middle {
  position: absolute;
  top: -12vh;
  bottom: -30vh;
  left: 52%;
  width: 1px;
  background: linear-gradient(180deg, #02090a 0%, #d5d5d8 11%, #d5d5d8 53.5%, #02090a 91%, black 100%);
  z-index: 0;
}
.empower-section .custom-grid-container .line-horizontal-left {
  position: absolute;
  top: -12vh;
  bottom: -30vh;
  left: 0%;
  width: 1px;
  background: linear-gradient(180deg, #02090a 0%, #d5d5d8 11%, #d5d5d8 53.5%, #02090a 91%, black 100%);
  z-index: 0;
}
.empower-section .custom-grid-container .line-horizontal-right {
  position: absolute;
  top: -12vh;
  bottom: -30vh;
  right: 0%;
  width: 1px;
  background: linear-gradient(180deg, #02090a 0%, #d5d5d8 11%, #d5d5d8 53.5%, #02090a 91%, black 100%);
  z-index: 0;
}
.empower-section .custom-grid-container .grid-item {
  position: relative;
}
.empower-section .mobile-box {
  display: block;
  background-image: url(../images/Home-2/mobile-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.empower-section .btn-link {
  color: #3d5afe;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #3d5afe;
  padding-bottom: 2px;
}
.empower-section .btn-link:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/*----------------------------------------------------*/
.store-preview {
  margin-top: 70px;
  position: relative;
}
.store-preview .heading-title {
  margin-bottom: 40px;
}
.store-preview .heading-title h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.store-preview .heading-title p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  max-width: 630px;
  margin: 0 auto;
}
.store-preview .previews img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*----------------------------------------------------*/
.features-section-two {
  margin-top: 80px;
}
.features-section-two .main-title {
  max-width: 840px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .features-section-two .main-title {
    font-size: 2rem;
  }
}

.glass-card {
  position: relative;
  border-radius: 20px;
  width: 345px;
  padding: 14px 35px 30px 35px;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.1) 17.93%, rgba(255, 255, 255, 0.025) 81.51%);
  backdrop-filter: blur(15px);
}
.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(111.2deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.08) 27.46%, rgba(255, 255, 255, 0.05) 55.43%, rgba(255, 255, 255, 0.4) 89.37%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask-composite: exclude;
  z-index: -1;
}
.glass-card::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/Home-2/feature-nav-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.glass-card .feature-nav li {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 57px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0 20px 0 25px;
  margin-top: 10px;
}
.glass-card .feature-nav li:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
.glass-card .feature-nav li.active {
  color: white;
  box-shadow: 0px 0px 1px 0px #5956E91A;
  box-shadow: 0px 2px 2px -1px #5956E926;
}

.preview-container .browser-mockup {
  overflow: hidden;
}
.preview-container .browser-mockup img {
  width: 100%;
  height: 410px;
  display: block;
  object-fit: contain;
}
.preview-container .feature-desc {
  max-width: 800px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 20px;
}

.features-section-two .feature-nav li {
  position: relative;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease;
  z-index: 1;
  overflow: visible !important;
}
.features-section-two .feature-nav li.active {
  background-color: var(--clr-primary);
}

@keyframes borderFill {
  0% {
    clip-path: inset(0 100% 100% 0);
  }

  25% {
    clip-path: inset(0 0 98% 0);
  }

  50% {
    clip-path: inset(0 0 0 98%);
  }

  75% {
    clip-path: inset(98% 0 0 0);
  }

  100% {
    clip-path: inset(0 98% 0 0);
  }
}
/*----------------------------------------------------*/
.products-section {
  overflow: hidden;
  margin-top: 80px;
  padding: 50px 40px 0 40px;
  background: linear-gradient(0deg, rgba(19, 19, 32, 0) 0%, #1d1d31 100%);
}
.products-section .products {
  margin-top: 45px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
.products-section .products .product-card {
  position: relative;
  border-radius: 20px;
  padding: 30px 15px 25px 15px;
  text-align: center;
  z-index: 1;
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.1) 17.93%, rgba(255, 255, 255, 0.025) 81.51%);
  backdrop-filter: blur(15px);
  border: 1px solid transparent;
  transition: all 0.3s;
}
.products-section .products .product-card:hover {
  border-color: #4875ff !important;
}
.products-section .products .product-card:hover::before {
  background: none;
}
.products-section .products .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(111.2deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.08) 27.46%, rgba(255, 255, 255, 0.05) 55.43%, rgba(255, 255, 255, 0.4) 89.37%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.products-section .products .product-card .card-body h5 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
}
.products-section .products .product-card .card-body .card-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 15px;
}
.products-section .products .product-card .card-body .image-wrapper {
  margin-top: 35px;
}
.products-section .products .product-card .card-body .image-wrapper img {
  height: 210px;
  width: 100%;
  object-fit: contain;
}

.product-section-two {
  overflow: hidden;
  margin-top: 80px;
}
.product-section-two .peoduct {
  margin-top: 40px;
}
.product-section-two .product-card {
  background-color: #121520;
  border-radius: 11px;
  padding: 30px 25px 25px 16px;
  border: 1px solid rgba(230, 230, 230, 0.7);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.product-section-two .product-card .badge-discount {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #4875FF;
  padding: 7px 20px 7px 15px;
  border-top-left-radius: 10.5px;
  border-bottom-right-radius: 10.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-section-two .product-card .product-img img {
  width: 248px;
  height: 248px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.product-section-two .product-card .product-info {
  margin-top: 20px;
}
.product-section-two .product-card .product-info h5 {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.product-section-two .product-card .product-info .rating {
  margin-top: 16px;
}
.product-section-two .product-card .product-info .rating i {
  color: #4875FF;
  font-size: 11px;
}
.product-section-two .product-card .product-info .rating .defolt-star {
  color: #D8D8D8;
}
.product-section-two .product-card .product-info .price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 14px;
}
.product-section-two .product-card::before, .product-section-two .product-card::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 11px;
}
.product-section-two .product-card::before {
  top: 0;
  left: 0;
}
.product-section-two .product-card::after {
  bottom: 0;
  right: 0;
}
.product-section-two .product-card:hover {
  box-shadow: 0px 4px 14px 0px #0000000F;
  border-color: transparent;
  border-radius: 11px;
}
.product-section-two .product-card:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #4875FF;
  border-right-color: #4875FF;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.product-section-two .product-card:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #4875FF;
  border-left-color: #4875FF;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.mb-30 {
  margin-bottom: 30px;
}

.product-page-section {
  overflow: hidden;
  margin-top: 80px;
}
.product-page-section .filter-card {
  background-color: #131320;
  box-shadow: 0px 4px 21px 0px #00000014;
  border-radius: 9px;
  padding: 23px 28px 50px 30px;
}
.product-page-section .filter-card .section-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  border-left: 2px solid #2353F5;
  padding-left: 2px;
}
.product-page-section .filter-card .category-list {
  margin-top: 20px;
}
.product-page-section .filter-card .category-list li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 42px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.product-page-section .filter-card .border-secondary {
  margin: 25px 0 30px 0;
  border-color: #D9D9D9 !important;
}
.product-page-section .filter-card .range-container {
  margin-top: 15px;
}
.product-page-section .filter-card .range-container .custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #E3E5F1;
  border-radius: 5px;
  outline: none;
  background-color: #4875FF;
}
.product-page-section .filter-card .range-container .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 24px;
  background: #1A0B49;
  border: 2px solid #4875FF;
  border-radius: 17px;
  cursor: pointer;
}
.product-page-section .filter-card .range-container .price-input {
  background: #8E84AD17;
  border: 1px solid #EBECF121;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #D0D9E4;
  padding: 7px 15px;
  height: 40px;
  outline: none;
}
.product-page-section .filter-card .range-container .frist-input {
  width: 80px;
}
.product-page-section .filter-card .range-container .secend-input {
  width: 84px;
}
.product-page-section .filter-card .range-container .separator {
  color: #D9D9D9;
  font-size: 14px;
}
.product-page-section .filter-card .range-container .btn-arrow {
  background: #8E84AD17;
  border: 1px solid #EBECF121;
  border-radius: 4px;
  width: 48px;
  height: 40px;
  color: #FFFFFF;
}
.product-page-section .search-bar-wrapper {
  background-color: #131320;
  border-radius: 12px;
  padding: 10px 30px 10px 20px;
}
.product-page-section .search-bar-wrapper .showing {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.product-page-section .search-bar-wrapper .showing b {
  margin: 0 4px;
}
.product-page-section .search-bar-wrapper .search-input-group {
  position: relative;
}
.product-page-section .search-bar-wrapper .search-input-group .search-input {
  background-color: #FFFFFF26;
  border: 1px solid #EDEEF324;
  width: 570px;
  height: 52px;
  border-radius: 41px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: none;
  outline: none;
}
.product-page-section .search-bar-wrapper .search-input-group .search-input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.product-page-section .search-bar-wrapper .search-input-group .search-icon {
  position: absolute;
  top: 12px;
  right: 25px;
}
.product-page-section .search-bar-wrapper .grid-icons {
  cursor: pointer;
}
.product-page-section .product-section-two {
  margin: 0;
}
.product-page-section .product-section-two .peoduct {
  margin-top: 30px;
}
.product-page-section .product-section-two .peoduct .product-card {
  padding: 25px 15px 25px 16px;
}
.product-page-section .product-section-two .peoduct .product-card .product-img img {
  width: 172px;
  height: 188px;
}

.pagination .page-link {
  background-color: #121520;
  border: 1.5px solid #F3F4F61F;
  border-radius: 5px;
  width: 55px;
  height: 51px;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 51px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}
.pagination .page-link:hover {
  background-color: #4875FF;
  color: #fff;
}
.pagination .active .page-link {
  background-color: var(--clr-primary);
}

.productresponsive-part.owl-carousel {
  display: none !important;
}

.product-title .heading-title .all-view-btn {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #4875FF;
  display: none;
}

/*----------------------------------------------------*/
.modules-section {
  margin-top: 80px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(19, 19, 32, 0) 0%, #131320 100%);
  padding-bottom: 80px;
}
.modules-section .section-title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.modules-section .mb-30 {
  margin-bottom: 30px;
}
.modules-section .modules {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.modules-section .module-card {
  background: #A798FF0F;
  border-radius: 10px;
  position: relative;
  align-items: center;
  padding: 44px 14px 35px 10px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #FFFFFF3D;
  transition: transform 0.3s ease;
}
.modules-section .module-card .card-content {
  z-index: 2;
}
.modules-section .module-card .card-content img {
  width: 38px;
  height: 38px;
}
.modules-section .module-card .card-content .module-name {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 20px;
}
.modules-section .module-card::before, .modules-section .module-card::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 10px;
}
.modules-section .module-card::before {
  top: 0;
  left: 0;
}
.modules-section .module-card::after {
  bottom: 0;
  right: 0;
}
.modules-section .module-card:hover {
  transform: translateY(-5px);
  border: 0;
}
.modules-section .module-card:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #4875FF;
  border-right-color: #4875FF;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.modules-section .module-card:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #4875FF;
  border-left-color: #4875FF;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

/*----------------------------------------------------*/
@use "sass:math";
.gateway-section {
  margin-top: 80px;
}
.gateway-section .divider-text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.gateway-section .divider-text::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFFFFF54;
  width: 100%;
  height: 1px;
  top: 47px;
  left: 0;
  z-index: -1;
}
.gateway-section .divider-text .trusted {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 93px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #02090A;
  padding: 0 15px;
  margin-bottom: 40px;
  display: inline-block;
}
.gateway-section .gateway-card {
  background-color: #11111D;
  border: 1px solid #FFFFFF2B;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  transition: 0.3s;
}
.gateway-section .gateway-card img {
  max-height: 30px;
  transition: 0.3s;
}
.gateway-section .gateway-card:hover {
  border-color: #3d5afe;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.payment-slider-left {
  margin-bottom: 30px;
}

.payment-slider-left, .payment-slider-right {
  overflow: hidden;
}
.payment-slider-left .swiper-wrapper, .payment-slider-right .swiper-wrapper {
  transition-timing-function: linear !important;
}
.payment-slider-left .swiper-slide, .payment-slider-right .swiper-slide {
  height: auto;
}

/*----------------------------------------------------*/
.pricing-section {
  margin-top: 80px;
  overflow: hidden;
}
.pricing-section .pricing-toggle {
  margin-top: 20px;
  padding: 8px 10px;
  background: #FFFFFF0F;
  border: 0.89px solid #F3F3F733;
  backdrop-filter: blur(35.55555px);
  border-radius: 28.44px;
  margin-bottom: 80px;
}
.pricing-section .pricing-toggle .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12.4444px;
  line-height: 20px;
  letter-spacing: -0.426667px;
  color: #FFFFFF;
  display: inline-block;
  border: 0;
  border-radius: 28.44px;
}
.pricing-section .pricing-toggle .active {
  background-color: var(--clr-primary);
  border-radius: 21.33px;
  display: inline-block;
}
.pricing-section .pricing-wrapper {
  border: 1px solid #FFFFFF3D;
  margin-bottom: 27px;
}
.pricing-section .pricing-card {
  padding: 40px 20px 40px 37px;
  height: 100%;
  border: 1px solid transparent;
  border-right: 1px solid #3F4445;
  position: relative;
  transition: transform 0.3s ease;
}
.pricing-section .pricing-card:hover {
  border-right-color: transparent;
  border: 1px solid var(--clr-primary) !important;
}
.pricing-section .pricing-card.featured {
  background-color: #081021;
  border: 1px solid var(--clr-primary);
  z-index: 2;
  transform: scale(1.05);
  border-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pricing-section .pricing-card.featured .popular-tag {
  background-color: var(--clr-primary);
  border: 1px solid var(--clr-primary) !important;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 15px 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: absolute;
  top: -40px;
  left: -1px;
  right: -1px;
  width: 100%;
  box-sizing: content-box;
}
.pricing-section .pricing-card .plan-label {
  background: #F1F1F1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14.7708px;
  line-height: 28px;
  color: #000B33;
  padding: 3px 14px;
  border-radius: 5.54px;
}
.pricing-section .pricing-card .save-badge {
  margin-left: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #0DC84C;
}
.pricing-section .pricing-card .description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14.7708px;
  line-height: 18px;
  color: #FFFFFF;
  margin-top: 15px;
}
.pricing-section .pricing-card .price {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 66.4684px;
  line-height: 73px;
  letter-spacing: -0.461586px;
  color: #FFFFFF;
  border-top: 1px solid #D9D9D930;
  margin-top: 30px;
  padding-top: 30px;
}
.pricing-section .pricing-card .price span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: -0.213333px;
  color: #FFFFFF;
}
.pricing-section .pricing-card .price .old-price {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: -0.213333px;
  text-decoration-line: line-through;
  color: #FFFFFF;
}
.pricing-section .pricing-card .price .save {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4875FF;
  background-color: #4875FF42;
  padding: 0 5px;
  border-radius: 3.69px;
}
.pricing-section .pricing-card .plan-type {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14.7708px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 24px;
}
.pricing-section .pricing-card hr {
  border: 0.92px solid #001C80;
  margin: 0;
}
.pricing-section .pricing-card .features {
  margin-top: 25px;
}
.pricing-section .pricing-card .features li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.pricing-section .pricing-card .features li:last-child {
  margin-bottom: 0;
}
.pricing-section .pricing-card .features li span {
  margin-right: 10px;
}
.pricing-section .pricing-card .features li .new-one {
  margin-left: 5px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #DF0D72;
  background-color: #FFB8DA;
  padding: 0 5px;
  border-radius: 3.69px;
}
.pricing-section .pricing-card .features li .new-two {
  margin-left: 5px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1AA703;
  background-color: #C9FAD6;
  padding: 0 5px;
  border-radius: 3.69px;
}
.pricing-section .pricing-card .features li .new-three {
  margin-left: 5px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2B61C7;
  background-color: #C9DAFA;
  padding: 0 5px;
  border-radius: 3.69px;
}
.pricing-section .pricing-card .start-free-btn {
  margin-top: 30px;
  display: block;
  background-color: #4875FF40;
  text-align: center;
  padding: 12px;
  border-radius: 27.69px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.pricing-section .pricing-card .start-free-btn:hover {
  background-color: #4875ff;
}
.pricing-section .pricing-card .no-credit {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12.9244px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .pricing-card {
    border-right: none;
    transform: none !important;
  }
}
.pricing-page-section {
  margin-top: 70px;
}

/*----------------------------------------------------*/
.partners-section {
  margin-top: 90px;
  padding: 90px 0;
  background-color: #131320;
}
.partners-section .heading-pragraph {
  margin-bottom: 35px;
}
.partners-section .partners-left-border {
  border-left: 1px solid #FFFFFF26;
}
.partners-section .partner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 2rem;
  border-top: 1px solid #FFFFFF26;
  border-bottom: 1px solid #FFFFFF26;
  border-right: 1px solid #FFFFFF26;
}
.partners-section .secend-row .partner-box {
  border-top: 0;
}

/*----------------------------------------------------*/
.policy-section {
  overflow: hidden;
  margin-top: 120px;
  background-color: #131320;
  padding: 80px 0;
}
.policy-section .policy-img {
  width: 422px;
  height: 422px;
}
.policy-section .policy-contain h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  color: #FFFFFF;
}
.policy-section .policy-contain p {
  margin-top: 37px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.policy-section .policy-contain .payment-methods p {
  margin-top: 40px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 23px !important;
  letter-spacing: -0.213333px !important;
  color: #FFFFFF !important;
}
.policy-section .policy-contain .payment-methods .bank-card {
  margin-top: 23px;
}

.policy-section-pricing-page {
  margin-top: 80px;
}

/*----------------------------------------------------*/
.product-details-section {
  overflow: hidden;
  margin-top: 50px;
}
.product-details-section .main-img-box {
  background-color: #121520;
  padding: 50px 52px 46px 35px;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
.product-details-section .main-img-box img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
.product-details-section .main-img-box .zoom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4875FF;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.product-details-section .thumb-list {
  margin-top: 30px;
  display: flex;
  gap: 38px;
}
.product-details-section .thumb-list img {
  width: 130px;
  height: 130px;
  border: 1px solid #EAEAEA54;
  padding: 5px;
  cursor: pointer;
}
.product-details-section .thumb-list img.active {
  background-color: #121520;
}
.product-details-section .discount {
  display: flex;
  align-items: center;
}
.product-details-section .discount .discount-badge {
  background-color: #FF1B1B;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 4px 8px 1px 6px;
  border-radius: 3px;
  margin-right: 20px;
}
.product-details-section .discount .star li {
  display: inline-block;
  color: #FFB936;
}
.product-details-section .discount .star .active {
  color: #5C5C5B;
}
.product-details-section .discount .reviews {
  margin-left: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.product-details-section h1 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 12px;
}
.product-details-section p {
  margin-top: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #858997;
}
.product-details-section .price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
}
.product-details-section .price del {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #D12525;
  margin-left: 12px;
}
.product-details-section .model {
  margin-top: 20px;
  padding-left: 20px;
}
.product-details-section .model li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #CEE1DE;
  list-style: disc;
}
.product-details-section .quantity-group {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.product-details-section .quantity-group span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #CEE2DE;
}
.product-details-section .quantity-group .qty-control {
  margin-left: 20px;
  border: 1px solid #A3A3A3;
  border-radius: 6px;
  width: 160px;
  height: 55px;
  line-height: 55px;
}
.product-details-section .quantity-group .qty-control button {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 23px;
  color: #FFFFFF;
  width: 50px;
}
.product-details-section .quantity-group .qty-control .qty-input {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  width: 50px;
  text-align: center;
  outline: none;
}
.product-details-section .btn-group {
  margin-top: 35px;
}
.product-details-section .btn-group .theme-btn {
  width: 247px;
  border: 0;
}
.product-details-section .btn-group .border-btn {
  border: 1px solid #4875FF;
  background-color: transparent;
  border-radius: 30px;
  width: 247px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 20px;
}

.product-details-section-nav-tabs {
  margin-top: 100px;
  background-color: #131320;
  padding: 100px 0;
  overflow: hidden;
}
.product-details-section-nav-tabs .nav-tabs {
  margin-bottom: 40px;
  border: 0;
}
.product-details-section-nav-tabs .nav-tabs .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 20px;
  border: 0;
}
.product-details-section-nav-tabs .nav-tabs .active {
  background: linear-gradient(180deg, rgba(245, 239, 255, 0.12) 0%, rgba(218, 199, 252, 0.03) 100%) !important;
  border: 0;
  border-bottom: 2px solid #4875FF;
  border-radius: 0;
}
.product-details-section-nav-tabs .tab-content .tab-pane .heading {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 56px;
  color: #FFFFFF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .text-pragraph {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #E5E5E5;
}
.product-details-section-nav-tabs .tab-content .tab-pane .more-details {
  margin-top: 60px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .more-details a {
  color: #fff;
  text-decoration: underline;
}
.product-details-section-nav-tabs .tab-content .tab-pane .detail-list {
  margin-top: 20px;
  padding-left: 20px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .detail-list li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
  list-style: disc;
}
.product-details-section-nav-tabs .tab-content .tab-pane .detail-list li a {
  color: #4875FF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card {
  border: 1px solid #EAEAEA;
  max-width: 840px;
  border-radius: 6px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-header {
  background-color: #151A2A;
  padding: 16px 20px;
  border-radius: 6px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-header .review-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-header .stars {
  margin-top: 2px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-header .stars ul li {
  color: #FFB805;
  display: inline-block;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-header .right-side .howard {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-header .right-side small {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #AFABAB;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .review-text {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #C3C9D5;
  padding: 0 20px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .admin-reply {
  margin-top: 24px;
  padding: 16px 20px;
  background-color: #151A2A;
  padding-bottom: 50px;
  border-radius: 6px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .admin-reply .logo img {
  width: 123px;
  height: 44px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .admin-reply .reply {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #C3C9D5;
  margin-top: 16px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .review-card .admin-reply .thanks {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #C3C9D5;
  margin-top: 30px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .card-quality {
  margin-top: 25px;
  background-color: #151A2A;
}
.product-details-section-nav-tabs .tab-content .tab-pane .card-quality .arlene {
  padding-right: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #4875FF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .card-quality .cooper {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  padding-right: 20px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container {
  margin-top: 75px;
  background-color: #151A2A;
  max-width: 840px;
  padding: 60px 30px 55px 50px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .rating {
  display: flex;
  align-items: center;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .rating ul {
  margin-left: 30px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .rating ul li {
  display: inline-block;
  color: #FFB805;
  font-size: 18px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .rating ul .active {
  color: #F3EDE0;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .text-area {
  margin-top: 50px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .text-area .form-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .text-area .custom-input {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #F4F4F4;
  color: #fff;
  border-radius: 7px;
  height: 140px;
  width: 100%;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .form-check {
  margin-top: 35px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .form-check .form-check-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #DDE0E3;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .preview-btn {
  margin-top: 34px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .preview-btn .theme-btn {
  width: 210px;
  border: 0;
  border-radius: 6px;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .preview-btn .cancel-btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 15px 50px;
  border-radius: 6px;
  border-color: transparent;
  transition: all 0.5s;
}
.product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .preview-btn .cancel-btn:hover {
  border: 1px solid var(--clr-primary);
}

.product-section-two-details-page {
  margin-top: 90px;
}

#productDetails {
  position: relative;
  overflow: hidden;
}

#zoom-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 100;
  display: none;
  border: 1px solid rgba(234, 234, 234, 0.33);
  border-radius: 15px;
  background-repeat: no-repeat;
}

.img-zoom-lens {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #4875FF;
  background-image: url(../images/Home-2/mignify.png);
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  border-radius: 50%;
  z-index: 10;
  display: none;
  pointer-events: none;
}

/*----------------------------------------------------*/
.loging-modal .modal-dialog {
  max-width: 445px;
}
.loging-modal .modal-dialog .modal-content {
  background-color: #131320;
  border: 1px solid #E1E3E938;
  box-shadow: 0px 4px 30px 0px #A1ADAA08;
}
.loging-modal .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border: 0;
}
.loging-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 159%;
  color: #FFFFFF;
}
.loging-modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}
.loging-modal .modal-dialog .modal-content .modal-body .form-label {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  color: #FFFFFF;
}
.loging-modal .modal-dialog .modal-content .modal-body .password-label {
  margin-top: 25px;
}
.loging-modal .modal-dialog .modal-content .modal-body .from-input {
  background-color: #FFFFFF0F;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #FFFFFF;
  border: 0;
  box-shadow: none;
  outline: none;
  height: 50px;
  border-radius: 6px;
  padding-right: 47px;
}
.loging-modal .modal-dialog .modal-content .modal-body .from-input::placeholder {
  color: #FFFFFF;
}
.loging-modal .modal-dialog .modal-content .modal-body .password {
  position: relative;
}
.loging-modal .modal-dialog .modal-content .modal-body .password .password-i {
  position: absolute;
  top: 13px;
  right: 16px;
}
.loging-modal .modal-dialog .modal-content .modal-body .loging-btn {
  margin-top: 25px;
  border: 1px solid transparent;
  display: block;
  text-align: center;
  line-height: 50px;
}
.loging-modal .modal-dialog .modal-content .modal-body .loging-btn:hover {
  background-color: transparent;
  border-color: #4875FF;
}
.loging-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  display: block;
  padding-top: 0px;
}
.loging-modal .modal-dialog .modal-content .modal-footer .account {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 18px;
}
.loging-modal .modal-dialog .modal-content .modal-footer .account a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #4875FF;
  margin-left: 14px;
}
.loging-modal .modal-dialog .modal-content .modal-footer .continue {
  margin-top: 40px;
}
.loging-modal .modal-dialog .modal-content .modal-footer .continue span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.loging-modal .modal-dialog .modal-content .modal-footer .modal-logo-btn {
  margin-top: 20px;
}

.modal-logo-btn .logo-btn {
  background-color: transparent;
  border: 1px solid #E9ECEF29;
  padding: 10px 16px 10px 10px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.modal-logo-btn .logo-btn img {
  margin-right: 7px;
}
.modal-logo-btn .logo-btn:hover {
  border-color: #4875FF;
}

/*----------------------------------------------------*/
.cart-section {
  overflow: hidden;
  margin-top: 80px;
}
.cart-section .product-items-details {
  background-color: #121520;
  border: 1px solid #EDEDED26;
}
.cart-section .product-items-details .table-responsive {
  margin-top: 0;
}
.cart-section .product-items-details .table-responsive .table thead {
  background-color: #1A1F32;
}
.cart-section .product-items-details .table-responsive .table thead tr th {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 22px 30px;
}
.cart-section .product-items-details .table-responsive .table tbody tr td {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 15px 15px 15px 15px;
}
.cart-section .product-items-details .table-responsive .table tbody tr td span {
  font-size: 18px;
}
.cart-section .product-items-details .table-responsive .table tbody tr td .product-img-wrapper img {
  max-width: 55px;
  object-fit: contain;
  height: 55px;
}
.cart-section .product-items-details .table-responsive .table tbody tr td .product-img-wrapper .remove-btn {
  position: absolute;
  top: 0;
  right: -10px;
}
.cart-section .product-items-details .table-responsive .table tbody tr td .quantity-control {
  width: 125px;
}
.cart-section .product-items-details .table-responsive .table tbody tr td .quantity-control button, .cart-section .product-items-details .table-responsive .table tbody tr td .quantity-control input {
  width: 42px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #EDEDED33;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  text-align: center;
  outline: none;
}
.cart-section .product-items-details .table-responsive .table tbody tr td .quantity-control input {
  background-color: #2E3346;
  border: 0;
}
.cart-section .product-items-details .table-responsive .table tbody tr td:first-child {
  min-width: 260px;
}
.cart-section .product-items-details .table-responsive .table tbody tr .dolar {
  font-size: 16px;
}
.cart-section .product-items-details .table-responsive .table tbody tr:last-child {
  border-color: transparent;
}
.cart-section .product-items-details .table-responsive .return-shop-btn {
  margin-top: 50px;
  margin-left: 20px;
  background-color: transparent;
  border: 1px solid #EDEDED2B;
  padding: 14px 25px;
  border-radius: 43px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.cart-section .product-items-details .cart-footer {
  border-top: 1px solid #EDEDED26;
  margin-top: 20px;
  padding: 35px 20px;
}
.cart-section .product-items-details .cart-footer h6 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.cart-section .product-items-details .cart-footer .coupon-box .form-control {
  width: 465px;
  background-color: #1A1F32;
  border: 1px solid #EDEDED30;
  box-shadow: none;
  outline: none;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.cart-section .product-items-details .cart-footer .coupon-box .form-control::placeholder {
  color: #FFFFFF;
}
.cart-section .cart-summary {
  background-color: #121520;
  border: 1px solid #F2F2F226;
  padding: 14px 14px 24px 14px;
}
.cart-section .cart-summary h4 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  border-bottom: 1px solid #2C303F;
  padding-bottom: 22px;
}
.cart-section .cart-summary .summary-contain {
  margin-top: 20px;
}
.cart-section .cart-summary .summary-contain .summary-item {
  border-bottom: 1px solid #2C303F;
  margin-bottom: 16px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-section .cart-summary .summary-contain .summary-item span {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cart-section .cart-summary .loging-btn {
  font-size: 14px;
  line-height: 50px;
  border-radius: 5px;
  border: 0;
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #fff;
}

/*----------------------------------------------------*/
.information-section {
  margin-top: 60px;
}
.information-section h2 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.information-section .input-group-custom {
  position: relative;
}
.information-section .input-group-custom .form-control {
  background-color: #121520;
  border: 1px solid #FFFFFF17;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #E4E9E8;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.information-section .input-group-custom .form-control::placeholder {
  color: #E4E9E8;
}
.information-section .input-group-custom .form-control:focus {
  box-shadow: none;
  border-color: #4875FF;
  color: white;
}
.information-section .input-group-custom textarea {
  height: 180px !important;
}
.information-section .input-group-custom svg {
  position: absolute;
  right: 15px;
  top: 20px;
}
.information-section .information-summary-card {
  background-color: #121520;
  border: 1px solid #484755;
  border-radius: 9px;
  padding: 30px 40px;
}
.information-section .information-summary-card .Subtotal {
  border: 1px solid #2C303F;
  padding: 15px 25px;
  margin-bottom: 26px;
  border-radius: 5px;
}
.information-section .information-summary-card .Subtotal span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.information-section .information-summary-card .Subtotal strong {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.information-section .information-summary-card .voucher-code {
  display: flex;
  border: 1px solid #2C303F;
  border-radius: 5px;
  margin-bottom: 20px;
}
.information-section .information-summary-card .voucher-code input {
  height: 47px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.information-section .information-summary-card .voucher-code input::placeholder {
  color: #FFFFFF;
}
.information-section .information-summary-card .voucher-code .apply-btn {
  background-color: var(--clr-primary);
  width: 136px;
  height: 47px;
  border: 0;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.information-section .information-summary-card .total-amount span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.information-section .information-summary-card .payment-methods {
  background-color: #FFFFFF0F;
  border-radius: 11px;
  padding: 20px 0 23px 30px;
  margin-top: 25px;
}
.information-section .information-summary-card .payment-methods .form-check {
  margin-bottom: 8px;
}
.information-section .information-summary-card .payment-methods .form-check:last-child {
  margin-bottom: 0;
}
.information-section .information-summary-card .payment-methods .form-check-input:checked {
  background-color: #4875FF;
  box-shadow: none;
  background-image: none;
  border: 0;
  outline: none;
}
.information-section .information-summary-card .payment-methods .form-check-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}
.information-section .loging-btn {
  margin-top: 35px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  height: 60px;
}
.information-section .loging-btn span {
  font-weight: 700;
}

/*----------------------------------------------------*/
.customer-dashboard {
  overflow: hidden;
  margin-top: 130px;
}
.customer-dashboard .user-profile-card {
  display: flex;
  align-items: center;
  background-color: #131320;
  padding: 24px;
  border-radius: 8px;
}
.customer-dashboard .user-profile-card .customer-profile img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.customer-dashboard .user-profile-card .right-side {
  margin-left: 24px;
  width: 100%;
}
.customer-dashboard .user-profile-card .right-side .details {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.customer-dashboard .user-profile-card .right-side .details .user-meta h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.customer-dashboard .user-profile-card .right-side .details .user-meta p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #B2B6BD;
  opacity: 0.9;
  margin-top: 10px;
}
.customer-dashboard .user-profile-card .right-side .details .right-side-btn .logout-btn {
  border: 1px solid #4875FF;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4875FF;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 4px;
}
.customer-dashboard .user-profile-card .right-side .total {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 24px;
}
.customer-dashboard .user-profile-card .right-side .total .stat-box {
  background-color: #FFFFFF1F;
  border-radius: 8px;
  padding: 10px 14px 12px 14px;
}
.customer-dashboard .user-profile-card .right-side .total .stat-box h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.customer-dashboard .user-profile-card .right-side .total .stat-box small {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-top: 10px;
  display: block;
}
.customer-dashboard .sidebar-card {
  padding: 24px;
  background-color: #131320;
  border-radius: 8px;
  height: 100%;
}
.customer-dashboard .sidebar-card .sidebar-item {
  cursor: pointer;
}
.customer-dashboard .sidebar-card .sidebar-item .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #CED2D8;
  padding: 12px 10px 12px 16px;
}
.customer-dashboard .sidebar-card .sidebar-item .nav-link svg {
  margin-right: 10px;
}
.customer-dashboard .sidebar-card .sidebar-item .nav-link i {
  float: right;
  margin-top: 5px;
}
.customer-dashboard .sidebar-card .sidebar-item .active {
  background-color: #F68A3D0D;
  border-radius: 4px;
  border-left: 4px solid #4875FF;
  color: #4875FF;
}
.customer-dashboard .content-card {
  background-color: #131320;
  border-radius: 8px;
}
.customer-dashboard .content-card .dashboard-tabs {
  border-bottom: 1px solid #EBEBEB;
}
.customer-dashboard .content-card .dashboard-tabs .nav-item .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-color: transparent;
  padding: 15px 16px;
}
.customer-dashboard .content-card .dashboard-tabs .nav-item .active {
  background-color: transparent;
  border-bottom: 1px solid #4875FF;
  color: #4875FF;
}

.deshbord-table {
  margin-top: 0 !important;
}
.deshbord-table .table thead {
  background-color: #1E1E30;
}
.deshbord-table .table thead tr th {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 0;
}
.deshbord-table .table tbody tr td {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 14px 10px;
}

.action-dropdown .action-dot-btn {
  border: 0;
  background-color: transparent;
  color: #FFFF;
}
.action-dropdown .dropdown-menu {
  background-color: #1E1E30;
  border: 1px solid #EAECF01A;
  padding: 8px 9px;
}
.action-dropdown .dropdown-menu li {
  margin-top: 8px;
}
.action-dropdown .dropdown-menu li:first-child {
  margin-top: 0;
}
.action-dropdown .dropdown-menu .dropdown-item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  display: block !important;
}
.action-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #FFFF;
}
.action-dropdown .dropdown-menu .dropdown-item svg {
  margin-right: 6px;
}

.status-badge {
  width: 100px;
  padding: 3px 0;
  border-radius: 3px;
  display: inline-block;
}

.pending {
  background-color: #F68A3D1A;
  border: 0.8px solid #F68A3D33;
  color: #F68A3D;
}

.confirmed {
  background-color: #5856D61A;
  border: 0.8px solid #5856D633;
  color: #5856D6;
}

.shipped {
  background-color: #AF52DE1A;
  border: 0.8px solid #AF52DE33;
  color: #AF52DE;
}

.delivered {
  background-color: #22A94E1A;
  border: 0.8px solid #22A94E33;
  color: #22A94E;
}

.cancelled {
  background-color: #FF3B301A;
  border: 0.8px solid #FF3B3033;
  color: #FF3B30;
}

.returned {
  background-color: #00C7BE1A;
  border: 0.8px solid #00C7BE33;
  color: #00C7BE;
}

.main-pagination {
  padding: 20px 24px 30px 24px;
}
.main-pagination .pagination .page-item {
  background-color: transparent;
  display: inline-block;
  margin-left: 8px;
}
.main-pagination .pagination .page-item .page-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #999999;
  background-color: #3B408F2B !important;
  border: 0.7px solid #EEEEF636;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 17px;
  align-content: center;
  border-radius: 5px;
  text-align: center;
}
.main-pagination .pagination .page-item .page-link svg {
  fill: #4B5563;
}
.main-pagination .pagination .page-item .page-link:hover {
  background-color: #4875FF !important;
  color: #ffff;
}
.main-pagination .pagination .page-item .page-link:hover svg {
  fill: #ffff;
}
.main-pagination .pagination .page-item .active {
  background-color: #4875FF !important;
  color: #fff;
}

.entries {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.entries strong {
  color: #FFFF;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto !important;
}

.table {
  width: 100%;
  white-space: nowrap;
}

/*----------------------------------------------------*/
.terms-condition-section {
  margin-top: 88px;
}
.terms-condition-section .terms-nav {
  background-color: #131320;
  padding: 24px 0;
}
.terms-condition-section .terms-nav .terms li {
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  color: #FFFFFF;
}
.terms-condition-section .terms-nav .terms li a {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  color: #FFFFFF;
}
.terms-condition-section .terms-nav .terms li a:hover {
  color: var(--clr-primary);
}
.terms-condition-section .terms-condition {
  padding-top: 50px;
}
.terms-condition-section .terms-condition h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
  line-height: 70px;
  color: #FFFFFF;
}
.terms-condition-section .terms-condition p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #E5E5E5;
}

/*----------------------------------------------------*/
.contact-section {
  overflow: hidden;
  margin-top: 40px;
}
.contact-section .contact-title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.contact-section .illustration-box {
  background-color: #131320;
  border-radius: 8px;
  padding: 90px 30px 90px 0px;
}
.contact-section .illustration-box .contact-img {
  width: 100%;
  height: auto;
}
.contact-section .contact-form label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.contact-section .contact-form input {
  background-color: #131320;
  border: 1px solid #FFFFFF4D;
  box-shadow: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 48px;
  border-radius: 4px;
}
.contact-section .contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.contact-section .contact-form textarea {
  background-color: #131320;
  border: 1px solid #FFFFFF4D;
  box-shadow: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.contact-section .contact-form .continue-btn {
  background-color: var(--clr-primary);
  border: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 16px 28px;
  border-radius: 8px;
}
.contact-section .contact-form .continue-btn svg {
  margin-left: 12px;
}

/*----------------------------------------------------*/
.documentation-section {
  margin-top: 40px;
}
.documentation-section .documentation-search-bar {
  text-align: center;
}
.documentation-section .documentation-search-bar .search {
  width: 850px;
  height: 52px;
  background-color: #1A1F32;
  border: 0;
  outline: none;
  border-radius: 4px;
  padding: 0 50px 0 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.documentation-section .documentation-search-bar .search::placeholder {
  color: #FFFFFF8A;
}
.documentation-section .documentation-search-bar .search-icon {
  width: 44px;
  height: 44px;
  background-color: var(--clr-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 6px;
}
.documentation-section .documentation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.documentation-section .documentation .documentation-item h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF40;
  margin-bottom: 10px;
}
.documentation-section .documentation .documentation-item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.85;
  padding: 10px 8px;
  transition: all 0.5s;
  border-radius: 4px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.documentation-section .documentation .documentation-item ul li a i {
  font-size: 14px;
}
.documentation-section .documentation .documentation-item ul li a:hover {
  background-color: #121520;
  color: var(--clr-primary);
}
.documentation-section .documentation .documentation-item .more-btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: var(--clr-primary);
  display: inline-block;
  margin-top: 10px;
}
.documentation-section .documentation .documentation-item .more-btn i {
  transition: all 0.5s ease;
}
.documentation-section .documentation .documentation-item .more-btn:hover i {
  margin-left: 5px;
}
.documentation-section .documentation-two {
  margin-top: 24px;
}

.no-luck-part {
  margin-top: 100px;
}
.no-luck-part .no-luck {
  text-align: center;
  background-color: #131320;
  padding: 30px 10px;
  border-radius: 12px;
}
.no-luck-part .no-luck h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.no-luck-part .no-luck p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.85;
  margin-top: 8px;
}
.no-luck-part .no-luck a {
  background-color: #4875FF;
  padding: 13px 24px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  border-radius: 6px;
  margin-top: 20px;
}

/*----------------------------------------------------*/
.introduction-section {
  margin-top: 40px;
  overflow: hidden;
}
.introduction-section .introduction-left .introduction-list h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.introduction-section .introduction-left .introduction-list p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.85;
  margin-bottom: 24px;
}
.introduction-section .introduction-left .introduction-list p a {
  text-decoration-line: underline;
  color: #4875FF;
}
.introduction-section .introduction-left .introduction-list ul {
  margin-left: 20px;
  margin-bottom: 24px;
}
.introduction-section .introduction-left .introduction-list ul li {
  list-style: disc;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.85;
}
.introduction-section .introduction-left .introduction-list img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.introduction-section .introduction-left .faq-section {
  margin-top: 40px;
}
.introduction-section .introduction-left .faq-section .section-header {
  border-top: 1px solid #FFFFFF47;
  padding-top: 24px;
}
.introduction-section .introduction-left .faq-section .section-header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.introduction-section .introduction-left .faq-section .accordion-header .accordion-button {
  font-weight: 500;
}
.introduction-section .introduction-left .faq-section .accordion-body {
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.introduction-section .introduction-left .documentation-helpful {
  margin-top: 24px;
  text-align: center;
}
.introduction-section .introduction-left .documentation-helpful h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.introduction-section .introduction-left .documentation-helpful .helpful-btn {
  margin-top: 20px;
}
.introduction-section .introduction-left .documentation-helpful .helpful-btn a {
  padding: 13px 45px;
  border: 1px solid #D1D5DB80;
  display: inline-block;
  border-radius: 8px;
  margin-left: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.introduction-section .introduction-left .documentation-helpful .helpful-btn a:first-child {
  margin: 0;
}
.introduction-section .introduction-left .documentation-helpful .helpful-btn a:hover {
  border-color: var(--clr-primary);
  color: var(--clr-primary);
}
.introduction-section .introduction-left .documentation-helpful p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 20px;
}
.introduction-section .introduction-left .no-luck-part {
  margin-top: 70px;
}
.introduction-section .introduction-right .documentation-section {
  margin-top: 0;
}
.introduction-section .introduction-right .documentation-section .documentation-search-bar .search {
  width: 100%;
}
.introduction-section .introduction-right .articles-section {
  border: 1px solid #E5E7EB4D;
  margin-top: 15px;
  border-radius: 6px;
}
.introduction-section .introduction-right .articles-section .header {
  padding: 16px 16px 10px 16px;
}
.introduction-section .introduction-right .articles-section .header h2 {
  border-bottom: 1px solid #D9D9D952;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 16px;
}
.introduction-section .introduction-right .articles-section .articles-content {
  border-bottom: 1px solid #D9D9D933;
  padding: 0 16px 24px 16px;
}
.introduction-section .introduction-right .articles-section .articles-content ul li a {
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.85;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.introduction-section .introduction-right .articles-section .articles-content ul li a:hover {
  background-color: #121520;
  color: var(--clr-primary);
}
.introduction-section .introduction-right .articles-section .faq-questions {
  padding: 16px 16px 24px 16px;
}
.introduction-section .introduction-right .articles-section .faq-questions h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  border-bottom: 1px solid #D9D9D933;
  padding-bottom: 16px;
}
.introduction-section .introduction-right .articles-section .faq-questions ul {
  margin-top: 10px;
}
.introduction-section .introduction-right .articles-section .faq-questions ul li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.85;
  padding: 10px 0;
}

/*----------------------------------------------------*/
.filter-section {
  overflow: hidden;
  margin-top: 30px;
}
.filter-section .filter-group .filter-btn {
  border: 1px solid #6B728080;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.filter-section .filter-group .filter-btn:hover {
  background-color: var(--clr-primary);
}
.filter-section .filter-group .active {
  background-color: var(--clr-primary);
}
.filter-section .recent-select {
  width: 218px;
  height: 38px;
  background-color: #02090A;
  border: 1px solid #FFFFFF38;
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
  background-image: url(../images/chivron-icons.png);
  background-size: auto;
  background-repeat: no-repeat;
}
.filter-section .recent-select option {
  background-color: #121520;
  cursor: pointer;
}

.blog-section {
  margin-top: 30px;
}
.blog-section .blog-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.blog-section .blog-left .blog-item {
  border: 1px solid #D1D5DB4D;
  border-radius: 12px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.blog-section .blog-left .blog-item img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.blog-section .blog-left .blog-item .blog-card-content {
  padding: 16px 20px 20px 20px;
}
.blog-section .blog-left .blog-item .blog-card-content .content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-section .blog-left .blog-item .blog-card-content .content-top a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--clr-primary);
}
.blog-section .blog-left .blog-item .blog-card-content .content-top span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.blog-section .blog-left .blog-item .blog-card-content .content-top span svg {
  margin-right: 8px;
}
.blog-section .blog-left .blog-item .blog-card-content .heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
  margin-top: 8px;
}
.blog-section .blog-left .blog-item .blog-card-content .read-more-btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  display: inline-block;
  align-items: center;
}
.blog-section .blog-left .blog-item .blog-card-content .read-more-btn i {
  transition: all 0.5s ease;
  font-size: 14px;
  margin-left: 5px;
}
.blog-section .blog-left .blog-item .blog-card-content .read-more-btn:hover i {
  margin-left: 8px;
}
.blog-section .blog-left .blog-item:hover {
  cursor: pointer;
  border-color: var(--clr-primary);
}
.blog-section .blog-left .blog-item:hover img {
  transform: scale(1.05);
}
.blog-section .blog-left .blog-item:hover .heading {
  color: var(--clr-primary);
}
.blog-section .blog-left .blog-item:hover .read-more-btn {
  color: var(--clr-primary);
}

.blog-right .Popular-articles h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #FFFFFF;
}
.blog-right .Popular-articles .articles {
  margin-top: 20px;
  border: 1px solid #D1D5DB4D;
  border-radius: 8px;
}
.blog-right .Popular-articles .articles .articles-item {
  padding: 10px;
  border-bottom: 1px solid #D1D5DB4D;
  display: flex;
  align-items: center;
}
.blog-right .Popular-articles .articles .articles-item:last-child {
  border-bottom: none;
}
.blog-right .Popular-articles .articles .articles-item .articles-left {
  transition: all 0.5s ease;
}
.blog-right .Popular-articles .articles .articles-item .articles-left img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s ease;
}
.blog-right .Popular-articles .articles .articles-item .articles-right {
  margin-left: 12px;
  width: 100%;
}
.blog-right .Popular-articles .articles .articles-item .articles-right .content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-right .Popular-articles .articles .articles-item .articles-right .content-top a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-primary);
}
.blog-right .Popular-articles .articles .articles-item .articles-right .content-top span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.blog-right .Popular-articles .articles .articles-item .articles-right .content-top span svg {
  margin-right: 8px;
}
.blog-right .Popular-articles .articles .articles-item .articles-right .heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 8px;
  display: inline-block;
  transition: all 0.5s ease;
}
.blog-right .Popular-articles .articles .articles-item:hover {
  cursor: pointer;
}
.blog-right .Popular-articles .articles .articles-item:hover .articles-left img {
  transform: scale(1.05);
}
.blog-right .Popular-articles .articles .articles-item:hover .heading {
  color: var(--clr-primary);
}
.blog-right .tags {
  margin-top: 24px;
}
.blog-right .tags h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #FFFFFF;
}
.blog-right .tags ul {
  margin-top: 16px;
}
.blog-right .tags ul li {
  display: inline-block;
}
.blog-right .tags ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #D0D5DD4D;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.blog-right .tags ul li a:hover {
  background-color: var(--clr-primary);
}
.blog-right .tags ul li .active {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #FFFFFF;
}

/*----------------------------------------------------*/
.blog-details-section {
  overflow: hidden;
  margin-top: 50px;
}
.blog-details-section .blog-details-left {
  border: 1px solid rgba(209, 213, 219, 0.3);
  border-radius: 16px;
}
.blog-details-section .blog-details-left .details {
  border-top: 0;
  padding: 0 30px 30px 30px;
}
.blog-details-section .blog-details-left .blog-main-img {
  width: 100%;
  height: 408px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.blog-details-section .blog-details-left .details-main-card .min-content {
  margin-top: 24px;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top .left-side a {
  display: flex;
  align-items: center;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top .left-side a img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: contain;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top .left-side a span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 8px;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top .right-side ul li {
  display: inline-block;
  border-right: 1px solid #D1D5DB66;
  padding-right: 16px;
  margin-right: 16px;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top .right-side ul li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.blog-details-section .blog-details-left .details-main-card .min-content .content-top .right-side ul li h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.blog-details-section .blog-details-left .details-main-card .min-content .main-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 16px;
}
.blog-details-section .blog-details-left .main-pragraph {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.blog-details-section .blog-details-left .sub-heading {
  margin-top: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.blog-details-section .blog-details-left .feature-card {
  margin-top: 40px;
}
.blog-details-section .blog-details-left .feature-card .card-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.blog-details-section .blog-details-left .feature-card .card-img img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.blog-details-section .blog-details-left .feature-card .main-content ul {
  margin-top: 16px;
  margin-left: 20px;
}
.blog-details-section .blog-details-left .feature-card .main-content ul li {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  list-style: disc;
  margin-top: 8px;
}
.blog-details-section .blog-details-left .feature-card .main-content ul li span {
  font-weight: 400;
}
.blog-details-section .blog-details-left .conclusion-card {
  margin-top: 40px;
}
.blog-details-section .blog-details-left .conclusion-card .conclusion-main-img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.blog-details-section .blog-details-left .conclusion-card .conclusion-comment .sub-heading {
  border-bottom: 1px solid rgba(208, 213, 221, 0.3);
  padding-bottom: 16px;
}

.comment-items {
  margin-top: 20px;
  display: flex;
}
.comment-items .comment-left-side a img {
  width: 53px;
  height: 50px;
  border-radius: 50%;
}
.comment-items .comment-right-side {
  margin-left: 12px;
  width: 100%;
}
.comment-items .comment-right-side .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-items .comment-right-side .comment-header .left a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  display: inline-block;
}
.comment-items .comment-right-side .comment-header .left span {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.66);
}
.comment-items .comment-right-side .comment-header .right a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2353F5;
}
.comment-items .comment-right-side .comment-text {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(208, 213, 221, 0.3);
  display: block;
  padding-bottom: 24px;
}

.leave-reply {
  margin-top: 40px;
}
.leave-reply .leave-reply-heading {
  border-bottom: 1px solid rgba(209, 213, 219, 0.3);
  padding-bottom: 14px;
}
.leave-reply .leave-reply-heading h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.leave-reply .leave-reply-heading p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.67);
  margin-top: 8px;
}
.leave-reply label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.leave-reply .comment-label {
  margin-top: 24px;
}
.leave-reply .nameOrmail {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
}
.leave-reply .nameOrmail input {
  background-color: transparent;
  border: 1px solid #D1D5DB4D;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
}
.leave-reply .nameOrmail input::placeholder {
  color: #4B5563;
}
.leave-reply textarea {
  width: 100%;
  height: 150px;
  background-color: transparent;
  border: 1px solid #D1D5DB4D;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  padding: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.leave-reply textarea::placeholder {
  color: #4B5563;
}
.leave-reply .send-message-btn {
  margin-top: 24px;
  background-color: var(--clr-primary);
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.blog-details-right .search-box input {
  width: 100%;
  height: 52px;
  background-color: transparent;
  border: 1px solid #D1D5DB66;
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffff;
  padding: 0 60px 0 16px;
}
.blog-details-right .search-box input::placeholder {
  color: rgba(255, 255, 255, 0.89);
}
.blog-details-right .search-box .search-btn {
  background-color: var(--clr-primary);
  border: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #FFFFFF;
  position: absolute;
  right: 4px;
  top: 4px;
}

.articles-section {
  border: 1px solid #D1D5DB4D;
  margin-top: 24px;
  padding: 16px;
  border-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.articles-section h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  border-bottom: 1px solid #D1D5DB4D;
  padding-bottom: 16px;
}
.articles-section ul {
  margin-top: 10px;
}
.articles-section ul li {
  margin-bottom: 12px;
}
.articles-section ul li:last-child {
  margin: 0;
}
.articles-section ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.85;
}
.articles-section ul li a:hover {
  color: var(--clr-primary);
}

.share-now {
  margin-top: 24px;
}
.share-now h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.share-now ul {
  margin-top: 15px;
}
.share-now ul li {
  display: inline-block;
  margin-right: 13px;
}
.share-now ul li:last-child {
  margin: 0;
}
.share-now ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-now ul li a img {
  max-width: 24px;
  height: auto;
  object-fit: contain;
}
.share-now ul li .facebook {
  background-color: #D9DFF5;
}
.share-now ul li .youtube {
  background-color: #FFDBDB;
}
.share-now ul li .linked {
  background-color: #4C75FF42;
}
.share-now ul li .twitter {
  background-color: #FFFFFF21;
}
.share-now ul li .instagram {
  background-color: #F5236626;
}
.share-now ul li .Telegram {
  background-color: #2AABEE26;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1920px) {
  .features-section .feature-card h3 {
    font-size: 24px !important;
  }

  .billing-section .heading {
    font-size: 60px;
    line-height: 79px;
  }

  .billing-section .nav-pills .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
  }

  .business-needs .owl-nav button {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
  }

  .business-needs .header-content h2 {
    font-weight: 600;
    font-size: 60px !important;
  }

  .empower-section .header-content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
  }

  .store-preview .heading-title h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
  }

  .store-preview .heading-title h2 {
    font-weight: 600;
    font-size: 60px;
  }

  .store-preview .browser-mockup img {
    width: 100%;
    height: 575px;
    object-fit: contain;
  }

  .store-preview .secend-img {
    left: 37%;
  }

  .features-section-two .main-title {
    font-size: 60px;
  }

  .products-section .products .product-card .card-body h5 {
    font-size: 24px;
  }

  .products-section {
    margin-top: 120px;
    padding-top: 120px;
  }

  .modules-section {
    margin-top: 120px;
    padding-bottom: 120px;
  }
  .modules-section .section-title {
    font-size: 60px;
    line-height: 70px;
  }

  .pricing-section {
    margin-top: 120px;
  }

  .policy-section .policy-contain h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .policy-section .policy-contain p {
    font-weight: 500;
    font-size: 18px;
  }

  .banner-section .banner-title h1 {
    font-size: 85px;
    line-height: 79px;
  }

  .commission-section {
    margin-top: 115px;
  }

  .details-banner-section {
    padding: 163px 0 83px 0;
  }

  .details-banner-section h2 {
    font-size: 65px;
  }

  .product-details-section h1 {
    font-size: 44px;
    line-height: 55px;
  }

  .faq-section {
    margin-top: 120px;
  }

  .partners-section {
    margin-top: 120px;
    padding: 120px 0;
  }

  .testimonial-section-two {
    padding-top: 120px;
  }

  .navbar {
    top: 15px;
  }

  .partner-section {
    margin-top: 120px;
  }

  .information-section {
    margin-top: 100px;
  }

  .business-needs {
    padding: 200px 0 65px 0;
  }

  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 21px;
  }

  .contact-section {
    margin-top: 80px;
  }

  .contact-section .contact-title {
    font-size: 40px;
  }

  .product-section-two {
    margin-top: 120px;
  }

  .gateway-section {
    margin-top: 100px;
  }

  .how-it-works {
    margin-top: 120px;
  }

  .cta-section {
    margin-top: 120px;
  }

  .product-page-section {
    margin-top: 100px;
  }

  .policy-section-pricing-page {
    margin-top: 100px;
  }

  .policy-section {
    padding: 112px 0;
  }

  .cart-section {
    margin-top: 100px;
  }

  .billing-section {
    margin-top: 120px;
  }

  .empower-section {
    margin-top: 120px;
  }

  .hero-area {
    padding: 305px 0 250px 0;
  }
}
@media (max-width: 1424px) {
  .testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant {
    display: block !important;
  }
  .testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant .name span {
    display: none;
  }
  .testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant .founder {
    margin-left: 14px;
  }
}
@media (max-width: 1399px) {
  .offcanvas-menu .navbar-nav .nav-item .nav-link {
    padding-right: 0;
  }

  .partner-section .partner-card .custom-card h3 {
    font-size: 20px;
  }

  .heading-title {
    font-size: 49px;
  }

  .hero-area .hero-content .title {
    font-size: 65px;
  }

  .hero-area .hero-content .title #typing-text {
    font-size: 65px;
  }

  .features-section .feature-card h3 {
    font-size: 20px;
  }

  .billing-section .nav-pills .nav-item .nav-link {
    margin-bottom: 10px;
  }

  .products-section .products {
    grid-template-columns: repeat(4, 1fr);
  }

  .xl-mb-30 {
    margin-bottom: 30px;
  }

  .product-page-section .search-bar-wrapper .search-input-group .search-input {
    width: 490px;
  }

  .offcanvas-right-side .sing-in span {
    display: none;
  }

  .cart-icons span {
    display: none;
  }

  .store-preview .browser-mockup img {
    height: 100%;
    object-fit: contain;
  }

  .cta-section .cta-card .cta-title-heading {
    font-size: 41px;
  }

  .faq-section {
    margin-top: 90px;
  }

  .product-details-section h1 {
    font-size: 35px !important;
  }

  .documentation-section .documentation .documentation-item ul li a {
    font-size: 16px;
  }

  .blog-right .Popular-articles .articles .articles-item .articles-right .heading {
    font-size: 16px;
  }

  .billing-section .nav-pills {
    background-color: transparent;
  }

  .billing-section .nav-pills .nav-item .nav-link {
    background-color: #0F1421;
    margin-right: 10px;
  }

  .modules-section .modules {
    grid-template-columns: repeat(5, 1fr);
  }

  .product-details-section .thumb-list img {
    width: 110px;
    height: 110px;
  }

  .product-details-section .thumb-list {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-title h1 {
    font-size: 70px;
  }

  .lg-mb-30 {
    margin-bottom: 30px;
  }

  .step-card {
    padding: 40px 20px 37px 20px;
  }

  .step-number {
    margin-right: 15px;
  }

  .card-contain {
    padding-left: 15px;
  }

  .heading-title {
    font-size: 40px;
    line-height: 64px;
  }

  .reseller-benefits .stock {
    line-height: 38px;
  }

  .cta-section .cta-card {
    padding: 40px 85px;
  }

  .features-section {
    padding: 0 50px;
  }

  .billing-section .tab-content .inventory h2 {
    font-size: 33px;
    line-height: 55px;
  }

  .billing-section .tab-content .inventory .list-unstyled li {
    font-size: 14px;
  }

  .glass-card {
    width: 100%;
  }

  .modules-section .section-title {
    font-size: 42px;
  }

  .pricing-section .pricing-card {
    border-bottom: 1px solid #3F4445;
  }

  .product-details-section .thumb-list img {
    width: 110px;
    height: 110px;
  }

  .product-details-section .btn-group .theme-btn {
    width: 220px;
  }

  .product-details-section .btn-group .border-btn {
    width: 220px;
  }

  .cart-section .product-items-details .cart-footer .coupon-box .form-control {
    width: 226px;
  }

  .cart-section .product-items-details .table-responsive .table tbody tr td span {
    font-size: 16px;
  }

  .customer-dashboard .user-profile-card .right-side .total {
    grid-template-columns: repeat(3, 1fr);
  }

  .sing-in {
    margin: 0;
  }
  .sing-in span {
    display: none;
  }

  .theme-btn {
    width: 150px;
    height: 50px;
  }

  .arrow-btn {
    width: 50px;
    height: 50px;
  }

  .offcanvas-menu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
  }

  .offcanvas-right-side {
    gap: 10px !important;
    display: flex !important;
  }

  .big-scan-offcanvas {
    display: none !important;
  }

  .cart-icons {
    margin-right: 14px;
    margin-left: 10px;
  }

  .theme-btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 47px;
  }

  .offcanvas-menu .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .store-preview .secend-img {
    height: 300px;
  }

  .banner-section .banner-right-side-img img {
    width: 100%;
    max-height: 100%;
  }

  .cta-section .cta-card .cta-title-heading {
    font-size: 36px;
  }

  .faq-section {
    margin-top: 80px;
  }

  .product-page-section {
    margin-top: 50px;
  }

  .product-details-section h1 {
    font-size: 32px !important;
  }

  .product-page-footer {
    padding-top: 60px;
    margin-top: 60px;
  }

  .cart-section {
    overflow: hidden;
    margin-top: 70px;
  }

  .customer-dashboard .sidebar-card .sidebar-item .nav-link {
    font-size: 14px;
  }

  .customer-dashboard .sidebar-card {
    padding: 18px;
  }

  .footer-area .footer-widget .newsletter-box {
    max-width: 100%;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .preview-btn .cancel-btn {
    padding: 13px 50px;
  }

  .documentation-section .documentation {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-hero-section .hero-content h1 {
    font-size: 36px;
  }

  .blog-hero-section .hero-content p {
    font-size: 14px;
  }

  .blog-hero-section .hero-content .search-box {
    display: block;
  }

  .blog-hero-section .hero-content .search-box input {
    width: 100%;
  }

  .filter-section .filter {
    display: block !important;
  }
  .filter-section .filter .recent-select {
    margin-top: 16px;
  }

  .blog-section .blog-left .blog-item .blog-card-content .heading {
    font-size: 18px;
  }

  .blog-section .blog-left .blog-item .blog-card-content .read-more-btn {
    font-weight: 500;
    font-size: 16px;
  }

  .blog-right .Popular-articles .articles .articles-item .articles-right .heading {
    font-size: 16px;
  }

  .blog-section .blog-left .blog-item img {
    height: auto;
  }

  .details-main-card .min-content .main-heading {
    font-size: 25px !important;
  }

  .blog-details-section .blog-details-left .main-pragraph {
    font-size: 15px;
  }

  .blog-details-section .blog-details-left .feature-card .main-content ul li {
    font-size: 15px;
  }

  .blog-details-section .blog-details-left .sub-heading {
    font-size: 20px;
  }

  .comment-items .comment-right-side .comment-header .left a {
    font-size: 16px;
  }

  .comment-items .comment-right-side .comment-text {
    font-size: 14px;
  }

  .leave-reply .leave-reply-heading h3 {
    font-size: 20px;
  }

  .leave-reply .leave-reply-heading p {
    font-size: 16px;
  }

  .leave-reply label {
    font-size: 14px;
  }

  .details-banner-section h2 {
    font-size: 40px;
  }

  .business-container {
    max-width: 960px;
  }

  .language-change .dropdown .language-btn i {
    display: none;
  }

  .modules-section .modules {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-details-section .thumb-list {
    gap: 10px;
  }

  .product-details-section .thumb-list img {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-right-side-img {
    margin-top: 30px;
  }
  .banner-section .banner-right-side-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .md-mb-30 {
    margin-bottom: 30px;
  }

  .testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant {
    display: block !important;
  }

  .cta-section .cta-card {
    padding: 40px 85px 0 85px;
  }

  .cta-section .cta-card::before {
    left: 6%;
    top: 30%;
  }

  .features-section {
    padding: 0 40px;
  }

  .billing-section {
    margin-top: 50px;
  }
  .billing-section .heading {
    font-size: 40px;
    line-height: 56px;
  }

  .business-needs .header-content h2 {
    font-size: 45px;
  }

  .empower-section .custom-grid-container .line-vertical.middle {
    display: none;
  }

  .empower-section .header-content h1 {
    font-size: 46px;
    line-height: 58px;
  }

  .store-preview .preview {
    padding: 44px 40px 0 40px;
  }

  .features-section-two .main-title {
    font-size: 50px;
    line-height: 60px;
  }

  .products-section .products {
    grid-template-columns: repeat(3, 1fr);
  }

  .modules-section .section-title {
    font-size: 32px;
    line-height: 48px;
  }

  .modules-section {
    margin-top: 60px;
  }

  .pricing-section .pricing-card.featured {
    margin-top: 20px;
  }

  .policy-section .policy-img {
    max-width: 100%;
    height: 100%;
  }

  .policy-section .policy-contain h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .policy-section .policy-contain p {
    font-size: 15px;
    line-height: 24px;
  }

  .product-page-section .search-bar-wrapper .search-input-group .search-input {
    width: 100%;
  }

  .customer-dashboard .user-profile-card .right-side .total {
    grid-template-columns: repeat(2, 1fr);
  }

  .offcanvas-menu .navbar-nav {
    align-items: normal;
  }

  .offcanvas-menu .navbar-nav .nav-item {
    margin-left: 0px;
    margin-top: 20px;
  }

  .big-scan-offcanvas {
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-right: 15px;
  }

  .toggle-right {
    display: flex !important;
    align-items: center !important;
  }

  .mobile-scren-language {
    display: none !important;
  }

  .language-change .dropdown-menu {
    width: 100% !important;
  }

  .hero-area .hero-content .title {
    font-size: 60px;
  }

  .hero-area {
    padding: 170px 0 100px 0;
  }

  .hero-area .hero-content .title-pragraph {
    font-size: 16px;
  }

  .last-card {
    border-left-color: #11282B !important;
  }

  .empower-section {
    margin-top: 80px;
  }

  .empower-section .header-content {
    margin-bottom: 50px;
  }

  .empower-section .custom-grid-container .content .img-fluid {
    height: 100%;
  }

  .store-preview {
    margin-top: 30px;
  }

  .store-preview .heading-title p {
    font-weight: 400;
    font-size: 16px;
  }

  .store-preview .secend-img img {
    height: 100%;
    object-fit: contain;
  }

  .features-section-two .main-title {
    font-size: 35px;
  }

  .pricing-section .pricing-toggle {
    margin-bottom: 40px;
  }

  #zoom-result {
    height: 100%;
  }

  .hero-area .hero-content .title #typing-text {
    font-size: 60px;
  }

  .products-section .products .product-card .card-body .image-wrapper img {
    height: 130px;
  }

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

  .benefits-section .feature-box {
    margin-bottom: 0px;
  }

  .faq-section {
    margin-top: 70px;
  }

  .testimonial-section-two {
    padding-top: 40px;
  }

  .product-details-section-nav-tabs {
    margin-top: 50px;
    padding: 50px 0;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .heading {
    font-size: 24px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .text-pragraph {
    font-size: 16px;
  }

  .border-secondary {
    margin: 30px 0 30px 0;
  }

  .banner-section {
    padding-top: 120px;
  }

  .partner-section {
    margin-top: 40px;
  }

  .store-preview .secend-img {
    height: 230px;
  }

  .preview-container .browser-mockup img {
    max-height: 100%;
    object-fit: contain;
  }

  .empower-section .custom-grid-container .line-horizontal-left {
    bottom: -65vh;
  }

  .empower-section .custom-grid-container .line-horizontal-right {
    bottom: -65vh;
  }

  .documentation-section .documentation-search-bar .search {
    width: 100%;
  }

  .documentation-section .documentation-search-bar {
    display: grid;
  }

  .blog-hero-section .hero-img {
    width: 293px;
    height: 240px;
  }

  .blog-hero-section .hero-content h1 {
    font-size: 25px;
  }

  .filter-section .filter {
    display: block !important;
  }

  .filter-section .recent-select {
    margin-top: 16px;
  }

  .filter-section .filter-group .filter-btn {
    padding: 8px 10px;
  }

  .business-container {
    max-width: 720px;
  }

  .store-preview .heading-title {
    margin-bottom: 24px;
  }

  .big-scane-benifits {
    display: none;
  }

  .mobile-device-benifits {
    display: block !important;
  }

  .benefits-section .feature-box h5 {
    font-size: 18px;
  }

  .benefits-section::after {
    background-size: inherit;
  }

  .modules-section .modules {
    grid-template-columns: repeat(3, 1fr);
  }

  .view-more-btn {
    display: block;
  }

  .productresponsive-part.owl-carousel {
    display: block !important;
  }

  .big-scan-product {
    display: none;
  }

  .navbar-brand {
    margin: 0;
  }

  .product-section-two .productresponsive-part .product-card .product-img img {
    width: 100%;
    height: 240px;
    object-fit: contain;
  }

  .features-section {
    display: none !important;
  }

  .responsive-features-section {
    display: block !important;
  }

  .features-section .feature-card {
    border-right: 1px solid #11282B;
    border-left: 0;
  }

  .product-title {
    text-align: start !important;
  }
  .product-title .heading-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-title .heading-pragraph {
    text-align: start;
    margin: 12px 0 0 0 !important;
  }

  .product-title .heading-title .all-view-btn {
    display: block;
  }
  .product-title .heading-title .all-view-btn i {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .sm-mb-30 {
    margin-bottom: 30px;
  }

  .partner-section h2 {
    font-size: 45px;
  }

  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    padding-right: 60px;
  }

  .cta-card-btn {
    display: block !important;
  }

  .cta-section .cta-card .cta-card-btn .schedule {
    display: block;
    margin-top: 15px;
  }

  .cta-section .cta-card .cta-title-heading {
    font-size: 35px;
    line-height: 47px;
  }

  .cta-section .cta-card {
    padding: 40px 40px 0 40px;
  }

  .hero-area {
    padding: 190px 0 100px 0;
  }

  .hero-area .hero-content .title {
    font-size: 46px;
    line-height: 55px;
  }
  .hero-area .hero-content .title br {
    display: none;
  }

  .hero-area .hero-content .title #typing-text {
    font-size: 46px;
    line-height: 55px;
  }

  .hero-area .hero-content .title-pragraph {
    font-size: 16px;
    line-height: 27px;
  }

  .features-section {
    padding: 0 30px;
  }

  .business-needs {
    padding: 130px 0 70px 0;
  }

  .business-needs .header-content h2 {
    font-size: 30px;
    line-height: 48px;
  }

  .store-preview {
    margin-top: 20px;
  }
  .store-preview .heading-title h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .store-preview .heading-title p {
    font-size: 15px;
  }

  .store-preview .frist-img {
    max-width: 100%;
    height: auto;
  }

  .features-section-two {
    margin-top: 40px;
  }
  .features-section-two .main-title {
    font-size: 28px;
    line-height: 38px;
  }

  .preview-container .feature-desc {
    font-size: 15px;
  }

  .products-section .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-section {
    margin-top: 70px;
    padding-top: 70px;
  }

  .partners-section {
    margin-top: 40px;
    padding: 40px 0;
    background-color: #131320;
  }

  .testimonial-section-two {
    padding-top: 60px;
  }

  .policy-contain {
    text-align: center;
  }

  .product-page-section .search-bar-wrapper {
    display: block !important;
  }
  .product-page-section .search-bar-wrapper .search-input {
    margin: 15px 0;
  }

  .product-page-section .search-bar-wrapper {
    text-align: center;
  }
  .product-page-section .search-bar-wrapper .search-input-group .search-icon {
    top: 28px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .review-card {
    max-width: 100% !important;
  }

  .information-section {
    margin-top: 40px;
  }

  .customer-dashboard .user-profile-card {
    display: block;
  }

  .customer-dashboard .user-profile-card .right-side {
    margin-left: 0;
  }

  .customer-dashboard .user-profile-card .left-side {
    margin-bottom: 20px;
  }

  .details-banner-section h2 {
    font-size: 40px;
  }

  .testimonial-section {
    padding: 0 10px;
  }

  .business-needs .header-content p {
    font-size: 14px;
  }

  .empower-section .header-content h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .empower-section .header-content p {
    font-size: 14px;
    font-weight: 400;
  }

  .heading-pragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-title {
    font-size: 30px;
    line-height: 38px;
  }

  .modules-section .section-title {
    font-size: 25px;
    line-height: 35px;
  }

  .policy-section {
    margin-top: 60px;
    padding: 60px 0;
  }

  .step-card .how-it-arrow {
    display: none;
  }

  .reseller-benefits .heading-pragraph {
    margin-top: 15px;
  }

  .product-page-section .search-bar-wrapper .grid-icons {
    display: none;
  }

  .products-section .products .product-card .card-body .card-text {
    font-weight: 400;
    font-size: 14px;
  }

  .products-section .products .product-card .card-body .image-wrapper {
    margin-top: 16px;
  }

  .pricing-section .pricing-card .features li {
    font-weight: 400;
    font-size: 12px;
  }

  .pricing-section .pricing-card .price {
    font-weight: 600;
    font-size: 40.4684px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .faq-section {
    margin-top: 60px;
  }

  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    padding-right: 60px;
  }

  .faq-section .accordion .accordion-item {
    margin-bottom: 0px;
  }

  .testimonial-section-two {
    padding-top: 40px !important;
  }

  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 25px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .heading {
    font-size: 18px;
    line-height: 36px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .text-pragraph {
    font-size: 14px;
  }

  .partner-section .partner-card .custom-card .share p {
    font-weight: 400;
    font-size: 16px;
  }

  .partner-section .partner-card .custom-card h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .store-preview .secend-img {
    left: 5%;
  }

  .product-section-two {
    overflow: hidden;
    margin-top: 40px;
  }

  .documentation-section .documentation .documentation-item h6 {
    font-size: 20px;
  }

  .documentation-section .documentation .documentation-item ul li a {
    font-size: 14px;
  }

  .blog-hero-section {
    padding-top: 30px;
  }

  .blog-hero-section .hero-img {
    width: 100%;
    height: auto;
  }

  .filter-section .filter-group .filter-btn {
    text-align: center;
  }

  .filter-section .filter .filter-group {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  .blog-details-section {
    margin-top: 30px;
  }

  .blog-details-section .blog-details-left .blog-main-img {
    height: auto;
  }

  .blog-details-section .blog-details-left .details-main-card .min-content {
    margin-top: 15px;
  }

  .blog-details-section .blog-details-left .details-main-card .min-content .content-top .left-side a span {
    font-size: 14px;
  }

  .blog-details-section .blog-details-left .details-main-card .min-content .content-top .right-side ul li h6 {
    font-size: 13px;
  }

  .details-main-card .min-content .main-heading {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .blog-details-section .blog-details-left .main-pragraph {
    margin: 10px;
  }

  .blog-details-section .blog-details-left .sub-heading {
    margin-top: 20px;
  }

  .blog-details-section .blog-details-left .feature-card .card-img {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-details-section .blog-details-left .feature-card .card-img img {
    height: auto;
  }

  .blog-section .blog-left .blog-item .blog-card-content .heading {
    font-size: 16px;
  }

  .business-container {
    max-width: 540px;
  }

  .modules-section .module-card .card-content .module-name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .partner-section {
    margin-top: 40px;
  }

  .partner-section h2 {
    font-size: 30px;
  }
  .partner-section p {
    font-size: 16px;
  }

  .how-it-works {
    margin-top: 40px;
  }

  .commission-section {
    margin-top: 40px;
  }
  .commission-section .heading-title {
    font-size: 30px;
    line-height: 48px;
  }
  .commission-section .heading-pragraph {
    font-size: 16px;
  }

  .cta-section {
    margin-top: 45px;
  }

  .footer-area {
    margin-top: 40px;
  }

  .features-section {
    padding: 0 20px;
  }

  .empower-section {
    margin-top: 24px;
  }

  .empower-section .header-content {
    margin-bottom: 0px;
  }

  .products-section .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .col-12-mb-30 {
    margin-bottom: 30px;
  }

  .modules-section .section-title {
    font-size: 20px;
    line-height: 34px;
  }

  .modules-section {
    padding-bottom: 40px;
  }

  .product-section-two {
    margin-top: 40px;
  }

  .gateway-section {
    margin-top: 40px;
  }

  .policy-section {
    margin-top: 24px;
    padding: 24px 0;
  }

  .faq-section-pricing-page {
    margin-top: 40px;
    padding: 40px 0;
  }

  .product-details-section .main-img-box img {
    height: 400px;
  }

  .product-details-section h1 {
    font-size: 20px !important;
    line-height: 24px;
  }

  .product-details-section .thumb-list {
    gap: 10px;
  }

  .product-details-section .thumb-list img {
    width: 100%;
    height: 100px;
  }

  .cart-section .product-items-details .cart-footer {
    display: block !important;
  }
  .cart-section .product-items-details .cart-footer h6 {
    margin-bottom: 15px;
  }
  .cart-section .product-items-details .cart-footer .coupon-box {
    display: block !important;
  }
  .cart-section .product-items-details .cart-footer .coupon-box .form-control {
    margin-bottom: 15px;
    width: 100%;
    height: 60px;
  }
  .cart-section .product-items-details .cart-footer .coupon-box .coupon-btn {
    width: 100%;
    height: 50px;
  }

  .hero-area .hero-content .title {
    font-size: 40px;
    line-height: 47px;
  }

  .hero-area .hero-content .title-pragraph {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
  }

  .hero-area {
    padding: 130px 0 70px 0;
  }

  .hero-area .hero-content .title #typing-text {
    font-size: 36px;
  }

  .billing-section .heading {
    font-size: 19px;
    line-height: 38px;
  }

  .billing-section .tab-content .inventory span {
    font-size: 14px;
    font-weight: 400;
  }

  .billing-section .tab-content .inventory h2 {
    font-size: 20px;
    line-height: 55px;
  }

  .billing-section .tab-content .inventory p {
    font-weight: 400;
    font-size: 14px;
  }

  .empower-section .custom-grid-container .content .manage {
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
  }

  .empower-section .custom-grid-container .content .btn-link {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
  }

  .heading-title {
    font-size: 20px;
  }

  .benefits-section {
    margin-top: 50px;
  }

  .benefits-section .feature-box h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }

  .policy-section .policy-contain h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .policy-section .policy-contain p {
    font-size: 14px;
  }

  .table-responsive .table thead tr th {
    font-size: 20px;
  }

  .cta-section .cta-card .cta-title-heading {
    font-size: 25px;
  }

  .product-details-section .main-img-box {
    padding: 20px 20px 20px 20px;
  }

  .product-section-two .product-card .product-img img {
    width: 100% !important;
    height: 130px !important;
    object-fit: contain;
  }

  .product-section-two .product-card {
    padding: 15px 10px 10px 10px;
  }

  .product-section-two .product-card .product-info h5 {
    font-size: 12px;
  }

  .modules-section .module-card .card-content .module-name {
    font-size: 12px;
  }

  .modules-section .module-card {
    padding: 15px 14px 15px 10px;
  }

  .product-page-section .product-section-two .peoduct .product-card .product-img img {
    width: 100%;
    height: 130PX;
    object-fit: contain;
  }

  .product-page-section .product-section-two .peoduct .product-card {
    padding: 15px 10px 10px 10px;
  }

  .product-page-section .search-bar-wrapper {
    padding: 10px 10px 10px 10px;
  }

  .product-page-section .pagination .page-link {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .billing-section .nav-pills .nav-item .nav-link {
    padding: 10px 13px;
    font-weight: 400;
    font-size: 13px;
  }

  .products-section .products .product-card .card-body .card-text {
    margin-top: 0px;
    font-weight: 400;
    font-size: 12px;
  }

  .products-section .products .product-card .card-body h5 {
    font-weight: 400;
    font-size: 16px;
  }

  .benefits-section .feature-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
  }

  .benefits-section .feature-box h5 {
    margin-bottom: 10px;
  }

  .faq-section {
    margin-top: 50px;
  }

  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    font-size: 14px;
  }

  .faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px 20px 10px;
  }

  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 22px;
  }

  .testimonial-section .testimonial-slider .testimonial-card .card-footer .footer-contant .name a {
    font-size: 15px;
    line-height: 17px;
  }

  .testimonial-section .testimonial-slider .testimonial-card p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
  }

  .policy-section .policy-img {
    max-width: 60%;
  }

  .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
  }

  .play-store a img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }

  .details-banner-section {
    padding: 80px 0 40px 0;
  }

  .navbar {
    top: 0px;
  }

  .product-page-section .filter-card {
    padding: 20px 20px 20px 20px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .more-details {
    margin-top: 30px;
    font-size: 20px;
  }

  .product-page-footer {
    padding-top: 40px;
  }

  .partner-section .partner-card .custom-card .score {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .partner-section .partner-card .custom-card .icon-box {
    margin: 20px 0;
  }

  .reseller-benefits {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .testimonial-section {
    margin-top: 0px;
  }

  .pricing-page-section {
    margin-top: 40px;
  }

  .cart-section {
    margin-top: 40px;
  }

  .features-section .feature-card h3 {
    font-size: 14px;
  }

  .features-section .feature-card p {
    font-size: 13px;
  }

  .features-section .feature-card {
    padding: 16px 10px;
  }

  .features-section {
    margin: 0 10px;
    padding: 0 12px;
  }

  .business-needs::after {
    left: -80px;
  }

  .business-needs .header-content h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .empower-section .header-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .store-preview .preview {
    padding: 20px 16px 0 16px;
  }

  .preview-container .browser-mockup img {
    height: 300px;
  }

  .terms-condition-section .terms-condition {
    padding-top: 30px;
  }

  .terms-condition-section .terms-condition h1 {
    font-size: 24px;
    line-height: 48px;
  }

  .terms-condition-section .terms-condition p {
    font-size: 12px;
  }

  .social-links {
    margin-top: 20px;
  }

  .hero-area {
    background-image: url(../images/mobile-banner.png) !important;
  }

  .details-banner-section {
    background-image: url(../images/mobile-banner-inner-page.png) !important;
  }

  .contact-section .contact-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .contact-section {
    margin-top: 20px;
  }

  .contact-section .illustration-box {
    padding: 50px 30px 50px 0px;
  }

  .navbar .navbar-toggler-icon {
    font-size: 28px;
  }

  .cart-icons {
    margin-right: 0;
    margin-left: 0;
  }

  .empower-section .custom-grid-container .line-horizontal-left {
    display: none;
  }

  .empower-section .custom-grid-container .line-horizontal-right {
    display: none;
  }

  .empower-section .custom-grid-container .line-horizontal {
    display: none;
  }

  .documentation-section .documentation {
    grid-template-columns: repeat(1, 1fr);
  }

  .no-luck-part {
    margin-top: 40px;
  }

  .no-luck-part .no-luck h2 {
    font-size: 20px;
  }

  .no-luck-part .no-luck p {
    font-size: 15px;
  }

  .introduction-section .introduction-left .introduction-list h2 {
    font-size: 20px;
  }

  .introduction-section .introduction-right .articles-section .header h2 {
    font-size: 20px;
  }

  .introduction-section .introduction-right .articles-section .faq-questions h2 {
    font-size: 20px;
  }

  .introduction-section .introduction-left .introduction-list p {
    font-size: 14px;
  }

  .introduction-section .introduction-left .documentation-helpful h2 {
    font-size: 20px;
  }

  .introduction-section .introduction-left .documentation-helpful p {
    font-size: 16px;
  }

  .introduction-section .introduction-left .introduction-list ul li {
    font-size: 14px;
  }

  .blog-section .blog-left {
    grid-template-columns: repeat(1, 1fr);
  }

  .details-banner-section h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .leave-reply .nameOrmail {
    grid-template-columns: repeat(1, 1fr);
  }

  .articles-section h3 {
    font-size: 18px;
  }

  .articles-section ul li a {
    font-size: 16px;
  }

  .blog-details-section .blog-details-left .conclusion-card .conclusion-main-img {
    height: auto;
  }

  .blog-details-section .blog-details-left .details {
    padding: 0 10px 10px 10px;
  }

  .leave-reply textarea {
    height: 100px;
  }

  .share-now ul li {
    margin-right: 8px;
  }

  .share-now ul li a {
    width: 36px;
    height: 36px;
  }

  .navbar .navbar-toggler-icon {
    font-size: 20px;
  }

  .sing-in svg {
    width: 20px;
    height: 20px;
  }

  .cart-icons svg {
    width: 20px;
    height: 20px;
  }

  .empower-section {
    padding-bottom: 0px;
  }

  .business-needs .category-card img {
    height: 360px;
  }

  .business-needs::after {
    display: none;
  }

  .business-needs {
    padding: 75px 0 24px 0;
  }

  .store-preview {
    margin-top: 0px;
  }

  .store-preview .heading-title h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .store-preview .heading-title p {
    font-size: 14px;
  }

  .features-section-two .main-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .features-section-two {
    margin-top: 30px;
  }

  .features-section-two .main-title {
    margin-bottom: 18px;
  }

  .glass-card .feature-nav li {
    font-size: 15px;
  }

  .products-section {
    margin-top: 24px;
    padding-top: 24px;
  }

  .products-section .products .product-card {
    padding: 10px 5px 10px 5px;
    border-radius: 4px;
  }

  .products-section .products .product-card::before {
    border-radius: 4px;
  }

  .products-section {
    padding: 24px 10px 0 10px;
    margin-top: 24px;
  }

  .products-section .products {
    gap: 12px;
    margin-top: 16px;
  }

  .modules-section .modules {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-section-two .product-card .product-info .rating {
    margin-top: 10px;
  }

  .product-section-two .product-card .product-info .price {
    margin-top: 5px;
  }

  .pricing-section .pricing-card {
    border: 1px solid #3F4445;
    border-radius: 6px;
    height: auto;
  }

  .pricing-section .pricing-wrapper {
    border: 0;
  }

  .pricing-section .pricing-wrapper {
    margin-bottom: 0;
  }

  .pricing-section {
    margin-top: 24px;
  }

  .pricing-section .pricing-toggle {
    margin-bottom: 16px;
  }

  .partners-section {
    margin-top: 24px;
    padding: 24px 0;
  }

  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
  }

  .testimonial-section .testimonial-slider .testimonial-card {
    border-radius: 8px;
  }

  .testimonial-section-two {
    padding-top: 24px !important;
  }

  .policy-section .policy-contain p {
    margin-top: 18px;
  }

  .policy-section .policy-contain .payment-methods p {
    margin-top: 17px !important;
  }

  .language-change .dropdown .language-btn img {
    width: 20px;
  }

  .cart-icons .cart-add {
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .billing-section .nav-pills {
    padding: 0;
  }

  .billing-section .tab-content {
    margin-top: 12px;
  }

  .business-container {
    padding: 0 15px;
  }

  .responsive-features-section .responsive-features .responsive-features-items img {
    width: 40px;
    height: 40px;
  }

  .features-section .feature-card .icon-box {
    margin-bottom: 8px;
  }

  .features-section .feature-card p {
    margin-top: 4px;
    line-height: 20px;
  }

  .card-contain h5 {
    font-size: 16px;
  }

  .navbar .navbar-brand img {
    width: 150px;
    height: 30px;
    object-fit: contain;
  }

  .product-details-section .price {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }

  .product-details-section .price del {
    font-size: 16px;
    line-height: 20px;
    color: #D12525;
    margin-left: 8px;
  }

  .product-details-section .model li {
    font-size: 16px;
  }

  .product-details-section .quantity-group {
    margin-top: 25px;
  }

  .product-details-section .btn-group {
    margin-top: 20px;
  }

  .contact-section .contact-form label {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-section .contact-form input {
    font-size: 14px;
  }

  .documentation-section .documentation .documentation-item h6 {
    font-size: 18px;
    padding-top: 0;
  }

  .blog-hero-section {
    margin-top: 60px;
  }

  .business-needs .category-card .overlay-text h4 {
    font-size: 16px;
  }
}
@media (max-width: 477px) {
  .banner-section .banner-title h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .banner-section .banner-title .banner-btn-part {
    display: block !important;
  }
  .banner-section .banner-title .banner-btn-part .download {
    display: block !important;
    margin: 20px 0 0 0;
  }

  .hero-area .hero-content .hero-btns {
    justify-content: center;
  }
  .hero-area .hero-content .hero-btns .desktop {
    margin-left: 16px !important;
  }

  .product-details-section .btn-group {
    display: block;
  }

  .product-details-section .btn-group .border-btn {
    height: 60px;
    margin: 20px 0 0 0;
  }

  .product-details-section .thumb-list img {
    width: 20%;
    height: auto;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .rating {
    font-size: 20px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .text-area .custom-input {
    height: 70px;
  }

  .customer-dashboard .user-profile-card .right-side .details {
    display: block;
  }
  .customer-dashboard .user-profile-card .right-side .details .user-meta {
    margin-bottom: 20px;
  }

  .customer-dashboard .user-profile-card .right-side .total {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-pagination {
    display: block !important;
  }
  .main-pagination .entries {
    margin-bottom: 20px;
    display: inline-block;
  }

  .banner-section .banner-title span {
    font-size: 16px;
  }

  .banner-section .banner-title p {
    font-size: 15px;
  }

  .partner-section h2 {
    font-size: 28px;
  }

  .heading-title {
    font-size: 20px;
    line-height: 26px;
  }

  .hero-area .hero-content .title {
    font-size: 36px;
    line-height: 47px;
  }

  .hero-area .hero-content .title {
    font-size: 24px;
    line-height: 27px;
    max-width: 315px;
    margin: 0 auto;
  }

  .hero-area .hero-content .title #typing-text {
    font-size: 24px;
  }

  .hero-area .hero-content .title-pragraph {
    margin-top: 0;
  }

  .hero-area .hero-content .hero-btns .desktop {
    font-weight: 500;
    font-size: 14px;
    margin-left: 0;
  }

  .store-preview .heading-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .store-preview .heading-title p {
    font-size: 14px;
  }

  .features-section-two .main-title {
    font-size: 24px;
    line-height: 34px;
  }

  .details-banner-section h2 {
    font-size: 35px;
  }

  .products-section .products .product-card .card-body .image-wrapper img {
    height: 80px;
  }

  .product-details-section h1 {
    font-size: 21px !important;
    line-height: 27px;
  }

  .social-links li {
    margin-left: 5px;
  }

  .partner-section .partner-card .custom-card .share p {
    font-size: 12px;
    font-weight: 300;
  }

  .cta-section .cta-card .cta-title-heading {
    font-size: 17px;
  }

  .faq-section {
    margin-top: 30px;
  }

  .business-needs::after {
    left: -170px;
  }

  .store-preview .secend-img {
    height: 120px;
  }

  .preview-container .browser-mockup img {
    height: 240px;
  }

  .modules-section .section-title {
    font-size: 16px;
  }

  .product-details-section-nav-tabs .tab-content .tab-pane .rating-form-container .preview-btn .cancel-btn {
    padding: 13px 22px;
  }

  .modal-logo-btn .logo-btn {
    padding: 10px 8px 10px 8px;
    font-weight: 400;
    font-size: 10px;
  }

  .information-section .information-summary-card .voucher-code .apply-btn {
    font-weight: 500;
    font-size: 12px;
  }

  .current-lang-text {
    display: none;
  }

  .introduction-section .introduction-left .introduction-list h2 {
    font-size: 17px;
  }

  .introduction-section {
    margin-top: 30px;
  }

  .introduction-section .introduction-left .faq-section .section-header h2 {
    font-size: 18px;
  }

  .introduction-section .introduction-left .documentation-helpful h2 {
    font-size: 18px;
  }

  .blog-hero-section .hero-content h1 {
    font-size: 20px;
  }

  .filter-section .filter .filter-group {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .blog-details-section .blog-details-left .details-main-card .min-content .content-top {
    display: block;
  }

  .blog-details-section .blog-details-left .details-main-card .min-content .content-top .right-side {
    margin-top: 10px;
  }

  .blog-details-section .blog-details-left .feature-card .card-img img {
    height: 300px;
  }

  .pagination .page-link {
    width: 45px;
    height: 46px;
    line-height: 46px;
  }

  .language-change .dropdown .language-btn {
    padding: 0;
  }

  .hero-area {
    padding: 80px 0 35px 0 !important;
  }

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

  .billing-section .nav-pills .nav-item .nav-link {
    font-size: 12px;
    padding: 10px 10px;
  }

  .billing-section .tab-content .inventory .list-unstyled li {
    font-size: 13px;
  }

  .modules-section .modules {
    gap: 12px;
  }

  .product-details-section .btn-group .border-btn {
    width: 100%;
  }

  .product-details-section .btn-group .theme-btn {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .big-scan-offcanvas {
    margin-right: 10px;
  }

  .cart-icons {
    margin-right: 0px;
    margin-left: 0px;
  }

  .language-change .dropdown .language-btn {
    padding: 0;
  }
  .language-change .dropdown .language-btn img {
    margin: 0 !important;
  }

  .language-change .dropdown-menu {
    left: -50px;
  }

  .features-section .feature-card h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .preview-container .browser-mockup img {
    height: 150px;
  }

  .navbar .navbar-brand img {
    width: 150px;
    height: 30px;
    object-fit: contain;
  }

  .hero-area .hero-content .hero-btns .theme-btn {
    width: 129px;
  }

  .business-needs .category-card .overlay-text h4 {
    font-size: 16px;
  }
}
/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
