/* 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;
}

@media screen and (min-width: 991px) {
  .navbar .custom_container, footer .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.spacing, .features .slide-wrapper, .features .moreFeatures {
  padding: 70px 0;
}

@media screen and (min-width: 768px) {
  .spacing, .features .slide-wrapper, .features .moreFeatures {
    padding: 100px 0;
  }
}

.h2, .features .slide-wrapper h2, .features .moreFeatures h2 {
  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, .features .slide-wrapper h2, .features .moreFeatures h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .h2, .features .slide-wrapper h2, .features .moreFeatures h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 579px) {
  .h2, .features .slide-wrapper h2, .features .moreFeatures h2 {
    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;
  }
}

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

.features .bannerWrap {
  background: url("../svg/vmaker_features_bg1920.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.features .bannerWrap .flex {
  height: 800px;
}

.features .bannerWrap .desc {
  max-width: 471px;
}

.features .bannerWrap .desc p small {
  max-width: 350px;
  font-size: 12px;
}

.features .bannerWrap .gradientBtn {
  max-width: 350px;
}

.features .slide-wrapper {
  background: #fafafa;
}

.features .slide-wrapper h2 {
  margin-bottom: 40px;
}

.features .slide-wrapper #myCarousel {
  max-width: 1000px;
  margin: 0 auto;
}

.features .slide-wrapper #myCarousel .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.features .slide-wrapper #myCarousel .flex .graphics {
  max-width: 580px;
}

.features .slide-wrapper #myCarousel .flex .txt {
  max-width: 371px;
}

.features .slide-wrapper #myCarousel .flex .txt h2 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
}

.features .slide-wrapper #myCarousel .flex .txt p {
  text-align: left;
  font-size: 18px;
}

.features .slide-wrapper #myCarousel .flex .txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.features .slide-wrapper .carousel-indicators {
  position: static;
}

.features .slide-wrapper .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 1px solid #63D6B5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: none;
  margin: 0 4px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.features .slide-wrapper .carousel-indicators [data-bs-target].active {
  width: 40px;
  background: #63D6B5;
}

.features .moreFeatures h2 {
  margin-bottom: 40px;
}

.features .moreFeatures .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: -60px;
}

.features .moreFeatures .flex .item {
  margin: 60px 0;
  width: 50%;
}

.features .moreFeatures .flex .item ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.features .moreFeatures .flex .icon {
  float: left;
  width: 136px;
  height: 136px;
}

.features .moreFeatures .flex .icon img {
  width: 100%;
  height: auto;
}

.features .moreFeatures .flex h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.features .moreFeatures .flex p {
  font-size: 18px;
  text-align: left;
}

.features .moreFeatures .flex p:not(:last-of-type) {
  margin-bottom: 20px;
}

.features .whyVmaker {
  background: #f0fffb;
}

.features .whyVmaker.noBg {
  background: none;
}

@media (max-width: 991px) {
  .features .bannerWrap .flex {
    height: auto;
  }
  .features .bannerWrap .desc p small {
    max-width: inherit;
  }
  .features .slide-wrapper #myCarousel .flex .graphics, .features .slide-wrapper #myCarousel .flex .txt {
    width: 45%;
  }
  .features .slide-wrapper #myCarousel .flex .graphics img, .features .slide-wrapper #myCarousel .flex .txt img {
    width: 100%;
    height: auto;
  }
  .features .moreFeatures .flex h2, .features .moreFeatures .flex p {
    text-align: center;
  }
  .features .moreFeatures .flex .item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .moreFeatures .flex .item ul .icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .features .slide-wrapper #myCarousel .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .slide-wrapper #myCarousel .flex .graphics {
    width: 100%;
    max-width: inherit;
  }
  .features .slide-wrapper #myCarousel .flex .txt {
    width: 100%;
    max-width: inherit;
  }
  .features .slide-wrapper #myCarousel .flex .txt h2, .features .slide-wrapper #myCarousel .flex .txt p {
    text-align: center;
  }
  .features .moreFeatures .flex {
    margin-bottom: 0px;
  }
  .features .moreFeatures .flex .item {
    width: 100%;
    margin: 0px;
  }
  .features .moreFeatures .flex .item:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .features .whyVmaker .flex .item > ul > li h2 {
    text-align: center;
  }
  .features .whyVmaker .flex .item > ul > li img {
    text-align: center;
    margin: 0 auto 20px;
  }
}
/*# sourceMappingURL=features.css.map */