:root {
  --maincolor: #ffd500;
  --black: black;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.footer-light {
  background-color: var(--maincolor);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 84px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.testimonial-column-dark {
  z-index: 2;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #13131400;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 57px;
  margin-bottom: 57px;
  display: flex;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.hero-stack {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Margarine, sans-serif;
  font-size: 110px;
  line-height: 100px;
}

.heading.yellow {
  color: var(--maincolor);
}

.heading.blue {
  color: #6dccff;
}

.heading.red {
  color: #ff6464;
  cursor: pointer;
}

.heading.red:hover {
  color: #fff;
}

.section {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.flex-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.flex-block.hit {
  cursor: pointer;
  display: none;
}

.image {
  width: 274px;
  height: auto;
  position: absolute;
  inset: 20px auto auto 20px;
}

.menu1 {
  z-index: 999;
  background-color: #111112;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-2 {
  color: var(--maincolor);
  text-transform: uppercase;
  font-family: Varela Round, sans-serif;
}

.heading-2.black {
  color: var(--black);
}

.heading-2.white {
  color: var(--black);
  text-decoration: none;
}

.heading-2.w {
  color: var(--black);
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 40px;
  height: 40px;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  vertical-align: baseline;
  border-radius: 20px;
  flex: none;
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.image-4, .image-5, .image-6 {
  border-radius: 20px;
}

.video {
  width: 1280px;
  height: 720px;
}

.div-block-3 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.svg {
  color: var(--white);
  flex: 0 auto;
  width: 32px;
  height: auto;
}

.svg:hover {
  opacity: 1;
  color: #ffd500;
}

.svg-2 {
  color: #fff;
  width: 32px;
  height: auto;
}

.image-7 {
  width: 32px;
  height: 32px;
}

.heading-3 {
  color: #c9d2e5;
  font-family: PT Sans, sans-serif;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8 {
  width: auto;
  height: 91.4167%;
}

.div-block-5 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.spline-scene {
  cursor: grab;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.paragraph {
  color: #fff;
  width: 800px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 30px;
}

.div-block-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #000;
  flex-flow: column;
  padding: 19px 34px;
  display: flex;
  overflow: hidden;
}

.h2 {
  color: var(--maincolor);
  margin-top: auto;
  font-family: Margarine, sans-serif;
  font-size: 84px;
  display: block;
}

.h2.blcak {
  color: var(--maincolor);
  font-family: Changa One, Impact, sans-serif;
  line-height: 84px;
}

.div-block-7 {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--maincolor);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1560px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-9 {
  filter: blur(7px);
  border-radius: 0;
  width: 100%;
  overflow: clip;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1560px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  opacity: 1;
  background-color: #4d6eff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: auto;
  display: flex;
  overflow: visible;
}

.div-block-9 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-3 {
  background-color: var(--maincolor);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 73px;
  padding-bottom: 73px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  margin-bottom: 0;
}

.paragraph-copy {
  color: #000;
  width: 600px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-11 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.div-block-12 {
  background-color: #ffed85;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 100px;
  margin-top: 218px;
  display: flex;
  box-shadow: 0 2px 50px 11px #ffae002e;
}

.div-block-12._23 {
  background-color: #ffef3b;
}

.div-block-12._3 {
  background-color: #d8fb59;
}

.div-block-12._4 {
  background-color: #ffd3df;
}

.image-11 {
  position: relative;
  inset: auto 0% 0%;
}

.p2 {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.image-12, .image-13, .image-14, .image-15 {
  width: auto;
  height: 320px;
}

.div-block-13 {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.div-block-14 {
  background-color: #f6f34c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px #f70effab;
}

.div-block-14:hover {
  box-shadow: 0 9px #0ebbffab;
}

.div-block-14:active {
  box-shadow: 0 3px #f70effab;
}

.link-block {
  text-decoration: none;
}

.video1 {
  z-index: 9888;
  background-color: #000000b8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-15 {
  width: auto;
  height: auto;
  display: block;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 80%;
  height: 80%;
  display: flex;
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: auto;
  max-width: 100vw;
}

.div-block-17 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 71px;
  display: flex;
}

.h3 {
  color: #fff;
  font-family: Margarine, sans-serif;
}

.image-16 {
  border-radius: 20px;
  width: 320px;
}

.image-17 {
  border-radius: 20px;
}

.pcimgae1 {
  border-radius: 20px;
  width: auto;
  height: 100px;
}

.div-block-18 {
  cursor: pointer;
}

.div-block-19 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  background-color: var(--maincolor);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 20px;
}

.div-block-21 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h29 {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 64px;
  line-height: 60px;
}

.div-block-22 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img1 {
  border-radius: 20px;
  width: 60px;
}

.div-block-23 {
  width: auto;
}

.div-block-24 {
  background-color: #ffd20a;
  border-radius: 20px;
  overflow: hidden;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  transform: rotate(-9deg);
}

.link-block-3 {
  text-decoration: none;
}

.loading {
  z-index: 9999;
  background-color: #ffbf00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.background-video {
  width: 40%;
  height: 80%;
}

.image-22 {
  border-radius: 20px;
  width: 50%;
}

.div-block-25 {
  margin-left: 655px;
}

.video-2 {
  border-radius: 0;
  width: auto;
  height: auto;
}

.div-block-26 {
  border-radius: 20px;
  width: 1280px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .image-17 {
    border-radius: 20px;
  }

  .video-2 {
    width: auto;
    height: auto;
  }

  .div-block-26 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .testimonial-column-dark {
    margin-bottom: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .heading {
    width: auto;
  }

  .heading.h1 {
    font-size: 48px;
  }

  .flex-block {
    flex-flow: wrap;
  }

  .image {
    width: 320px;
    left: auto;
  }

  .menu1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-4 {
    display: none;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
  }

  .h2.blcak._2 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-8 {
    flex-flow: column;
    width: 100%;
  }

  .section-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 26px;
  }

  .div-block-11 {
    flex-flow: column;
    display: none;
  }

  .video1 {
    background-color: #000000ed;
    display: none;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .body {
    overflow: auto;
  }

  .pcimgae1 {
    width: auto;
    height: 50px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-21 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 60px;
  }

  .h29 {
    font-size: 46px;
  }

  .div-block-22 {
    flex: 0 auto;
    height: 60px;
  }

  .div-block-23 {
    display: none;
  }

  .div-block-24 {
    width: 50px;
    height: 50px;
  }

  .link-block-3 {
    display: none;
  }

  .image-21 {
    margin-top: 41px;
  }

  .loading {
    display: flex;
  }

  .image-23 {
    width: 60%;
  }

  .div-block-25 {
    display: none;
  }

  .video-2 {
    width: auto;
    height: auto;
  }

  .div-block-26 {
    width: 98%;
  }
}


