.error {
  color: red;
}

.form-subscribe {
  max-width: 500px;
  margin: 0 auto
}

.form-subscribe .form-control {
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: calc(2.5em + 0.75rem + 2px);
}

.form-subscribe .btn {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  height: 49.5px;
  font-size: 1.15rem !important;
  line-height: 20.0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.features-fa {
  color: var(--bs-primary);
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* Set the aspect ratio based on your iframe content */
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: var(--bs-primary);
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid var(--bs-primary);
}

.pricing .btn-buy:hover {
  background: var(--bs-primary);
  color: #fff;
}

.pricing .paid {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--bs-red);
  color: #fff;
}

.pricing .free {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--bs-green);
  color: #fff;
}

.logo {
  height: 30px;
}

/* The container must be positioned relative: */
.custom-select {
  width: 150px;
  margin: 4px !important;
  padding: 8px !important;
  height: 40px !important;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.browser {
  letter-spacing: -0.025rem !important;
  color: #ffffff !important;
}

.featured-shape {
  width: 64px !important;
  height: 64px !important;
  background-position: 50%;
  border-radius: 0.75rem;
}

.border-right-radius-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-left-radius-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.pricing-area {
  margin-top: 25px;
  margin-bottom: 35px;
}

.pricing .featured_free {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--bs-green);
  color: #fff;
}

.pricing .featured_paid {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--bs-red);
  color: #fff;
}
.hero {
  width: 100%;
  height: 100%;
  background: url(./../../img/hero-bg.png) top center no-repeat;
  background-size: cover;
  align-items: center;
}
.home-py-xs-7 {
  padding-top: 6rem!important;
}

.home-py-sm-7 {
  padding-top: 6rem!important;
}

.home-py-md-8 {
  padding-top: 8rem!important;
}

.collapse-close,
.collapse-open {
    font-size: small;
    padding-top: 1px;
    position: absolute;
    right: 0;
    margin-right: 3px;
}
.collapse-close:before {
    content: "\f067";
}
.collapse-open:before {
    content: "\f068";
}
.collapse-close,
.collapse-open {
    color: #000;
}