@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

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

::-webkit-scrollbar-thumb:hover {
  background: #f8901f;
}

.btn_primary {
  background: #f8901f !important;
  color: #fff !important;
  padding: 10px 5px !important;
  border: 0 !important;
}
.btn_primary:active {
  border-bottom: 0 !important;
}

.btn_secondary {
  background: #4169e1 !important;
  color: #fff !important;
  padding: 10px 5px !important;
  border-bottom: 5px solid #000;
}

.hide_lg_show_sm {
  display: none !important;
}

.btn_bg {
  background: #f8901f;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff !important;
}
.btn_bg:focus {
  border-bottom: 0 !important;
}
.btn_bg:active {
  border-bottom: 0 !important;
}

.jsw {
  justify-content: center;
  display: flex;
  gap: 5px;
}

.bts {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-controll {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  padding: 12px 14px !important;
  letter-spacing: 0px;
  color: #313131;
  width: 100%;
  line-height: 16px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f8901f;
  outline: 0;
  box-shadow: none !important;
}

.form-select:focus {
  border-color: #f8901f;
  outline: 0;
  box-shadow: none !important;
}

.bgz {
  background: url(../img/bgz.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgs {
  background: url(../img/bcn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg_zss {
  background: rgb(248, 144, 31);
  background: linear-gradient(343deg, rgb(248, 144, 31) 0%, rgb(255, 255, 255) 59%);
}

.font_gradient {
  color: transparent;
  background: rgb(248, 144, 31);
  background: linear-gradient(165deg, rgb(248, 144, 31) 48%, rgb(65, 105, 225) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font_700 {
  font-weight: 700;
}

.bold {
  font-weight: 800;
}

.main_div .one_block {
  padding: 20px 15px;
}
.main_div .one_two {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(26, 24, 30, 0.0392156863);
}

.font_65 {
  font-size: 65px;
}

.font_50 {
  font-size: 55px;
}

.small_font {
  font-weight: 600;
  padding-left: 18px;
  font-size: 22px;
}

.modal_contact form {
  padding: 15px;
}
.modal_contact form input {
  margin-bottom: 25px;
}

.modal_close {
  position: absolute;
  right: 14px;
  top: 17px;
}
.modal_close:focus {
  box-shadow: 0 0 0 0.25rem #08aa7f;
}

.terms-con-content-1 h2 {
  font-weight: 700;
  font-size: 1.2rem;
}
.terms-con-content-1 table th {
  border-right: 1px solid #000;
  padding: 15px;
}
.terms-con-content-1 table td {
  padding: 15px;
}

.store-features-section .section-header {
  max-width: 890px;
  margin: 0 auto 64px;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.store-features-section .small_heading {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}
.store-features-section .img_size {
  height: 355px;
  width: 85%;
  display: flex;
  justify-content: center;
}
.store-features-section .store-feature-info-col .star-purple {
  padding: 0 0 0 32px;
}
.store-features-section .store-feature-info-col .star-purple li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 16px;
  list-style: none;
}
.store-features-section .store-feature-info-col .star-purple li::before {
  background: #f8901f;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  left: -32px;
  top: 3px;
  border-radius: 50%;
}
.store-features-section .d_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-features-section .div_box {
  margin: 0 0 32px;
  flex: 31% 1;
  max-width: 352px;
  min-height: 255px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(26, 24, 30, 0.06);
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.store-features-section .div_box svg {
  font-size: 75px;
  padding-bottom: 15px;
  color: #f8901f;
}
.store-features-section .div_box h5 {
  font-weight: 600;
}
.store-features-section .div_box h6 {
  text-align: center;
}
.store-features-section .themes-home-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  justify-content: center;
}
.store-features-section .themes-home-inner .themes-home-box {
  flex: 33% 1;
  padding: 0 16px;
  max-width: 392px;
  margin-top: 64px;
}
.store-features-section .themes-home-inner .themes-home-box img {
  filter: drop-shadow(0 2px 8px rgba(26, 24, 30, 0.06));
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  max-width: 100%;
  vertical-align: bottom;
  max-height: 100%;
  width: 100%;
  height: 100%;
  max-height: 472px;
}

.img_logo {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.img_logoq {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 5px;
}

.ab-pos {
  position: absolute;
  top: -5px;
  right: 3px;
  background: #f79121;
  padding: 10px;
  border-radius: 0px 8px;
  font-size: 13px;
  font-weight: 600;
  color: white;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_3.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  animation: slideDown 0.35s ease-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(30px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3607843137);
  z-index: 99999;
}

.header_3.is-sticky img {
  max-width: 100%;
}

.header_3.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.padding-cl {
  padding: 25px 0;
}

.header_3 .navbar {
  background: transparent;
}
.header_3 .nav_li {
  transition: 0.3s ease-in-out;
}
.header_3 .nav_li a {
  font-size: 14px;
  font-weight: 600;
}
.header_3 .nav_li a:focus {
  border-bottom: 2px solid #252525;
}
.header_3 .nav_li i, .header_3 .nav_li svg {
  padding: 10px;
  color: #252525;
  margin-top: 10px;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 30px;
  text-transform: uppercase;
}
.header_3 ul li {
  list-style: none;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -15px;
}
.header_3 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_3 .attr-nav > ul > li {
  float: left;
  display: block;
  cursor: pointer;
}
.header_3 .attr-nav > ul > li > a {
  color: #252525;
  display: block;
  padding: 20px 15px;
  position: relative;
}
.header_3 .attr-nav ul li a span {
  color: #252525;
  font-size: 25px;
}
.header_3 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: #fff;
  color: #252525;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #252525;
}
.header_3 .top-search {
  background-color: #f8901f;
  padding: 10px 0;
  display: none;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 15px;
}
.header_3 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_3 .input-group .form-control {
  background: #f8901f !important;
  color: #4169e1;
  border: none;
  line-height: 26px !important;
  padding: 11px 16px !important;
}
.header_3 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .mt_7 {
  margin-top: 7px;
}
.header_3 .dropdown-toggle::after {
  display: none;
}
.header_3 a {
  color: #252525;
  text-decoration: none;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 30px;
  text-transform: uppercase;
}
.header_3 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
  border-bottom: 3px solid #f8901f;
}
.header_3 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .mobile_view {
  display: none;
}
.header_3 .bg_color {
  background: #fff;
}
.header_3 .dropdown-menu.show {
  background: #fff;
  color: #252525;
}
.header_3 .dropdown-item:focus, .header_3 .dropdown-item:hover {
  background: #f8901f;
  color: #4169e1;
}
.header_3 .display_none {
  display: none !important;
}
.header_3 .hide_lg_show_sm {
  display: none !important;
}

.form-control, .form-select {
  line-height: 26px !important;
  padding: 11px 16px !important;
}

.form-check-input:checked {
  background-color: #f8901f !important;
  border-color: #f8901f !important;
}

.shopify_img {
  height: 100%;
  width: 95%;
}
.shopify_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bcz {
  border-bottom: 0 !important;
  background: #efefef;
}

.bold_700 {
  font-weight: 700 !important;
}

.footer1 {
  background-color: #f8901f;
  position: relative;
}
.footer1 .Download_app {
  display: flex;
  /* gap: 10px; */
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer1 .Download_app .down_img {
  height: 158px;
  width: 243px;
  overflow: hidden;
}
.footer1 .Download_app .down_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer1 .bold_600 {
  font-weight: 600 !important;
}
.footer1:before {
  position: absolute;
  content: "";
  background: #ddd;
  border-radius: 0 0 60px 60px;
  width: 100%;
  height: 86%;
  top: 0;
  left: 0;
}
.footer1 ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.footer1 p {
  color: #252525;
}
.footer1 .site-footer__graphics {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.footer1 .site-footer__graphics .site-footer__graphic-1 {
  position: absolute;
  top: -72px;
  right: 54px;
  display: block;
  width: 150px;
  height: 150px;
  transform: rotate(-45deg);
  background-image: linear-gradient(90deg, #2336B6 0%, rgba(31, 38, 103, 0.9) 100%);
  opacity: 0.4;
}
.footer1 .site-footer__graphics .site-footer__graphic-2 {
  position: absolute;
  top: -67px;
  right: 176px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-image: linear-gradient(-90deg, rgba(49, 207, 171, 0.5) 0%, #50E3C2 100%);
  mix-blend-mode: multiply;
}
.footer1 .footbox_n {
  padding-left: 20px !important;
  padding: 10px;
  margin-bottom: 20px;
}
.footer1 .footbox_n li {
  padding-right: 20px;
}
.footer1 .footbox_n li a {
  text-transform: capitalize;
  font-size: 13px !important;
  font-weight: 500;
  color: #252525;
}
.footer1 a {
  text-transform: capitalize;
  font-size: 13px !important;
  font-weight: 500;
  text-decoration: none;
  color: #252525;
}
.footer1 .foot_headi {
  font-size: 17px !important;
  letter-spacing: 3px !important;
}
.footer1 .foot_icon {
  display: flex;
  gap: 10px;
  justify-content: center;
  color: #fff;
}
.footer1 .icon_class {
  font-size: 40px !important;
  color: #252525;
}
.footer1 .icon_class:hover {
  font-size: 45px !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: rgb(0, 0, 0);
  height: 130px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}

.slider .slide {
  height: 100px;
  width: 250px;
  padding: 15px;
}
.slider .slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.terms-section .effective-date {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  color: #4d4d4d;
}
.terms-section p {
  font-size: 18px;
  line-height: 26px;
}
.terms-section .mb48, .terms-section .my48 {
  margin-bottom: 48px;
}
.terms-section ol {
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px;
  counter-reset: item;
  position: relative;
}
.terms-section ol li {
  margin-bottom: 48px !important;
}

@media (max-width: 850px) {
  .header_3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* background-color: #fff; */
    animation: slideDown 0.35s ease-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3607843137);
    z-index: 99999;
  }
  .themes-home-box {
    flex: 100% !important;
    -webkit-flex: 100% !important;
    -moz-box-flex: 100% !important;
  }
  .one_block {
    margin-top: 100px;
  }
  .hide_lg_show_sm {
    display: flex !important;
  }
  .hide_sm_show_lg {
    display: none !important;
  }
  .one_one {
    margin-top: 25px;
  }
  .mobile_menu {
    display: flex !important;
    flex-direction: column !important;
    background: white;
    height: 103vh;
    width: 300px;
    position: fixed;
    transform: translate(-100%);
    transition: all 0.2s ease;
    top: -13px;
    left: 0;
    padding: 20px;
    bottom: 0;
    padding-top: 22px;
    z-index: 99999;
  }
  .mobile_menu.active {
    transform: translate(0%);
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  }
  .font_65 {
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  .img_size {
    height: 255px !important;
  }
  .store-features-section .section-header {
    font-size: 23px;
  }
  .store-features-section .header_small {
    font-size: 20px !important;
    font-weight: 200 !important;
  }
  .store-features-section .small_heading {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .store-features-section .img_size {
    height: 355px;
    width: 85%;
    display: flex;
    justify-content: center;
  }
  .store-features-section .store-feature-info-col .star-purple {
    padding: 0 0 0 32px;
  }
  .store-features-section .store-feature-info-col .star-purple li::before {
    width: 10px;
    height: 10px;
  }
  .font_50 {
      font-size: 40px !important;
  }
}
@media (max-width: 380px) {
  .navbar-brand {
    width: 145px !important;
    height: 45px !important;
  }
  .img_size {
    height: 217px !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  color: #000;
  border: 4px solid;
  box-sizing: border-box;
  border-radius: 50%;
  background: radial-gradient(circle 5px, currentColor 95%, rgba(0, 0, 0, 0)), linear-gradient(currentColor 50%, rgba(0, 0, 0, 0) 0) 50%/4px 60% no-repeat;
  animation: l1 2s infinite linear;
}

.loader:before {
  content: "";
  flex: 1;
  background: linear-gradient(currentColor 50%, rgba(0, 0, 0, 0) 0) 50%/4px 80% no-repeat;
  animation: inherit;
}

@keyframes l1 {
  100% {
    transform: rotate(1turn);
  }
}/*# sourceMappingURL=style.css.map */
