/* Mixin */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  color: #54536C;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
}
.faqs.online-video-editor ul{
  padding-left: 20px;
}
.faqs.online-video-editor ul li {
  margin-bottom: 8px !important;
  list-style-type: disc !important;
  padding-left: 5px;
}
.online-video-editor.ctaHome a {
  background: #fff;
  color: #0d0f0f;
  padding: 20px 45px;
  border-radius: 50px;
  border-color: #fff;
  cursor: pointer;
  font-family: "InterDisplay-Bold", sans-serif;
}

.online-video-editor.ctaHome a:hover {
  transform: translateY(-3px);
  box-shadow: 0px 1px 4px #0000003d;
}
@media screen and (min-width: 991px) {
  .navbar .custom_container, footer .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.spacing, .videoEditor .contentCreation {
  padding: 70px 0;
}

@media screen and (min-width: 768px) {
  .spacing, .videoEditor .contentCreation {
    padding: 100px 0;
  }
}

.h2, .videoEditor .contentCreation h3 {
  color: #54536C;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 900px;
  margin: 0 auto  100px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .h2, .videoEditor .contentCreation h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .h2, .videoEditor .contentCreation h3 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 579px) {
  .h2, .videoEditor .contentCreation h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sub-h2 {
  color: #54536C;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 auto  20px;
  line-height: 1.3;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sub-h2 {
    font-size: 24px;
  }
}

.videoEditor {
  overflow: hidden;
}

.videoEditor .badges {
  background: #fff;
}

.videoEditor .whyVmaker {
  background: #fafafa;
}

.videoEditor .contentCreation {
  background: #fafafa;
}

.videoEditor .contentCreation .container {
  max-width: 1000px;
}

.videoEditor .contentCreation h3 {
  max-width: 830px;
}

.videoEditor .contentCreation li:not(:last-of-type) {
  margin-bottom: 40px;
}

.videoEditor .contentCreation li .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 800;
  margin-bottom: 25px;
}

.videoEditor .contentCreation li p {
  font-size: clamp(15px, 3vw, 18px);
  line-height: 1.5;
}

.videoEditor .contentCreation li p a {
  color: #63D6B5;
  font-weight: 600;
  text-decoration: underline;
}

.videoEditor .contentCreation li p a:hover {
  color: #F47503;
}

@media screen and (max-width: 767px) {
  .videoEditor .contentCreation h3 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .videoEditor .bannerWrap .flex {
    padding: 100px 0px 60px;
  }
  .videoEditor .helpCases {
    padding: 70px 0 20px;
  }
  .videoEditor .how {
    padding: 70px 0 50px;
  }
  .videoEditor .how ul {
    margin: 0;
  }
  .videoEditor .how ul li {
    width: 100%;
    margin-bottom: 0px;
  }
  .videoEditor .how ul li:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .videoEditor .how ul li .count {
    margin-bottom: 10px;
  }
  .videoEditor .whyVmaker, .videoEditor .contentCreation, .videoEditor .badges {
    padding: 70px 0;
  }
  .videoEditor .faqs {
    padding: 70px 0;
  }
}
/*# sourceMappingURL=video_editor.css.map */