.nav-item.active {
  color: #be1c23 !important;
}

.howto-item {
  color: #1b63f2;
  font-size: 26px;
  display: flex;
  align-items: center;
}

.howto .list-wrapper {
  position: relative;
}
.howto .list-item-wrapper {
  margin-top: 10px;
  position: relative;
}
.howto .list-bullet {
  float: left;
  margin-right: 20px;
  background: #1b63f2;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 26px;
}
.howto .list-item {
  display: table-row;
  vertical-align: middle;
}
.howto .list-title {
  font-weight: 400;
  color: #1b63f2;
  font-size: 26px;
}
.howto .list-text {
  font-weight: 400;
}
.howto .red-line {
  background: #01aff9;
  z-index: -1;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 15px;
}
.howto .white-line {
  background: white;
  z-index: -1;
  top: 0px;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 15px;
}

.floor-main {
  border-width: 0;
  border-left: 4px solid;
  border-image: linear-gradient(#004ecd, #01b9ff) 0 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: linear-gradient(90deg, #fc0000 -48.61%, rgba(255, 1, 0, 0.2) 120%);
  box-shadow: 0px 15px 30px rgba(255, 24, 44, 0.3);
  border-radius: 67px;
  border: 1px solid red;
}

.swiper {
  max-width: 1200px;
}

.card-testi {
  background: #a80511;
  border-radius: 24px;
  max-width: 1200px;
  height: 450px;
}

.swiper-pagination-bullet {
  background-color: white !important;
  width: 0.7rem !important;
  height: 0.7rem !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

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

.holder {
  position: absolute;
  top: 92.5%;
  right: 0;
  background: #ccc;
}

.button {
  height: 30px;
  width: 70px;
  position: fixed;
  margin-left: -70px; /* minus width */
  bottom: 10%;
}

.wrapper-to-top {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  border: 1px solid black;
}

.button-wrapper {
  position: absolute;
}

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