.center { text-align: center; margin-bottom: 60px; }
ol { font-size: 20px; line-height: 200%; padding-left: 20px; }
.cta-box { text-align: center; margin: 60px 0 40px; }
.design { display: none; }
.design { text-align: center; }
.design .wrapper { display: inline-flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: 0.6s; margin: auto; position: relative; height: 460px; }
.design .wrapper.show { visibility: visible; opacity: 1; }
.design .owl-carousel { width: 1000px; height: 440px; padding: 40px 0; overflow: hidden; }
.design .owl-carousel img { margin: auto; border-radius: 20px; }
.design .owl-carousel .owl-item { transition: 0.4s; }
.design .owl-carousel .owl-item.active img { border: 4px solid var(--purple); }
.design .owl-carousel .owl-item:not(.center) { transform: scale(0.8); }
.design .wrapper .prev { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10%; height: 100%; background: white; z-index: 2; -webkit-mask-image: url('/libraries/Feather/chevron-left.svg'); -webkit-mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; cursor: pointer; transition: 0.2s; }
.design .wrapper .next { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 10%; height: 100%; background: white; z-index: 2; -webkit-mask-image: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; cursor: pointer; transition: 0.2s; }
.design .wrapper .prev:active, .design .wrapper .next:active { transform: translateY(-50%) scale(0.95); }
.buttons { display: flex; align-items: center; justify-content: space-around; }

.locations { display: none; text-align: center; }
.location-wrapper { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; padding: 40px 0; }
.location-wrapper .location { padding: 0 20px; flex: 1 1 calc(33.333% - 16px); min-width: 400px; max-width: 500px; min-height: 140px; display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); border-radius: 10px; overflow: hidden; font-size: 24px; cursor: pointer; transition: 0.25s; text-align: left; }
.location-wrapper .location .rooms { font-size: 16px; }
.location-wrapper .location h3 { font-size: 24px; }
.location-wrapper .location p { margin: 0; font-size: 16px; }
.location-wrapper .location .chevron { min-width: 60px; height: 60px; border-radius: 100%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 20px 0 auto; }
.location-wrapper .location .chevron:before { content: " "; -webkit-mask: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 44px; }
.location-wrapper .location:hover { box-shadow: 0 0 15px rgba(0,0,0,0.8); background: rgba(255,255,255,0.2); }
.location-wrapper .location.selected { background: var(--purple); }

.tickets { display: none; }
.tickets p { text-align: center; margin: 40px 0; }
.coupon-wrapper { width: 400px; text-align: center; margin: 20px auto; }
.coupon-wrapper input { text-transform: uppercase; }
.coupon-wrapper .floating { margin-bottom: 20px; }
.coupon-wrapper.disabled input { pointer-events: none; background: var(--purple); border: 0; }
.coupon-wrapper.disabled .btn { display: none; }
.coupon-wrapper.disabled .close { -webkit-mask: url('/libraries/Feather/x.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 34px 34px; -webkit-mask-position: center center; background: white; width: 40px; height: 100%; position: absolute; top: 0; right: 10px; height: 100%; cursor: pointer; z-index: 2; }
.ticket-container { padding: 40px 0; }
.ticket-container .ticket { display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); max-width: 1200px; height: 100px; margin: 16px auto; padding: 0 40px; border-radius: 10px; overflow: hidden; font-size: 24px; cursor: pointer; transition: 0.25s; }
.ticket-container .ticket:hover { box-shadow: 0 0 15px rgba(0,0,0,0.8); background: rgba(255,255,255,0.2); }
.ticket-container .ticket.highlight { border: 1px solid var(--purple); box-shadow: 0 0 20px var(--purple) !important; }
.ticket-container .ticket.selected { background: var(--purple); }
.ticket-container .ticket .chevron { width: 60px; height: 60px; border-radius: 100%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 0px 0 auto; }
.ticket-container .ticket .chevron:before { content: " "; -webkit-mask: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 44px; }
.ticket-container .ticket .title { flex-grow: 1; text-align: left; }
.ticket-container .ticket .lead { font-size: 12px; opacity: 0.5; }
.ticket-container .price-wrapper { margin: 0 15% 0 auto; text-align: center; }
.price-wrapper .pricepp { font-size: 16px; }
.summary { display: none; }
.summary h2 { text-align: center; font-weight: 600; }
.summary h3 { margin-bottom: 20px; text-align: center; }
.summary p { color: white; margin: 20px auto 80px; text-align: center; }
.summary .wrapper { display: flex; align-items: flex-start; justify-content: center; }
.summary .form { flex-grow: 1; }
.summary .payment { padding-left: 10%; font-size: 18px; width: 50%; }
.summary .payment .checkbox { padding: 6px 0; }
.summary .sumprice { font-weight: 600; padding: 40px 0; font-size: 24px; }
.summary .sumprice > div:nth-child(2) { text-align: right; }
.summary a { color: var(--purple); }
.summary .btn.submit { margin: 40px 0; width: 100%; }
.checkbox-label img { width: 460px; max-width: 100%; margin: 6px 0 0; }

@media (max-width: 1440px) {
.center { margin-bottom: 40px; }
.welcome, .design { padding: 0 60px; }
.cta-box { margin: 40px 0 20px; }
ol { font-size: 18px; }
.design .wrapper { height: 340px; }
.design .owl-carousel { width: 600px; height: 330px; padding: 40px 0; }
.ticket-container { padding: 20px 0; }
.ticket-container .ticket { max-width: 800px; font-size: 20px; height: 80px; }
.price-wrapper .pricepp { font-size: 14px; }
.ticket-container .ticket .chevron { width: 50px; height: 50px; }
.ticket-container .ticket .chevron:before { -webkit-mask-size: 36px 36px; width: 36px; height: 36px; }
.summary .payment { padding-left: 8%; font-size: 16px; }
.summary .sumprice { padding: 30px 0; font-size: 22px; }
.summary p { margin: 60px auto; }
}

@media (max-width: 1280px) {
#giftcard .container { padding: 40px 0; }
.center { margin-bottom: 30px; }
.welcome, .tickets, .summary { padding: 0 20px; }
.design { padding: 0; }
.design .wrapper { height: 300px; }
ol { font-size: 16px; }
.design .owl-carousel { width: 100%; max-width: 400px; height: 280px; padding: 40px 0; }
.design .owl-carousel .owl-item:not(.center) { transform: scale(0.9); }
.location-wrapper .location h3 { font-size: 20px; }
.location-wrapper .location p { font-size: 14px; margin: 0; padding: 0; }
.location-wrapper .location { min-height: 160px; min-width: 100%; max-width: 100%; }
.coupon-wrapper { width: 100%; margin: 10px 0; }
.ticket-container .ticket { margin: 20px auto; font-size: 14px; max-width: 100%; flex-wrap: wrap; padding: 0 60px 0 20px; }
.ticket-container .ticket .chevron { position: absolute; right: 10px; margin: 0; }
.price-wrapper .pricepp { font-size: 12px; }
.summary .wrapper { display: block; }
.summary .payment { width: 100%; padding: 20px 0; }
.summary .sumprice, .summary .sumprice > div:nth-child(2) { text-align: center; } 
.summary p { margin: 20px auto; }
}

@media (max-width: 1024px) {
.ticket-container .ticket .title { max-width: 55%; }
.ticket-container .ticket .lead { font-size: 9px; }
.ticket-container .price-wrapper { margin: 0 20px 0 auto; }
.col6:nth-child(2), .col8:nth-child(2), .col4:nth-child(2) { padding: 20px 12px 0; }
}
