.gooobig-wizard {
  margin: 20px 0 20px 0;
  width: 90%;
}

nav img{
    width: 10em;
}

.choose_activity .page_title {
  font-size: 2em;
  font-weight: 700;
  padding: 40px 0;
}
.choose_activity .activities_container {
  width: 90%;
  margin: 0 auto;
}
.activity_card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9) 0%,
    #ffffff 100%
  );
  box-shadow: 0px 6px 22px rgba(174, 174, 174, 0.25);
  border-radius: 10px;
}
.activity_card h5 {
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 40px;
}
.activity_card p {
  font-size: 1em;
  font-weight: 400;
  padding: 10px 0 !important;
  color: #4f4f4f;
}
.activity_card .choose_activity_btn {
  padding: 10px 47px;
}

/* start pricing */
.pricing .page_title {
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 12px;
}
.pricing .pricing-up p {
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 10px !important;
  color: #4f4f4f;
}
.pricing .pricing-cards {
  margin: 50px 0;
}
.pricing .pricing-cards .pricing-card {
  box-shadow: 0px 0px 17.749469757080078px 0.8067940473556519px #aeaeae40;
}
.bestBuy {
  position: relative;
  overflow: hidden;
}
.bestBuy::before {
  content: "الأفضل مبيعا";
  position: absolute;
  top: 5%;
  left: -15%;
  width: 60%;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #27ae60;
  z-index: -1;
  padding: 30px;
  transform: rotate(320deg);
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
.pricing .pricing-cards .pricing-card .card-plan {
  font-weight: 700;
  font-size: 1.5em;
}
.pricing .pricing-cards .pricing-card .card-price {
  font-size: 2.4em;
  font-weight: 800;
}
.pricing .pricing-cards .pricing-card .price-time {
  font-size: 1em;
  font-weight: 500;
  color: #747474;
  margin-bottom: 15px;
}
.pricing .pricing-cards .pricing-card .card-description {
  font-weight: 400;
  color: #4f4f4f;
  margin-bottom: 20px;
}
.pricing .pricing-table-section h2 {
  font-size: 2em;
  font-weight: 700;
  padding: 30px 0;
}
.pricing-table {
  margin-bottom: 50px;
}
.pricing-table th {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}
.pricing-table th p {
  font-size: 1em !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  padding-top: 10px;
}
.pricing-table th p span {
  font-size: 0.9em;
  color: #4f4f4f;
}
.pricing-table .table-right-title td {
  box-shadow: none;
  border: none;
  font-size: 1.2em;
  font-weight: 600;
}
.pricing-table td {
  border-width: 0;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.1em;
}
.pricing-table td button {
  background: transparent;
}
.pricing-table tr td:first-of-type {
  text-align: right;
}

.pricing-table table img {
  margin-right: 5px;
}
/* start tabs */
.nav-tabs {
  border-bottom: 0;
  justify-content: space-between;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-top: 3px solid #1e004b;
  border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #fff;
  color: #000;
  border: none;
  border-top: 3px solid #1e004b;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.nav-tabs .nav-item .nav-link {
  font-weight: 800;
  font-size: 1.2em;
}
.nav-tabs .nav-item .nav-link p {
  font-size: 1em;
  font-weight: 500;
  padding-top: 10px;
}

.tab-content td {
  font-size: 1.2em;
}

@media screen and (max-width: 992px) {
  .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
  }
  .nav-tabs .nav-link {
    padding: 0.7em;
  }
}
@media (min-width: 992px) {
  .bestBuy::before {
    content: "الأفضل مبيعا";
    position: absolute;
    top: 3%;
    left: -14%;
    width: 60%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #27ae60;
    z-index: -1;
    padding: 20px;
    transform: rotate(320deg);
    text-align: center;
    color: #fff;
    font-size: 0.8em;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .pricing .pricing-cards .pricing-card .card-plan {
    font-size: 1.1em;
  }
  .pricing .pricing-cards .pricing-card .card-price {
    font-size: 2em;
  }
}

.info-text {
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-left: 30px;
  transition: all 0.4s ease-in-out;
  font-size: 0.8em;
  position: absolute;
  z-index: 88;
}
.info-close img {
  transform: rotate(45deg);
  cursor: pointer;
}

/* start cart */
.CartPage {
  margin: 50px 0 20px 0;
}
.btn-primary {
  padding: 0.375rem 0.75rem;
}
.cart-container {
  padding: 10px;
  margin-bottom: 20px;
}

.cart-container .plan .plan-name {
  font-size: 1.2em;
  font-weight: 800;
}
.cart-container .plan .plan-price {
  font-size: 1.2em;
  font-weight: 600;
}
hr {
  background-color: #9b9b9b;
}
.addon-options {
  font-size: 0.9em;
  font-weight: 400;
}
.addon-options .addon-title p {
  font-weight: 700;
  margin-bottom: 5px;
}
.addon-options img {
  width: 18px;
  height: 18px;
}
.addon-table .addon-data {
  color: #333;
}

.addon-table .addon-counter button:first-child,
.addon-table .addon-counter button:last-child {
  background-color: transparent;
  border: 1px solid #1e004b;
  border-radius: 4px;
  padding: 0px 2px;
}
.addon-table .addon-counter .addon-count {
  font-size: 1em;
  border: 1px solid #eee;
  padding: 2px 25px;
  text-align: center;
  border-radius: 4px;
  margin: 0 5px;
}
@media screen and (max-width: 992px) {
  .addon-table .addon-counter .addon-count {
    font-size: 0.9em;
    border: 1px solid #eee;
    padding: 0px 20px;
    text-align: center;
    border-radius: 4px;
  }
}

.payment-options .payment-title {
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 10px;
}

.payment-options .payment-card-options [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.payment-options .payment-card-options [type="radio"] + img {
  cursor: pointer;
  padding: 5px;
  height: 50px !important;
  object-fit: cover;
}

.payment-options .payment-card-options [type="radio"]:checked + img {
  outline: 1.3px solid #43c7f4;
  border-radius: 4px;
}
.card-info form {
  direction: rtl !important;
}
.card-info form,
.card-info label {
  text-align: right !important;
  color: #333 !important;
  font-size: 1em !important;
}

.coupon-recap {
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  padding: 25px;
}
.coupon-recap-title {
  font-size: 0.9em;
  font-weight: 700;
}

.coupon-payment-recap .coupon-payment-recap-title p {
  font-size: 0.9em;
  font-weight: 700;
}
.coupon-payment-details .coupon-payment-detail-item p {
  font-size: 0.9em;
  color: #828282;
}
.coupon-payment-details .coupon-payment-detail-item span {
  font-size: 1em;
  color: #4f4f4f;
}

.coupon-payment-details .coupon-payment-detail-total p {
  font-size: 1em;
  color: #333333;
}
.coupon-payment-details .coupon-payment-detail-total span {
  font-weight: 700;
}
.modal-header {
  border-bottom: none;
}
.modal .modal-body h6 {
  font-size: 0.9em;
  font-weight: 700;
  color: #4f4f4f;
}
.modal .modal-body p {
  font-size: 0.8em;
  color: #828282;
}
.modal table {
  vertical-align: middle;
}
.modal .modal-body button {
  background-color: transparent;
  border: 1px solid #1e004b;
  border-radius: 4px;
  padding: 0px 2px;
}
.modal .modal-body .modal-addon-count {
  font-size: 0.9em;
  border: 1px solid #eee;
  padding: 0px 10px;
  text-align: center;
  border-radius: 4px;
}
.modal-footer {
  border-top: 0;
}

/* start payment */
.PaymentPage {
  margin: 50px 0 20px 0;
}
.btn-primary {
  padding: 0.375rem 0.75rem;
}
.payment-container {
  padding: 10px;
  margin-bottom: 20px;
}

.payment-container .plan .plan-name {
  font-size: 1.2em;
  font-weight: 800;
}
.payment-container .plan .plan-price {
  font-size: 1.2em;
  font-weight: 600;
}
hr {
  background-color: #9b9b9b;
}
.addon-options {
  font-size: 0.9em;
  font-weight: 400;
}
.addon-options .addon-title p {
  font-weight: 700;
  margin-bottom: 5px;
}
.addon-options img {
  width: 18px;
  height: 18px;
}
.addon-table .addon-data {
  color: #333;
}

.addon-table .addon-counter button:first-child,
.addon-table .addon-counter button:last-child {
  background-color: transparent;
  border: 1px solid #1e004b;
  border-radius: 4px;
  padding: 0px 2px;
}
.addon-table .addon-counter .addon-count {
  font-size: 1em;
  border: 1px solid #eee;
  padding: 2px 25px;
  text-align: center;
  border-radius: 4px;
  margin: 0 5px;
}
@media screen and (max-width: 992px) {
  .addon-table .addon-counter .addon-count {
    font-size: 0.9em;
    border: 1px solid #eee;
    padding: 0px 20px;
    text-align: center;
    border-radius: 4px;
  }
}

.payment-options .payment-title {
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 10px;
}

.payment-options .payment-card-options [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.payment-options .payment-card-options [type="radio"] + img {
  cursor: pointer;
  padding: 5px;
  height: 50px !important;
  object-fit: cover;
}

.payment-options .payment-card-options [type="radio"]:checked + img {
  outline: 1.3px solid #43c7f4;
  border-radius: 4px;
}
.card-info form {
  direction: rtl !important;
}
.card-info form,
.card-info label {
  text-align: right !important;
  color: #333 !important;
  font-size: 1em !important;
}

.payment-recap {
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  padding: 25px;
}
.payment-recap-title {
  font-size: 0.9em;
  font-weight: 700;
}

.payment-recap .payment-payment-recap-title p {
  font-size: 0.9em;
  font-weight: 700;
}
.payment-payment-details .payment-payment-detail-item p {
  font-size: 0.9em;
  color: #828282;
}
.payment-payment-details .payment-payment-detail-item span {
  font-size: 1em;
  color: #4f4f4f;
}

.payment-payment-details .payment-payment-detail-total p {
  font-size: 1em;
  color: #333333;
}
.payment-payment-details .payment-payment-detail-total span {
  font-weight: 700;
}

.sign_up h5 {
  font-family: NotoKufi;
  padding: 20px 0;
  font-weight: 700;
}
.sign_up label {
  color: #333;
  font-weight: 500;
  font-size: 18px !important;
}
.sign_up #tax:focus,
.sign_up #terms_privacy:focus {
  box-shadow: none;
}
.sign_up #tax:checked,
.sign_up #terms_privacy:checked {
  background-color: #1e004b !important;
  box-shadow: none;
  border: #1e004b;
}

.swal2-footer {
  text-align: center;
  padding: 0 25px;
  color: #4f4f4f !important;
  border-top: none !important;
  font-size: 0.9em;
}
