/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Inter", sans-serif;
  background: #000;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", sans-serif;
}
.position-absolute {
  position: absolute;
}
img {
  max-width: 100%;
}
button:focus {
  /* border: 0; */
  outline: none;
}
.mainbtn {
  text-decoration: none;
  margin: 0;
  max-width: 22em;
  position: relative;
  padding: 15px 30px;
  box-sizing: border-box;
  color: #fff;
  background: #000;
  background-clip: padding-box;
  /* !importanté */
  border: solid 1px transparent;
  /* !importanté */
  border-radius: 1em;
  display: inline-block;
}
.mainbtn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to left, #1ee8b7, #548afc);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mainbtn:hover,
.mainbtn2:hover {
  background: linear-gradient(to left, #1ee8b7, hwb(221 33% 1%));
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mainbtn2 {
  text-decoration: none;
  margin: auto;
  max-width: 22em;
  position: relative;
  padding: 15px 30px;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #1ee8b7, #548afc);
  background: transparent;
  color: #fff;
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.border-radius-adjust {
  border-radius: 5px;
  overflow: hidden;
}
/* media icons */
/* .container1 {
} */
.media-icons {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-2000%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  max-width: 150px;
}
.close-btn.open ~ .media-icons {
  /* transform: translateX(0);
	*/
  transform: translateX(44%) translateY(20%);
}
.media-icons a {
  text-decoration: none;
  position: relative;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 6px;
}
.media-icons a i {
  color: #fff;
}
.media-icons a .tooltip {
  position: absolute;
  left: 37px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  transform: translateY(-25px);
  opacity: 0;
  transition: all 0.2s linear;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.media-icons a:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}
.media-icons a .tooltip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 32%;
  left: -5px;
  transform: translateY(0%) rotate(45deg);
  background-color: #fff;
}
.close-btn {
  display: none;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 23px;
  z-index: 9;
  cursor: pointer;
}
.close-btn.open {
}
.menu-main-icon {
  position: absolute;
  right: 30px;
  z-index: 9;
  width: 40px;
  height: 40px;
}
/* media icons */
.header-nav {
  text-align: center;
  padding: 35px 0 15px;
  position: relative;
}
.header-nav .col-12 a > img {
  max-width: 250px;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content ul li {
  margin: 0 0 25px;
  text-align: left;
}
.overlay-content ul li a {
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.overlay-content ul li a:hover {
  color: #5686ff;
  text-decoration: underline;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.overlay-content .mainbtn {
  width: 100%;
  display: block;
  margin: 25px 0;
}
.overlay-content p,
.overlay-content p > a {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 32px !important;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #fff;
}
#top h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 900;
  margin: 65px 0 25px;
  text-align: center;
}
#top p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 25px;
  text-align: center;
  line-height: 24px;
}
.banner-image {
  display: block;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #1ee8b7, #548afc);
}
.banner-image img {
  display: block;
  margin: 65px 0 0;
}
/* feature sec start */
.feature-sec {
  background: #000;
  padding: 60px 0;
  position: relative;
}
.feature-sec h2,
.faq-sec h2,
.wall-of-app h2,
.blog h2,
#section1 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin: 0px 0 25px;
  text-align: left;
}
.left-icons {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  left: 15px;
  z-index: 33;
  transform: translate(15px, -50%) !important;
}
.left-icons img,
.close-btn img,
.menuicon {
  width: 40px;
  margin: 0 0 10px;
}
#section1 h2 {
  text-align: center;
}
#section1 {
  padding: 0 0;
}
.app-upload-area {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+38,161616+100 */
  background: linear-gradient(to bottom, #000000 38%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-clip: padding-box;
  /* !importanté */
  border: solid 1px transparent;
  /* !importanté */
  display: inline-block;
  padding: 60px 40px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 0;
  -webkit-box-shadow: inset 0 0 10px 1px #5686ff;
  box-shadow: inset 0 0 10px 1px #5686ff;

  min-height: 50vh;
}
.app-upload-area .mainbtn2 {
  margin-top: 55px;
}
.app-upload-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to left, #1ee8b7, #548afc);
}
.upload-box {
  border: dashed 2px #1ee8b7;
  padding: 15px 30px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  margin: 0 0 25px;
}
.upload-box .progress {
  margin: 0px 0 15px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
}
.upload-box .progress .progress-bar {
  background: linear-gradient(to left, #1ee8b7, #548afc);
  text-align: center;
  color: #fff;
}
.upload-box h3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.upload-box h4 {
  font-size: 16px;
  font-weight: 600;
}
.upload-box .fa {
  font-size: 36px;
}
.custom-check {
}
/* The container */
.custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
}
/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
  background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
  background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sharebox {
  padding: 35px 30px 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 45px;
}
.sharebox img {
  margin: 0 0 25px;
}
.sharebox a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  word-break: break-all;
}
.sharebox label {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.sharebox label i {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  margin: 0 10px 0 0;
}
.caurosel {
  position: relative;
  left: 5%;
}
.feature-sec .item {
  min-height: 350px;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+38,161616+100 */
  background: linear-gradient(to bottom, #000000 38%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-clip: padding-box;
  /* !importanté */
  border: solid 1px transparent;
  /* !importanté */
  display: inline-block;
}
.feature-sec .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to left, #1ee8b7, #548afc);
}
.feature-sec .owl-item:nth-child(even) {
  margin-top: 25px;
}
.feature-sec .owl-carousel .owl-stage-outer {
  left: -100px;
}
.feature-sec .item h4,
.wall-of-app ul li h4 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  /* Warning: no fallback */
  background: -webkit-linear-gradient(
    -86deg,
    #1ee8b7 5%,
    #548afc 53%,
    #09e5c3 91%
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
  margin: 0 0 15px;
}
.feature-sec .item h5 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 25px;
  line-height: 20px;
}
.feature-sec .item p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 16px;
}
.faq-sec,
.blog {
  padding: 60px 0;
}
.faq-sec .accordion-item h2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #1ee8b7, #548afc);
}
.faq-sec .accordion-item h2 button {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 5px 0;
}
.faq-sec .accordion-body {
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
}
.wall-of-app {
  padding: 60px 0;
  overflow: hidden;
}
.wall-of-app p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 25px;
  line-height: 24px;
}
.wall-of-app ul li {
  display: flex;
  padding: 15px 0;
}
.wall-of-app ul li div:first-child {
  margin: 0 15px 0 0;
}
.wall-of-app ul li span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.wall-logos {
  position: relative;
  width: 100%;
  margin: 35px 0 65px;
}
.wall-logos {
  height: 13vh;
}
.wall-logos img {
  width: 5vw;
  height: 5vw;
  margin: 0 1.5vw 0 0;
}
.wall-logos-inner {
  width: 100%;
  position: absolute;
  right: 2%;
  text-align: right;
}
.blog img {
  margin: 3vh 0;
  border-radius: 45px;
  width: 100%;
}

.blog h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px;
  line-height: 32px;
}
.blog h5 {
  color: #5686ff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.blog a:hover {
  text-decoration: none;
}
.footer {
  padding: 50px 0;
}
.footer h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  margin: 0 0 25px;
  line-height: 62px;
}
.footer h4 {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 25px;
}
.footer h4 ~ p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.footer ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.footer ul li a,
.footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.bottom {
  margin: 85px 0 0;
  padding: 30px 0;
  border-top: 2px solid #292929;
}
.bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.bottom p a {
  color: #5686ff;
}
.bottom .socialicon {
  justify-content: flex-end;
  display: flex;
}
.blog-deatils .socialicon {
  justify-content: flex-start;
  display: flex;
}
.bottom .socialicon a,
.blog-deatils .socialicon a {
  color: #fff;
  margin: 0 10px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 36px;
  text-align: center;
}
.bottom .socialicon a:hover,
.blog-deatils .socialicon a:hover {
  border: 1px solid #1ee8b7;
}
.sharefiled {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
}
.floatup {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.copyicon {
  font-size: 14px;
  color: #fff;
}
.bigqr {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
}
.contact-from .mainbtn {
  max-width: 100%;
}
.contact-from .form-control {
  padding: 8px 15px;
  min-height: 45px;
  margin: 0 0 15px;
  border-radius: 12px;
  resize: none;
}

.abouttext p,
.blog-deatils p {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.blog-deatils img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}
.avatar {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  margin: 0 10px 0 0 !important;
}
.abouttext .accordion-body {
  text-align: left;
}
.blog-deatils h6,
.feature-sec h6 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 5px;
}
.blog-deatils span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.blog-deatils hr {
  border-top: 1px solid #737373;
  margin: 50px 0;
}
.feature-sec.reviews .item p {
  line-height: 26px;
}
.feature-sec.reviews .item i {
  color: #f6b826;
}
.feature-sec.reviews .page-item.disabled .page-link,
.feature-sec.reviews .page-link {
  color: #fff;
  background-color: #000;
  border-color: #1ee8b7;
}
.feature-sec.reviews .page-link:focus,
.feature-sec.reviews .page-link:hover {
  color: #000;
  background-color: #1ee8b7;
  border-color: #000;
}
.modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  border-radius: 20px;
}
.modal-header {
  justify-content: end;
  border: 0;
  padding: 15px 15px 0;
}
button.close {
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  padding: 6px 12px;
  border-radius: 50%;
}
.modal-body {
  padding: 0 15px 35px;
}

.modal-body img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 15px auto;
}
.modal-body h2 {
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  margin: 0 0 10px;
}
.modal-body p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 32px;
}
.modal-body i.fa.fa-star-o {
  font-size: 32px;
}
.modal-body .contact-from {
  margin-top: 35px;
}
.project-info h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 25px;
}
.project-info label {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 5px;
}
.project-info h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 45px;
}
.project-info .mainbtn {
  border: 1px solid #1ee8b7;
  background: transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.project-info .mainbtn:hover {
  background: linear-gradient(to left, #1ee8b7, #548afc);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.floatdown {
  transform: translatey(-20px);
  animation: floatdown 6s ease-in-out infinite;
}
@keyframes floatdown {
  0% {
    transform: translatey(-20px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(-20px);
  }
}
.grow-n-shrink {
  animation: grow-and-shrink 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.multi-step-spinner {
  animation: multi-step-spin 2000ms;
  animation-iteration-count: infinite;
}
@keyframes multi-step-spin {
  0% {
    transform: rotate(0turn);
  }
  25% {
    transform: rotate(0.25turn);
  }
  50% {
    transform: rotate(0.5turn);
  }
  75% {
    transform: rotate(0.75turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (min-width: 1600px) {
  body {
    line-height: auto;
  }
  nav.quick-nav {
    right: 2vw;
  }
  .left-icons img,
  a.quick-nav-item,
  .close-btn,
  .close-btn img {
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: 0.7vw;
  }
  .close-btn.open ~ .media-icons {
    /* transform: translateX(0); */
    transform: translateX(4.5vw) translateY(1vw);
  }

  .menu-main-icon {
    right: 7.3vw;
    top: 6vh;
  }
  img.menuicon {
    width: 2.8vw !important;
    height: 2.8w !important;
    max-width: 2.8vw;
  }
  a.quick-nav-item img {
    width: 1.4vw;
  }
  .mainbtn {
    max-width: 12vw;
    padding: 1vw 2vw;
    font-size: 1vw;
  }
  .mainbtn:before {
    margin: -0.1vw;
  }
  #top h1 {
    font-size: 3.3vw;
  }
  #top p {
    font-size: 1.1vw;
    line-height: 160%;
  }
  .feature-sec h2,
  .faq-sec h2,
  .wall-of-app h2,
  .blog h2,
  #section1 h2 {
    font-size: 2.5vw;
    line-height: 160%;
  }
  .upload-box h3 {
    font-size: 1vw;
    line-height: 160%;
  }
  .upload-box h4 {
    font-size: 1vw;
    font-weight: 600;
    line-height: 160%;
  }
  .custom-check,
  .faq-sec .accordion-item h2,
  .wall-of-app p,
  .blog h4,
  .footer h4,
  .blog-deatils h6,
  .feature-sec h6 {
    font-size: 1.1vw;
  }
  .sharebox label,
  .sharebox a,
  .copyicon,
  .feature-sec .item h5,
  .faq-sec .accordion-body,
  .blog h5,
  .footer h4 ~ p,
  .footer ul li a,
  .bottom p {
    font-size: 1vw;
    line-height: 160%;
  }
  .feature-sec .item p {
    font-size: 0.9vw;
    line-height: 2vh;
    line-height: 160%;
  }

  .quick-nav-title {
    font-size: 1.1vw;
    top: 4vw;
    right: 4vw;
    -ms-transform: translate(-1.5vw, -3vw);
    -moz-transform: translate(-1.5vw, -3vw);
    -o-transform: translate(-1.5vw, -3vw);
    -webkit-transform: translate(-1.5vw, -3vw);
    -khtml-transform: translate(-1.5vw, -3vw);
    transform: translate(-1.5vw, -3vw);
  }
}
@media screen and (max-width: 991px) {
  .feature-sec .owl-carousel .owl-stage-outer {
    left: 100px;
  }
  .caurosel {
    left: 0%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 967px) {
  .feature-sec .owl-carousel .owl-stage-outer {
    left: 10px;
  }
}
@media screen and (max-height: 650px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
