body{
    background-color: #D6D6D6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    -webkit-text-size-adjust: auto;
}

.wrap-flyer{
    position: relative;
    overflow: hidden;
    width: 1063px;
    height: 1410px;
    background-color: #FFFFFF;

    display: grid;
    grid-template-columns: 65% 35%;

    zoom: 0.64;
    /* zoom: 1; */
}

.wrap-flyer:before{
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/hand.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.wrap-flyer .wrap-left{
    position: relative;
    padding-top: 75px;
}

.wrap-flyer .wrap-left:before{
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 50%;
    opacity: 0.25;
    background-color: var(--primary);
    position: absolute;
    top: -16px;
    left: 30%;
}

.wrap-left .wrap-top{
    padding-bottom: 60px;
}

.wrap-left h1{
    font-weight: 800;
    font-size: 62px;
    line-height: 74px;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wrap-left h1 strong{
    display: block;
    color: var(--secondary);
    font-size: 104px;
    line-height: 83px;    
}

.wrap-left .qr-code{
    position: relative;
    text-align: center;
    width: 392px;
    height: 392px;
    margin: 0 auto;
}

.wrap-left .qr-code:before,
.wrap-left .qr-code:after{
    content: '';
    position: absolute;
    border-radius: 50%;
}

.wrap-left .qr-code:before{
    width: 28px;
    height: 28px;
    background-color: var(--primary);
    left: -100px;
    top: 60%;
}

.wrap-left .qr-code:after{
    border: 5px solid var(--secondary);
    width: 19px;
    height: 19px;
    right: -70px;
    top: 20%;
}

.wrap-left .qr-code img{
    width: 100%;
}

.wrap-left .text-bottom{
    position: relative;
    font-size: 45px;
    line-height: 45px;
    transform: matrix(1, -0.09, 0.09, 1, 0, 0);
    text-align: center;

    margin-top: 25px;
    margin-left: -20px;
}

.wrap-left .text-bottom:before{
    content: '\e901';
    font-family: 'icomoon';
    color: var(--secondary);
    position: absolute;

    bottom: -60px;
    font-size: 131px;
    top: -40px;
    left: 80px;
    transform: rotate(6deg);     
}

.wrap-left .text-bottom:after{
    content: '\e900';
    font-family: 'icomoon';
    color: var(--primary);

    position: absolute;
    bottom: -60px;
    right: 130px;
    font-size: 52px;   
    transform: rotate(10deg); 
}

.wrap-left .text-bottom span:last-child{
    margin-left: 15px;
}

.wrap-bottom{
    overflow: hidden;
    position: relative;
    height: 100%;
    color: #FFF;

    padding-left: 85px;
    padding-top: 70px;    
}

.wrap-bottom *{
    position: relative;
    z-index: 1;
}

.wrap-bottom:before,
.wrap-bottom:after{
    content: '';
    width: 1100px;
    height: 1100px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: -280px;
    pointer-events: none;
    z-index: 0;
    background-color: var(--primary);
}

.wrap-bottom:before{
    left: -235px;
    background-color: rgba(0, 0, 0, 0.1);
}

.wrap-bottom .font-custom{
    font-size: 55px;
    line-height: 88px;
}

.wrap-bottom h2{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 69px;
    line-height: 63px;
    margin-bottom: 25px;
}

.wrap-bottom h2:after{
    content: '';
    width: 130px;
    height: 7px;
    background-color: var(--secondary);
    display: block;
    margin-top: 30px;
}

.wrap-bottom .des{
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    width: 80%;
}

.wrap-flyer .wrap-right{
    overflow: hidden;
    position: relative;
    background-color:var(--secondary);
    padding-top: 50px;

    padding-left: 25px;
    padding-right: 25px;
}

.wrap-right:before,
.wrap-right:after{
    content: '';
    z-index: 1;
    width: 800px;
    height: 880px;
    border-radius: 0px 0px 0px 1737.37px;
    position: absolute;
    top: 0;
    right: -130px;
    background-color: #ECECEC;
}

.wrap-right:before{
    background-color: rgba(0, 0, 0, 0.1);
    top: 30px;
    right: -165px;
}

.wrap-right *{
    position: relative;
    z-index: 2;
}

.wrap-right .wrap-logo{
    text-align: center;
    margin-bottom: 100px;
    min-height: 80px;
}

.wrap-right .wrap-logo .logo-bg{
    position: absolute;
    width: 624px;
    height: 690px;
    border-radius: 0px 0px 0px 1000px;
    transform: rotate(-47deg);
    top: -370px;    
}

.wrap-right .wrap-logo img{
    max-width: 70%;
    max-height: 80px;
}

.wrap-right .wrap-img{
    text-align: center;
    margin-bottom: 30px;;
}

.wrap-right .wrap-img img{
    mix-blend-mode: multiply;
    max-width: 320px;
}

.wrap-right .name{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: var(--primary);
}

.font-custom{
    font-family: 'Shadows Into Light';
}

#qrcode{
    padding: 30px;
}

#qrcode canvas{
    max-width: 100%;
}

.wrap-button{
    padding: 10px 0;
}

.wrap-button a{
    transition: all 0.3s;
    font-size: 14px;
    line-height: 24px;
    color: #2B3B63;
    background-color: #EDEDED;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
    min-width: 200px;
    text-align: center;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;    
}

.wrap-button a span{
    font-weight: 600;
    margin-right: 10px;    
    margin-top: -3px;
}

.wrap-button a:hover{
    background-color: #E4E4E4;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-white {
    background-color: #ECECEC !important;
}

@media screen and (max-width: 991px){
    .wrap-flyer{
        zoom: 0.5;
    }
}

@media screen and (max-width: 579px){
    .wrap-flyer{
        zoom: 0.3;
    }
}

@media print {
    @page {
        size: letter;
        margin: 0;
    }

    body{
        background-color: #FFF;
    }

    .wrap-flyer {
        width: 100%;
        zoom: 1.1;
        size: letter;
    }

    .wrap-button{
        display: none;
    }
}