@charset "UTF-8";

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
    url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
    url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* aoes */
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0)
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}


/* tiny-slider */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-outer [aria-hidden="true"] a {
  display: none;
}

button[data-action="start"],
button[data-action="stop"] {
  display: none;
}

.tns-nav {
  text-align: center;
  margin-top: 25px;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tns-nav button {
  position: relative;
  padding: 0;
  background: transparent !important;
  width: 21px;
  height: 21px;
  border: 1px solid transparent;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  margin-top: 15px;
  margin-left: 3px;
  margin-right: 3px;
}

.tns-nav button::before {
  content: "";
  background-color: rgba(25, 41, 82, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
}

.tns-nav button:hover,
.tns-nav-active {
  border-color: var(--primary) !important;
}

.tns-nav button:hover::before,
button.tns-nav-active::before {
  background-color: var(--primary);
}

/* css landing */

a {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*,
:after,
:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --space-gobal: 100px;
  --primary: #124a2f;
  --primary-hover: #165a39;
  --border-radius: 30px;
  --color-main: #111111;
  --color-white: #ffffff;
  --border-color: #E5E8EC;
  --bg-box: #F4F6FA;
  --box-shadown: 0px 5px 30px rgba(17, 28, 49, 0.05);
  --video-aspect-ratio: 16 / 9;
  --transition: all 0.3s linear;
}

.color-white {
  color: var(--color-white) !important;
}

.greycolor {
  color: #555555;
}

body {
  margin: 0;
}

footer,
header {
  display: block;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

h2,
h3,
h4,
h5 {
  margin: 0 0 18px;
}

.container {
  max-width: 1200px;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-6,
.col-md-12,
.col-sm-2,
.col-sm-6,
.col-sm-12,
.col-xl-4,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 544px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .template-tab {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px) {

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>div {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

a {
  color: var(--color-main);
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

a:focus,
a:hover {
  color: var(--color-main);
}

ul {
  padding-left: 20px;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul li+li {
  margin: 6px 0 0;
}

li>ul {
  margin-bottom: 0;
}

.button,
button {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 48px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-decoration: none;
  color: var(--mg-button-text, #fff);
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: var(--border-radius);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -0.02em;
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: var(--color-white);
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
}

thead tr th {
  background-color: var(--primary);
  color: var(--color-white);
  font-size: 16px;
  width: 25%;
  border-color: #29694A;
}

td,
th {
  border: 1px solid #E5E8EC;
  border-top: 0;
  border-bottom: 0;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

th {
  color: var(--color-main);
  font-weight: 700;
}

tr td:last-child,
tr th:last-child {
  border-right: 0;
  border-radius: 0px 5px 5px 0px;
}

tr td:first-child,
tr th:first-child {
  border-left: 0;
  border-radius: 5px 0px 0px 5px;
}

tbody td {
  color: var(--color-main);
}

tbody tr td:first-child {
  text-align: left;
}

@media (min-width: 768px) {
  thead tr th:first-child {
    padding-left: 30px;
    text-align: left;
  }

  tbody tr td:first-child {
    padding-left: 30px;
  }
}

tbody tr:nth-child(even) td {
  background: #F1F3F7;
}

.features-table.bg-white.p-20.relative {
  box-shadow: 0px 5px 30px 0px rgba(17, 28, 49, 0.03);
}

.features-table__inner.relative {
  height: 800px;
  overflow: hidden;
  transition: height 0.4s;
}

.features-table__inner.relative.clicked-btn-view-more-features {
  height: 100%;
}

.features-table__inner.relative.clicked-btn-view-more-features::after {
  opacity: 0;
}

.features-table__inner td img {
  position: relative;
}

tfoot th:not(.last) {
  background-color: var(--color-main);
  color: var(--color-white);
  border: 0;
}

tfoot th.last {
  background-color: var(--primary);
  border: 0;
  color: var(--color-white);
}

tbody td img {
  margin-right: 10px;
}

body {
  color: #555;
  font-weight: 500;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: -0.01em;
}

body,
h2,
h3,
h4,
h5 {
  font-family: Plus Jakarta Sans, sans-serif;
}

h2,
h3,
h4,
h5 {
  clear: both;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

mark {
  background: none;
  text-decoration: none;
}

mark {
  color: var(--primary);
}

.row--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-color {
  color: var(--primary);
}

.primary-bg {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.list-no-style {
  margin: 0;
  padding: 0;
}

.list-no-style li {
  list-style: none;
}

.list-inline li {
  margin: 0;
}

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

[style*="--aspect-ratio"] {
  position: relative;
  overflow: hidden;
}

[style*="--aspect-ratio"]:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio, 16/9)));
}

[style*="--aspect-ratio"]> :first-child {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.bg-white {
  background-color: var(--color-white);
  border-radius: 5px;
}

.list-none {
  list-style-type: none;
}

.pl-0 {
  padding-left: 0;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-5 {
  margin-left: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

.light {
  font-weight: 400;
}

.medium {
  font-weight: 800;
}

.primary-color {
  color: var(--color-main);
}

@-webkit-keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.animation-top-bottom img {
  -webkit-animation: 0.8s tm-loop-move-vertical linear infinite alternate;
  animation: 0.8s tm-loop-move-vertical linear infinite alternate;
  -webkit-animation-duration: var(--loop-speed, 8s);
  animation-duration: var(--loop-speed, 0.8s);
}


.uminio-tabs__content {
  position: relative;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

.uminio-tabs__content .tab-content {
  display: none;
  opacity: 0;
}

.uminio-tabs__content .tab-content.active {
  opacity: 1;
  z-index: 2;
  display: block;
}

.uminio-tabs__content .tab-content:not(.active) {
  pointer-events: none;
}

.uminio-tabs__content .tab-content:not(.active)>* {
  pointer-events: none !important;
}

.uminio-tabs__header-inner {
  margin-top: -8px;
  padding-bottom: 20px;
}

.uminio-tabs__header .tab-title {
  min-width: 160px;
  justify-content: center;
}

.container-fluid,
.container-full-gap-30,
.bigger-container,
.bigger-container-more {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
}

.align-item-center {
  align-items: center;
}

.nowrap {
  flex-wrap: nowrap;
}

.hide-element {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%) translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .container {
    --bs-gutter-x: 50px;
    max-width: 1270px;
  }

  .bigger-container {
    --bs-gutter-x: 50px;
    max-width: 1510px;
  }

  .bigger-container-more {
    max-width: 1870px;
  }

  .container-full-gap-30 {
    --bs-gutter-x: 30px;
  }
}

@-moz-keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-o-keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.topbar {
  background-color: var(--primary);
  color: var(--color-white);
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.topbar a {
  color: var(--color-white);
}

.topbar .bigger-container>.scroll-text {
  overflow: hidden;
}

.bigger-container>.scroll-text>div {
  width: 100%;
  flex: 0 0 100%;
}

.scroll-text:not(.tns-horizontal) {
  opacity: 0;
  visibility: hidden;

}

.topbar .tns-outer {
  position: relative;
  max-width: 580px;
  margin: auto;
  padding: 0 20px !important;
  overflow: hidden;
  will-change: transform;
}

.topbar .tns-controls button {
  padding: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  background-color: transparent !important;
  border: none;
}

.topbar button[data-controls="prev"] {
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.96875 8.85938C6.10417 8.99479 6.17188 9.15625 6.17188 9.34375C6.17188 9.52083 6.10417 9.67188 5.96875 9.79688C5.84375 9.93229 5.6875 10 5.5 10C5.3125 10 5.15625 9.93229 5.03125 9.79688L1.03125 5.79688C0.895833 5.67188 0.828125 5.52083 0.828125 5.34375C0.828125 5.15625 0.895833 4.99479 1.03125 4.85938L5.03125 0.859375C5.15625 0.734375 5.3125 0.671875 5.5 0.671875C5.6875 0.671875 5.84375 0.734375 5.96875 0.859375C6.10417 0.994792 6.17188 1.15625 6.17188 1.34375C6.17188 1.52083 6.10417 1.67188 5.96875 1.79688L2.4375 5.32812L5.96875 8.85938Z" fill="white"/></svg>');
}

.topbar button[data-controls="next"] {
  right: 0;
  background-image: url('data:image/svg+xml,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.96875 9.79688C1.84375 9.93229 1.6875 10 1.5 10C1.3125 10 1.15625 9.93229 1.03125 9.79688C0.895833 9.67188 0.828125 9.52083 0.828125 9.34375C0.828125 9.15625 0.895833 8.99479 1.03125 8.85938L4.5625 5.32812L1.03125 1.79688C0.895833 1.67188 0.828125 1.52083 0.828125 1.34375C0.828125 1.15625 0.895833 0.994792 1.03125 0.859375C1.15625 0.734375 1.3125 0.671875 1.5 0.671875C1.6875 0.671875 1.84375 0.734375 1.96875 0.859375L5.96875 4.85938C6.10417 4.99479 6.17188 5.15625 6.17188 5.34375C6.17188 5.52083 6.10417 5.67188 5.96875 5.79688L1.96875 9.79688Z" fill="white"/></svg>');
}

.site-header {
  width: 100%;
  padding: 10px 0;
  z-index: 80;
}

@media screen and (min-width: 992px) {
  .site-header {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .site-header.header-pinned .container-full-gap-30 {
    background: var(--color-white);
  }
}

.site-header.header-pinned {
  position: fixed;
  top: 0;
  background: var(--color-white);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  animation-name: fadeInsTicky;
  animation-duration: 0.5s;
  animation-fill-mode: inherit;
}

.site-header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header .button {
  white-space: nowrap;

}

.navigation>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation>ul>li {
  margin: 0 16px;
  padding: 12px 0;
}

.navigation>ul>li:not(.item-mega) {
  position: relative;

}

.navigation>ul>li>a svg {
  margin-left: 5px;
  vertical-align: middle;
}

.navigation ul a {
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.01em;
  display: block;
  cursor: pointer;
}

.navigation>ul>li>a::before {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: currentColor;
  bottom: -4px;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

.navigation>ul>li:hover>a::before {
  width: 100%;
}

.navigation ul a:hover {
  color: var(--color-main);
}

.menu-label {
  position: absolute;
  right: -26px;
  top: -15px;
  font-size: 9px;
  font-weight: 800;
  border-radius: 2px;
  padding: 5px 7px;
  color: var(--color-white);
  line-height: 1;
}

span.menu-label:after {
  border: solid transparent;
  border-width: 5px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  bottom: 1px;
  left: 7px;
  margin-left: 0;
  transform: translateY(100%);
  transform-origin: 0;
  border-top-color: #26A66A;
  border-radius: 1px;
}

span.menu-label.hot:after {
  border-top-color: #dd3327;
}

.menu-label.hot {
  background-color: #dd3327;
}

.navigation .sub-nav {
  background-color: var(--color-white);
  box-shadow: var(--box-shadown);
  border-radius: 0 0 5px 5px;
  padding: 20px 25px;
}

.navigation .submenu {
  background-color: var(--color-white);
  box-shadow: var(--box-shadown);
  border-radius: 5px;
  padding: 50px 0;
}

.navigation .submenu li a,
.navigation .sub-nav li a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  #site-header .buynow-btn .button {
    padding: 0 35px;
  }
}

@media (min-width: 992px) {

  .site-header:not(.header-pinned) .navigation>ul>li {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .site-header:not(.header-pinned) .navigation>ul>li>a {
    color: var(--color-white);
  }

  .site-header:not(.header-pinned) .site-header__logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .site-header:not(.header-pinned) .navigation .submenu {
    margin-top: 25px;
  }

  .navigation ul a.not-links {
    cursor: auto;
  }

  .navigation>ul>li>a::before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: currentColor;
    bottom: -4px;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 0;
  }
}

@media screen and (min-width: 992px) {
  .d-none-desktop {
    display: none !important;
  }

  .navigation .sub-nav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    pointer-events: none;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transition: opacity 0.35s, visibility 0.35s, transform 0.35s,
      -webkit-transform 0.35s;
  }

  .navigation .submenu {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    pointer-events: none;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transition: opacity 0.35s, visibility 0.35s, transform 0.35s,
      -webkit-transform 0.35s;
  }

  .sub-label {
    border-radius: 20px;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 4.5px 10px;
    color: var(--color-white);
    font-weight: 800;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
  }

  .sub-label.sub-hot {
    background-color: #D73F0F;
  }

  .sub-label.sub-new {
    background-color: #2838F5;
  }

  .navigation>ul>li:hover .submenu,
  .navigation>ul>li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: none !important;
  }

  .navigation .submenu li:not(:last-child),
  .navigation .sub-nav li:not(:last-child) {
    margin-bottom: 7px;
  }

  .navigation .submenu li a:hover,
  .navigation .sub-nav li a:hover {
    transform: translateX(5px);
  }
}

.relative {
  position: relative;
}

body .site-footer {
  background-color: #062c19;
  color: var(--color-white);
}

.footer-main {
  border-bottom: 1px solid #0b3d24;
  padding-bottom: var(--space-gobal, 100px);
  margin-bottom: var(--space-gobal, 100px);
}

.site-footer .footer-main h4 {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.site-footer .footer-main h4,
.site-footer .footer-main a {
  color: var(--color-white);
}

.site-footer .footer-main p {
  color: #9c9fa0;
  letter-spacing: -0.01em;
}

.site-footer .footer-main .content>a {
  position: relative;
  padding-bottom: 5px;
}

.site-footer .footer-main .content>a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--color-white);
  transition: var(--transition);
}

.site-footer .footer-main .content>a:hover::before {
  width: 100%;
}

.site-footer .footer-main a {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.site-footer .footer-main .icon {
  margin-right: 30px;
}

.site-footer .footer-main .content {
  overflow: hidden;
  flex: 1;
}

.site-footer .footer-main .content p a {
  color: #9c9fa0;
}

.site-footer__bot p {
  color: #9c9fa0;
}

.site-footer__bot p .color-light {
  color: var(--color-white);
}

.site-footer__bot p a.color-light {
  text-decoration: underline;
}

.site-footer__inner {
  text-align: center;
}

.site-footer__inner .button {
  margin-top: 42px;
  height: 62px;
  width: 100%;
  max-width: 260px;
}

.site-footer .button-wrapper{
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.site-footer .button-wrapper .button:last-child{
  border-color: var(--color-white);
  color: var(--color-white);
  background-color: transparent;
}

.site-footer .button-wrapper .button:last-child:hover{
  background-color: var(--color-white);
  color: var(--color-main);
}

.site-footer .primary-heading {
  margin: 0 0 15px;
  letter-spacing: -1px;
  max-width: 700px;
  line-height: 1.1;
}

.site-footer__inner .gradient-heading-wrap p {
  font-size: 14px;
  max-width: 500px;
  margin: auto;
}

.site-footer__inner .gradient-heading-wrap p span {
  color: #f8ba26;
  text-decoration: underline;
}

.site-footer .footer-label {
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.site-footer .hot {
  display: inline-block;
  background: var(--primary);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  color: #f8ba26;
  padding: 7px 12px;
}

.color-light {
  color: var(--color-white);
}

.site-footer__bot {
  text-align: center;
  border-top: 1px solid #0b3d24;
  padding-top: 30px;
  margin-top: var(--space-gobal);
}

.main-content {
  overflow: hidden;
}

.section {
  position: relative;
  margin-bottom: var(--space-gobal, 100px);
}

.section-heading {
  line-height: 1.35;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.section-heading>span {
  font-size: 12px;
  font-weight: 800;
  color: #26A66A;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.section-customer-website .section-heading>span {
  color: #1C7D4F;
}

.gradient-heading {
  display: inline-block;
  color: var(--color-white);
  font-size: clamp(1.6rem, 4vw, 3rem);
}

.gradient-heading span {
  font-weight: 300;
}

.section-description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #555;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.bls__section-header {
  margin-bottom: 48px;
}

.section-heading {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
}

.video-right .video-item .sm-on-first>div {
  display: flex;
  align-items: center;
  height: 100%;
}

.video-right .video-item .sm-on-first .open-video {
  width: 130px;
  border-radius: 5px;
  margin-right: 15px;
  max-width: 45%;
}

.video-right {
  overflow-y: auto;
}

.video-right::-webkit-scrollbar {
  width: 5px;
  background-color: #dedede;
  border-radius: 10px;
}

.video-right::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .video-right {
    max-height: 370px;
    position: relative;
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .video-right {
    max-height: 480px;
  }
}

@media (min-width: 1400px) {
  .video-right {
    max-height: 538px;
  }
}

.video-right .video-item .sm-on-first {
  height: 100%;
}

.video-right .video-item:not(:last-child) {
  margin-bottom: 10px;
}

.video-right .video-item .sm-on-first .content {
  flex: 1;
  overflow: hidden;
  text-align: left;
}

.video-right .video-item .video-play-btn {
  width: 25px;
  height: 25px;
}

.video-right .open-video .video-play-btn:after {
  content: "";
  margin-left: 2px;
  border-bottom: 4px solid transparent;
  border-left: 8px solid var(--color-white);
  border-top: 4px solid transparent;
}

.open-video .video-play-btn,
.open-video .video-play-btn:after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.open-video .video-play-btn {
  background: #ef262c;
  border-radius: 50%;
  transition: var(--transition);
  z-index: 2;
  width: 80px;
  height: 80px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
}

.open-video .video-play-btn:after {
  content: "";
  margin-left: 2px;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--color-white);
  border-top: 8px solid transparent;
}

.design__card {
  text-align: center;
  position: relative;
}

.design__card img {
  width: 100%;
}

.inner-page {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--box-shadown);
}

.design__card a {
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.design__card.inner-page a,
.theme-demo .theme-image,
.website-item>a,
.video-item .open-video {
  overflow: hidden;
}

.website-item>a {
  display: block;
}

.theme-demo .theme-image img,
.website-item>a img,
.video-item .open-video img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.design__card~h3 {
  font-size: 16px;
  line-height: 21px;
  margin: 21px 0 0;
  text-transform: capitalize;
  text-align: center;
}


.video-item:hover .open-video img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.open-video {
  border-radius: 5px;
  cursor: pointer;
}

.slider .section-description {
  max-width: 600px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  color: var(--color-white);
  margin-left: 0;
  margin-right: 0;
}

.slider .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.slider .button-wrapper .button {
  min-width: 202px;
  height: 55px;
  margin: 30px 20px 0 0;
  background-color: var(--color-white);
  color: var(--color-main);
  border-color: var(--color-white);
}

.slider .button-wrapper .button:last-child {
  margin-right: 0;
  border-color: var(--color-white);
  color: var(--color-white);
  background-color: transparent
}

.slider .button-wrapper .button:last-child:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}

.slider .section-heading {
  font-size: 55px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: var(--color-white);
}

.gradient-background__wrapper {
  background: #0f0d17;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top: 0;
}

.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(250px);
  filter: blur(250px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gradient-background__shape {
  mix-blend-mode: lighten;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  position: absolute;
  border-radius: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0, 0.9, 1);
  animation-timing-function: cubic-bezier(0.1, 0, 0.9, 1)
}

.gradient-background__shape--1 {
  bottom: 0;
  left: 0;
  width: clamp(450px, 50vw, 700px);
  height: clamp(450px, 50vw, 700px);
  background: #C834E0;
  mix-blend-mode: lighten;
  -webkit-transform: translate(-30%, 40%);
  transform: translate(-30%, 40%);
  -webkit-animation-name: gradientShapeAnimation1;
  animation-name: gradientShapeAnimation1
}

.gradient-background__shape--2 {
  bottom: 0;
  right: 0;
  width: clamp(350px, 40vw, 600px);
  height: clamp(350px, 40vw, 600px);
  background: #C834E0;
  -webkit-transform: translate(20%, -40%);
  transform: translate(20%, -40%);
  -webkit-animation-name: gradientShapeAnimation2;
  animation-name: gradientShapeAnimation2
}

@-webkit-keyframes gradientShapeAnimation1 {
  0% {
    -webkit-transform: translate(-30%, 40%) rotate(-20deg);
    transform: translate(-30%, 40%) rotate(-20deg)
  }

  25% {
    -webkit-transform: translate(0%, 20%) skew(-15deg, -15deg) rotate(80deg);
    transform: translate(0%, 20%) skew(-15deg, -15deg) rotate(80deg)
  }

  50% {
    -webkit-transform: translate(30%, -10%) rotate(180deg);
    transform: translate(30%, -10%) rotate(180deg)
  }

  75% {
    -webkit-transform: translate(-30%, 40%) skew(15deg, 15deg) rotate(240deg);
    transform: translate(-30%, 40%) skew(15deg, 15deg) rotate(240deg)
  }

  100% {
    -webkit-transform: translate(-30%, 40%) rotate(-20deg);
    transform: translate(-30%, 40%) rotate(-20deg)
  }
}

@keyframes gradientShapeAnimation1 {
  0% {
    -webkit-transform: translate(-30%, 40%) rotate(-20deg);
    transform: translate(-30%, 40%) rotate(-20deg)
  }

  25% {
    -webkit-transform: translate(0%, 20%) skew(-15deg, -15deg) rotate(80deg);
    transform: translate(0%, 20%) skew(-15deg, -15deg) rotate(80deg)
  }

  50% {
    -webkit-transform: translate(30%, -10%) rotate(180deg);
    transform: translate(30%, -10%) rotate(180deg)
  }

  75% {
    -webkit-transform: translate(-30%, 40%) skew(15deg, 15deg) rotate(240deg);
    transform: translate(-30%, 40%) skew(15deg, 15deg) rotate(240deg)
  }

  100% {
    -webkit-transform: translate(-30%, 40%) rotate(-20deg);
    transform: translate(-30%, 40%) rotate(-20deg)
  }
}

@-webkit-keyframes gradientShapeAnimation2 {
  0% {
    -webkit-transform: translate(20%, -40%) rotate(-20deg);
    transform: translate(20%, -40%) rotate(-20deg)
  }

  20% {
    -webkit-transform: translate(0%, 0%) skew(-15deg, -15deg) rotate(80deg);
    transform: translate(0%, 0%) skew(-15deg, -15deg) rotate(80deg)
  }

  40% {
    -webkit-transform: translate(-40%, 50%) rotate(180deg);
    transform: translate(-40%, 50%) rotate(180deg)
  }

  60% {
    -webkit-transform: translate(-20%, -20%) skew(15deg, 15deg) rotate(80deg);
    transform: translate(-20%, -20%) skew(15deg, 15deg) rotate(80deg)
  }

  80% {
    -webkit-transform: translate(10%, -30%) rotate(180deg);
    transform: translate(10%, -30%) rotate(180deg)
  }

  100% {
    -webkit-transform: translate(20%, -40%) rotate(340deg);
    transform: translate(20%, -40%) rotate(340deg)
  }
}

@keyframes gradientShapeAnimation2 {
  0% {
    -webkit-transform: translate(20%, -40%) rotate(-20deg);
    transform: translate(20%, -40%) rotate(-20deg)
  }

  20% {
    -webkit-transform: translate(0%, 0%) skew(-15deg, -15deg) rotate(80deg);
    transform: translate(0%, 0%) skew(-15deg, -15deg) rotate(80deg)
  }

  40% {
    -webkit-transform: translate(-40%, 50%) rotate(180deg);
    transform: translate(-40%, 50%) rotate(180deg)
  }

  60% {
    -webkit-transform: translate(-20%, -20%) skew(15deg, 15deg) rotate(80deg);
    transform: translate(-20%, -20%) skew(15deg, 15deg) rotate(80deg)
  }

  80% {
    -webkit-transform: translate(10%, -30%) rotate(180deg);
    transform: translate(10%, -30%) rotate(180deg)
  }

  100% {
    -webkit-transform: translate(20%, -40%) rotate(340deg);
    transform: translate(20%, -40%) rotate(340deg)
  }
}

.gradient-background__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("background__noise.webp");
  background-size: 100px
}

.slider {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0 0;
  --gap-scroll: 25px;
  overflow: hidden;
}

.img-slider {
  margin-top: 50px;
  width: 100%;
}

.image-block-2 {
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .slider::before {
    content: '';
    height: 243px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(19, 17, 28, 0.00) 27.98%, rgba(19, 17, 28, 0.00) 27.99%, rgba(19, 17, 28, 0.08) 100%);
  }

  .img-slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .img-slider .img-slider-img {
    display: flex;
    gap: var(--gap-scroll);
    align-items: flex-end;
  }

  .image-block-1,
  .image-block-3 {
    flex: 1;
    flex: 0 0 auto;
    width: 16%;
    max-width: 270px;
  }

  .image-block-1 {
    gap: var(--gap-scroll);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }

  .image-block-1 picture:first-child {
    transform: translateX(68px);
    margin-left: -64px;
  }

  .image-block-2 {
    gap: var(--gap-scroll);
    display: flex;
    flex: 1;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: -13px;
  }

  .image-block-3 {
    gap: var(--gap-scroll);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (min-width: 1200px) {
  .image-block-1 picture:first-child {
    transform: translateX(80px);
  }
}

.slider .row {
  justify-content: center;
  text-align: center;
  margin: 0;
}


@media (min-width: 992px) {

  .slider {
    padding: 130px 0 0 0;
  }
}

.slider .row .col-top {
  position: relative;
  z-index: 1;
}

.slider .row .col-top::before {
  content: '';
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -30px;
  top: -30px;
  z-index: -1;
  opacity: 0.3;
  background-color: #7363F8;
  filter: blur(150px);
  border-radius: 50%;
}

.scroll-banner-slider .inner {
  display: flex;
  flex-wrap: nowrap;
  animation: 200s linear 0s infinite normal none running ticker;
  flex-shrink: 0;
  padding: 0 15px;
  gap: var(--gap-scroll);
  animation-delay: 1s;
}

.scroll-banner-slider .inner img {
  max-height: clamp(216px, 33vw, 541px);
  width: auto;
}

.scroll-banner-slider:hover .inner {
  animation-play-state: paused;
}

.scroll-banner-slider .flex.no-wrap {
  position: relative;
  z-index: 1;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.play-icon {
  display: none;
}

.btn-fixed:not(.hide-element) {
  transform: translateX(0) translateY(-50%);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.btn-fixed {
  top: 50%;
  right: 10px;
  position: fixed;
  z-index: 8;
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.1);
  border-radius: 30px;
  background-color: var(--color-white);
  padding: 6px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}



.content-fixed {
  display: flex;
  background-color: var(--color-white);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1px;
  border-radius: 100%;
  position: relative;
}

.content-fixed:not(:last-child) {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.content-fixed:hover {
  background-color: var(--primary);
}

.content-fixed:hover .icon-btn svg {
  color: var(--color-white);
}

.btn-fixed .icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-fixed .icon-btn svg {
  color: var(--color-main);
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1),
    width 0.4s cubic-bezier(0.21, 0.6, 0.35, 1),
    height 0.4s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.tooltip {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  position: absolute;
  background-color: var(--color-main);
  color: var(--color-white);
  white-space: nowrap;
  font-size: 12px;
  margin: 0;
  padding: 6px 10px;
  width: auto;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.02em;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 7%),
    0 0 3px -1px rgb(83 45 245 / 15%);
  -moz-box-shadow: 0 5px 40px rgb(0 0 0 / 7%), 0 0 3px -1px rgb(83 45 245 / 15%);
  box-shadow: 0 5px 40px rgb(0 0 0 / 7%), 0 0 3px -1px rgb(83 45 245 / 15%);
  -moz-transition: all 0.3s cubic-bezier(0.64, -0.09, 0.13, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.64, -0.09, 0.13, 1.15);
  transition: all 0.3s cubic-bezier(0.64, -0.09, 0.13, 1.15);
  z-index: -1;
}

.tooltip::before {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid var(--color-main);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.btn-fixed .content-fixed:hover .tooltip {
  opacity: 1;
  right: 60px;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1400px) {
  .slider .section-heading {
    font-size: 47px;
  }
}

.features-list {
  padding: 40px;
}

#premium-features .features-list-premium {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  box-shadow: none;
}

#premium-features .features-list-premium .featured-infor p {
  letter-spacing: 0;
}

#premium-features {
  margin-bottom: calc(var(--space-gobal, 100px) - 30px);
}

#features {
  padding-top: var(--space-gobal, 100px);
  padding-bottom: var(--space-gobal, 100px);
  background-color: var(--bg-box);
}

#best-speed {
  padding: var(--space-gobal, 100px) 0;
  background-color: #13111C;
}

#best-speed .section-heading {
  color: var(--color-white);
}

@media (min-width: 768px) {

  #best-speed,
  #features {
    padding-bottom: calc(var(--space-gobal, 100px) - 30px);
  }
}

picture {
  line-height: 1;
  display: block;
}

.section-features-first .features-list {
  background: var(--color-white);
  box-shadow: var(--box-shadown);
  border-radius: 10px;
  height: 100%;
}

.section-features-first .features-list-premium .image,
.section-features-first .features-list-premium .image video {
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
  display: block;
}

.section-features-first .features-list-premium video {
  max-width: 100%;
  height: auto;
}

.section-features-first .features-list-premium .image img {
  transition: var(--transition);
}

.features-table.bg-white.p-20.relative {
  border-radius: 10px;
}

.section-features-first .features-list-premium:hover .image img {
  transform: scale(1.05);
  transition: var(--transition);
}

.section-features-first .features-list-premium p {
  letter-spacing: 0;
}

.video-youtube {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-align: center;
  line-height: 1;
}

.video-youtube img {
  border-radius: 5px;
}

.themevale_customization_images {
  position: relative;
  display: flex;
  justify-content: center;
}

.absolute {
  position: absolute;
}

.image.absolute {
  transform: translate(-40%, -50%);
}

.section-customize {
  padding-bottom: calc(var(--space-gobal) - 25px);
}

.section-customize .bls__section-header {
  margin-bottom: 31px;
}

.section-customize .flex {
  position: absolute;
  bottom: 50px;
  align-items: flex-end;
  gap: 20px;
}

.section-customize .animation-top-bottom {
  top: -70px;
  left: -25px;
}

.themevale_customization_images .absolute>.image {
  box-shadow: var(--box-shadown);
}



.visitor-box {
  height: 100%;
}

.visitor-box:hover .visitor-box__description,
.visitor-box:hover .visitor-box__title {
  color: #111;
}

@media (min-width: 768px) {
  .visitor-box:hover .visitor-box__wrapper {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.visitor-box__wrapper {
  background-color: var(--bg-box);
  border-radius: 10px;
  padding: 40px 30px 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  direction: ltr;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.visitor-box__title {
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  line-height: 1.2;
  margin: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-main);
  margin-top: 10px;
}

.visitor-box__description {
  margin: 14px 0 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #555;
}

.mobile-design-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
  text-align: center;
}

@media (max-width: 1440px) {
  .mobile-design-slider {
    gap: 30px;
  }
}

.section-mobile-design .mobile-inner-page {
  width: 100%;
  border: 3px solid var(--color-main);
  border-radius: 10px;
  max-width: 480px;
}

.section-mobile-design .mobile-inner-page h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-main);
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.section-mobile-design .mobile-design-video {
  border-radius: 5px 5px 0 0;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
}

.section-mobile-design .mobile-design-video video {
  max-width: 100%;
}

.section-best-speed,
.section-theme,
.section-customer-reviews,
.section-template-libraries,
.section-design-preview,
.section-customize,
.section-customer-website,
.site-footer {
  padding: var(--space-gobal, 100px) 0;
  background-color: var(--bg-box);
}

.section-template-languages {
  padding: var(--space-gobal, 100px) 0;
  background-color: var(--primary);
}

.section-template-languages .section-description {
  max-width: 800px;
}

.section-template-languages .tns-nav button::before {
  background-color: #3F6C57;
}

.section-template-languages .tns-nav button:hover,
.section-template-languages .tns-nav-active {
  border-color: #ffffff !important;
}

.section-template-languages .tns-nav button:hover::before,
.section-template-languages button.tns-nav-active::before {
  background-color: #ffffff !important;
}

.section-inner {
  margin-bottom: 30px;
}

.languages-grid {
  display: flex;
}

.languages-item {
  width: 150px;
  height: 150px;
  padding: 10px;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.languages-box {
  border-radius: 50%;
  background-color: #18643f;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.languages-image {
  width: 50px;
  filter: drop-shadow(0px 15px 30px #0b5330);
  margin-left: auto;
  margin-right: auto;
}

.languages-image.last {
  width: 60px;
}

.languages-name {
  text-transform: uppercase;
  margin-top: 7px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.site-footer {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-template-libraries .bls__section-header {
    margin-bottom: 18px;
  }
}

.section-template-libraries .section-description {
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0;
}

.section-template-libraries .theme-item {
  margin-top: 30px;
}

.section-template-libraries .section-footer {
  margin-top: var(--space-gobal);
}

.section-template-libraries .footer__cta .button {
  padding: 0 50px;
}

.section-template-libraries .footer__cta h4 {
  letter-spacing: -0.02em;
}

.section-template-libraries .footer__cta p {
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.theme-demo {
  position: relative;
  border-radius: 5px;
  padding-top: 0;
}

.theme-demo:hover .theme-image img {
  transform: scale(1.05);
  transition: var(--transition);
}

.design__card.inner-page a picture img,
.theme-demo img {
  transition: var(--transition);
}

.demo-list-item {
  padding: 20px;
  background: var(--color-white);
  box-shadow: var(--box-shadown);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 10px;
}

.demo-list-item .theme-image {
  border-radius: 5px;
}

.theme-info {
  margin-top: 15px;
  text-align: center;
}

.theme-info div {
  line-height: 24px;
  font-size: 16px;
  color: #828c9e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.theme-info div span {
  display: inline !important;
}

.theme-demo h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  letter-spacing: -0.02em;
}

.section-best-speed .section-description {
  max-width: 750px;
  color: #8E8CA0;
}

.section-best-speed .uminio-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;

}

.speed-vertical {
  grid-row: span 2;
}

.speed-demo {
  background: #1C1B28;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}

@media (max-width: 1440px) {
  .speed-demo {
    padding: 30px 20px;
  }
}

@media (min-width: 992px) {
  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

  .order-6 {
    order: 6;
  }
}

.speed-demo picture {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.speed-demo .button {
  width: 100%;
  background-color: #312F44;
  border-color: #312F44;
}

.speed-demo .button:not(:hover) {
  color: #8E8CA0;
}

.speed-name {
  font-size: 18px;
  color: var(--color-white);
  margin: 0;
}

.speed-info p {
  margin-bottom: 15px;
  color: #8E8CA0;
}

.speed-requirements {
  color: #26A66A;
  font-weight: 600;
}

@keyframes heartBeat1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  15% {
    transform: scale(0.8);
  }

  20% {
    transform: scale(0.85);
    opacity: 1;
  }

  35% {
    transform: scale(1.3);
    opacity: 0.6;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heartBeat2 {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(0.8);
  }

  20% {
    transform: scale(0.85);
  }

  35% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.theme-demo .top-hot {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 61px;
  animation: heartBeat1 1.35s linear 0s infinite;
}

.theme-demo .top-hot.shopable {
  position: absolute;
  right: 45px;
  top: 30px;
  width: 165px;
  animation: heartBeat2 1.35s linear 0s infinite;
}

.theme-demo .label {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-demo .label {
  background: #dd3327;
  border-radius: 3px;
  min-width: 54px;
  padding: 6px 9px;
  line-height: 18px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.theme-demo .label.new {
  background: #2838f5;
}

.ecomposer-content .section-heading {
  margin-bottom: 3px;
}

.ecomposer-text h5 {
  font-weight: 800;
  color: #26A66A;
  margin-bottom: 12px;
}

.ecomposer-text p {
  color: var(--color-main);
  margin-bottom: 25px;
}

.ecomposer-text .rating {
  display: flex;
  align-items: center;
}

.ecomposer-text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ecomposer-text {
  padding-right: 6%;
  padding-left: 5%;
}

.section-customer-website .container-fluid {
  padding: 0;
}

.ecomposer-content {
  box-shadow: var(--box-shadown);
  border-radius: 10px;
}

@media (max-width: 1365px) {
  .ecomposer-img {
    padding-right: 5%;
  }

  .ecomposer-img img {
    border-radius: 10px;
  }

}

.bls__section-header-footer img {
  border-radius: 10px;
}

@media (min-width: 576px) {
  .menu-bottom-mobile {
    display: none;
  }
}

body {
  position: relative;
}

.slider-customer-reviews {
  column-count: 3;
  column-gap: 1.5rem;
  position: relative;
  overflow: hidden;
}

.slider-customer-reviews::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F4F6FA 65.88%);
  height: 309px;
  z-index: 1;
}

.section-customer-reviews .theme-button-bottom {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}


.section-customer-reviews .review-item {
  padding: 50px 30px;
  box-shadow: var(--box-shadown);
  border-radius: 10px;
  background-color: var(--color-white);
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;
}



.website-item {
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--box-shadown);
  text-align: center;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  width: 100%;
}

.website-item img {
  width: 100%;
}

.website-item {
  padding: 0;
}

.inner-page>picture,
.website-item>picture {
  display: block;
}

.review-item:after {
  position: absolute;
  right: 25px;
  bottom: 25px;
  content: "";
  width: 26px;
  height: 23px;
}

.review-rating {
  font-size: 0;
  margin: 0 0 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-content {
  color: var(--color-main);
}

.review-meta {
  margin: 0 0 5px 0;
}

.features-table__inner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 11.2%, #FFF 93.87%);
  height: 30%;
  transition: 0.3s;
}

.features-table__more {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
}

.show-full .features-table__more,
.show-full .features-table__footer::before {
  display: none;
}

.features-table__footer table tr th {
  padding: 21px 15px;
}

.color-007154 {
  color: var(--primary);
}

.video-youtube h3,
.video-youtube {
  cursor: pointer;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.video-item:hover .video-youtube,
.video-item.actived .video-youtube {
  border: 1px solid var(--primary);
}

.video-item:hover .video-youtube h3,
.video-item.actived .video-youtube h3 {
  color: var(--primary);
}

.theme-button-bottom {
  text-align: center;
}

.theme-button-bottom {
  text-align: center;
  margin-top: 40px;
}

.theme-button-bottom a {
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 0 20px;
}

.section-customize svg,
#features svg,
.section-theme svg,
.section-visitor svg {
  color: var(--primary);
}

.section-visitor .visitor-content {
  display: flex;
}

.uminio-tabs__header {
  overflow-y: hidden;
  text-align: center;
  margin-top: clamp(0.938rem, 4vw, 2.188rem);
  font-size: 0;
}

.template-tab {
  overflow-y: hidden;
  text-align: center;
  font-size: 0;
}

@keyframes horizontal-shaking {

  0%,
  18%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  2%,
  6%,
  10%,
  14% {
    transform: translate3d(-5px, 0, 0)
  }

  4%,
  8%,
  12%,
  16% {
    transform: translate3d(5px, 0, 0)
  }
}

.top-tab {
  margin-top: clamp(0.938rem, 4vw, 2.188rem);
  margin-bottom: 5px;
}

.top-tab li.filter-new {
  animation: horizontal-shaking 6s ease infinite;
  animation-delay: 2s;
  transform-origin: 50% 50%;
}

.uminio-tabs__header .tab-title,
.template-tab li {
  margin: 5px;
  padding: 14px 25px;
  background-color: var(--color-white);
  border: 1px solid var(--border-color);
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-main);
  text-transform: capitalize;
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
}

.uminio-tabs__header .tab-title.active,
.uminio-tabs__header .tab-title:hover,
.template-tab li.active,
.template-tab li:hover {
  background-color: var(--primary);
  color: var(--color-white);
  border-color: var(--primary);
}

.template-tab .filter-all {
  background-color: var(--primary);
  color: var(--color-white);
  border-color: var(--primary);
}

.template-tab .filter-popular {
  background-color: #D73F0F;
  color: var(--color-white);
  border-color: #D73F0F;
}

.template-tab .filter-new {
  background-color: #1565C0;
  color: var(--color-white);
  border-color: #1565C0;
}

.showcase-websites-built-with-umino .website-item>picture {
  border-bottom: 1px solid var(--border-color);
}

.help_us_improve {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--primary);
  color: var(--color-white);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 10px;
  min-width: 170px;
  height: 50px;
  z-index: 12;
}

.help_us_improve svg path {
  fill: var(--color-white);
}

.help_us_improve:hover {
  color: var(--color-white);
}

.slider .bigger-container-more {
  z-index: 10;
}

.crisp-client .cc-tlyw {
  z-index: 79 !important;
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge,
body .crisp-client .cc-tlyw[data-full-view="true"] .cc-kxkl .cc-nsge {
  bottom: 90px !important;
  right: 30px !important;
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb {
  bottom: 165px !important;
}

body .crisp-client .cc-tlyw[data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
  background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4971 8.93709V12.6261C15.4971 12.8658 15.4879 13.0964 15.4604 13.3177C15.2493 15.8078 13.7903 17.0436 11.1016 17.0436H10.7346C10.5052 17.0436 10.2849 17.1543 10.1473 17.3387L9.04615 18.8143C8.55981 19.4691 7.77064 19.4691 7.28429 18.8143L6.18313 17.3387C6.06384 17.1819 5.79774 17.0436 5.59586 17.0436H5.22882C2.30159 17.0436 0.833374 16.315 0.833374 12.6261V8.93709C0.833374 6.23491 2.07218 4.76854 4.5406 4.55643C4.76083 4.52876 4.99023 4.51953 5.22882 4.51953H11.1016C14.0289 4.51953 15.4971 5.99513 15.4971 8.93709Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.1668 5.2496V8.93859C19.1668 11.65 17.928 13.1071 15.4595 13.3193C15.4871 13.0979 15.4963 12.8674 15.4963 12.6276V8.93859C15.4963 5.99662 14.0281 4.52102 11.1008 4.52102H5.22802C4.98943 4.52102 4.76003 4.53025 4.53979 4.55792C4.75085 2.07707 6.20988 0.832031 8.89852 0.832031H14.7713C17.6986 0.832031 19.1668 2.30763 19.1668 5.2496Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.3824 11.2072H11.3907" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.16955 11.2072H8.1778" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.95836 11.2072H4.96662" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
  width: 23px !important;
  height: 23px !important;
  top: calc(50% + 1px) !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

body .crisp-client .cc-tlyw[data-full-view=true][data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
  width: 23px !important;
  height: 23px !important;
  top: calc(50% + 1px) !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

body .crisp-client .cc-tlyw[data-last-operator-face=false][data-full-view=false] .cc-kxkl .cc-nsge[data-maximized=true] .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
  transform: none;
}

body .crisp-client .cc-tlyw .cc-qfnu {
  background-color: #26A66A !important;
}

.menu-bottom-mobile {
  background-color: var(--color-white);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 -4px 20px rgb(0 0 0 / 4%);
}

.menu-bottom-mobile ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  margin: 10px 0 6px;
}

.menu-bottom-mobile ul li a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--color-main);
}

.menu-bottom-mobile ul li a:hover {
  color: var(--primary);
}

.menu-bottom-mobile ul li a img {
  margin: auto;
  margin-bottom: 2px;
  display: block;
}

#YouTube-Iframe {
  aspect-ratio: var(--video-aspect-ratio);
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .bls__section-header {
    margin-bottom: 40px;
  }

  .video-youtube h3 {
    font-size: 13px;
  }

  .more-des-youtube-item {
    font-size: 12px;
  }

  .section-design-preview {
    padding: 80px 0;
    margin-bottom: 80px;
  }

  .section-design-preview .uminio-tabs {
    --tab-content-spacing: 30px;
  }

  .slider .section-heading {
    font-size: 40px;
  }

  html {
    --space-gobal: 60px;
  }

  .mobile-design-slider {
    gap: 20px;
  }

  .section-mobile-design .bls__section-header {
    margin-bottom: 40px;
  }

  .section-template-libraries .footer__cta .button {
    padding: 0 30px;
  }

  .slider-customer-reviews {
    column-count: 2;
  }

  .site-header .button {
    height: 40px;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .video-right {
    margin-top: 10px;
  }

  .slider {
    padding: 10px 0 60px 0;
    --gap-scroll: 15px;
  }

  .slider .row {
    flex-direction: column-reverse;
  }

  .slider .row .col-top::before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  .gradient-background__shape--2,
  .gradient-background__shape--1 {
    top: 0px;
    bottom: auto;
  }

  .slider .row .col-top {
    text-align: center;
    margin-top: 40px;
  }

  .slider .button-wrapper {
    justify-content: center;
  }

  .mobile-design-slider {
    grid-template-columns: 1fr 1fr;
  }

  .d-none-mb {
    display: none !important;
  }

  .site-header:not(.header-pinned) .menu-icon {
    color: var(--color-main);
  }

  .menu-icon {
    cursor: pointer;
    color: var(--color-main);
  }

  .site-header__logo {
    flex: 1;
    padding: 0 20px;
    line-height: 1;
  }

  .navigation-mobile {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navigation-mobile,
  .submenu,
  .subchildmenu,
  .sub-nav {
    position: fixed;
    background-color: var(--color-white);
    top: 0;
    left: 0;
    bottom: 0;
    transition: var(--transition-popup);
    max-width: 85%;
    width: 400px;
    z-index: 9999;
    transform: translate3d(-104%, 0, 0);
    -webkit-transform: translate3d(-104%, 0, 0);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }

  .open-submenu .submenu,
  .open-submenu .sub-nav,
  .open-subchildmenu .subchildmenu {
    max-width: 100%;
  }

  .navigation-mobile [class*='col-'] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-menu,
  .open-submenu .submenu,
  .open-submenu .sub-nav,
  .open-subchildmenu .subchildmenu {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  .open-menu:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
  }

  .title-mobile {
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 700;
  }

  .subchildmenu-header,
  .title-submobile {
    background-color: #f5f5f5;
    color: var(--color-main);
    padding: 14px 30px !important;
    font-weight: 700 !important;
    margin: 0 -30px !important;
    border-bottom: 1px solid var(--border-color);
  }

  .submenu-mobile-header {
    padding: 0 !important;
    position: static !important;
    border-bottom: none !important;
  }

  .menu-mobile-header {
    position: relative;
  }

  .title-submobile img,
  .title-subchildmenu img {
    margin-right: 15px;
    vertical-align: -1px;
  }

  .menu-close {
    position: absolute;
    right: 30px;
    top: 14px;
    color: var(--color-main);
  }

  .menu-mobile-header>.menu-close {
    color: var(--color-white);
  }

  .not-links~.open-children-toggle {
    left: 0;
    width: 100%;
    justify-content: flex-end;
  }

  .navigation-mobile .container-fluid,
  .navigation-mobile .row,
  .navigation-mobile .bls-menu-item {
    padding: 0;
    margin: 0;
  }

  .navigation-mobile>ul {
    display: block !important;
    margin: 0;
    padding: 0;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px;
  }

  .navigation-mobile .menu-label {
    right: auto;
  }

  .navigation-mobile .bls-menu-item>a,
  .navigation-mobile ul li {
    padding: 14px 0;
    position: relative;
    margin: 0;
    font-weight: 500;
  }

  .navigation-mobile .bls-menu-item:last-child>a {
    padding-bottom: 0;
  }

  .navigation-mobile .bls-menu-item:not(:last-child),
  .navigation-mobile ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }

  .navigation-mobile .subchildmenu,
  .navigation-mobile .submenu,
  .navigation-mobile .sub-nav {
    padding: 0 30px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    background: var(--color-white);
    height: 100%;
  }

  .navigation-mobile .sub-nav li:last-child {
    padding-bottom: 0;
  }

  .open-children-toggle {
    position: absolute;
    right: -10px;
    top: 0;
    width: 30px;
    height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }

  .section-best-speed .uminio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ecomposer-content .row {
    flex-direction: column-reverse;
  }

  .footer-main .flex-layout .col-lg-4:not(:last-child) {
    margin-bottom: 50px;
  }

  .ecomposer-img {
    padding: 0 5%;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-lg-4,
  .col-lg-6,
  .col-lg-8,
  .col-md-6,
  .col-md-12,
  .col-sm-2,
  .col-sm-6,
  .col-sm-12,
  .col-xl-4,
  .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .site-footer__inner .button {
    height: 50px;
  }

  .bls__section-header {
    margin-bottom: 30px;
  }

  .section-heading {
    margin-bottom: 10px;
  }

  .section-design-preview {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .section-design-preview .bls__section-header {
    margin-bottom: 30px;
  }

  .site-header {
    padding: 15px 0;
  }

  .scroll-banner-slider::before,
  .scroll-banner-slider::after {
    opacity: 0.2;
  }

  .content-fixed:not(.show-mobile) {
    display: none;
  }

  .slider .section-heading {
    font-size: 34px;
  }

  html {
    --space-gobal: 60px;
  }

  .btn-fixed {
    display: none !important;
  }

  .menu-bottom-mobile ul li+li {
    margin-top: 0;
  }

  .section-customize .flex {
    bottom: 30px;
    gap: 10px;
  }

  .mobile-design-slider {
    gap: 10px;
  }

  .section-mobile-design .bls__section-header {
    margin-bottom: 30px;
  }

  .section-template-libraries .bls__section-header {
    margin-bottom: 0;
  }

  .section-best-speed .uminio-grid {
    grid-gap: 10px;
  }

  .ecomposer-text,
  .ecomposer-img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-main .flex-layout .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }

  .site-footer__inner .button {
    margin-top: 20px;
  }

  .site-footer .footer-main p {
    margin-bottom: 10px;
  }

  .slider-customer-reviews {
    column-count: 1;
  }

  .review-item {
    margin-bottom: 10px;
  }

  .section-customer-reviews .review-item {
    padding: 20px;
  }

  .features-table__footer table tr {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0;
  }

  .features-table__footer table tr th.last {
    margin-top: 10px;
  }

  .features-table__footer table tr th {
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: 0;
  }

  .features-table__footer table {
    border-radius: 10px;
    overflow: hidden;
  }

  .features-table__inner table {
    display: block;
    overflow-y: hidden;
    table-layout: fixed;
  }

  tr td:first-child {
    position: sticky;
  }

  .uminio-tabs__header .tab-title,
  .template-tab li {
    padding: 10px 20px;
    font-size: 13px;
  }

  .help_us_improve {
    height: 45px;
    padding: 0 10px;
    right: 0.9375rem;
    min-width: unset;
    padding: 0 20px;
  }

  body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge,
  body .crisp-client .cc-tlyw[data-full-view="true"] .cc-kxkl .cc-nsge {
    right: 0.9375rem !important;
    bottom: 85px !important;
  }

  body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge .cc-imbb,
  body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge .cc-imbb {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  body .crisp-client .cc-tlyw[data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: static !important;
    width: 22px !important;
    margin-top: 5px !important;
    transform: none !important;
  }

  body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb {
    bottom: 148px !important;
    right: 0.9375rem !important;
  }

  body .crisp-client .cc-tlyw[data-full-view=true][data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
    width: 26px !important;
    height: 20px !important;
    margin-top: 1px !important;
    top: calc(50% + 1px) !important;
    left: 50% !important;
    transform: none !important;
  }

  .tns-ovh:not(#vertical-mw) {
    padding: 30px 0;
    margin: -30px 0;
  }

  .mt-30 {
    margin-top: 20px;
  }

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

}

@media (min-width: 576px) and (max-width: 991px) {
  .video-right {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .video-right>div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation>ul>li {
    margin: 0 10px;
  }
}

@media (max-width: 543px) {
  .slider .section-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .slider .button-wrapper .button {
    width: 100%;
    margin: 15px 0 0;
    max-width: 280px;
    min-width: 0;
    height: 50px;
  }

  .slider .section-description {
    font-size: 16px;
    line-height: 27px;
  }

  .section-search-seo .row>div {
    margin-bottom: 30px;
  }

  .features-list {
    border-right: 0;
  }

  .section-features-first .features-list {
    padding: 30px 15px;
  }

  .section-customize .features-list {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 1240px) and (min-width: 992px) {
  .features-list p {
    min-height: 78px;
  }
}

@media (max-width: 480px) {
  .mobile-design-slider {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .section-best-speed .uminio-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 90px;
  }

  .help_us_improve {
    bottom: 80px;
  }

  body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge,
  body .crisp-client .cc-tlyw[data-full-view="true"] .cc-kxkl .cc-nsge {
    bottom: 135px !important;
  }

  .navigation-mobile,
  .submenu,
  .subchildmenu,
  .sub-nav {
    max-width: 100%;
    width: 100%;
  }

}
.custom_text_html{
  left: 50%;
    transform: translateX(-50%);
     position: fixed;
     bottom: 10px;
  z-index: 99;
    background-color: var(--primary);
    color: #fff;
    border-radius: 60px;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 30px;
    pointer-events: auto;
    overflow: hidden;
 }
.custom_text_html a{
           color: white;
          text-decoration: underline;
        }

@media (max-width: 480px){
  .custom_text_html{
    left: 10px;
    right: 10px;
    transform: none;
  }
}
@media (max-width: 576px){
  .custom_text_html{
    display: none;
  }
}
.button_open{
  position: relative;
}
.button .menu-label.hot{
  color: red;
    top: 9px;
    right: 13px;
    font-size: 12px;
    background: none;
    font-weight: bolder;
}
.button .menu-label.hot::after{
    display: none;
}
.site-footer{
  padding-bottom: 90px;
}