h2 {
  color: black !important;
}

.custom-fontisze-list li {
  font-size: 1rem;
}

.form-switch .form-check-input:checked {
  background-color: #000;
}

/* plan-price-text  */

.plan-price-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #212529;
  margin-top: 12px;
}

.dynamic-pricing-item {
  display: block;
  width: 100%;
  margin: 0 0 14px 0;
}

.dynamic-pricing-text {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 27px;
  color: #212529;
}

.dynamic-pricing-text.active {
  animation: textColorCycle 5s infinite;
  color: #212529;
}

@keyframes textColorCycle {
  0% {
    color: #fa4f41;
  }
  25% {
    color: #eb4b4d;
  }
  50% {
    color: #db4659;
  }
  75% {
    color: #bc3c71;
  }
  100% {
    color: #fa4f41;
  }
}

.form-switch .form-check-input:checked {
  border-color: black !important;
}

.video-container {
  position: relative;
  cursor: pointer;
  width: 560px;
  height: 315px;
  background: #000;
}

.video-container img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .video-container {
    width: 100%;
    height: auto;
    /* padding-bottom: 56.25%; */
  }

  .video-container img {
    width: 100%;
    height: 100%;
  }
}

/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 50px;
 
  background-size: contain;
  border: none;
  cursor: pointer;
} */

btn-primary:hover {
  background-color: black !important;
}

.horizontal-scroller-wrapper,
.horizontal-scroller,
.horizontal-scroller-scroll,
.horizontal-scroller-images,
.horizontal-scroller-item {
  margin: 5px;
  padding: 0;
}

@media (max-width: 992px) {
  .horizontal-scroller-scroll {
    height: auto; /* instead of 100vh */
  }
}

.horizontal-scroller-images {
  height: auto; /* instead of 100% */
}

/* Hide the submenus by default */
.submenu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
}

/* Display the submenu on hover of its parent menu item */
.menu > li:hover .submenu {
  display: block;
}

@media (max-width: 767.98px) {
  .cutom-pt-mobile {
    margin-top: 120px;
  }
}
