.header-4 .navbar {
  --bs-navbar-color:#aaaaaa;
}

.home-1 {
  --bs-body-color: #666666;
}

.pricing-icon {
  display: flex;
  flex-direction: row-reverse;
  height: 80px;
  margin-bottom: -40px !important;
}

.banner-2 {
  padding: 300px 0;
}

.schedule-author img {
    height: 120px;
    width: 120px;
    border-radius: 10%;
}

.form-control {
    color: #ffffff;
}

.form-control:focus {
    color: #ffffff;
}

.form-control::placeholder {
  color: #d2d2d2 !important;
  opacity: 0.5 !important;
}

textarea.form-control::placeholder {
  color: #d2d2d2 !important;
  opacity: 0.5 !important;
}

#errorMessage {
  background-color: #ffeb3b;
  height: 0px;
  color: #000000;
  border-radius: 10px;
  overflow: hidden;
  transition: 1s;
  padding: 0 15px;
  opacity: 0;
}

#errorMessage.show {
  height: 100px;
  padding: 15px 15px;
  opacity: 1;
}

.btn-loading {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.85;

  background-image: linear-gradient(
    90deg,
    var(--bs-primary) 0%,
    var(--bs-secondary) 50%,
    var(--bs-primary) 100%
  );
  background-size: 200% 100%;
  animation: btn-gradient-loading 1s ease-in-out infinite;
}

@keyframes btn-gradient-loading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.modal-fullscreen {
  background-color: #000000CC;
}

.modal-content {
  background-color: #2c175c;
  border-radius: 20px !important;
}

.modal-content p {
  color: #ffffff;
}

.displaynone {
  display: none !important;
}

.banner-1.banner-3 {
    --bg-parallax-image: url(../images/banner-3.png);
    width: 100vw;
    height: 55vw;
    margin-top: 5vw;
}

.custom-navbar-nav .nav-link {
    font-size: 60px;
    font-weight: 800;
    font-family: var(--bs-font-family-style-4);
    line-height: 1.02;
}
@media (max-width: 1399.98px) {
    .custom-navbar-nav .nav-link {
        font-size: 40px;
    }
}
@media (max-width: 991.98px) {
    .custom-navbar-nav .nav-link {
        font-size: 35px;
    }
}
@media (max-width: 767.98px) {
    .custom-navbar-nav .nav-link {
        font-size: 20px;
        line-height: 30px;
    }
}

