/*============================================ 
# Template Name: Mosto
# Version: 1.0
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis/portfolio
# Description: Mosto - Software and App Landing Pages HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import "../css/bootstrap.min.css";
@import "../css/plugins/nice-select.css";
@import "../css/plugins/magnific-popup.css";
@import "../css/plugins/swiper.min.css";
@import "../css/plugins/jquery-ui-min.css";
@import "../css/plugins/odometer-min.css";
@import "../css/plugins/animate.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
 
@font-face {
  font-family: 'Baloo2';
  src: url('../fonts/Baloo2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2';
  src: url('../fonts/Baloo2-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --body-font: "Montserrat", sans-serif;
  --header-font: "Baloo2", sans-serif;
  --transition: all 0.5s ease-in-out;
  --transition_smt: all 0.5s linear;
  /* Color styles */
  --p1: 13, 145, 255;
  --p2: 40, 203, 202;
  --p3: 0, 44, 71;
  --p4: 26, 33, 63;
  --s1: 197, 253, 62;
  --s2: 40, 203, 202;
  --s3: 0, 44, 71;
  --s4: 81, 130, 255;
  --s5: 255, 199, 3;
  --n1: 44, 54, 85;
  --n2: 84, 90, 121;
  --n3: 132, 136, 148;
  --n4: 33, 44, 77;
  --n5: 149, 154, 170;
  --n6: 238, 235, 255;
  --n7: 247, 247, 252;
  --n8: 230, 220, 252;
  --n9: 255, 255, 255;
  --n10: 249, 246, 254;
  --placeholder: rgb(var(--n3));
}

.display-one {
  font-size: 92px;
}

.display-two {
  font-size: 72px;
}

.display-three {
  font-size: 64px;
}

.display-four {
  font-size: 56px;
}

.display-five {
  font-size: 48px;
}

.display-six {
  font-size: 40px;
}

.fs-one,
h1,
h1 > a {
  font-size: 76px;
}

.fs-two,
h2,
h2 > a {
  font-size: 57px;
}

.fs-three,
h3,
h3 > a {
  font-size: 43px;
}

.fs-four,
h4,
h4 > a {
  font-size: 32px;
}

.fs-five,
h5,
h5 > a {
  font-size: 24px;
}

.fs-six,
h6,
h6 > a {
  font-size: 18px;
}

.fs-five-up {
  font-size: 26px;
}

.fs-six-up {
  font-size: 20px;
}

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

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

table thead tr th {
  font-size: 18px;
  line-height: 150%;
}

a,
p,
button,
span,
label,
li {
  font-size: 18px;
  line-height: 150%;
}

.cus_mt3 {
  margin-top: 12px !important;
}

@media (max-width: 1199px) {
  .display-one {
    font-size: 85px;
  }
  .display-two {
    font-size: 68px;
  }
  .display-three {
    font-size: 60px;
  }
  h1, h1 > a {
    font-size: 57px;
  }
  h2, h2 > a {
    font-size: 43px;
  }
  h3, h3 > a {
    font-size: 36px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 28px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 22px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 17px;
  }
  .fs-seven {
    font-size: 15px;
  }
  .fs-eight {
    font-size: 13px;
  }
  .preloader {
    background-size: 30%;
  }
  .fs-five-up {
    font-size: 24px;
  }
  .fs-six-up {
    font-size: 19px;
  }
}
.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 991px) {
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 991px) {
  .display-one {
    font-size: 72px;
  }
  .display-two {
    font-size: 64px;
  }
  .display-three {
    font-size: 56px;
  }
  .display-four {
    font-size: 48px;
  }
  .display-five {
    font-size: 44px;
  }
  .display-six {
    font-size: 40px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 52px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 40px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 32px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 24px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 20px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
  }
  .fs-seven {
    font-size: 14px;
  }
  .fs-eight {
    font-size: 12px;
  }
  .fs-five-up {
    font-size: 22px;
  }
  .fs-six-up {
    font-size: 18px;
  }
  table thead tr th {
    font-size: 16px;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 16px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .banner-content {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 40px;
  }
  .display-two {
    font-size: 38px;
  }
  .display-three {
    font-size: 36px;
  }
  .display-four {
    font-size: 32px;
  }
  .display-five {
    font-size: 30px;
  }
  .display-six {
    font-size: 28px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 38px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: rgb(var(--n9));
  color: rgb(var(--n2));
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

section,
footer {
  overflow: hidden;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  color: rgba(var(--n2), 1);
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  color: rgba(var(--n2), 1);
  transition: var(--transition);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: rgba(var(--p1), 1);
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one, .display-two, .display-three, .display-four, .display-five, .display-six, .heading {
  font-family: var(--header-font);
  color: rgba(var(--n4), 1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span, .display-two span, .display-three span, .display-four span, .display-five span, .display-six span, .heading span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
h1 button,
h1 > a button,
h2 button,
h2 > a button,
h3 button,
h3 > a button,
h4 button,
h4 > a button,
h5 button,
h5 > a button,
h6 button,
h6 > a button,
.display-one button, .display-two button, .display-three button, .display-four button, .display-five button, .display-six button, .heading button {
  color: inherit;
}

h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-weight: 600;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  padding-bottom: 16px;
  color: rgba(var(--n9), 1);
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(var(--n9), 0.8);
  background-color: transparent;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(var(--n9), 0.4);
  font-size: inherit;
}
input::placeholder,
textarea::placeholder {
  color: rgba(var(--n9), 0.4);
  font-size: inherit;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

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

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

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

.max-auto {
  max-width: 100%;
}

.cus_gap_3 {
  gap: 12px !important;
}

.cus_gap_5 {
  gap: 20px !important;
}

.cus_mt_5 {
  margin-top: 20px !important;
}

.cus_pb_3 {
  padding-bottom: 12px !important;
}

.cus_px_3 {
  padding-left: 12px;
  padding-right: 12px;
}

.pb-15 {
  padding-bottom: 60px;
}

.max-un {
  max-width: unset;
}

.cus_gy_5 {
  --bs-gutter-y: 20px;
}

@media (min-width: 1400px) {
  .max-xxl-un {
    max-width: unset;
  }
  .p-xxl-8 {
    padding: 32px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 32px !important;
  }
  .py-xxl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .mt-xxl-8 {
    margin-top: 32px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 32px !important;
  }
  .gap-xl-8 {
    gap: 32px !important;
  }
}
@media (min-width: 1200px) {
  .max-xl-un {
    max-width: unset;
  }
  .p-xl-8 {
    padding: 32px !important;
  }
  .pb-xl-8 {
    padding-bottom: 32px !important;
  }
  .py-xl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .mt-xl-8 {
    margin-top: 32px !important;
  }
  .mb-xl-8 {
    margin-bottom: 32px !important;
  }
  .gap-xl-8 {
    gap: 32px !important;
  }
}
@media (min-width: 992px) {
  .max-lg-un {
    max-width: unset;
  }
  .p-lg-8 {
    padding: 32px !important;
  }
  .pb-lg-8 {
    padding-bottom: 32px !important;
  }
  .pt-lg-15 {
    padding-top: 60px;
  }
  .mt-lg-8 {
    margin-top: 32px !important;
  }
  .mb-lg-8 {
    margin-bottom: 32px !important;
  }
  .py-lg-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-lg-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .cus_p_lg_5 {
    padding: 20px;
  }
  .gap-lg-8 {
    gap: 32px !important;
  }
  .gap-lg-7 {
    gap: 32px !important;
  }
  .cus_gap_lg_5 {
    gap: 20px !important;
  }
  .cus_gap_lg_3 {
    gap: 12px !important;
  }
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .pe-lg-8 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .max-md-un {
    max-width: unset;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-flex {
    display: flex !important;
  }
}
.d-rtl {
  direction: rtl;
}

.collapsing {
  transition: var(--transition);
}

.alt-color a, .alt-color p, .alt-color span, .alt-color h1, .alt-color h2, .alt-color h3, .alt-color h4, .alt-color h5, .alt-color h6, .alt-color i, .alt-color select, .alt-color button, .alt-color li {
  color: rgba(var(--n9), 1);
}

.p1-color-impt {
  color: rgba(var(--p1), 1) !important;
}

.p1-color {
  color: rgba(var(--p1), 1);
}

.p2-color-impt {
  color: rgba(var(--p2), 1) !important;
}

.p3-color {
  color: rgba(var(--p3), 1);
}

.p4-color {
  color: rgba(var(--p4), 1);
}

.s1-color {
  color: rgba(var(--s1), 1);
}

.s2-color {
  color: rgba(var(--s2), 1);
}

.s3-color {
  color: rgba(var(--s3), 1);
}

.s4-color {
  color: rgba(var(--s4), 1);
}

.n1-color {
  color: rgba(var(--n1), 1);
}

.n2-color {
  color: rgba(var(--n2), 1);
}

.n9-color {
  color: rgba(var(--n9), 1);
}

.p1-bg {
  background: rgba(var(--p1), 1);
}
.p1-bg-04 {
  background: rgba(var(--p2), 0.04);
}

.p2-bg {
  background: rgba(var(--p2), 1);
}
.p2-bg-08 {
  background: rgba(var(--p2), 0.08);
}

.p3-bg {
  background: rgba(var(--p3), 1);
}

.s1-bg {
  background: rgba(var(--s1), 1);
}

.s2-bg {
  background: rgba(var(--s2), 1);
}

.s3-bg {
  background: rgba(var(--s3), 1);
}

.n7-bg {
  background: rgba(var(--n7), 1);
}

.n9-bg {
  background: rgba(var(--n9), 1);
}
.n9-bg-10 {
  background: rgba(var(--n9), 0.1);
}

.n10-bg {
  background: rgba(var(--n10), 1);
}

.box_25 {
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.box_20 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.box_15 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.box_12 {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.box_11 {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.box_10 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.box_8 {
  width: 32px;
  min-width: 32px;
  height: 32px;
}

@media (max-width: 991px) {
  .box_25 {
    width: 84px;
    min-width: 84px;
    height: 84px;
  }
  .box_20 {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }
  .box_15 {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
  .box_12 {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .box_11 {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .box_10 {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .box_8 {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
@media (max-width: 575px) {
  .box_20 {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
}
.cus-rounded-1 {
  border-radius: 12px !important;
}

.cus-rounded-2 {
  border-radius: 24px !important;
}

.cus_row-gap-3 {
  row-gap: 12px !important;
}

.cus_row-gap-5 {
  row-gap: 20px !important;
}

.cus_row-gap-8 {
  row-gap: 32px !important;
}

.mx-ch {
  max-width: 66ch;
}
.mx-ch-small {
  max-width: 40ch;
}

.cmn-btn {
  background-color: rgb(var(--p1));
  color: rgb(var(--n9));
  font-weight: 500;
  border: 1px solid rgb(var(--n8));
  border-radius: 0px 24px 24px 24px;
  transition: var(--transition_smt);
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  display: inline-flex;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cmn-btn::before, .cmn-btn::after {
  content: "";
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: rgb(var(--n9));
  transition: var(--transition_smt);
}
.cmn-btn::before {
  top: -26px;
  left: -26px;
}
.cmn-btn::after {
  left: calc(100% + 1.7em);
  top: calc(100% + 1.7em);
}
.cmn-btn:hover {
  color: rgb(var(--n4));
}
.cmn-btn:hover::before, .cmn-btn:hover::after {
  height: 410px;
  width: 250%;
}
.cmn-btn:hover::before {
  top: -33px;
  left: 20%;
}
.cmn-btn:hover::after {
  bottom: -33px;
  left: calc(100% - 1em);
}
.cmn-btn.alt {
  background-color: rgb(var(--p3));
}
.cmn-btn.alt_flat {
  border: none;
  background-color: transparent;
  color: rgb(var(--p4));
}
.cmn-btn.outline_btn {
  background-color: transparent;
  border: 1px solid rgb(var(--s1));
  color: rgb(var(--nw1));
}
.cmn-btn.outline_btn i {
  transition: 0.3s linear;
}
.cmn-btn.outline_btn:hover, .cmn-btn.outline_btn:focus {
  color: rgb(var(--a2));
  background-color: rgba(var(--s1), 1);
}
.cmn-btn.outline_btn:hover i, .cmn-btn.outline_btn:focus i {
  color: inherit;
}
.cmn-btn.tag_btn {
  background-color: transparent;
  border: 1px solid rgb(var(--nb2));
  color: rgb(var(--nw1));
}
.cmn-btn.tag_btn::before, .cmn-btn.tag_btn::after, .cmn-btn.tag_btn.active {
  background-color: rgba(var(--p1), 0.12);
}
.cmn-btn.tag_btn:hover, .cmn-btn.tag_btn:focus, .cmn-btn.tag_btn.active {
  color: rgb(var(--p1));
}
.cmn-btn.link {
  background-color: transparent;
  color: rgba(var(--s1), 1);
  border-bottom: 2px solid rgba(var(--s1), 1);
  border-radius: 0;
  transition: var(--transition);
}
.cmn-btn.link::before, .cmn-btn.link::after {
  background-color: transparent;
  color: rgba(var(--nw1), 1);
}
@media (min-width: 1400px) {
  .cmn-btn.link.link-xxl-color {
    color: rgba(var(--nb4), 1);
    border-bottom: 2px solid rgba(var(--nb4), 1);
  }
}
.cmn-btn.link i {
  color: inherit;
  transition: all 0.35s ease-in-out;
}
.cmn-btn.link:hover i {
  transform: rotate(-45deg);
}
.cmn-btn.secondary-link {
  background-color: transparent;
  color: rgba(var(--nb4), 1);
  border-bottom: 2px solid rgba(var(--nb4), 1);
}
.cmn-btn.secondary-link i {
  color: inherit;
}
.cmn-btn.third-link {
  background-color: transparent;
  color: rgba(var(--nw1), 1);
  border-bottom: 2px solid rgba(var(--p1), 1);
}
.cmn-btn.third-link i {
  color: rgba(var(--p1), 1);
}
.cmn-btn.cmn-btn-circle {
  width: 146px;
  min-width: 146px;
  height: 146px;
  background: rgba(var(--p1), 1);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cmn-btn.cmn-btn-circle {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

.btn-popup-animation {
  z-index: 0;
  transition: var(--transition);
}
.btn-popup-animation i {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: rgb(var(--nw1));
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-popup-animation:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-right: 60px solid rgba(var(--p1), 1);
  border-bottom: 60px solid transparent;
  border-radius: 50%;
  animation: rotateIn 3s linear infinite;
}
.btn-popup-animation:before {
  border-left: 60px solid rgba(var(--p1), 1);
}
.btn-popup-animation.small i {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.btn-popup-animation.small:before {
  border-top: 25px solid transparent;
  border-right: 25px solid rgba(var(--p1), 1);
  border-bottom: 25px solid transparent;
}
.btn-popup-animation.small:before {
  border-left: 25px solid rgba(var(--p1), 1);
}
@media (max-width: 767px) {
  .btn-popup-animation i {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .btn-popup-animation:before {
    border-top: 40px solid transparent;
    border-right: 40px solid rgba(var(--p1), 1);
    border-bottom: 40px solid transparent;
  }
  .btn-popup-animation:before {
    border-left: 40px solid rgba(var(--p1), 1);
  }
}

@keyframes rotateIn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cus-border {
  border: 1px solid rgba(var(--n8), 1);
}
.cus-border-bottom {
  border-bottom: 1px solid rgba(var(--n8), 1);
}
.cus-border-top {
  border-top: 1px solid rgba(var(--n8), 1);
}

.border-color {
  border-color: rgba(var(--p1), 1) !important;
}
.border-color-p2 {
  border-color: rgba(var(--p2), 1) !important;
}
.border-color-s1 {
  border-color: rgba(var(--s1), 1) !important;
}
.border-color-20 {
  border-color: rgba(var(--p1), 0.2) !important;
}
.border-color-n9-4 {
  border-color: rgba(var(--n9), 0.4) !important;
}
.border-color-n9-5 {
  border-color: rgba(var(--n9), 0.5) !important;
}
.border-color-n5 {
  border-color: rgba(var(--n5), 1) !important;
}
.border-bottom-dash {
  border-bottom: 1px dashed transparent;
}
.border-focus-0:focus {
  border: none;
  outline: none;
}

.v-border {
  background: rgba(var(--p1), 0.2);
  width: 1px;
  height: 25px;
}

.ul-dots {
  margin-left: 18px;
}
.ul-dots li {
  list-style: disc;
}

.ul-decimal {
  margin-left: 14px;
}
.ul-decimal li {
  list-style: decimal;
}

.social-area a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgb(var(--nb2));
}
.social-area a i, .social-area a span {
  color: rgba(var(--nw1), 1);
  transition: inherit;
}
.social-area a:hover {
  background-color: rgba(var(--p1), 1);
}
.social-area a:hover i {
  color: rgba(var(--nb4), 1);
}
@media (max-width: 991px) {
  .social-area a {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.social-area.alt a {
  background: transparent;
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(var(--s1), 1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: rgba(var(--s1), 1);
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

*::-webkit-scrollbar-track {
  background: rgba(var(--n5), 1);
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 130px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-button, .cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}
.cus-scrollbar:hover::-webkit-scrollbar-button, .cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.input-pass .password-eye-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.input-pass .password-eye-icon:after {
  content: "\ead7";
  font-family: "Phosphor";
  font-weight: 600;
  right: 24px;
  position: absolute;
  font-size: 20px;
  color: rgb(var(--light-n-500));
  transition: var(--transition);
}
.input-pass .password-eye-icon.visible::after {
  content: "\ead2";
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 40px;
  height: 40px;
  right: 30px;
  background-color: rgba(var(--n9), 1);
  padding: 0 12px;
  color: rgba(var(--p4), 1);
  line-height: 120%;
  font-size: 24px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
@media (max-width: 1499px) {
  .scrollToTop.active {
    bottom: 70px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  display: flex;
  justify-content: center;
  background: #263038;
}

.loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}
.loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: #000;
  opacity: 0.25;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(var(--p1));
  animation: bxSpin 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

@keyframes bxSpin {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
.counter-area .counters .odometer-auto-theme {
  line-height: 1.1;
}

.singletab .nav-links {
  cursor: pointer;
  border-radius: 12px;
}
.singletab .nav-links.active .cmn-btn {
  color: rgb(var(--a2));
  background-color: rgba(var(--s1), 1);
}
.singletab .nav-links.active .cmn-btn i {
  color: inherit;
}
.singletab .tabcontents {
  position: relative;
}
.singletab .tabcontents .tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singletab .tabcontents .tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.search-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgba(var(--bg1));
  z-index: -1;
}
.search-area .search-box {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .search-area .search-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search-area .search-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .search-area .search-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagination li a, .pagination span {
  color: rgba(var(--nw1), 1);
}
.pagination .page-item .page-link {
  background: transparent;
  border: none;
  width: 32px;
  min-width: 32px;
  height: 32px;
  outline: none;
  padding: 0;
  flex-shrink: 0;
  z-index: 999;
  transition: var(--transition);
  font-weight: 500;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active, .pagination .page-item .page-link:focus {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--a2), 1);
  border-color: transparent;
  box-shadow: none;
}
.pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
  color: rgba(var(--p1), 1);
  background: transparent;
}
.pagination .page-item .page-link.next i, .pagination .page-item .page-link.next span, .pagination .page-item .page-link.prev i, .pagination .page-item .page-link.prev span {
  transition: var(--transition);
}
.pagination .page-item .page-link.next:hover i, .pagination .page-item .page-link.next:hover span, .pagination .page-item .page-link.next.active i, .pagination .page-item .page-link.next.active span, .pagination .page-item .page-link.next:focus i, .pagination .page-item .page-link.next:focus span, .pagination .page-item .page-link.prev:hover i, .pagination .page-item .page-link.prev:hover span, .pagination .page-item .page-link.prev.active i, .pagination .page-item .page-link.prev.active span, .pagination .page-item .page-link.prev:focus i, .pagination .page-item .page-link.prev:focus span {
  color: rgba(var(--p1), 1);
}

.breadcrumb-area .breadcrumb {
  row-gap: 8px;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb span {
  color: rgba(var(--nw1), 1);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb span {
    font-size: 16px;
  }
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea65";
  font-family: "tabler-icons" !important;
  z-index: 1;
  position: absolute;
  left: 0;
  font-size: 24px;
  color: rgba(var(--p1), 1);
}
.breadcrumb-area .breadcrumb .active span {
  color: rgba(var(--p1), 1);
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: rgba(var(--n2), 0.6);
}
.nice-select .list {
  width: initial;
  background-color: rgba(var(--n9), 1);
  box-shadow: none;
  overflow: initial;
  width: 100%;
  top: 100%;
  padding: 0;
  box-shadow: var(--shadow-sm);
  max-height: 60vh;
  overflow-x: auto;
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
}

.slide-button {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 5;
}
.slide-button.ara-prev {
  transform: rotate(180deg);
}

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

.slider-pagination {
  width: initial;
}

.input-area {
  background-color: rgba(var(--nb2), 1);
  border: 1px solid rgba(var(--nb1), 1);
}
.input-area:focus-within {
  border: 1px solid solid;
  outline: 1px solid rgba(var(--p1), 1);
  border-color: transparent;
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: rgba(var(--nw2), 1);
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: rgba(var(--nw2), 1);
  font-weight: 500;
}
.input-area .nice-select {
  padding-right: 40px !important;
}
.input-area .nice-select::-moz-placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select:focus, .input-area .nice-select:hover {
  border: none;
  outline: none;
  color: rgba(var(--n3), 1);
}
.input-area .nice-select .current {
  color: rgba(var(--n3), 1);
  font-size: 16px;
  border: none;
  outline: none;
}
.input-area .nice-select .list {
  border: 1px solid rgba(var(--n6), 0.2);
  bottom: initial;
  padding: 8px 16px;
  background: rgb(var(--bg1));
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}

/* ==== 
---------  custom-animation styles start ---------
==== */
.push_animat {
  animation: push_animat 5s linear infinite;
}

@keyframes push_animat {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.rotate {
  animation: rotate 20s linear infinite;
}
.rotate.time_dur {
  animation-duration: 40s;
}

.previewSkew {
  animation: previewSkew 5s linear infinite;
}

@keyframes previewSkew {
  0% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px) rotate(20deg) scale(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-15px);
  }
}
.previewShapeRevX {
  animation: previewShapeRevX 5s linear infinite;
}

@keyframes previewShapeRevX {
  0% {
    transform: translateX(15px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(15px);
  }
}
.previewShapeX {
  animation: previewShapeX 5s linear infinite;
}

@keyframes previewShapeX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
.jello {
  animation: jello 10s linear infinite;
}
.jello.duration20s {
  animation-duration: 20s;
}

@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-6deg) skewY(-6deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-6.125deg) skewY(-6.125deg);
  }
  55.5% {
    transform: skewX(6deg) skewY(6.25deg);
  }
  66.6% {
    transform: skewX(-4deg) skewY(-4deg);
  }
  77.7% {
    transform: skewX(4deg) skewY(4deg);
  }
  88.8% {
    transform: skewX(-5deg) skewY(-5deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}

.fadeInTopLeft {
  animation: fadeInTopLeft 5s linear infinite;
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0.3;
    transform: translate(-20px, -20px);
  }
  50% {
    transform: translate(20px, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-20px, -20px);
    opacity: 0.3;
  }
}
.fadeInTopRight {
  animation: fadeInTopRight 5s linear infinite;
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0.3;
    transform: translate(-20px, 20px);
  }
  50% {
    transform: translate(20px, -20px);
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 20px);
    opacity: 0.3;
  }
}
@keyframes previewShapeY {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn1st {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.navbar-brand .logo_dark {
  display: none;
}

.header-menu {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-menu.header-fixed {
  border-color: transparent;
  top: 0;
}
.header-menu .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}
.header-menu .navbar-toggler:focus {
  box-shadow: none;
}
.header-menu .navbar-toggler i {
  color: var(--light-n-500);
}
.header-menu .navbar-toggler {
  width: 40px;
  height: 6px;
  position: relative;
  right: 15px;
  transition: 0.3s ease-in-out;
  transform: translateY(-100%);
}
@media (max-width: 575px) {
  .header-menu .navbar-toggler {
    width: 32px;
  }
}
.header-menu .navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(var(--p1), 1);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.header-menu .navbar-toggler span:nth-child(1) {
  top: 0px;
}
.header-menu .navbar-toggler span:nth-child(2), .header-menu .navbar-toggler span:nth-child(3) {
  top: 12px;
}
.header-menu .navbar-toggler span:nth-child(4) {
  top: 24px;
}
@media (max-width: 575px) {
  .header-menu .navbar-toggler span:nth-child(2), .header-menu .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .header-menu .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
}
.header-menu .navbar-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-menu .navbar-toggler.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-menu .navbar-toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-menu .navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-menu .navbar-nav li a {
  padding: 8px 4px;
}
.header-menu .navbar-nav li a.active, .header-menu .navbar-nav li a:hover {
  color: rgb(var(--p1));
}
@media (max-width: 575px) {
  .header-menu .toggle-switch {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 991px) {
  .header-menu .navbar-toggler {
    display: inline-block;
  }
  .header-menu .right-area {
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .header-menu .navbar-brand img {
    height: 37px;
  }
}

.footer_area .search__form {
  margin-top: 60px;
}
.footer_area .copyright {
  padding: 32px 0;
  border-top: 1px solid rgba(var(--n9), 0.8);
}
.footer_area .footer_social .cmn-btn::before, .footer_area .footer_social .cmn-btn::after {
  background: rgba(var(--p3), 1);
}
@media (max-width: 991px) {
  .footer_area .footer_social .cmn-btn.box_15 {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}
.footer_area .footer_menu {
  gap: 32px;
}
.footer_area .footer_menu li a {
  color: rgba(var(--n9), 1);
}
.footer_area .footer_menu li a:hover {
  color: rgba(var(--p3), 1);
}
@media (max-width: 991px) {
  .footer_area .footer_menu {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .footer_area .footer_menu {
    gap: 16px;
  }
}

.hero-section {
  height: 100%;
}
.hero-section .hero__shap {
  border-radius: 50%;
  width: 1125px;
  height: 1125px;
  right: -343px;
  bottom: -160px;
  outline-offset: 117px;
}
@media (max-width: 1800px) {
  .hero-section .hero__shap {
    right: -24%;
  }
}
@media (max-width: 1599px) {
  .hero-section .hero__shap {
    right: -36%;
  }
}
@media (max-width: 1399px) {
  .hero-section .hero__shap {
    right: -44%;
  }
}
@media (max-width: 1299px) {
  .hero-section .hero__shap {
    right: -48%;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero__shap {
    right: -56%;
  }
}
@media (max-width: 1079px) {
  .hero-section .hero__shap {
    right: -65%;
  }
}
@media (max-width: 991px) {
  .hero-section .hero__shap {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section .hero__shap {
    display: none;
  }
}
/* .hero-section .hero__shap .inner {
  background-color: rgba(var(--p3, 1));
  height: calc(100% - 234px);
  width: calc(100% - 234px);
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .hero-section .hero__shap .inner {
    height: calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media (max-width: 1199px) {
  .hero-section .hero__shap .inner {
    height: calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .hero-section .hero__shap .inner {
    height: calc(100% - 32px);
    width: calc(100% - 32px);
  }
} */
/* .hero-section .hero__shap .inner .hero_phone {
  bottom: 14%;
  left: 6.5%;
} */
.hero-section .hero__shap .inner .hero_phone {
  bottom: 12%;
  left: -40%;
}
@media (max-width: 1399px) {
  .hero-section .hero__shap .inner .hero_phone {
    left: 0.5%;
  }
}
@media (max-width: 1079px) {
  .hero-section .hero__shap .inner .hero_phone {
    left: 0%;
  }
}
.hero-section .hero__shap .inner::before {
  content: "";
  position: absolute;
  background: url("../images/hero_vector3.png") no-repeat center;
  width: 213px;
  height: 374px;
  background-size: contain;
  left: 51%;
  top: 13%;
  animation: push_animat 5s linear infinite;
}
@media (max-width: 991px) {
  .hero-section .hero__shap .inner {
    display: none;
  }
}
.hero-section .hero__shap img:nth-child(2) {
  top: 40px;
  left: 60%;
}
.hero-section .hero__shap img:nth-child(3) {
  top: -12px;
  left: 50%;
}
.hero-section .hero__shap img:nth-child(4) {
  top: 18px;
  left: 3%;
}
.hero-section .hero__shap img:nth-child(5) {
  top: 19%;
  left: -1%;
}
.hero-section .hero__shap img:nth-child(6) {
  top: 38%;
  left: -6%;
}
.hero-section .hero__shap img:nth-child(7) {
  top: 61%;
  left: -5%;
}
@media (max-width: 1800px) {
  .hero-section .hero__shap img:not(:first-child) {
    display: none;
  }
}

.follower img:not(:first-child) {
  margin-left: -21px;
}

.counter_top {
  margin-top: -110px;
}
.counter_top .counter__content {
  padding: 60px 0;
}
.counter_top .counter__content::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(var(--p1), 1);
  width: 150%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .counter_top .counter__content {
    padding: 50px 0;
  }
  .counter_top .counter__content::after {
    right: -100%;
    width: 500%;
  }
  .counter_top .counter__content .counter__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .counter_top .counter__content .counter__content_part.w-100 {
    width: 48% !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .counter_top .counter__content .counter__content_part.w-100 {
    width: 100% !important;
  }
}

.header-area {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .header-area {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .header-area {
    margin-bottom: 32px;
  }
}

.features_area .features__card {
  padding-bottom: 0 !important;
}
.features_area .features__card .features_card_sub img:not(:first-child) {
  margin-left: -38px;
}
.features_area .features__card .features__card-text {
  margin-top: 20px;
}
.features_area .features__card .features_card_sub img {
  width: 33.33%;
}
@media (max-width: 1399px) {
  .features_area .features__card .features_card_thumb {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .features_area .features__card .features__card_locat {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1400px) {
  .features_area .features__card .features__card_locat {
    padding-bottom: 32px !important;
  }
}
.features_area .features__card.shipping::before {
  content: "";
  width: 793px;
  height: 793px;
  flex-shrink: 0;
  position: absolute;
  top: -70%;
  border-radius: 793px;
  background: rgba(19, 201, 210, 0.2);
  filter: blur(50px);
  z-index: -1;
}
.features_area .features__card.shipping::after {
  content: "";
  width: 793px;
  height: 793px;
  flex-shrink: 0;
  position: absolute;
  bottom: -50%;
  border-radius: 793px;
  background: rgba(255, 142, 37, 0.2);
  filter: blur(50px);
  z-index: -1;
}
.features_area .features__card.shipping .shipping__content {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 567px) {
  .features_area .features__card.shipping .shipping__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.pricing_area .starter_plan__vector {
  bottom: 70px;
  left: -126px;
}
.pricing_area .pricing__card {
  transition: var(--transition);
}
.pricing_area .pricing__card h4, .pricing_area .pricing__card span, .pricing_area .pricing__card p {
  transition: var(--transition);
}
.pricing_area .pricing__card .saving {
  color: rgba(var(--n9), 1);
  background: rgba(var(--p1), 1);
  border-radius: 0px 23px 23px 23px;
}
.pricing_area .pricing__card:hover {
  background: rgba(var(--p1), 1);
}
.pricing_area .pricing__card:hover h4, .pricing_area .pricing__card:hover span, .pricing_area .pricing__card:hover p {
  color: rgba(var(--n9), 1);
}
.pricing_area .pricing__card:hover .saving {
  background: rgba(var(--p3), 1);
  color: rgba(var(--p4), 1);
  border-color: rgba(var(--p3), 1);
}
@media (max-width: 480px) {
  .pricing_area .pricing__card {
    flex-wrap: wrap !important;
    row-gap: 20px !important;
  }
}
.pricing_area .starter_plan {
  padding: 40px 60px;
}
.pricing_area .starter_plan .starter_plan__rocket {
  top: -80px;
}
@media (max-width: 767px) {
  .pricing_area .starter_plan .starter_plan__rocket {
    top: -47px;
  }
  .pricing_area .starter_plan .starter_plan__rocket img {
    width: 20%;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .pricing_area .starter_plan .starter_plan__rocket {
    top: -25px;
  }
}
.pricing_area .starter_plan .starter_plan__vector2 {
  top: 148px;
  right: -53px;
}
@media (max-width: 991px) {
  .pricing_area .starter_plan {
    padding: 32px 40px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .pricing_area .starter_plan {
    padding: 16px 16px;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .pricing_area .starter_plan {
    padding: 25px 16px 16px 16px;
    margin-top: 10px;
  }
}
.pricing_area .starter_plan .cmn-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pricing_area .starter_plan .cmn-btn {
    margin-top: 32px;
  }
}

.preferred_area {
  overflow: initial;
}
@media (min-width: 1200px) {
  .preferred_area .container {
    padding-top: 198px;
  }
  .preferred_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(var(--n9), 1);
    width: 100%;
    height: 198px;
    z-index: -1;
  }
  .preferred_area .preferred_content {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 1279px) {
  .preferred_area .preferred_content {
    padding-top: 100px;
  }
}
.preferred_area .preferred_thumb {
  right: 0;
  bottom: -53px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .preferred_area .preferred_thumb {
    position: absolute;
  }
}
@media (max-width: 1399px) {
  .preferred_area .preferred_thumb {
    left: 43%;
    bottom: -47px;
  }
}
@media (max-width: 1199px) {
  .preferred_area .preferred_thumb {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .preferred_area .preferred_thumb {
    padding-bottom: 60px !important;
  }
}

.mobile_app_area:before, .mobile_app_area:after {
  content: "";
  position: absolute;
  background: rgba(var(--n9), 1);
  width: 100%;
  height: 79px;
  z-index: -1;
  left: 0;
}
@media (max-width: 1199px) {
  .mobile_app_area:before, .mobile_app_area:after {
    height: 30px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .mobile_app_area:before, .mobile_app_area:after {
    display: none;
  }
}
.mobile_app_area:before {
  top: 0;
}
.mobile_app_area:after {
  bottom: 0;
}
@media (max-width: 991px) {
  .mobile_app_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .mobile_app_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.experience_area .experience_thumb:before, .experience_area .experience_thumb:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.experience_area .experience_thumb:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/hero_vector3.png") no-repeat center center;
  background-size: contain;
  width: 220px;
  height: 408px;
  top: -5.5%;
  right: -30%;
}
@media (max-width: 1199px) {
  .experience_area .experience_thumb:before {
    width: 308px;
    height: 308px;
  }
}
@media (max-width: 991px) {
  .experience_area .experience_thumb:before {
    display: none;
  }
}
.experience_area .experience_thumb:after {
  background: url("../images/hero_sm_vector3.png") no-repeat center center;
  background-size: contain;
  width: 100px;
  height: 270px;
  left: 15%;
  bottom: -48px;
}
@media (max-width: 1399px) {
  .experience_area .experience_thumb:after {
    left: 7%;
  }
}
@media (max-width: 1199px) {
  .experience_area .experience_thumb:after {
    width: 170px;
    height: 170px;
    left: -6%;
    bottom: -32px;
  }
}
@media (max-width: 991px) {
  .experience_area .experience_thumb:after {
    display: none;
  }
}

.happy_clients .happy_clients__slider {
  padding: 80px 60px;
}
@media (max-width: 1399px) {
  .happy_clients .happy_clients__slider {
    padding: 60px 40px;
  }
}
@media (max-width: 1199px) {
  .happy_clients .happy_clients__slider {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .happy_clients .happy_clients__slider {
    padding: 30px 16px;
  }
}
.happy_clients .happy_clients__slider .slider-content .star_area i {
  color: rgba(var(--p3), 1);
}
.happy_clients .happy_clients__slider .swiper-pagination {
  position: initial;
  width: unset;
}
.happy_clients .happy_clients__slider .swiper-pagination span {
  background: rgba(var(--n9), 1);
  opacity: 1;
  width: 12px;
  height: 8px;
  border-radius: 16px;
  transition: var(--transition);
}
.happy_clients .happy_clients__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(var(--p3), 1);
  width: 28px;
  border-radius: 16px;
}
.happy_clients .happy_clients__slider .happy_clients__btn {
  justify-content: space-around;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .happy_clients .happy_clients__slider .happy_clients__btn {
    padding-top: 32px;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .happy_clients .happy_clients__slider .happy_clients__btn {
    justify-content: center;
  }
}
.happy_clients .happy_clients__slider .happy_clients__btn .cmn-btn {
  background: transparent;
}
.happy_clients .happy_clients__slider .happy_clients__btn .cmn-btn::before, .happy_clients .happy_clients__slider .happy_clients__btn .cmn-btn::after {
  background: rgba(var(--p3), 1);
}
.happy_clients .happy_clients__slider .happy_clients__btn .swiper-button-next, .happy_clients .happy_clients__slider .happy_clients__btn .swiper-button-prev {
  margin: 0;
}
.happy_clients .happy_clients__counter .counters_content_center {
  position: absolute;
}
@media (max-width: 350px) {
  .happy_clients .happy_clients__counter .counters_content_center {
    top: 70px;
  }
}
.happy_clients .happy_clients__counter .user {
  position: absolute;
  bottom: 0;
}
@media (max-width: 575px) {
  .happy_clients .happy_clients__counter .user {
    bottom: 19px;
  }
}

.accordion-single .accordion_header {
  cursor: pointer;
  padding: 20px 32px;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .accordion-single .accordion_header {
    padding: 16px 24px;
  }
}
@media (max-width: 575px) {
  .accordion-single .accordion_header {
    padding: 6px 8px;
  }
}
.accordion-single .accordion_header .accordion_icon {
  position: relative;
  z-index: 0;
  transition: var(--transition);
}
.accordion-single .accordion_header .accordion_icon::after {
  content: "\e9fd";
  font-family: "Phosphor-Fill" !important;
  transform: rotate(0deg);
  transition: var(--transition);
  font-weight: 700;
  position: absolute;
  z-index: 1;
  line-height: 1;
  font-size: 16px;
}
.accordion-single .accordion_header button {
  transition: var(--transition);
}
@media (max-width: 767px) {
  .accordion-single .accordion_header button {
    font-size: 15px;
  }
}
.accordion-single .accordion_content {
  display: none;
  margin-top: 32px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .accordion-single .accordion_content {
    margin-top: 24px;
    padding: 0 20px;
  }
}
.accordion-single.active .accordion_header {
  background: rgba(var(--p1), 1);
}
.accordion-single.active .accordion_header button {
  color: rgba(var(--n9), 1);
}
.accordion-single.active .accordion_icon {
  background: rgb(var(--p3));
  border-color: rgba(var(--p1), 1) !important;
}
.accordion-single.active .accordion_icon::after {
  transform: rotate(180deg);
}

.scan_download {
  padding-bottom: 73px;
}
@media (max-width: 767px) {
  .scan_download {
    padding-bottom: 35px;
  }
}
.scan_download .qr_code {
  margin-top: -126px;
}
@media (max-width: 767px) {
  .scan_download .qr_code {
    margin-top: -88px;
  }
  .scan_download .qr_code img {
    width: 120px;
  }
}
.scan_download .scan_download__content {
  padding: 67px 40px 200px;
}
@media (max-width: 767px) {
  .scan_download .scan_download__content {
    padding: 40px 16px 130px;
  }
}
.scan_download .scan_download__content p {
  max-width: 56ch;
}
.scan_download .scan_download__content:after {
  content: "";
  position: absolute;
  width: 535px;
  height: 535px;
  border-radius: 535px;
  background: rgba(var(--s2), 1);
  filter: blur(274.3590087891px);
  z-index: -1;
}
.scan_download .scan_download__content .shap {
  bottom: 0px;
}
.scan_download:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 45%;
  background: rgba(var(--p1), 1);
  z-index: -1;
}
@media (max-width: 480px) {
  .scan_download:after {
    height: 35%;
    transform: scaleX(2);
  }
}

.signin_area .modal-header,
.signup_area .modal-header {
  border: none;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .signin_area .modal-header,
  .signup_area .modal-header {
    margin-bottom: 32px;
  }
}
.signin_area .modal-body,
.signup_area .modal-body {
  padding: 0;
}
.signin_area .btn-close,
.signup_area .btn-close {
  margin-top: 6px;
}
.signin_area .btn-close:focus,
.signup_area .btn-close:focus {
  box-shadow: none;
}
.signin_area .single-input input,
.signup_area .single-input input {
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border: 1px solid rgba(var(--n2), 0.4);
  border-radius: 12px;
  background-color: transparent;
  padding: 12px 16px;
}
@media (max-width: 991px) {
  .signin_area .single-input input,
  .signup_area .single-input input {
    padding: 8px 12px;
  }
}
.signin_area .single-input input::-moz-placeholder, .signup_area .single-input input::-moz-placeholder {
  color: var(--placeholder);
  font-size: inherit;
}
.signin_area .single-input input::placeholder,
.signup_area .single-input input::placeholder {
  color: var(--placeholder);
  font-size: inherit;
}
.signin_area .single-input input:focus,
.signup_area .single-input input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(var(--p1));
}
.signin_area .submit_btn,
.signup_area .submit_btn {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .signin_area .submit_btn,
  .signup_area .submit_btn {
    margin-top: 28px;
  }
}/*# sourceMappingURL=style.css.map */