@charset "UTF-8";
@font-face {
  font-family: "InterTight";
  src: url(../fonts/InterTight-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url(../fonts/InterTight-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url(../fonts/InterTight-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url(../fonts/InterTight-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url(../fonts/InterTight-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.has-gradient-bg {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  z-index: 1;
}

.gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8000px;
  overflow: hidden;
  background: linear-gradient(180deg, #187ABF -0.78%, #111111 20.05%, #111111 31.35%, #0B0B0B 40.12%, #000000 66.99%, #000000 73.7%, #000000 79.41%);
  background-position: center top;
  background-size: cover;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background: #171717;
}

.big-gutters {
  margin-right: -30px;
  margin-left: -30px;
}
.big-gutters > .col,
.big-gutters > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

body {
  --bs-body-font-family: InterTight;
  --bs-body-font-size: 18px;
  --bs-body-line-height: 28px;
  --bs-body-font-weight: 400;
  --bs-body-color: #ffffff;
  --bs-link-color: #ffffff;
  --bs-link-hover-color: #ffffff;
}

a {
  text-decoration: none;
}

p {
  color: #AEAEAE;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.layout-overlay-inner-wrapper {
    color: black;
}

.toast-content-text {
    color: black;
    font-size: 14px;
}

.block-limiter p {
    color: black;
    font-size: 14px;
}

.block-limiter A, BUTTON {
    color: #0071e3;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  color: #AEAEAE;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 45px;
}
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 45px;
}
h2 strong {
  font-weight: 500;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 25px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 25px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media (min-width: 1401px) {
  .container {
    max-width: 1600px;
  }
}
.navbar-toggler {
  --bs-border-width: 0;
  --bs-navbar-toggler-padding-x: 0.25rem;
  background: url("../img/navbar-mobile-btn.png") no-repeat center center transparent;
  color: #ffffff;
  padding: 20px 46px;
  font-size: 14px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas-header {
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}

.offcanvas-body .navbar-nav {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(22.5px);
  overflow: hidden;
  padding: 0px 15px;
}
.offcanvas-body .navbar-nav li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.offcanvas-body .navbar-nav li.active::after, .offcanvas-body .navbar-nav li:hover::after, .offcanvas-body .navbar-nav li:active::after, .offcanvas-body .navbar-nav li:focus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 86, 216, 0.8);
  filter: blur(25px);
  width: 140%;
  height: 100%;
  margin-left: -20%;
}
.offcanvas-body .navbar-nav a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 18px;
  z-index: 1;
}

.btn-close {
  width: 27px;
  height: 27px;
  background: url(../img/close-mobile.svg) no-repeat center center transparent;
}

.btn {
  --bs-btn-font-size: 18px;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 28px;
  --bs-btn-border-radius: 24px;
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 20px;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0056D8;
  --bs-btn-border-color: #0056D8;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #0056D8;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #ffffff;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000000;
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 14px;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #000000;
}

.btn-hl {
  --bs-btn-color: #000000;
  --bs-btn-bg: #40E7B5;
  --bs-btn-border-color: #40E7B5;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #40E7B5;
}

.font-size-md {
  font-size: 16px;
  line-height: 22px;
}

.font-size-sm {
  font-size: 14px;
  line-height: 16px;
}

.text-regular {
  color: #ffffff;
}

.text-hl {
  color: #40E7B5;
}

.text-hl2 {
  color: #00C6FF;
}

.accordion {
  --bs-accordion-bg: #000;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="9" viewBox="0 0 17 9" fill="none"%3E%3Cpath d="M0.999999 1L8.5 8L16 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="9" viewBox="0 0 17 9" fill="none"%3E%3Cpath d="M0.999999 1L8.5 8L16 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
  --bs-accordion-btn-icon-width: 16px;
  --bs-accordion-btn-icon-height: 16px;
}
.accordion.with-body-padding .accordion-body {
  padding: 20px 30px !important;
}
.accordion h3, .accordion h4 {
  margin-bottom: 0;
}
.accordion .accordion-item {
  background-color: #171717;
  border: 1px solid #333 !important;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-body {
  padding: 0;
  text-align: left;
}
.accordion .accordion-item .accordion-button {
  background-color: #171717;
  border-radius: 30px !important;
  box-shadow: none;
  padding-top: 25px;
  gap: 20px;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #000;
}
.accordion .accordion-item .accordion-button::after {
  margin-right: 5px;
  background-position: center center;
}
.accordion .accordion-item .accordion {
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="8.74228e-08" y1="8" x2="16" y2="8" stroke="white" stroke-width="2"/%3E%3Cline x1="8" y1="4.37114e-08" x2="8" y2="16" stroke="white" stroke-width="2"/%3E%3C/svg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg width="15" height="2" viewBox="0 0 15 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="8.74228e-08" y1="1" x2="15" y2="1" stroke="white" stroke-width="2"/%3E%3C/svg%3E');
  --bs-accordion-btn-icon-transform: none;
}
.accordion .accordion-item .accordion .accordion-item {
  margin-bottom: 0;
  border: none !important;
  border-top: 1px solid #333 !important;
  border-radius: 0;
}
.accordion .accordion-item .accordion .accordion-button {
  color: #AEAEAE;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 100px;
  padding-right: 24px;
}
.accordion .accordion-item .accordion .accordion-button.collapsed {
  background-color: #171717;
  border-radius: 30px !important;
}
.accordion .accordion-item .accordion .accordion-button::after {
  margin-right: 0;
}
.accordion .accordion-item .accordion .accordion-body {
  padding: 0 80px 25px 100px;
  text-align: left;
}

.contact-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
.contact-list li {
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 23px 23px 23px 60px;
  position: relative;
}
.contact-list li::before {
  content: "•";
  position: absolute;
  top: 22px;
  left: 23px;
  color: #0056D8;
  font-size: 30px;
}

/* styles */
.row-block {
  padding: 100px 0;
}
.row-block.half-padding {
  padding: 50px 0;
}
.row-block.half-padding-top {
  padding-top: 50px;
}
.row-block.half-padding-bottom {
  padding-bottom: 50px;
}

.box-faq {
  background: url(../img/faq.svg) no-repeat center top -20px transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.box-faq p {
  color: #ffffff;
}
.box-faq a {
  color: #AEAEAE;
}
.box-faq .faq {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.box-faq .faq a {
  color: #ffffff;
}

.info-block {
  background-color: #0E0E0E;
  border-radius: 30px;
  padding: 10px;
}

.box-info {
  border-radius: 20px;
  background-color: #232323;
  padding: 15px 20px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
}
.box-info .heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-info .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}
.box-info .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.box-info .months {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.box-info.hl {
  border: 1px solid #40E7B5;
}
.box-info.hl .heading {
  color: #40E7B5;
}
.box-info:last-child {
  margin-bottom: 0;
}

.box-returns {
  border-radius: 20px;
  background: #000;
  padding: 5%;
}
.box-returns li {
  width: 100%;
  text-align: left;
  border-radius: 103px;
  border: 1px solid #333;
  padding: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.box-returns li:last-child {
  margin-bottom: 0;
}
.box-returns .bubble, .box-returns .box-simple span, .box-simple .box-returns span {
  margin-right: 20px;
}

.owl-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owl-tabs li {
  color: #ffffff;
  padding: 30px 50px 30px 100px;
  position: relative;
  opacity: 0.5;
}
.owl-tabs li img {
  position: absolute;
  top: 30px;
  left: 50px;
}
.owl-tabs li.active {
  opacity: 1;
  border-radius: 20px 20px 0px 0px;
  background-color: #232323;
}

.owl-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #00C6FF 100%);
  z-index: 999;
  transition: width 0.1s linear;
}

.box-faq-mini {
  border-radius: 20px;
  background-color: #232323;
  padding: 25px 30px;
  position: relative;
}
.box-faq-mini h3 {
  margin: 0;
  font-size: 24px;
}
.box-faq-mini::after {
  position: absolute;
  top: 0;
  right: 30px;
  width: 16px;
  height: 100%;
  content: "";
  transform: rotate(90deg);
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="9" viewBox="0 0 17 9" fill="none"%3E%3Cpath d="M16 8L8.5 1L1 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat right center;
}

.box-sustain {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 80px 80px 0;
  margin-top: 25px;
}
.box-sustain > div {
  margin-top: -105px;
}
.box-sustain .step {
  background-color: #000;
}
.box-sustain img {
  margin: 0;
}
.box-sustain .btn {
  margin-bottom: 60px;
}

.sd-logo {
  margin: 0 0 60px;
}

.video-block video {
  width: 100%;
  max-width: 700px;
  border-radius: 30px;
}

.step {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  display: inline-block;
  margin-bottom: 60px;
}
.step span {
  color: #8C46FF;
  margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  color: #878787 !important;
  background-color: #282828 !important;
  box-shadow: none;
}
.owl-carousel .owl-nav button.owl-prev svg path, .owl-carousel .owl-nav button.owl-next svg path {
  fill: #878787;
}
.owl-carousel .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  background-color: #282828 !important;
}
.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
  background-color: #fff !important;
}

.carousel-device {
  height: 580px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.box {
  background-color: #000;
  border-radius: 30px;
  padding: 40px;
  height: 100%;
}
.box .icon {
  height: 60px;
  margin-bottom: 50px;
}

.box-wider {
  padding: 60px;
}

.box-narrow {
  padding: 20px;
}

.box-options {
  border-radius: 20px;
  background: #282828;
  padding: 20px;
  height: 100%;
  text-align: center;
}
.box-options img {
  height: 44px;
}
.box-options p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.box-light {
  color: #000000;
  background-color: #E7E7E7;
  border-radius: 20px;
  padding: 40px 60px;
}
.box-light .btn-dark {
  white-space: nowrap;
}

.box-offers {
  background-color: #08172C;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.box-offers .banner {
  position: relative;
  height: 150px;
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.box-offers p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bubble, .box-simple span {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 62px;
  height: 62px;
  max-width: 62px;
  max-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  line-height: 62px;
  text-align: center;
  flex: 1 0 auto;
}

.box-simple {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  padding: 40px 50px;
  height: 100%;
}
.box-simple span {
  margin-bottom: 30px;
}

.scrollable-list .scroll-wrap {
  width: 100%;
  height: 346px;
  overflow: hidden;
  position: relative;
  transition: top 0.3s ease;
}
.scrollable-list ul {
  width: 100%;
  position: relative;
  transition: top 0.3s ease;
}
.scrollable-list button {
  width: 100%;
  margin: 5px 0;
  border: none;
  background-color: transparent;
}
.scrollable-list button:hover svg path {
  stroke: #ffffff;
}

.devices {
  margin: 0;
  padding: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  width: 100%;
  background-color: #0E0E0E;
  border-radius: 20px;
  gap: 4px;
}
.devices li {
  flex: 1 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.devices li span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.devices li svg {
  height: 60px;
}
.devices li .nav-link {
  padding: 20px 0;
  border-radius: 20px !important;
  width: 100%;
  color: #ffffff !important;
}
.devices li .nav-link.active, .devices li .nav-link:hover, .devices li .nav-link:active, .devices li .nav-link:focus {
  background-color: #1D1D1D !important;
}
.devices li .nav-link.active svg path, .devices li .nav-link:hover svg path, .devices li .nav-link:active svg path, .devices li .nav-link:focus svg path {
  fill: #40E7B5;
}

.device-model {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.device-model .devices {
  flex-direction: column;
  max-width: 200px;
}

.models {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  width: 100%;
  gap: 10px;
  text-align: left;
}
.models li {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #464646;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.4;
  padding: 25px 40px;
}
.models li span {
  display: inline-block;
}
.models li .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 6px;
}
.models li .desc {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.models li .price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
}
.models li .from {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.models li.active, .models li:hover, .models li:active, .models li:focus {
  opacity: 1;
  border-color: #40E7B5;
}

.stores {
  margin: 0;
  padding: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid #333;
  margin: 0 auto;
}
.stores li {
  border-radius: 40px;
  padding: 20px;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
}
.stores li img {
  margin-right: 10px;
}
.stores li.active, .stores li:hover, .stores li:active, .stores li:focus {
  color: #000000;
  background-color: #ffffff;
}
.stores li[data-shop=smartdeal].active img, .stores li[data-shop=smartdeal]:hover img, .stores li[data-shop=smartdeal]:active img, .stores li[data-shop=smartdeal]:focus img {
  content: url(../img/tab-smartdeal.svg);
}

.form-select-container {
  height: auto !important;
  background-color: #0E0E0E !important;
  border-radius: 20px !important;
  padding: 3px !important;
  border: none !important;
}
.form-select-container .select2-selection__rendered {
  border-radius: 20px !important;
  padding: 25px !important;
  background-color: #1D1D1D !important;
  color: #FFFFFF !important;
  display: flex !important;
  justify-content: start;
  align-items: center;
  text-align: left;
}
.form-select-container .select2-selection__rendered .icon {
  width: 80px;
  text-align: center;
  margin-right: 20px;
}
.form-select-container .select2-selection__rendered .text span {
  width: 100%;
  color: #616161;
}

.form-select-dropdown {
  border: none !important;
  overflow: hidden;
}
.form-select-dropdown .select2-results__option {
  display: flex !important;
  justify-content: start;
  align-items: center;
  background-color: #0E0E0E !important;
  color: #FFFFFF !important;
  padding: 25px !important;
}
.form-select-dropdown .select2-results__option .icon {
  width: 80px;
  text-align: center;
  margin-right: 20px;
}

.select2-container--open.select2-container--above .form-select-container {
  border-radius: 0 0 20px 20px !important;
}

.select2-container--open.select2-container--below .form-select-container {
  border-radius: 20px 20px 0 0 !important;
}

.form-select-dropdown.select2-dropdown--below {
  border-radius: 0 0 20px 20px !important;
}

.form-select-dropdown.select2-dropdown--above {
  border-radius: 20px 20px 0 0 !important;
}

.form-select-container.select2-selection--single .select2-selection__arrow {
  top: 38%;
  right: 30px;
  width: 32px;
  height: 32px;
  background: url(../img/ddl.svg) no-repeat center center transparent;
}
.form-select-container.select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--open .form-select-container.select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

/* form-range */
.form-range {
  position: relative;
  height: 2.5rem;
}
.form-range::before, .form-range::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #808080;
  border-radius: 50%;
}
.form-range::after {
  left: auto;
  right: 0;
}
.form-range::-webkit-slider-runnable-track {
  background-color: #808080;
  height: 1px;
  z-index: 1;
}
.form-range::-moz-range-track {
  background-color: #808080;
  height: 1px;
  z-index: 1;
}
.form-range::-ms-track {
  background-color: #808080;
  height: 1px;
  z-index: 1;
}
.form-range::-webkit-slider-thumb {
  background-color: #282828;
  border: 1px solid #fff;
  margin-top: -6px;
}
.form-range::-moz-range-thumb {
  background-color: #282828;
  border: 1px solid #fff;
  margin-top: -6px;
}
.form-range::-ms-thumb {
  background-color: #282828;
  border: 1px solid #fff;
  margin-top: -6px;
}

/* END OF form-range*/
.note {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

/* stacked-card-slider */
.cards-box-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.cards-box {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.cards-box .card {
  --bs-card-bg: #232323;
  border-radius: 30px;
  border: 1px solid #454545;
  cursor: grab;
  transition: all 1.5s cubic-bezier(0.18, 0.98, 0.45, 1);
  padding: 50px;
  height: 100%;
  min-height: 230px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.cards-box .card h4 {
  color: #ffffff;
  line-height: 24px;
}
.cards-box .card.hide {
  visibility: hidden;
}
.cards-box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.cards-box .card:not(.hide)[data-slide="0"] {
  transform: translate(0px, 0px) scale(1);
  z-index: 5;
  opacity: 1;
}
.cards-box .card:not(.hide)[data-slide="1"] {
  transform: translate(0px, -26px) scale(0.95);
  z-index: 4;
  opacity: 0.9;
}
.cards-box .card:not(.hide)[data-slide="2"] {
  transform: translate(0px, -52px) scale(0.9);
  z-index: 3;
  opacity: 0.8;
}
.cards-box .card:not(.hide)[data-slide="3"] {
  transform: translate(0px, -78px) scale(0.85);
  z-index: 2;
  opacity: 0.7;
}
.cards-box .card:not(.hide)[data-slide="4"] {
  transform: translate(0px, -104px) scale(0.8);
  z-index: 1;
  opacity: 0.6;
}
.cards-box .card:not(.hide)[data-slide="0"] {
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  transition: all 1.5s cubic-bezier(0.18, 0.98, 0.45, 1);
}

@media (max-width: 575px) {
  .cards-box .card {
    height: 320px;
  }
}
/* END OF stacked-card-slide */
@media (max-width: 1000px) {
  body {
    --bs-body-font-size: $bodyMobileFontSize;
    --bs-body-line-height: $bodyMobileLineHeight;
    --bs-body-font-weight: $bodyMobileFontWeight;
  }
  h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 45px;
  }
  h1 strong {
    font-weight: 700;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 45px;
  }
  h2 strong {
    font-weight: 500;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .font-size-sm {
    font-size: 14px;
  }
  .container-fluid > .container {
    padding-left: 0;
    padding-right: 0;
  }
  ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .offcanvas {
    top: 0;
    --bs-offcanvas-height: 100%;
    background-color: #0056D8;
  }
  .offcanvas-body .navbar-nav {
    background-color: transparent;
  }
  .offcanvas-body .navbar-nav li {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
  .row-block {
    padding: 50px 0;
  }
  .row-block.half-padding {
    padding: 25px 0;
  }
  .row-block.half-padding-top {
    padding-top: 25px;
  }
  .row-block.half-padding-bottom {
    padding-bottom: 25px;
  }
  .box-returns {
    padding: 5% 10px;
  }
  .owl-carousel .owl-nav {
    margin-top: 30px;
    position: relative;
  }
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: 50px;
  }
  .owl-carousel .owl-nav button.owl-next {
    margin-right: 50px;
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    top: auto !important;
    bottom: -30px !important;
  }
  .device-model {
    flex-direction: column;
  }
  .accordion .accordion-item .accordion .accordion-button, .accordion .accordion-item .accordion .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stores li {
    font-size: 16px;
  }
  .contact-list {
    flex-direction: column;
  }
  .contact-list li {
    width: 100%;
  }
  .box .icon {
    margin-bottom: 35px;
  }
  .box-sustain {
    padding: 80px 20px 0;
  }
}
