/* ===============================
   🖥 LED / ULTRA WIDE / 2K / 4K (≥1920px)
   =============================== */

@media (min-width: 1920px) {
  .event-card {
    height: 890px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
  .event-card.shadow {
    height: 540px;
    top: 450px;
  }
  .event-card.shadow .card-content.default {
    left: 390px;
    right: 390px;
  }
  .event-card.shadow .card-content.category {
    left: 350px;
    right: 350px;
  }
  .event-card.shadow .card-content h1 {
    font-size: 88.5px;
  }
  .event-card.shadow .card-content a {
    font-size: 33px;
  }
  .event-card.main .card-content {
    padding-top: 220px;
    padding-left: 205px;
    padding-right: 152px;
    padding-bottom: 41px;
  }
  .event-logo {
    width: 764px;
    height: 174px;
  }
  .event-logo .layer2 {
    top: -77px;
    left: 16px;
    width: 870px;
    height: 450px;
  }
  .event-info {
    margin-top: 24px;
  }
  .event-info .left {
    font-size: 41.5px;
  }
  .event-info .left sup {
    font-size: 25px;
  }
  .event-info .line {
    height: 2px;
    margin: 9px 22px;
  }
  .event-info .right {
    font-size: 50px;
  }
  .event-content {
    margin-top: 45px;
  }
  .event-content .left .brand {
    height: 25px;
    top: 130px;
  }
  .event-content .right .year-line {
    gap: 17px;
  }
  .event-content .right .year-line .text-year {
    font-size: 37.5px;
  }
  .event-content .right .text-christmas {
    font-size: 133.5px;
  }
  .event-content .right .year-line .text-live-worship {
    font-size: 133.5px;
  }
  .ticket-section {
    margin-top: 115px;
    padding-top: 115px;
  }
  .register-form {
    margin-top: 15px;
    margin-bottom: 100px;
  }
  .register-form .title {
    font-size: 91px;
  }
  .register-form .subtitle {
    font-size: 41.5px;
    margin: 0 0 35px;
  }
  .register-form form {
    max-width: 1200px;
  }
  .register-form form .form-group {
    gap: 45px;
    margin-bottom: 15px;
  }
  .register-form form .form-group input,
  .register-form form .form-group select {
    padding: 16px 40px;
    border-radius: 25px;
    font-size: 30px;
  }
  .register-form form .form-group select {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    background-position: right 35px center;
    background-size: 19px;
  }
  .register-form form .form-group select option {
    white-space: nowrap;
  }
  .register-form form .form-terms {
    font-size: 27.5px;
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .register-form form .form-terms .checkmark {
    height: 24px;
    width: 24px;
  }
  .register-form form .form-terms .checkmark::after {
    width: 16px;
    height: 16px;
  }
  .register-form form .btn-submit {
    font-size: 27px;
    padding: 10px 55px;
    border-radius: 20px;
  }
  .ticket-information .pricing {
    max-width: 965px;
    margin-left: 60px;
  }
  .ticket-information .pricing .item {
    gap: 45px;
    padding: 15px 0;
  }
  .ticket-information .pricing .item .category,
  .ticket-information .pricing .item .category .text-style {
    font-size: 45px;
  }
  .ticket-information .pricing .item .price {
    font-size: 45px;
  }
  .ticket-information .pricing .item .price .text-style {
    font-size: 75px;
    margin-right: 30px;
  }
  .ticket-information .pricing .rules {
    font-size: 21px;
  }
  .ticket-information .pricing .rules ol {
    margin-left: 50px;
  }
  .ticket-information .pricing .rules ol li {
    padding-left: 15px;
  }
  .ticket-information .visual {
    width: 790px;
    height: 665px;
  }
  .modal-overlay .close-btn {
    top: 20px;
    right: 40px;
    font-size: 35px;
  }
  .modal-box {
    max-width: 1200px;
    padding: 60px;
  }
  .modal-header {
    font-size: 47px;
    margin-bottom: 52px;
  }
  .modal-content {
    font-size: 21px;
    line-height: 1.7;
  }
  .modal-content ol {
    padding-left: 90px;
  }
  .modal-content li {
    padding-left: 5px;
    padding-right: 30px;
    margin-bottom: 16px;
  }
  .is-error {
    font-size: 22px;
  }
  .spinner {
    width: 22px;
    height: 22px;
  }
  .custom-select-trigger {
    padding: 16px 40px;
    border-radius: 25px;
    font-size: 30px;
    background-position: right 35px center;
    background-size: 19px;
  }
  .custom-select-options {
    border-radius: 25px;
    margin-top: 10px;
    max-height: 220px;
  }
  .custom-select-options::-webkit-scrollbar {
    width: 10px;
  }
  .custom-select-item {
    padding: 16px 40px;
    font-size: 30px;
  }
}