
@media (max-width: 1000px) {
  .titleGlobal {
    font-weight: 700;
  }
}

@media (min-width: 1000px) {
  .titleGlobal {
    font-size: 330%;
  }
}

.app-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.app-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.feature-item {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.feature-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.feature-item p {
  margin: 0;
}

.image-group {
  position: relative;
}

.image-group img {
  max-width: 100%;
}

.promo-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e74c3c;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.promo-image {
  max-width: 80px;
  border-radius: 10px;
}
.custom-container {
  border: 2px solid #ffa53a;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  background-color: #f7f9fc;
}

.custom-text {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

.header-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.custom-image {
  width: 100%;
  max-width: 150px;
  border-radius: 8px;
}

.testimonial-section {
  padding: 20px 0;
  position: relative;
}

.testimonial-card {
  background-color: white;
  border-radius: 10px;
  padding: 7%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.testimonial-text {
  font-size: 120%;
  flex-grow: 1;
}

.video-container {
  position: relative;
}

.rounded-video {
  border-radius: 10px;
}

.progress-bar {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2.5px;
}

.progress {
  height: 100%;
  background-color: #ff0000;
  border-radius: 2.5px;
  width: 0;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  display: none;
  border-color: #000;
  border-width: 10px;
  border-radius: 60px;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #f49a43;
}

.download-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}

.section-1 {
  background-image: url("../images/bgsection1.png");
  background-size:cover;
  background-position: top;
  color: #fff;
  z-index: 1;
}
/*.section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
} */
.section-1 > * {
  z-index: 1;
  position: relative;
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 500;
}
.btn-download {
  background-color: #ff9800;
  border-color: #ff9800;
  
}

.btn-subscribe{
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-download:hover {
  background-color: #f57c00;
  border-color: #f57c00;
}

.phone-mockup img {
  max-height: 500px;
}
.feature {
  height: 100%;
}
.feature img {
  height: 200px;
  object-fit: cover;
}
.navposition {
  margin-left: "20%";
}
.fontweight {
  font-weight: 600;
  font-family: "Noto Serif", serif;
  font-size: 100%;
}

.fontfamily {
  font-family: noto serif;
}

.optionFontsize {
  font-size: 75%;
}
.section-discover {
  background-image: url("../images/discover.png");
  background-size: cover;
}

.section-why {
  background-image: url("../images/whybg.png");
  background-size: 90%;
  background-position: 90% 1%;
}

@media (min-width: 768px) {
  .section-testimonial {
    background-image: url("../images/bgtestimonial.png");
    background-size: cover;
  }
}

.section-pricing {
  background-image: url("../images/pricingbg.png");
  background-size: contain;
}

.section-distributor {
  background-image: url("../images/bg_distributor.png");
   background-size: cover;
   background-position: top;

}

.footer-section {
  background-image: url("../images/footerbg.png");
  background-size: cover;
}

/* @media (min-width: 992px) {
  .margin-left-pc {
    margin-left: 1%;
  }
} */





