* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Tajawal", sans-serif;
  text-align: right;
}
body a.nav-link:hover {
  color: var(--bs-red) !important;
}

.tickets-details {
  top: 20px;
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .tickets-details {
    height: 100vh;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 776px) {
  .steps-controller {
    overflow-x: auto;
  }
}
.steps-controller ul {
  min-width: 350px;
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .step {
    min-width: 85px;
  }
  .step .step__text {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
.step:not(:first-child) {
  padding-right: 10rem;
}
@media screen and (max-width: 991px) {
  .step:not(:first-child) {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 776px) {
  .step:not(:first-child) {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .step:not(:first-child) {
    padding-right: 1rem;
  }
}
.step:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 40px;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #d4d4d4;
}
.step__control {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 4px solid #d4d4d4;
  font-weight: 600;
  background-color: #e7e7e7;
  padding: 0rem;
}
.step.done .step__control {
  background-color: #fff;
}
.step.done .step__text {
  color: #000;
}
.step.active {
  color: var(--color-primary);
}
.step.active .step__control {
  background-color: var(--color-primary);
  color: #fff;
}
.step.active .step__text {
  color: var(--color-primary);
}
.step__text {
  font-weight: 600;
  color: #d4d4d4;
}

.steps-content {
  display: none;
  animation: showStep 200ms ease-in-out;
}
.steps-content.active {
  display: block;
}

@keyframes showStep {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.steps-table th {
  color: var(--color-primary);
  white-space: nowrap;
}
.steps-table tbody td {
  font-size: 0.9rem !important;
}

.total-heading {
  font-weight: bold;
  color: var(--color-primary);
}

.step-heading {
  font-weight: bold;
  color: var(--color-primary);
}

#total {
  font-weight: bold;
  font-size: 1.5rem;
}

.font-bold {
  font-weight: 600;
}

.card-solid {
  border: 0;
}

.badge.price {
  background-color: var(--color-primary);
}

.navbar-brand {
  font-family: "Caprasimo", cursive;
  font-size: 1.8rem;
}

.datepicker-container {
  position: relative;
  color: var(--color-primary);
}
.datepicker-container .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.datepicker-container .form-control {
  padding-left: 35px;
}

.rounded-block {
  border-radius: 5px;
}

.segmentedInput-parent {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  direction: ltr;
}
.segmentedInput-parent input {
  width: 60px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .segmentedInput-parent input {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}

.ticket {
  position: relative;
  padding-right: 130px;
  padding-left: 130px;
  background-color: var(--color-primary) !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ticket {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.9rem;
  }
}
.ticket .features {
  color: #fff !important;
}
.ticket__check {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  color: #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  .ticket .ticket__shape-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.ticket__shape {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 130px;
  border: 1px dashed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ticket__shape {
    position: static;
    border: none;
    width: auto;
    justify-content: flex-start;
  }
}
.ticket__shape--start {
  right: 0px;
  font-family: "Caprasimo", cursive;
  font-size: 1.8rem;
  border-top-width: 0;
}
@media screen and (max-width: 767px) {
  .ticket__shape--start {
    display: none;
  }
}
.ticket__shape--end {
  left: 0px;
}
@media screen and (max-width: 767px) {
  .ticket__shape--end {
    flex-direction: row;
    border-top: 1px dashed;
  }
}
.ticket__features li {
  margin-bottom: 0.25rem;
  font-weight: 0.9rem;
}
.ticket .price {
  font-size: 1.2rem;
}
.ticket.selected .ticket__check {
  display: inline-block;
}

.counter {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.counter .btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--color-primary) !important;
}
@media screen and (max-width: 480px) {
  .counter {
    font-size: 0.9rem;
  }
  .counter .btn {
    width: 25px;
    height: 25px;
    padding: 0.2rem;
  }
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check a {
  color: var(--color-primary);
}
.form-check .form-check-input {
  margin: 0;
  margin-left: 10px;
  cursor: pointer;
}
.form-check .form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}/*# sourceMappingURL=main.css.map */