main {
  background-color: var(--color-primary);
}

.payment-success {
  background-color: var(--color-primary);
  min-height: 90vh;
  padding: 80px 0px;
  position: relative;
  min-height: 600px;
}
.payment-success__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 404px;
}
.payment-success__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.payment-success__image-container:before {
  content: "";
  display: block;
  padding-top: 84.4059405941%;
}
.payment-success__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1399.98px) {
  .payment-success {
    padding: 60px 0px;
  }
}
.payment-success__art-one {
  max-width: 514px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 0px;
}
@media only screen and (max-width: 1599.98px) {
  .payment-success__art-one {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .payment-success__art-one {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .payment-success__art-one {
    display: none;
  }
}
.payment-success__art-two {
  max-width: 432px;
  height: auto;
  position: absolute;
  top: 100px;
  right: 0px;
}
@media only screen and (max-width: 1599.98px) {
  .payment-success__art-two {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .payment-success__art-two {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .payment-success__art-two {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-success__container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
  }
}
.payment-success__image-container {
  margin-bottom: 20px;
  max-width: 300px;
}
@media only screen and (max-width: 767.98px) {
  .payment-success__image-container {
    max-width: 267px;
  }
}
.payment-success__info-container {
  text-align: center;
}
.payment-success__title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1599.98px) {
  .payment-success__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-success__title {
    font-size: 34px;
  }
}
.payment-success__description {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 1599.98px) {
  .payment-success__description {
    font-size: 20px;
  }
}
.payment-success__countdwon-container {
  margin: 40px 0px;
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .payment-success__countdwon-container {
    margin: 20px 0px;
  }
}

/*# sourceMappingURL=payment-success.css.map */
