html,body{
    overflow-x: hidden;
}
body *{
    box-sizing: border-box;
}
body{
    margin: 0px;
    font-family: "Inter", sans-serif;
    background: linear-gradient(180deg, #242A36 20%, #121824 100%);
    background-repeat: no-repeat;
   
}
.header {
    background: rgba(255, 255, 255, 0.05);
    padding: 24px 0px;
}
.container{
	max-width: 1256px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row{
	width: calc(100% + 30px);
    display: flex;
    /* flex-wrap: wrap; */
    margin-left: -15px;
    margin-right: -15px;
}
.row > *
, .row > .col-12{
	width: 100%;
	max-width:100%;
	padding-left: 15px;
	padding-right: 15px;
}
.row > .col-6{
	max-width: 50%;
}
.row > .col-3{
	max-width: 25%;
}
.row > .col-1{
	max-width: 8.33333333%;
}
.row > .col-2{
	max-width: 16.66666667%;
}
.row > .col-4{
	max-width: 33.333%;
}
.row > .col-9{
	max-width: 75%;
}
.row > .col-7{
	max-width: 58.33333333%;
}
.row > .col-5{
	max-width: 41.666666%;
}
.row > .col-10{
	max-width: 83.33333333%;
}
.row > .col-11{
	max-width: 91.66666667%;
}
.row > .col-8 {
    max-width: 66.6667%;
}
.header-right {
    text-align: right;
}


.site-logo img{
    width: 160px;
}
.header-right p{
    margin: 0px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
}
.header .row
, .body-content .row{
    align-items: center;
}
.body-content .row {
    max-width: 934px;
    margin: auto;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 48px;
    padding: 48px;
}
.qr-right img{
    width: 100%;
}
.body-content {
    padding: 115px 0px;
}
.qr-left h1{
    color: white;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
    letter-spacing: 0.5px;
    margin-top: 16px;
}
.qr-left p{
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.qr-right {
    padding: 48px;
    background: #191A1C;
    box-shadow: 0px 32px 128px rgba(253, 114.12, 36, 0.20);
    border-radius: 24px;
    text-align: center;
    position: relative;
}
.qr-right img {
    width: 256px;
    height: 256px;
    margin: auto;
}
.qr-right p {
    color: #FC4C4C;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 20px;
}
.footer-left p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
.footer-right ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
.footer-right ul a {
    color: #FD7224;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 10px;
}
.footer {
    padding: 24px 0px;
}
.expired{
    position: absolute;
    bottom: 48px;
}
.qr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: #191a1cf2;
    box-shadow: 0px 32px 128px rgba(253, 114.12, 36, 0.20);
    border-radius: 24px;
    overflow: hidden;
}
#generate-btn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FD7224;
    border-radius: 8px;
    text-decoration: none;
    color: #191A1C;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
    border-width: 0px;
}

@media(max-width:1366px){
    .container{
        max-width: 1170px;
    }
}
@media(max-width:1199px){
    .container{
        max-width: 1020px;
    } 
    .body-content .row{
        max-width: 100%;
    }
}
@media(max-width:1050px){
    .container{
        max-width: 920px;
    }  
}
@media(max-width:991px){
    .container{
        max-width: 100%;
    }
    .body-content .row{
        flex-direction: column-reverse;
    }
    .body-content .row > .col-6{
        max-width: 100% !important;
    }
    .qr-left {
        margin-top: 35px;
    }
}
@media(max-width:800px){
    .footer .row{
        flex-direction: column;
        align-items: center;
    }
    .footer .row > div{
        max-width: 100% !important;
        text-align: center;
    }
    .footer-right ul{
        justify-content: center;
        margin-top: 10px;
    }
}
@media(max-width:680px){
    .body-content .row{
        padding: 35px;
    }
    .body-content{
        padding: 60px 0px;
    }
}
@media(max-width:580px){
    .header .row{
        flex-direction: column;
    }
    .header .row > div{
        max-width: 100% !important;
    }
    .site-logo{
        text-align: center;
    margin-bottom: 12px;
    }
    .header-right{
        text-align: center;
    }
    .qr-right img{
        width: 100%;
        height: auto;
    }
    .body-content .row{
        padding-left: 25px;
        padding-right: 25px;
    }
    .col-6{
        padding-left: 0px;
        padding-right: 0px;
    }
}