* {
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-out;
}


.payment-page {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    left: 100%;
}

.back-navigate4 {
    position: fixed;
    top: 4%;
    left: 5%;
    border-radius: 2px;
    width: 9%;
}

.back-navigate4:active {
    opacity: 50;
}

 .container-wrap5 input[type="radio"]  {
    display: none;
}

.event-heading3 {
    width: 321px;
    position: relative;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Rubik;
    left: 7%;
    top: 5.5em;
    color: #f8f8f8;
    text-align: left;
    align-items: center;
}

.gradient-10 {
    position: fixed;
    border: 0px red solid;
    bottom: 15%;
    z-index: 1;
    margin: auto;
    width: 100vw;
    height: 160px;
    background: rgb(22,22,22);
    background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 100%);
}


.container-wrap5 {
    position: relative;
    top: 11em;
    margin-bottom: 480px;
}

.payment-detail1 {
    position: relative;
    background-color: #323232;
    width: 88%;
    height: 85px;   
    margin: auto;
    position: relative;
    display: flex;
    border-radius: 50px;
    margin-bottom: 4%;
}

.payment-detail2 {
    position: relative;
    background-color: #323232;
    width: 88%;
    height: 85px;   
    margin: auto;
    position: relative;
    display: flex;
    border-radius: 50px;
    margin-bottom: 4%;
}

.payment-detail3 {
    position: relative;
    background-color: #323232;
    width: 88%;
    height: 85px;   
    margin: auto;
    position: relative;
    display: flex;
    border-radius: 50px;
    margin-bottom: 4%;
}

.payment-detail4 {
    position: relative;
    background-color: #323232;
    width: 88%;
    height: 85px;   
    margin: auto;
    position: relative;
    display: flex;
    border-radius: 50px;
    margin-bottom: 4%;
}

.payment-detail1:active, .payment-detail2:active,
.payment-detail3:active, .payment-detail4:active{
    top: 1.5px;
}


.checklist {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    border: #f8f8f8 3px solid;
    margin: auto;
    display: flex;
    left: 5px;
    align-items: center;
    justify-content:  center;
}

.image-container7 {
    opacity: 0;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    left: 11.5%;
    display: flex;
    background-color: #212121;
}

.check-f-icon3 {
    position: relative;
    width: 11px;
    height: 11px;
    margin: auto;
    align-items: center;
} 

.payment-method1 {
    position: relative;
    border: 0px red solid;
    margin: auto;
    align-items: center;
    left: -13%;
    justify-content:  center;
}

.payment-method2 {
    position: relative;
    border: 0px red solid;
    margin: auto;
    width: 13%;
    align-items: center;
    left: -12%;
    justify-content:  center;
}


.payment-info1 {
    position: relative;
    width: 40%;
    height: 2.5em;
    display: inline;
    left: -17%;
    border: 0px red solid;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

.detail1 {
    position: relative;
    color: #f8f8f8;
    font-size: 18px;
    font-family: rubik;
    font-weight: 500;
    text-align: left;
    border: 0px red solid;
}

.detail2 {
    position: relative;
    color: #DADADA;
    font-size: 12px;
    font-family: rubik;
    font-weight: 400;
    text-align: left;
    font-style: italic;
    border: 0px #ff0000 solid;
}

.image-container6 {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    left: auto;
    top: 0;
    bottom: 0;
    right: 10%;
    display: flex;
    width: 20px;
    height: 20px;
    border: 0px red solid;
}

.forward-navigate1 {
    display: block;
    align-items: center;
    justify-content:  center;
    width: 20px;
    height: 20px;
    border: 0px red solid;
}

.forward-navigate3 {
    display: none;
    align-items: center;
    justify-content:  center;
    width: 20px;
    height: 20px;
    border: 0px red solid;
}

#choice1:checked ~ label.payment-detail1,
#choice2:checked ~ label.payment-detail2,
#choice3:checked ~ label.payment-detail3,
#choice4:checked ~ label.payment-detail4 {
    
    background-color: #ECCBF6;
}

#choice1:checked ~ label.payment-detail1 > .payment-info1 .detail1, 
#choice1:checked ~ label.payment-detail1 > .payment-info1 .detail2,
#choice2:checked ~ label.payment-detail2 > .payment-info1 .detail1, 
#choice2:checked ~ label.payment-detail2 > .payment-info1 .detail2,
#choice3:checked ~ label.payment-detail3 > .payment-info1 .detail1, 
#choice3:checked ~ label.payment-detail3 > .payment-info1 .detail2,
#choice4:checked ~ label.payment-detail4 > .payment-info1 .detail1, 
#choice4:checked ~ label.payment-detail4 > .payment-info1 .detail2{

    color: #212121;
}


#choice1:checked ~ label.payment-detail1 > .checklist, 
#choice2:checked ~ label.payment-detail2 > .checklist,
#choice3:checked ~ label.payment-detail3 > .checklist,
#choice4:checked ~ label.payment-detail4 > .checklist{

    opacity: 0.1;
}


#choice1:checked ~ label.payment-detail1 > .image-container7, 
#choice2:checked ~ label.payment-detail2 > .image-container7,
#choice3:checked ~ label.payment-detail3 > .image-container7,
#choice4:checked ~ label.payment-detail4 > .image-container7{

    opacity: 100;
}

#choice1:checked ~ label.payment-detail1 > .image-container6 > .forward-navigate1{

    display: none;
}

#choice1:checked ~ label.payment-detail1 > .image-container6 > .forward-navigate3{

    display: block;
}


.container-wrap6 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 33%;
    z-index: 1;
    background-color: #323232;
    border-radius: 30px 30px 0 0;
}


.text-container16 {
    position: relative;
    margin: auto;
    width: 75%;
    border: 0px red solid;
    font-family: rubik;
    display: grid;
    font-size: 18px;
    font-weight: 300;
    top: 15%;
    height: 18%;
    grid-template-columns: auto auto;
    color: #f8f8f8;
    margin-bottom: 5px;
}

.ticket-price2 {
    text-align: right;
}

.text-container17 {
    position: relative;
    margin: auto;
    width: 75%;
    border: 0px red solid;
    font-family: rubik;
    display: grid;
    font-size: 18px;
    font-weight: 300;
    top: 23%;
    height: 10%;
    grid-template-columns: auto auto;
    color: #f8f8f8;
}

.ticket-type3 {
    margin-top: auto;
    top: 0; 
    font-size: 15px;
    font-weight: 300;
}

.ticket-price4 {
    margin-top: auto;
    top: 0; 
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    color: #c4f275;
}


.button-wrap7 {
    position: relative;
    margin: auto;
    top: 35%;
    width: 90%;
    height: 58px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    border-radius: 30px;
    border: 0px;
    background-color: #c4f275;
    box-shadow: 7px 10px 86px 4px rgba(36,36,36,0.26);
    -webkit-box-shadow: 7px 10px 86px 4px rgba(36,36,36,0.26);
    -moz-box-shadow: 7px 10px 86px 4px rgba(36,36,36,0.26);    
}

.button-wrap7:active {
    position: relative;
    top: 36.5%;
    transition:  0.1s;
}

.payment-button {
    position: relative;
    margin: auto;
    font-weight: 600;
    font-family: rubik;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 27.2px;
}


/* .wrap-container6 {
    position: relative;
    background-color: #323232;
    width: 88%;
    height: 85px;   
    margin: auto;
    position: relative;
    display: flex;
    border-radius: 50px;
    top: 13em;
    border: 0px red solid;
}

.container-wrap5{
    position: absolute;
    width: 100%;
    height: 85px;   
    margin: auto;
    position: relative;
    border-radius: 50px;
    border: 0px red solid;
    color: #f8f8f8;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.checklist {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: #f8f8f8 3px solid;
    margin: auto;
    display: flex;
    align-items: center;
    left: 10px;
    justify-content:  center;
}

.payment-method1 {
    position: relative;
    border: 0px red solid;
    margin: auto;
    display: flex;
}

.detail1 {
    position: relative;
    align-items: center;
    justify-content:  center;
    color: #f8f8f8;
    top: 30%;
    font-size: 17px;
    font-family: rubik;
    font-weight: 600;
    text-align: left;
    border: 0px red solid;
}

.detail2 {
    position: relative;
    align-items: center;
    justify-content:  center;
    color: #DADADA;
    top: 12%;
    font-size: 11px;
    font-family: rubik;
    font-weight: 400;
    text-align: left;
    font-style: italic;
    border: 0px #ff0000 solid;
}


.payment-detail1 {
    border: 0px red solid;
    
}

.image-container6 {
    margin: auto;
    display: flex;
    width: 20px;
    height: 20px;
    border: 0px red solid;
}

.forward-navigate1 {
    display: block;
    align-items: center;
    justify-content:  center;
    width: 20px;
    height: 20px;
    border: 0px red solid;
}

.forward-navigate3 {
    display: none;
    align-items: center;
    justify-content:  center;
    width: 20px;
    height: 20px;
    border: 1px red solid;
}

.image-container7 {
    display: none;
    position: relative;
    margin: auto;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    left: 10px;
    background-color: #212121;
}

.forward-navigate2 {
    position: relative;
    width: 11px;
    height: 11px;
    margin: auto;
    top: 4px;
} */


