html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
}

a {
  color: #4db9eb;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #1fa7e6;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}

h2 {
  font-size: 1.5rem;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

a:hover {
  text-decoration: none;
}

section h2 {
  font-size: 40px;
}

.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.min-section-description {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  font-size: 15px !important;
}

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

.vh-75 {
  height: 75vh !important;
}

.vh-lg-75 {
  height: inherit;
}

.width-min-content {
  display: block;
  width: -moz-min-content;
  width: min-content;
}

.btn {
  border-radius: 10px !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: 50px;
  padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  border-color: #4db9eb;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: white;
  box-shadow: 0 0 40px 40px #4db9eb inset, 0 0 0 0 rgba(77, 185, 235, 0.5);
  transition: all 150ms ease-in-out !important;
}
.btn:hover {
  background-color: white;
  color: #4db9eb;
  outline: 0;
  border-color: transparent;
  box-shadow: 0 0 0px 0 rgba(77, 185, 235, 0.5) inset, 0 0 30px 4px rgba(77, 185, 235, 0.5);
}
.btn:focus {
  color: #4db9eb;
  border: 2px solid rgba(77, 185, 235, 0.5);
  outline: 0;
  box-shadow: 0 0 0px 0 rgba(77, 185, 235, 0.5) inset, 0 0 30px 4px rgba(77, 185, 235, 0.5);
}
.btn.btn-invert {
  border-color: white;
  color: #4db9eb;
  box-shadow: 0 0 40px 40px white inset, 0 0 0 0 rgba(255, 255, 255, 0.5);
  transition: all 150ms ease-in-out;
}
.btn.btn-invert:hover {
  background-color: #4db9eb;
  color: white;
  outline: 0;
  border-color: transparent;
  box-shadow: 0 0 0px 0 rgba(255, 255, 255, 0.5) inset, 0 0 30px 4px rgba(255, 255, 255, 0.5);
}
.btn.btn-invert:focus {
  color: white;
  border: 2px solid white;
  background-color: #4db9eb;
  outline: 0;
  box-shadow: 0 0 0px 0 rgba(77, 185, 235, 0.5) inset, 0 0 30px 4px rgba(77, 185, 235, 0.5);
}
.btn.disabled {
  filter: grayscale(1);
  transition: all 150ms ease-in-out;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 20px;
  height: 650px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #f1f4f8;
  z-index: 2;
  border-radius: 20px;
}

.video-area .video-play-btn a {
  width: 80px;
  height: 80px;
  background-color: #25b3f0;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 80px;
  padding-left: 5px;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-area .video-play-btn a:hover {
  background-color: #1d78cd;
  color: #fff;
}

.splide__arrow svg {
  fill: #4db9eb;
}

button.splide__arrow {
  background: #004689;
}

.flex-basis-auto {
  flex-basis: auto;
}

.gradient-animated-background {
  animation: animateBg 20s linear infinite;
  background-image: linear-gradient(90deg, #004689, #4db9eb, #3bb9f3, #004689, #4db9eb);
  background-size: 400% 100%;
  color: white;
}

@keyframes animateBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
a.contact-link:hover, .contact-link-wrapper a:hover {
  color: black;
}

a.contact-link, .contact-link-wrapper a {
  color: white;
}

.rounded-10 {
  border-radius: 10px;
}

.z-1 {
  z-index: 1;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

i.icon-pricing.fa-plane {
  transform: rotate(-45deg);
}

/* html{
    scroll-behavior: smooth;
} */
.gap-30 {
  gap: 30px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: transparent;
  transition: all 0.35s;
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}
#mainNav .navbar-brand {
  color: #4db9eb;
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: bold;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #1fa7e6;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}
#mainNav .navbar-nav > li > a {
  font-size: 16px;
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 15px;
}
#mainNav .navbar-nav > li > a.active {
  color: #4db9eb !important;
  background-color: white;
}
#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #4db9eb;
}

li.nav-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  background: #4db9eb;
  z-index: -1;
  top: 100%;
  opacity: 0;
  transition: all 100ms cubic-bezier(0.7, -0.01, 1, 1);
}

li.nav-item:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3%;
  background: #4db9eb;
  z-index: -1;
  top: -100%;
  top: 80%;
  left: 0;
  opacity: 1;
  transition: all 100ms cubic-bezier(0.7, -0.01, 1, 1);
}

li.nav-item {
  position: relative;
  overflow: hidden;
}

li.nav-item:hover > a.nav-link {
  position: relative;
  overflow: hidden;
  color: #4db9eb !important;
}

header.masthead {
  position: relative;
  width: 100%;
  color: #4db9eb;
  /* background: url('../img/bg-pattern.png'), $theme-secondary;
  background: url('../img/bg-pattern.png'), -webkit-linear-gradient(to left, $theme-secondary, $theme-tertiary);
  background: url('../img/bg-pattern.png'), linear-gradient(to left, $theme-secondary, $theme-tertiary); */
}
header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}
header.masthead .header-content h1 {
  font-size: 35px;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}
header.masthead .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 40px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 30px 0;
  background-color: #004689;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
}
section.download.bg-image {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(0, 70, 137, 0.5), rgba(77, 185, 235, 0.5)), url(/img/bg2.avif);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.download p {
  color: #fff;
}
section.download h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}

section.features .section-heading {
  margin-bottom: 60px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  /* border: 2px solid #25b3f040; */
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
section.features .feature-item h3 {
  font-size: 25px;
  font-weight: bold;
}
section.features .feature-item i {
  font-size: 40px;
  display: block;
  margin-bottom: 0px;
  background: linear-gradient(to left, #1d78cd, #25b3f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-label {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
  background: #4db9eb;
  border-radius: 10px;
  color: white;
}
.features-label h3 {
  color: white;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  display: inline;
}
.features-label h3 i {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.features-label h3 i:before {
  background: white;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.splide__slide img {
  width: 100%;
  max-width: 70%;
  height: auto;
  padding-left: 50px;
}

.splide__pagination.splide__pagination--ttb {
  left: 0 !important;
  right: 100% !important;
}
.splide__pagination.splide__pagination--ttb .splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 10px 0;
  opacity: 1;
  background: #004689;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.splide__pagination.splide__pagination--ttb .splide__pagination__page.is-active {
  height: 80px;
  background: #4db9eb;
  border-radius: 323px;
  transform: none;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("https://images.pexels.com/photos/41227/pexels-photo-41227.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-position: center;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
  color: white;
}
section.cta .cta-content h1 {
  font-size: 50px;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}
section.cta .cta-content h2 {
  font-size: 25px;
  color: white;
}
@media (min-width: 768px) {
  section.cta .cta-content h1 {
    font-size: 80px;
  }
  section.cta .cta-content h2 {
    font-size: 40px;
  }
}
section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 120, 205, 0.5);
}

section.contact {
  text-align: center;
}
section.contact form {
  text-align: left;
}
section.contact form .help-block.with-errors {
  color: #b70900;
  font-size: 13px;
}
section.contact textarea {
  min-height: 110px;
  max-height: 310px;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: white;
  background-color: #222222;
}
footer p {
  font-size: 14px;
  margin: 0;
}
footer h6 {
  font-weight: bold;
  font-size: 20px;
}
footer a {
  font-size: 14px;
  color: white;
}
footer a:hover, footer a:focus, footer a:active, footer a.active {
  text-decoration: none;
}
footer a i {
  font-size: 25px;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: white;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #4db9eb;
  background: linear-gradient(#4db9eb, #36b0e8);
}

.text-primary {
  color: #4db9eb;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: #4db9eb;
  background-color: #4db9eb;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #4db9eb;
  border-color: #4db9eb;
  background-color: white;
}

.btn-normal {
  color: #4db9eb;
  border: 1px solid;
  border-color: #4db9eb;
}
.btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-normal.active {
  color: white;
  border-color: #4db9eb;
  background-color: #4db9eb;
}

.btn {
  border-radius: 300px;
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

h1 {
  font-weight: bold;
}

.card {
  border-radius: 10px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f5f5;
}

/* Header */
.laptop-bg {
  overflow: hidden;
  position: relative;
}
.laptop-bg img {
  position: absolute;
  top: 140px;
  left: -190px;
  max-width: 1500px;
  transform: rotateX(11deg) rotateY(350deg);
  transform-style: preserve-3d;
}

.iphone12max.header-shadow {
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2196078431);
}

.pattern-bg {
  position: relative;
  background-image: url(/img/bg-pattern.png);
  background-attachment: fixed;
  background-repeat: repeat;
}

.phone-img {
  position: absolute;
  width: 260px;
  box-shadow: #000 0 0;
  top: 25%;
  left: -110px;
  transform: rotate(-12deg);
  transition: transform 0.05s linear;
}

.gradient-bg {
  width: 100%;
  height: 100%;
  background: rgb(77, 185, 235);
  background: linear-gradient(340deg, rgb(77, 185, 235) 0%, rgba(180, 215, 255, 0.2) 100%);
}

/* backdrop animation */
.bokeh-bg {
  width: 100%;
  height: 100%;
  background: rgb(77, 185, 235);
  background: linear-gradient(340deg, rgb(77, 185, 235) 0%, rgba(180, 215, 255, 0.2) 100%);
}

.bokeh-bg span {
  width: 40vmin;
  height: 40vmin;
  border-radius: 40vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bokeh-bg span:nth-child(1) {
  color: rgba(29, 160, 242, 0.2470588235);
  top: 27%;
  left: 63%;
  animation-duration: 28.5s;
  animation-delay: -8.6s;
  transform-origin: 5vw -12vh;
  box-shadow: 80vmin 0 23.647630267vmin currentColor;
}
.bokeh-bg span:nth-child(2) {
  color: rgba(77, 185, 235, 0.2470588235);
  top: 6%;
  left: 97%;
  animation-duration: 35.9s;
  animation-delay: -28.1s;
  transform-origin: -13vw 1vh;
  box-shadow: 80vmin 0 11.3000266105vmin currentColor;
}
.bokeh-bg span:nth-child(3) {
  color: rgba(59, 88, 152, 0.2470588235);
  top: 61%;
  left: 99%;
  animation-duration: 10.5s;
  animation-delay: -37.8s;
  transform-origin: -21vw -10vh;
  box-shadow: -80vmin 0 21.7581625309vmin currentColor;
}
.bokeh-bg span:nth-child(4) {
  color: rgba(29, 160, 242, 0.2470588235);
  top: 6%;
  left: 76%;
  animation-duration: 17.9s;
  animation-delay: -27.7s;
  transform-origin: 11vw -6vh;
  box-shadow: -80vmin 0 19.3694987572vmin currentColor;
}
.bokeh-bg span:nth-child(5) {
  color: rgba(77, 185, 235, 0.2470588235);
  top: 69%;
  left: 40%;
  animation-duration: 39.5s;
  animation-delay: -5s;
  transform-origin: 11vw -3vh;
  box-shadow: -80vmin 0 21.8592317127vmin currentColor;
}
.bokeh-bg span:nth-child(6) {
  color: rgba(29, 160, 242, 0.2470588235);
  top: 63%;
  left: 67%;
  animation-duration: 15.9s;
  animation-delay: -31.2s;
  transform-origin: -24vw -16vh;
  box-shadow: -80vmin 0 29.0588256024vmin currentColor;
}
.bokeh-bg span:nth-child(7) {
  color: rgba(29, 160, 242, 0.2470588235);
  top: 19%;
  left: 85%;
  animation-duration: 15s;
  animation-delay: -8.9s;
  transform-origin: -2vw 20vh;
  box-shadow: -80vmin 0 28.5598694897vmin currentColor;
}
.bokeh-bg span:nth-child(8) {
  color: rgba(59, 88, 152, 0.2470588235);
  top: 97%;
  left: 18%;
  animation-duration: 24.5s;
  animation-delay: -36.7s;
  transform-origin: 21vw -12vh;
  box-shadow: 80vmin 0 20.8020980736vmin currentColor;
}
.bokeh-bg span:nth-child(9) {
  color: rgba(77, 185, 235, 0.2470588235);
  top: 70%;
  left: 83%;
  animation-duration: 35.5s;
  animation-delay: -16.6s;
  transform-origin: 4vw 15vh;
  box-shadow: -80vmin 0 26.854838299vmin currentColor;
}
.bokeh-bg span:nth-child(10) {
  color: rgba(77, 185, 235, 0.2470588235);
  top: 7%;
  left: 25%;
  animation-duration: 32.2s;
  animation-delay: -36.5s;
  transform-origin: 2vw 8vh;
  box-shadow: 80vmin 0 23.2906044311vmin currentColor;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #f8fbff;
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features .features-img img {
  max-width: 100%;
}

.icon-wrapper {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.icon-gradient-border {
  position: relative;
}
.icon-gradient-border::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, #1d78cd, #25b3f0);
  transform: translate3d(0px, 3px, 0) scale(0.85);
  filter: blur(30px);
  opacity: 0.7;
  transition: opacity 0.3s;
  border-radius: inherit;
}
.icon-gradient-border::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  /* background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%); */
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
  box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 60px 0;
}

.perspective {
  perspective: 1000px;
}

.device {
  transform-style: preserve-3d;
  transition: transform 0.05s linear;
}

.slider-container {
  max-width: 1300px !important;
}

.card {
  width: 18rem;
}

#advanced-features .slider-heading {
  font-size: 25px;
  margin: 20px 0;
  color: #000;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (min-width: 768px) {
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 45%;
  }
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(0, 70, 137, 0.5), rgba(77, 185, 235, 0.5)), url("/img/bg1.avif");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 0px 0 60px 0;
  overflow: hidden;
}

.more-features-wrapper {
  display: grid;
  top: 0;
  margin-top: -70px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
}

.section-header.clip-path {
  background-color: #4db9eb;
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 60px;
}
.section-header.clip-path::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 0 39%);
          clip-path: polygon(0 0, 100% 0, 100% 15%, 0 39%);
  content: "";
  position: absolute;
  left: 0;
  top: 90%;
  height: 300px;
  width: 100%;
  background: #4db9eb;
  z-index: -1;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1d78cd;
  background: linear-gradient(45deg, #1d78cd 0%, #25b3f0 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-bottom: 15px;
}

#more-features h4 a {
  color: #111;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 0px;
  }
  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}
/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .col-md-3 {
  width: 35%;
}

.container {
  text-align: center;
}


/* All Features Section
--------------------------------*/
#allFeatures{
  padding: 60px 0 60px 0;
  overflow: hidden;
  background: rgb(245,245,245);
background: linear-gradient(232deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.allProductsFilterList{
  display: block;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  overflow-y: auto;
  grid-template-columns:repeat( auto-fit, minmax(150px, 1fr) );
  display: grid;

}


.allProductsFilterList>a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d4d4d4;
  color: black;
  /* margin-top: 20px; */
  text-decoration: none;
  border-radius: 10px;
  transition: all 500ms;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.allProductsFilterList>a:hover, .allProductsFilterList>a.active {
  background: #4db9eb;
  color: #fff;
}

#allProductsFilterContainer {
gap: 15px;
max-height: 50vh;
overflow-y: auto;
margin: 20px;
/* padding: 10px; */
padding: 30px 10px 30px 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (min-width: 576px) {
  #allProductsFilterContainer {
  margin: 0;
  /* padding: 0; */
  }
}


@media (min-width: 1200px) {
  .allProductsFilterList>a{
    margin-bottom: 20px;

  }
  .allProductsFilterList{
  display: flex;
  }
  
}



#allProductsFilterContainer>div {
  overflow: hidden;
  /* margin-bottom: 10px; */
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  /* margin-bottom: 10px; */
  /* padding-left: 5px; */
  /* padding-right: 5px; */
  /* max-width: 230px; */
  /* margin: 0 auto; */
  background: #edf5ff;
  padding: 20px;
  /* padding-top: 40px; */
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 90px;
  user-select: none;
}

#allProductsFilterContainer>div:hover {
  box-shadow: 0 0 20px 2px #1d78cd5e;
  /* transform: scale(1.15); */
  transition: all .3s ease-in-out;
}

/* width */
#allProductsFilterContainer::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#allProductsFilterContainer::-webkit-scrollbar-track {
 background-color: #004689;
  border-radius: 10px;
}

/* Handle */
#allProductsFilterContainer::-webkit-scrollbar-thumb {
  background: #4db9eb;
  border-radius: 10px;
}



#allProductsFilterContainer>div>* {
 margin-bottom: 0;
}
.badge{
top: 15px;
right: 20px;
}

.allProductsFilter {
  -lifekit-transform: scale(0);
  transform: scale(0);
  -lifekit-transition: all 350ms ease;
  transition: all 350ms ease;
}

@media (min-width: 768px) {
  #allProductsFilterList {
   
  }
} 



.scale {
  transform: scale(1);
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

.price-switch {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #d4d4d4;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.price-switch .price-switch-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #4db9eb;
  border-radius: 10px;
  transition: all 500ms;
}
.price-switch .price-switch-subscription {
  position: relative;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 500ms;
}
.price-switch .price-switch-subscription.price-active {
  transition: all 500ms;
  color: white;
}
.price-switch .price-switch-subscription p {
  margin: 0;
  font-size: 14px;
}
.price-switch .price-switch-subscription p i {
  font-size: 9px;
  vertical-align: top;
}

.price-counter-wrapper {
  transition: all 500ms;
}
.price-counter-wrapper.secondary {
  transform: scale(0.6);
  transition: all 300ms;
}

.gradient-border {
  background: transparent;
  position: relative;
  border-radius: 10px;
}
.gradient-border p {
  color: white;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  background: linear-gradient(90deg, #004689, #4db9eb, #3bb9f3, #004689, #4db9eb);
  border-radius: 6px;
  z-index: -1;
  animation: animatedgradient 10s linear infinite;
  background-size: 400% 100%;
  border-radius: 10px;
}

.subdiscount {
  display: none;
}
.subdiscount.visible {
  display: inline-flex;
  opacity: 1;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.icon-pricing {
  font-size: 80px;
  display: block;
  margin-bottom: 30px;
  background: linear-gradient(to left, #1d78cd, #25b3f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}
#faq #faq-list li {
  border: 2px solid #f8fbff;
  border-radius: 10px;
  margin-bottom: 15px;
}

#faq #faq-list a {
  padding: 20px;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  background-color: #f8fbff;
}

#faq #faq-list i {
  content: "\f106";
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 16px;
}

#faq #faq-list p {
  margin: 20px;
}

#faq #faq-list i {
  top: 13px;
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a i::before {
  content: "\f106";
}

#faq #faq-list a.collapsed i::before {
  content: "\f107";
}

.more-features-box {
  min-height: 200px;
}

/*#images-gallery{
  max-height: 400px;
  overflow: hidden;
}*/
section.gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(77, 185, 235, 0) 0, rgb(77, 185, 235) 100%);
  width: 100%;
  height: 100%;
  background-attachment: local;
}

.contact-form-container {
  color: black;
  background: rgba(255, 255, 255, 0.677);
  padding: 30px;
  border-radius: 10px;
}

.form-control {
  border: 0;
  background: #f5f9ff;
}

section.features .feature-item h3,
#more-features h4 {
  font-size: 20px;
}

.features-label p {
  font-size: 14px;
}

.section-header.clip-path {
  padding-top: 0;
}

#advanced-features .features-row {
  padding: 10px 0 10px 0;
}

/* Terms & Privacy */
.terms-privacy {
  padding: 150px 0 !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55)), linear-gradient(0deg, rgba(0, 70, 137, 0.81), rgba(77, 185, 235, 0.5)), url(/img/bg1.avif) !important;
  background-size: cover !important;
}

@media (max-width: 576px) {
  section.features .feature-item i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
  #clients .col-md-2 {
    width: 25%;
  }
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
  #faq #faq-list a {
    font-size: 16px;
  }
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features .icon i {
    font-size: 60px;
    padding-bottom: 0;
  }
  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  h2,
  section.download h2 {
    font-size: 30px;
  }
  .badges-link {
    display: inline-block;
    margin-bottom: 0;
  }
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  #mainNav {
    background-color: white;
  }
  #mainNav div.container div#navbarResponsive {
    text-align: center;
  }
  .splide__pagination.splide__pagination--ltr {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: unset;
    bottom: -40px;
    transform: rotate(-90deg);
    left: 50%;
    padding: 0;
    right: unset;
  }
  .splide__pagination.splide__pagination--ltr .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 10px 0;
    opacity: 1;
    background: #004689;
    border-radius: 50%;
    transition: all 1s ease-in-out;
  }
  .splide__pagination.splide__pagination--ltr .splide__pagination__page.is-active {
    height: 80px;
    background: #4db9eb;
    border-radius: 323px;
    transform: none;
  }
}
@media (min-width: 992px) {
  #advanced-features .slider-heading {
    font-size: 38px;
    margin: 30px 0;
    color: #000;

    text-align: left;
  }
  #image-carousel p{
    text-align: left;
    }
    
  .more-features-wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    margin: -70px auto 0 auto;
  }
  section.download {
    padding: 70px;
  }
  h2,
  section.download h2 {
    font-size: 30px;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #4db9eb;
  }
  .phone-img {
    left: 30px;
    top: 20%;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  section h2,
  section.download h2 {
    font-size: 50px;
  }
  .h4,
  h4 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .more-features-wrapper {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: -70px auto 0 auto;
  }
  .card {
    width: 100%;
    max-width: 18rem;
  }
}
@media (max-width: 1199px) {
  .more-features-box {
    min-height: 240px;
  }
}
@media (min-width: 1500px) {
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  .phone-img {
    top: 25%;
    left: -110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-area {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-area {
    height: 450px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .video-area {
    border: 10px solid #fff;
    border-radius: 20px;
    height: 300px;
  }
  .video-area::after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
  }
}/*# sourceMappingURL=new-age.css.map */


#contact-form > div > div > .text-danger{
  color: gray !important;}