.text-primary {
  color: #d10073;
}

.text-secondary {
  color: #910d6a;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Sen", sans-serif;
  color: #0e0f15;
  background-color: #f5f5f5;
  margin: 0;
  overflow-x: hidden;
}

.bg-primary {
  background-color: #d10073;
  color: #fff;
}

.primary-btn {
  background-color: #d10073;
  color: #fff;
}
.primary-btn:hover {
  background-color: rgb(158, 0, 86.9377990431);
}

.secondary-btn {
  color: #0e0f15;
  background-color: white;
  border-color: #94a3b8;
  border-width: 1px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.secondary-btn:hover {
  background-color: #94a3b8;
  color: white;
}

.btn-sm {
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border-width: 1px;
  cursor: pointer;
}

.app-img {
  width: 240px;
  object-fit: cover;
}

.font-500 {
  font-weight: 500;
}

.heading {
  min-height: 400px;
  text-align: center;
}
.heading img {
  width: 60px;
}
@media (max-width: 768px) {
  .heading img {
    width: 40px;
  }
}
.heading * {
  margin-inline: 12px;
}
.heading a {
  margin-inline: 0;
}
@media (max-width: 768px) {
  .heading a {
    width: 50%;
  }
}
.heading p {
  font-family: "Sora", sans-serif;
  line-height: 1.29 !important;
}
@media (max-width: 768px) {
  .heading p {
    line-height: 1.29 !important;
  }
}
.heading p span {
  color: #d10073;
}

.secondary-text {
  color: #94a3b8;
  font-family: "Sen", sans-serif;
}

.logo {
  width: 240px;
  object-fit: contain;
}

.video-container {
  position: relative;
  background-color: #000;
  margin: 6% auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px #d10073;
}
@media (max-width: 768px) {
  .video-container {
    width: 80%;
  }
}

.responsive-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-frame {
  width: 100%;
  height: 100%;
}

.h-80vh {
  height: 80vh;
}

footer {
  background-color: #0e0f15;
}

.partner-logo {
  width: 200px;
  object-fit: contain;
  margin: 24px;
}

.filled-box-count {
  background: rgb(209, 0, 115);
  background: linear-gradient(119deg, rgb(209, 0, 115) 0%, rgb(148, 0, 81) 100%);
  color: white;
  padding: 1rem;
  border-radius: 20px;
  width: 100vw;
}
@media (max-width: 768px) {
  .filled-box-count {
    height: 100%;
    width: 80vw;
    margin: auto;
  }
}

.filled-box {
  background: rgb(209, 0, 115);
  background: linear-gradient(119deg, rgb(209, 0, 115) 0%, rgb(148, 0, 81) 100%);
  color: white;
  padding: 1rem;
  border-radius: 20px;
  width: 100vw;
  height: 320px;
}
@media (max-width: 768px) {
  .filled-box {
    height: 100%;
    width: 80vw;
    margin: auto;
  }
}

.text-white {
  color: white;
  font-family: "Sora", sans-serif;
}

.platform {
  text-align: center;
}
.platform img {
  width: 100px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .platform img {
    width: 60px;
  }
}

.comparison {
  width: 70%;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .comparison {
    width: 100%;
  }
}

.flag-text img {
  width: 30px;
  height: 30px;
  margin: 12px;
}

.story-book div {
  margin-bottom: 12px;
}

.circle {
  min-width: 12px;
  min-height: 12px;
  border-radius: 100%;
  border: 1px solid #d10073;
  margin: 0;
  margin-right: 24px;
}

.tagline {
  width: 80%;
  margin: auto;
}

.card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 8px;
}

.video-dr-saleh {
  position: relative;
  background-color: #000;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .video-dr-saleh {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.count-icon {
  width: 60px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
