.user {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.img-container {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
}
.userImg {
  height: 25px;
  width: 25px;
  overflow: hidden;
}
.userImg img {
  width: 100%;
  object-fit: cover;
}
.username {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.arrow {
  width: 10px;
  height: 10px;
}
.arrow img {
  width: 100%;
}
.show {
  background-color: #d3ebf5;
  max-width: 100%;
  height: 100%;
  padding: 0px 50px 40px 50px;
}
.payment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}
.make {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.payment-type {
  width: 64%;
  height: 650px;
  background-color: white;
  border-radius: 4px;
  padding: 20px;
}

.payment-type h5 {
  color: #202020;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.payment-type p {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.payment-cont {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
}
.payment-cont div {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.payment-cont img {
  width: 100%;
}
.Amount p {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Amount {
  display: flex;
  align-items: baseline;
  width: 250px;
  margin: 50px auto;
}

.Amount h3 {
  color: #036;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Pay {
  width: 260px;
  margin: 60px auto;
}
.Pay a {
  color: white;
  text-decoration: none;
}
.Pay button {
  width: 100%;
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #036;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
}
.Pay button:hover {
  background: #6a84b7;
  color: white;
}
.secure {
  width: 20px;
  height: 20px;
}
.secure img {
  width: 100%;
}
.foot {
  max-width: 100%;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.foot p {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.foot .divs {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 30%;
}

.ticket {
  width: 33%;
  height: 480px;
  background-color: white;
  border-radius: 4px;
}

.Booking {
  height: 30px;
  border-bottom: 0.5px solid #e6e6e6;
  padding: 20px 20px 30px 20px;
}

.Booking h3 {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.depart-box {
  padding: 20px;
}
.depart-time {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dest {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.time {
  height: 70px;
  width: 30%;
}
.time h3 {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.time p {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: auto;
}
.sign {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}

.hrs {
  width: 39%;
}
.hrs p {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  height: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.under {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 10px; */
}
.circ {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #003366;
}
.lines {
  height: 2px;
  width: 50%;
  background-color: #003366;
}
.base {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.total-cont {
  border-top: 0.4px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: baseline;
}
.total-cont p {
  color: #404040;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.total-cont h2 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 670px) {
  .ticket {
    width: 100%;
    height: 480px;
    margin-top: 20px;
    background-color: white;
    border-radius: 4px;
  }

  .show {
    background-color: #d3ebf5;
    max-width: 100%;
    height: 100%;
    padding: 13px;
  }

  .payment {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .payment-type {
    width: 100%;
    margin-top: 20px;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    height: 600px;
  }
  .payment-cont {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
  }
  .Amount {
    display: flex;
    align-items: baseline;
    width: 250px;
    margin: 20px auto;
  }
  .Pay {
    width: 260px;
    margin: 10px auto;
  }
  .foot {
    max-width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .foot p {
    color: #999;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: auto;
  }
  .foot .divs {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    height: 30px;
    width: 180px;
  }
}
