.ticket-input input[type=email]{
	border: none;
    background-color: #FAFAFA;
    padding: 0.9em 1em!important;
    border: 2px solid #F1DF52;
    border-radius: 5px;
}
.stripe-btn{
	width: 100%;
    background-color: #111;
    border: none;
    color: #fff;
    height: 56px;
    font-weight: 600;
    border-radius: 6px;
}
.stripe-btn:hover{
	background-color: #00A7FF;
}

.top-left {
    width:30%;
    max-width:500px;
    position: fixed;
    top: 0;
    right: calc(50% + 230px);
}
.top-right {
    width:30%;
    max-width:500px;
    position: fixed;
    top:0;
    left: calc(50% + 230px); 
}
#header-pc .inner:hover h3, #header-pc .inner:hover p{
    color:#00A7FF;
    transition: all .2s;
}
.glass-overlay {
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10;
}