/* 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 {
  padding: 70px 0;
}

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

.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 {
    font-size: 40px;
  }
}

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

@media screen and (max-width: 579px) {
  .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;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1110px;
    padding: 0 15px;
  }
}

.aboutUs {
  background-color: #f6f4fe;
}

.aboutUs .navbar {
  background: none;
}

.aboutUs .navbar.active {
  background: #fff;
}

.aboutUs .aboutus_section {
  margin: 0 auto;
  padding: 100px 0 60px 0;
}

.aboutUs .aboutus_section h1,
.more-tools h2 {
  color: #2d2d2d;
  text-align: left;
  margin: 10px 0 30px 0;
  font-size: 60px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
.more-tools h2 {
  margin: auto;
  padding: 80px 0px 0px;
  text-align: center;
}
.aboutUs .aboutus_section p {
  color: #54536c;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.aboutUs .aboutus_section .vmaker_mission {
  margin: 40px 0;
}

.aboutUs .aboutus_section .vmaker_mission h2 {
  font-weight: 500;
  color: #54536c;
  font-size: 20px;
  text-align: left;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}

.aboutUs .aboutus_section .vmaker_mission h2 .vmakerhighlight {
  color: #2d2d2d;
  font-weight: bold;
}

.aboutUs .aboutus_section .vmaker_mission h2 ul li {
  font-size: 25px;
  color: #54536c;
  line-height: 1.5;
}

.aboutUs .aboutus_section .sticky-bottom a {
  font-size: 20px;
  color: blueviolet;
  padding: 30px 0 0px;
  font-family: "PT Sans", sans-serif;
  width: fit-content;
  color: #fff;
  padding: 14px 28px;
  outline: none;
  border-radius: 50px;
  outline: none;
  border: none;
  margin: 20px auto;
  text-align: center;
  display: block;
  text-decoration: none;
  background: linear-gradient(110deg, #f765fd 0, #925cfd 55%, #775afd 100%);
  transition: all 0.3s ease-in-out;
}
.aboutUs .aboutus_section .sticky-bottom a:hover {
  background: linear-gradient(110deg, #775afd 0, #925cfd 55%, #f765fd 100%);
}

.aboutUs footer {
  padding-bottom: 40px;
}

.aboutUs footer h3 {
  color: #f5811a;
  margin-bottom: 40px;
  font-size: clamp(18px, 4vw, 23px);
}

.aboutUs footer .item.full {
  margin-bottom: 0px;
}

.aboutUs footer .slogan p {
  font-size: clamp(24px, 4vw, 36px);
  font-family: "PT Sans", sans-serif;
}
.aboutUs .aboutus_section .simplify-grid {
  margin-top: 20px;
}

.aboutUs .aboutus_section .simplify-card {
  /* background-color: #ffffff; */
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  height: 100%;
}
.aboutUs .aboutus_section .simplify-card a {
  color: 00baff;
  text-decoration: none;
}
.aboutUs .aboutus_section .simplify-card .col-md-6 {
  margin: 0px;
  padding: 0px;
}
.aboutUs .aboutus_section .simplify-card h5 {
  /* font-size: 20px; */
  margin-bottom: 10px;
  font-family: "PT Sans", sans-serif;
  color: #2d2d2d;
}

.aboutUs .aboutus_section .simplify-card p {
  /* font-size: 18px; */
  margin-bottom: 0;
}
.more-tools .content-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px #0000001f;
  border-radius: 27px;
  width: fit-content;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
.more-tools .content-box:hover {
  background-color: #00baff;
}

.more-tools .content-box:hover p {
  color: #fff !important;
}

.more-tools .content-box p {
  margin: 0;
}
.more-tools h3 {
  font: normal normal 800 60px/68px Inter !important;
  text-align: center;
  color: #011012 !important;
}
.more-tools .container {
  padding-bottom: 20px;
}
.more-tools .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: start;
  padding: 40px 0px 20px;
}

.more-tools .flex-container p {
  text-align: center;
  font: normal normal 600 18px/24px Inter;
  letter-spacing: 0px;
  color: #383838;
}
/* sticky bottom CTA styles */
.sticky-bottom {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sticky-bottom.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255);
  box-shadow: 0 -3px 8px #fff;
  transform: translateY(0);
  opacity: 1;
}

.sticky-bottom.is-hidden {
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
}

.sticky-bottom .container {
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-bottom a {
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 28px;
  outline: none;
  border-radius: 50px;
  text-decoration: none;
  background: linear-gradient(110deg, #f765fd 0, #925cfd 55%, #775afd 100%)
    no-repeat padding-box;
}

.sticky-bottom a:hover {
  background: linear-gradient(110deg, #925cfd 0, #775afd 55%, #f765fd 100%)
    no-repeat padding-box;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .more-tools .content-box,
  .more-tools .content-box a,
  .more-tools a {
    width: 100%;
  }
  .more-tools h3 {
    font-size: 50px !important;
  }
}
/*# sourceMappingURL=about_us.css.map */
