/* --

Website Name: Lceazy
Website URI: https://lceazy.com/
Author: Merkle Clouds
Author URI: https://merkleclouds.com

--*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Color
# Typography
# Reset
# Navigation
# Alignments
# Content
# Responsive
    ## Small Devices Mobile
    ## HD Devices Mobile
    ## Tablets
    ## Latptops
    ## Desktops
--------------------------------------------------------------*/
/*------ # Color ---------*/
/*------ # Typography ---------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/*------ # Reset ---------*/
html {
  scroll-behavior: smooth;
}

body, * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

.bg-primary {
  background-color: #007DB1 !important;
  color: #ffffff !important;
}

.bg-white {
  color: #007DB1 !important;
}

.iziToast.iziToast-theme-dark {
  background: linear-gradient(45deg, #00d9ff, #00b3ff, #01a0fc, #0067dd);
  background-size: 200% 200%;
  -webkit-animation: change 10s ease-in-out infinite;
          animation: change 10s ease-in-out infinite;
}

.p-0 {
  padding: 0;
}

.top_bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #007DB1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top_bar p {
  color: #ffffff;
  margin: 0;
  padding-right: 25px;
}

.top_bar a {
  font-size: 13px;
  padding: 3.5px 15px;
  background-color: #ffffff;
  border-radius: 25px;
  font-weight: 700;
  color: #00b5ff;
}

.top {
  display: none;
  padding: 10px;
  background-color: #ffffff;
  position: fixed;
  bottom: 3%;
  right: 2.5%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.top img {
  width: 100%;
  margin: 0 auto;
}

.top:hover {
  bottom: 4%;
}

/*------ # Navigation ---------*/
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 0px;
  top: 40px;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .menu {
  display: none;
}

header .logo {
  width: 135px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .logo .dark-logo {
  display: none;
}

header nav .nav-pills .nav-item:empty {
  position: relative;
  padding: 0 15px;
  opacity: 0.5;
}

header nav .nav-pills .nav-item:empty::after {
  content: '';
  height: 100%;
  width: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

header nav .nav-pills .nav-item.sign-btn {
  background-color: #ffffff;
  border-radius: 5px;
}

header nav .nav-pills .nav-item.sign-btn:hover {
  background-color: #007DB1;
}

header nav .nav-pills .nav-item.sign-btn:hover .nav-link {
  color: #ffffff;
}

header nav .nav-pills .nav-item.sign-btn .nav-link {
  color: #00b5ff;
}

header nav .nav-pills .nav-item.sign-btn .nav-link:hover {
  border-bottom: none !important;
}

header nav .nav-pills .nav-item .nav-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 15px;
}

header nav .nav-pills .nav-item .nav-link.active {
  background-color: transparent !important;
  border-bottom: 2px solid #00b5ff;
  border-radius: 0;
}

header nav .nav-pills .nav-item .nav-link:hover {
  border-bottom: 2px solid #ffffff;
}

header ol {
  margin: 0;
}

header ol li {
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 15px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header ol li.sign-btn {
  background-color: #ffffff;
}

header ol li.sign-btn a {
  color: #00b5ff;
}

header ol li:hover {
  background-color: #007DB1;
}

header ol li:hover a {
  color: #ffffff;
}

header ol li a {
  color: #ffffff;
}

header.scrolled {
  background-color: #ffffff;
  height: 60px;
  top: 0;
}

header.scrolled .logo {
  width: 120px;
}

header.scrolled nav .nav-pills .nav-item.sign-btn {
  background-color: #00b5ff;
  border-radius: 5px;
}

header.scrolled nav .nav-pills .nav-item.sign-btn a {
  color: #ffffff;
}

header.scrolled nav .nav-pills .nav-item.sign-btn:hover {
  background-color: #007DB1;
  border-bottom: none;
}

header.scrolled nav .nav-pills .nav-item.sign-btn:hover a {
  color: #ffffff;
}

header.scrolled nav .nav-pills .nav-item .nav-link {
  color: #515151;
  font-size: 14px;
}

header.scrolled nav .nav-pills .nav-item .nav-link:hover {
  border-bottom: 2px solid #00b5ff;
}

header.scrolled ol li {
  font-size: 14px;
}

header.scrolled ol li:hover {
  background-color: #007DB1;
}

header.scrolled ol li:hover a {
  color: #ffffff;
}

header.scrolled ol li.sign-btn {
  background-color: #00b5ff;
  border-radius: 5px;
}

header.scrolled ol li.sign-btn a {
  color: #ffffff;
}

header.scrolled ol li.sign-btn:hover {
  background-color: #007DB1;
  border-bottom: none;
}

header.scrolled ol li.sign-btn:hover a {
  color: #ffffff;
}

header.scrolled ol li a {
  color: #515151;
}

/*------ # Alignments ---------*/
section {
  margin-top: 50px;
  width: 100%;
  position: relative;
}

/*------ # Content ---------*/
section.intro {
  margin-top: 0px;
  background-image: url("../img/main-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 150px 0 60px;
}

section.intro h2 {
  color: #ffffff;
}

section.intro p {
  color: #ffffff;
  font-size: 15px;
  width: 80%;
  margin: 25px auto;
  opacity: 0.9;
}

section.intro a.lc-btn {
  color: #00b5ff;
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 25px;
  background-color: #ffffff;
  font-weight: 900;
}

section.intro .video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -170px;
}

section.intro .video-bg .play-button {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}

section.intro .video-bg .play-button a {
  mix-blend-mode: difference;
  z-index: 1;
  position: relative;
}

section.intro .video-bg .play-button a::before {
  content: '';
  width: 80px;
  height: 80px;
  background-color: #00b5ff;
  opacity: 0.5;
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  top: -28px;
  left: -32px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section.intro .video-bg .play-button a::after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #00b5ff;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: -18px;
  left: -22px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

section.intro .video-bg .play-button:hover ::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

section.intro .video-bg .play-button:hover ::after {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}

section.why {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.why h3 {
  font-weight: 700;
  margin-top: 30px;
}

section.why p {
  opacity: 0.9;
  padding-top: 15px;
}

section.why .card {
  margin-top: 30px;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: default;
}

section.why .card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

section.why .card .card-img-top {
  width: auto;
  height: 100px;
  padding: 15px 0;
}

section.why .card .card-text {
  font-size: 14px;
  line-height: 27x;
}

section.why .d-flex {
  padding-left: 8px;
  padding-right: 8px;
}

section.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}

section.features .bg {
  background-color: rgba(235, 235, 235, 0.5);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
}

section.features h3 {
  font-weight: 700;
  margin-top: 30px;
}

section.features p {
  opacity: 0.9;
  padding-top: 15px;
}

section.features .card {
  margin-top: 50px;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: default;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

section.features .card .card-img-top {
  width: auto;
  height: 100px;
  padding: 15px 0;
}

section.features .card .card-title {
  margin-bottom: 0;
  font-weight: 600;
}

section.features .card .card-text {
  font-size: 14px;
  opacity: 0.85;
  line-height: 28px;
}

section.features .d-flex {
  padding-left: 8px;
  padding-right: 8px;
}

section.integrations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0 90px;
}

section.integrations h3 {
  font-weight: 700;
  margin-top: 30px;
}

section.integrations p {
  opacity: 0.9;
  padding-top: 15px;
}

section.integrations .card {
  margin-top: 50px;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: default;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

section.integrations .card .card-img-top {
  width: auto;
  height: 200px;
  padding: 65px;
}

section.testimonials {
  padding: 50px 0 50px;
  background-color: rgba(0, 181, 255, 0.09);
}

section.testimonials h3 {
  font-weight: 700;
  color: #007DB1;
}

section.testimonials .testimonial-slider {
  position: relative;
}

section.testimonials .testimonial-slider .item {
  width: 95%;
  margin: 0 auto;
  padding: 25px 0;
}

section.testimonials .owl-carousel .owl-dots {
  display: none;
}

section.testimonials .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.testimonials .owl-carousel .owl-nav button.owl-next {
  float: right;
  padding: 15px !important;
  margin-right: -50px;
  font-size: x-large;
  line-height: 7px;
  color: #007DB1;
}

section.testimonials .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

section.testimonials .owl-carousel .owl-nav button.owl-prev {
  float: left;
  padding: 15px !important;
  margin-left: -50px;
  font-size: x-large;
  line-height: 7px;
  color: #007DB1;
}

section.testimonials .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

section.testimonials .card {
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 10px;
}

section.testimonials .card .card-header {
  background: transparent;
  padding: 20px 0 0 0;
  border: none;
}

section.testimonials .card .card-header svg {
  width: 50px;
  fill: #00b5ff;
}

section.testimonials .card .card-body h5 {
  font-weight: 700;
}

section.testimonials .card .card-body p {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 15px;
}

section.get {
  padding: 150px 0;
}

section.get .card {
  padding: 80px 0;
  background: linear-gradient(45deg, #00d9ff, #00b3ff, #01a0fc, #0067dd);
  background-size: 200% 200%;
  -webkit-animation: change 10s ease-in-out infinite;
          animation: change 10s ease-in-out infinite;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  overflow: hidden;
  border: none;
}

section.get .card .circle {
  position: absolute;
  left: -10%;
  top: -25%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #00b5ff;
  opacity: 0.5;
}

section.get .card .circle2 {
  position: absolute;
  right: -15%;
  top: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #007DB1;
  mix-blend-mode: multiply;
  opacity: 0.05;
}

section.get .card .card-title {
  margin-bottom: 55px;
  font-weight: 600;
  color: #ffffff;
}

section.get .card p {
  color: #ffffff;
  display: none;
}

section.get .card a.lc-btn {
  color: #00b5ff;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 25px;
  background-color: #ffffff;
  font-weight: 900;
}

@-webkit-keyframes change {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes change {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-webkit-keyframes MoveUpDown {
  0% {
  }
  50% {
    -webkit-transform: translate(10%);
            transform: translate(10%);
  }
  100% {
  }
}

@keyframes MoveUpDown {
  0% {
  }
  50% {
    -webkit-transform: translate(10%);
            transform: translate(10%);
  }
  100% {
  }
}

footer {
  width: 100%;
  background-color: rgba(235, 235, 235, 0.5);
  padding: 50px 0 10px;
}

footer .footer-logo {
  width: auto;
  height: 50px;
}

footer ul {
  padding: 20px 0;
  margin: 0;
}

footer ul li {
  display: inline-block;
  padding: 0 15px;
}

footer ul li a {
  font-size: 14px;
}

footer ul li span {
  font-size: 13px;
}

footer ul li span a {
  font-size: inherit;
  font-weight: 900;
}

section.collab {
  margin-top: 0px;
  background-image: url("../img/collab/collab-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

section.collab h2 {
  color: #ffffff;
  font-weight: 700;
}

section.collab p {
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 15px;
}

section.collab a.lc-btn {
  color: #00b5ff;
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 25px;
  background-color: #ffffff;
  font-weight: 900;
}

section.collab a {
  color: #ffffff;
  font-size: 14px;
  border: 1.5px solid #ffffff;
  padding: 5px 18px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.collab a span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

section.collab a:hover {
  background-color: #ffffff;
  color: #00b5ff;
}

section.collab a:hover span {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

section.collab a:hover span svg circle {
  fill: #00b5ff;
}

section.collab a:hover span svg path {
  stroke: #ffffff;
}

section.collab .short {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

section.collab .short ul {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.collab .short ul li {
  list-style: none;
}

section.collab .short ul li p {
  font-size: 20px;
  position: relative;
}

section.collab .short ul li p::after {
  content: '';
  position: absolute;
  width: 35%;
  height: 4px;
  background-color: #ffffff;
  bottom: -5px;
  right: 0;
  border-radius: 15px;
}

.collab_features h2 {
  width: 35%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.collab_features small {
  color: #00b5ff;
  letter-spacing: 1px;
  font-size: 15px;
}

.collab_features p {
  color: #515151;
}

.collab_features h3 {
  font-size: 25px;
}

.collab_features .space {
  padding: 50px 0;
}

.collab_features .feat_img {
  width: 100%;
  position: relative;
}

.collab_features .feat_img span {
  position: absolute;
}

.collab_features .feat_img span.invite {
  width: 45%;
  bottom: 5%;
  left: -5%;
}

.collab_features .feat_img span.reject {
  width: 45%;
  top: 25%;
  right: -2%;
}

.collab_features .feat_img span.history {
  width: 45%;
  bottom: -15%;
  left: 5%;
}

.collab_features .eco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.collab_features .eco li {
  position: absolute;
  width: 60px;
  list-style: none;
  -webkit-animation: MoveUpDown 5s infinite linear;
          animation: MoveUpDown 5s infinite linear;
}

.collab_features .eco li:nth-child(1) {
  top: 15%;
  left: 15%;
}

.collab_features .eco li:nth-child(2) {
  top: 15%;
  right: 15%;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.collab_features .eco li:nth-child(3) {
  bottom: 25%;
  right: 10%;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.collab_features .eco li:nth-child(4) {
  bottom: 25%;
  left: 10%;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.collab_features .eco li:nth-child(5) {
  bottom: 3%;
  left: 50%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*------ # Responsive ---------*/
@media (min-width: 992px) {
  section.collab .short ul {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 840px) {
  .nav-link {
    padding: .5rem 0.7rem;
  }
  section.collab a.lc-btn {
    padding: 10px 13px;
  }
}

@media (min-width: 768px) {
  section.collab .short ul {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .collab-img {
    margin-top: 50px;
  }
  .short {
    display: none;
  }
  .collab_features h2 {
    width: 70%;
  }
  .container {
    max-width: 80%;
  }
  .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .collab_features .feat_img span {
    width: 50%;
  }
}

@media (max-width: 576px) {
  section.collab .short ul {
    max-width: 100%;
  }
  .collab_features h2 {
    width: 100%;
  }
  .collab_features h3 {
    padding-top: 5px;
  }
  .collab_features .eco li {
    width: 40px;
  }
  .container {
    max-width: 100%;
  }
  section.testimonials .owl-carousel .owl-nav {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  section.testimonials .owl-carousel .owl-nav button.owl-next {
    margin-right: 0px;
  }
  section.testimonials .owl-carousel .owl-nav button.owl-prev {
    margin-left: 0px;
  }
}

@media (max-width: 410px) {
  .collab_features .feat_img span {
    width: 60% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.features .bg {
    height: 60%;
  }
  section.intro .video-bg .play-button {
    top: 110%;
    -webkit-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
  }
}

@media only screen and (min-width: 320px) and (max-width: 820px) {
  .row {
    margin: 0 auto;
  }
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  .top_bar p {
    padding-right: 10px;
    font-size: 14px;
  }
  .top_bar a {
    padding: 3.5px 10px;
  }
  header .menu {
    display: block;
    width: 30px;
    height: 15px;
    position: relative;
    overflow: hidden;
    z-index: 9999;
  }
  header .menu i {
    width: 100%;
    height: 2.2px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .menu i:nth-child(1) {
    top: 10px;
  }
  header .menu i:nth-child(2) {
    top: 2px;
  }
  header .menu.open i {
    background-color: #515151;
  }
  header .menu.open i:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .menu.open i:nth-child(2) {
    top: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header.scrolled .menu i {
    background-color: #515151;
  }
  .d-block {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  nav {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  nav .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  nav .nav-pills .nav-item {
    padding: 7px 0;
  }
  nav .nav-pills .nav-item.sign-btn {
    background-color: #00b5ff !important;
    border-radius: 5px;
  }
  nav .nav-pills .nav-item.sign-btn:hover {
    background-color: #007DB1;
  }
  nav .nav-pills .nav-item.sign-btn:hover .nav-link {
    color: #ffffff !important;
  }
  nav .nav-pills .nav-item.sign-btn .nav-link {
    color: #00b5ff;
  }
  nav .nav-pills .nav-item.sign-btn .nav-link:hover {
    border-bottom: none !important;
  }
  nav .nav-pills .nav-item .nav-link {
    color: #515151 !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  header {
    padding: 10px;
  }
  section.intro {
    background-position: 80%;
    padding-bottom: 0;
  }
  section.intro p {
    width: 100%;
  }
  section.intro .video-bg {
    overflow: hidden;
    margin-bottom: 0;
  }
  section.intro .video-bg .play-button {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.features .bg {
    height: 35%;
  }
  .top {
    display: none !important;
  }
  footer ul li {
    padding-left: 0 5px;
  }
  section.why, section.integrations, section.get {
    padding-top: 0;
  }
  section.integrations .card .card-img-top {
    width: auto;
    height: 150px;
    padding: 50px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 812px) {
  nav {
    display: none;
  }
  .logo {
    padding-left: 15px;
  }
  section.intro {
    background-position: 80%;
    padding-bottom: 0;
  }
  section.intro p {
    width: 100%;
  }
  section.intro .video-bg {
    overflow: hidden;
    margin-bottom: 0;
  }
  section.intro .video-bg .play-button {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.features .bg {
    height: 35%;
  }
  .top {
    display: none !important;
  }
  footer ul li {
    padding-left: 0 5px;
  }
  section.why, section.integrations, section.get {
    padding-top: 0;
  }
  section.integrations .card .card-img-top {
    width: auto;
    height: 150px;
    padding: 50px;
  }
}
/*# sourceMappingURL=style.css.map */