.nav-item.active {
  color: #52b8b6;
}
.nav-item {
  color: #264065;
  white-space: nowrap !important;
  padding: 10px 3px;
}

.nav-item:not(.disabled)::before {
  content: "";
  display: block;
  width: 0%;
  border-top: solid #52b8b6 2px;
  position: absolute;
  bottom: -7px;
  box-sizing: content-box;
  transition: all 0.6s ease;
}

.nav-item {
  position: relative;
  font-size: 32px;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .nav-item {
    font-size: 22px;
  }
}
.nav-item:hover::before {
  width: 100%;
}

.nav-item.active::before {
  width: 100%;
}

.font-poppins {
  font-family: "Poppins";
}

::placeholder {
  color: #adadad !important;
  font-size: 18px;
}

.form-group .form-control {
  background-color: white !important;
  border: 1px solid #ecf4ff !important;
  border-radius: 8px !important;
}

.form-control:focus {
  border: solid 2px #424767;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#demoForm .form-control {
  height: auto !important;
  padding: 0.9rem 0.8rem calc(0.6rem + 1px) 0.8rem !important;
  -webkit-padding-before: 0.9rem 0.8rem calc(0.6rem + 1px) 0.8rem !important;
}

select.form-control {
  height: auto !important;
  padding: 0.9rem 0.8rem calc(0.6rem + 1px) 0.8rem !important;
}

#demoForm input[type="text"],
textarea,
select {
  font-family: "DB Heavent", sans-serif;
  font-size: 18px !important;
  color: black !important;
  font-weight: 300 !important;
}

select:invalid,
select option[value=""] {
  color: #adadad !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}

input.form-check-input {
  transform: scale(1.5);
}

.text-indent {
  text-indent: 50px;
}

.invalid-feedback {
  font-size: 16px !important;
  color: #da373d;
}

.terms-label {
  color: #77c62d;
}

.terms-text {
  color: #77c62d;
  line-height: 1.7;
}

.btn-cool-blue {
  background-color: #e50019 !important;
  color: white;
  border-radius: 8px;
}

.btn-cool-blue:hover {
  -webkit-transition: background-color 300ms ease-in;
  -ms-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
  opacity: 0.9;
}

.blob {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btn_buyProduct {
  background: #40b1af;
  border-radius: 67px;
}

.btn-wrapper {
  position: relative;
  height: 200vh;
  width: 100%;
  max-width: 400px;
  background: #000;
}

.wrapper-to-top {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.button-wrapper {
  position: absolute;
}

.button {
  position: fixed;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: black;
}

.pills {
  border-radius: 8px;
}

.bg-hero {
  background-image: url("../media/bg-top-mobile.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 767px) {
  .bg-hero {
    background-image: url("../media/bg-top.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.badge-feature {
  display: block;
  background: #52b8b6;
  border-radius: 60px;
  padding: 3px 10px;
  color: white;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  letter-spacing: 0.0725rem;
}

.badge-feature {
  font-weight: 500;
  font-size: clamp(14px, 4.5vw, 2.5rem);
}

.badge-subtitle {
  text-align: center;
  font-size: clamp(14px, 4.5vw, 26px);
  color: #787878;
}

@media screen and (max-width: 280px) {
  .badge-subtitle {
    font-size: 12px;
  }
}

.badge-subtitle .small {
  color: #adadad;
  font-weight: 300 !important;
}

.badge_1 {
  position: absolute;
  left: 7.94%;
  right: 55.37%;
  top: 9.34%;
  bottom: 83.04%;
  z-index: 10;
}

.badge_2 {
  position: absolute;
  left: 58.41%;
  right: 4.91%;
  top: 23.64%;
  bottom: 68.74%;
  z-index: 10;
}

.badge_3 {
  position: absolute;

  left: 7.94%;
  right: 55.37%;
  top: 75.43%;
  bottom: 16.96%;
  z-index: 10;
}

.badge_4 {
  position: absolute;
  left: 54.44%;
  right: 8.88%;
  top: 67.82%;
  bottom: 24.57%;
  z-index: 10;
}

@media screen and (max-width: 475px) {
  .badge-feature {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1023px) {
  .badge_1 {
    position: absolute;
    left: 3.96%;
    right: 70.83%;
    top: 14.33%;
    bottom: 68.67%;
    z-index: 10;
  }

  .badge_2 {
    position: absolute;
    left: 74.31%;
    right: 3.06%;
    top: 22.89%;
    bottom: 60.11%;
    z-index: 10;
  }

  .badge_3 {
    position: absolute;

    left: 9.72%;
    right: 65.07%;
    top: 69.78%;
    bottom: 13.22%;
    z-index: 10;
  }

  .badge_4 {
    position: absolute;
    left: 69.58%;
    right: 5.21%;
    top: 69.78%;
    bottom: 13.22%;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  #promotion .logo {
    position: absolute;
    width: 30%;
    top: 0;
    left: 7.5%;
  }

  #promotion .product {
    position: absolute;
    width: 120%;
    top: 35%;
  }

  #promotion .title {
    position: absolute;
    top: 7%;
    width: 100%;
    padding: 2rem;
  }

  #promotion .price {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  #promotion .product {
    position: absolute;
    width: 70%;
    bottom: 0;
  }

  #promotion .logo {
    position: absolute;
    width: 13%;
    top: 0;
    left: 7.5%;
  }

  #promotion .title {
    position: absolute;
    right: 10%;
    top: 7%;
  }

  #promotion .price {
    position: absolute;
    width: 70%;
    right: 0;
  }
}
