.btnlink{
    width:auto;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background-color: var(--color03);
    color:white;
    padding: 0px 25px;
    display: flex;
    margin: auto;
    text-decoration: none;
    font-size: 16px;
    box-shadow: inset 0px -15px 11px rgba(43,81,128,1.00);
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.2s;
}

.btnlink:hover{
    transform: scale(1.05);
    box-shadow: inset 0px -3px 12px var(--color01);
}

#wrap {
    display:flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0px 0px 0px;
}

#wrap .slide {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 40vh;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

#wrap .slide:nth-of-type(1) {
    display: flex;
}

#wrap .slide .posterwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6E6E6E;
    background-image: linear-gradient(33deg, #657E8F 0%, #5A5A63 99%);
    clip-path: ellipse(120% 60% at 50% 40%);
}

#wrap .slide .posterwrap img{
    width:100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.73;
    filter: blur(3px);
    mix-blend-mode: multiply;
}

#wrap .slide .contwrap {
    position: absolute;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px max(5%, 60px);
    box-sizing: border-box;
    gap:15px 0px;
}

#wrap .slide .contwrap h1{
    color:transparent;
    margin: 0;
    font-weight: 900;
    text-align: center;
    font-size: min(8vw, 45px);
    line-height: min(8.8vw, 40px );
    text-transform: capitalize;
    background-image: linear-gradient(2deg, #D7D7D7 0%, white 55%, #CFCFCF 99%);
    background-clip: text;
}

#wrap .slide .contwrap p{
    color:#D1D1D1;
    text-align: center;
    margin: 0;    
    font-weight: 300;
    letter-spacing: 1px;
    font-size: min(5vw, 18px);
    line-height: min(7vw, 29px );
}

#wrap input[name="slides"]{
    display:none;
}

#wrap h1 {
    text-align: center;
    font-size:1.8rem;
    font-weight: 800;
}

#wrap .nextbtn{
    height:3.5rem;
    line-height: 3.5rem;
    margin: 1rem auto 0px auto;
    background-color: royalblue;
    color:white;
    border-radius: 2rem;
    padding: 0px 3.2rem;
    box-sizing: border-box;
}

#wrap .backbtn{    
    height:2rem;
    line-height: 2rem;
    margin: 0.5rem auto;
}

#wrap .slideri{
    display:none;
    width:100%;
    max-width: 1200px;
    flex-direction: column;
    background-color:rgba(255,255,255,0.6);
    border-radius: 1rem;
    padding: 1rem 2rem;
    margin: 2rem 0px;
    box-sizing: border-box;
}

#wrap .slideri h2{
    text-align: center;
    font-size:1.3rem;
    font-weight: 800;
    margin: 2rem 0px 1.4rem 0px;
}

#wrap .slideri p{
    text-align: center;
    font-size:1.0rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 1.5rem 0px;
}


#wrap input[name="slides"]:checked + .slideri {
    display: flex;
}

#wrap input[name="visitors"]{
    display: none;    
}

#wrap label.visbtns{
    display:flex;
    width:100%;
    height:3.3rem;
    line-height: 3.3rem;
    padding: 0px 30px;
    font-size:1.4rem;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    background-color:rgba(234,234,234,1.00);
    color:rgba(89,89,89,1.00);
    border-radius: 100px;
    margin:0px 0px;
}

#wrap input[name="visitors"]:checked + label.visbtns{
    background-color:rgba(71,135,225,1.00);
    color:white;
}


#wrap .megawrap{
    display: flex;
    flex-direction: row;
    gap:10px;
}

#wrap .inpwrp{
    position: relative;
    width: 100%;
    margin:25px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px rgba(2,2,2,0.0);
}

#wrap .inpwrp select {
    display:flex;
    width:100%;
    height:3.3rem;
    line-height: 3.3rem;
    font-size:1.5rem;
    padding: 0px 2rem;
    border:0;
    outline:none;
    border-radius: 2rem;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
}

#wrap .btnwrps{
    display: flex;
    width:100%;
    height:auto;
    gap:0px 5px;
    padding: 5px 0px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    align-items: center;
    justify-content: center;
}

#wrap .inpwrp p{
    position: absolute;
    top:0px;
    left:0px;
    margin: 0px 0px;
    font-size:1.2rem;
    letter-spacing: 1px;
    color:rgba(22,22,22,0.8);
    font-weight: 600;
    translate: 10px -1.75rem;
}

#wrap input {
    display: block;
    width:100%;
    height:3.5rem;
    line-height: 3.5rem;
    font-size:1.2rem;
    box-sizing: border-box;
    padding: 0px 5%;
    border-radius: 0.7rem;
    outline: none;
    border:0;
}

#wrap .payslide { gap: 10px 0px; }


#wrap .payslide .row { 
    position: relative;
    display:flex;
    width:95%;
    height:auto;
    background-color:white;
    border-radius: 20px;
    box-sizing: border-box;
    padding:5px 25px;
}

#wrap .payslide .row .left{     
    position: relative;
    display: flex;
    width:100%;
    padding: 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#wrap .payslide .row .left p{ 
    font-size:20px; 
    font-weight:800;
    margin:0;
}

#wrap .payslide .row .left p:nth-of-type(2){ 
    font-size:13px; 
    font-weight:300;
}

#wrap .payslide .row .pay_button{
    display: flex;
    position: absolute;
    right:15px;
    margin:auto 0px;
    top:0px;
    bottom:0px;
    width:auto;
    height:38px;
    line-height: 38px;
    -webkit-appearance:none;
    outline:none;
    border:0;
    font-size:16px;
    font-weight: 500;
    padding:0px 17px;
    cursor: pointer;
    box-sizing: border-box;
    background-color:rgba(55,127,179,1.00);
    box-shadow: inset 0px -20px 4px rgba(20,54,157,1.00);
    border-radius: 25px;
    color:White;
    transition: all 0.2s;    
}

#wrap .payslide .row .pay_button:hover {
    transform: scale(1.02);
    box-shadow: inset 0px -33px 4px rgba(20,54,157,1.00);
}
