@font-face {
    font-family: 'Days One';
    src: url(../fonts/DaysOne-Regular.ttf);
}
@font-face {
    font-family: 'Switzerland';
    src: url(../fonts/SWITZB.TTF);
}
@font-face {
    font-family: 'Switzerland Black';
    src: url(../fonts//SWZBLKI.TTF);
}
*{
    margin: 0;
    padding: 0;
}

.html,body{
    width:100%;
}

.container{
    display: flex;
    color: #fff;
}

.checkOfferBackground{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #009ade;
}

.margin{
    background-image: linear-gradient(90deg, #009ade 0%, rgba(0,154,222,0) 15%, rgba(0,154,222,0) 85%, #009ade 100%);
    width: 100%;
    height: 100%;
    position: fixed;
}

.trapezoid {
    border-top: 243vw solid #005c97;
    border-left: 38vw solid transparent;
    right: 0px;
    top: 0px;
    bottom: 0;
    position: fixed;
    box-sizing: border-box;
}

.bg500{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    font-family: 'Days One';
    color: rgba(255, 255, 255, 0.2);
    font-size: 56vw;
}

.textCont{
    width: 100%;
    overflow-y: scroll;
    position: relative;
    padding-top: 11%;
    padding-left: 8%;
    z-index: 1;
    overflow: hidden;
}

.cashback{
    font-size: 7.25rem;
    font-family: 'Switzerland Black';
    font-weight: 800;
    filter: drop-shadow(-1.584px 12.903px 12px rgba(0,92,154,0.19));
}

.parent{
    display: flex;
    width: 50%;
}

.t500{
    font-size: 20.688rem;
    line-height: 16.688rem;
    font-family: "Days One";
    filter: drop-shadow(-1.584px 12.903px 12px rgba(0,92,154,0.19));
}

.pln{
    font-size: 3.813rem;
    font-family: "Days One";
    filter: drop-shadow(-1.584px 12.903px 12px rgba(0,92,154,0.19));
}

.start{
    margin-top: 2.5rem;
    font-size: 52px;
    letter-spacing: 10px;
    line-height: 52px;
    font-weight: bold;
    font-family: "Switzerland";
    filter: drop-shadow(-1.584px 12.903px 12px rgba(0,92,154,0.19));
}

.buttonCont{
    padding: 2rem 6.25rem 2rem 6.25rem;
    font-size: 2.7rem;
    letter-spacing: 0.375rem;
    line-height: 1.438rem;
    border: none;
    font-weight: bold;
    font-family: "Switzerland";
    z-index: 1;
    border-radius: 3.25rem 0 3.25rem 0;
    background-color: #fff32a;
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
}

.buttonCont a{
    text-decoration: none;
    color: inherit;
}

.code{
    font-size: 27px;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: "Switzerland";
}

.yellow{
    color: #fff32a;
}

.girlCont{
    position: fixed;
    max-height: 100%;
    width: 57%;
}

.girl {
    width: inherit;
    position: fixed;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    .mobile500{
        display: none;
    }
}

@media only screen and (max-width: 1517) and (max-height: 1014) {
    .t500{
        font-size: 20.688rem;
        line-height: 16.688rem;
    }
    
    .pln{
        font-size: 3.813rem;
    }
    
    .start{
        margin-top: 2.5rem;
        font-size: 52px;
        letter-spacing: 10px;
        line-height: 52px;
    }
    
    .buttonCont{
        padding: 2rem 6.25rem 2rem 6.25rem;
        font-size: 2.7rem;
        letter-spacing: 0.375rem;
        line-height: 1.438rem;
        border-radius: 3.25rem 0 3.25rem 0;
        margin-top: 3.125rem;
        margin-bottom: 3.75rem;
    }
    
    .code{
        font-size: 27px;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 1200px) {
    .bg500{
        text-align: center;
    }
    .mobile500 {
        font-size: 95vw;
        line-height: 74vw;
    }
    .desktop500{
        display: none;
    }

    .trapezoid{
        border-bottom: 67vw solid #005c97;
        border-left: 132vw solid transparent;
        right: 0;
        border-top: 0;
    }

    .textCont {
        margin-top: 5%;
        margin-left: 5%;
    }

    .cashback{
        font-size: 10vw;
    }

    .t500{
        font-size: 27.949vw;
        line-height: 22.564vw;
    }
    
    .pln{
        font-size: 7.436vw;
    }
    
    .start{
        margin-top: 0.5rem;
        font-size: 7vw;
        letter-spacing: 4px;
        line-height: 7vw;
    }
    
    .buttonCont{
        padding: 1rem 4.25rem 1rem 3.25rem;
        font-size: 6.154vw;
        letter-spacing: 0.375rem;
        line-height: 1.438rem;
        border-radius: 1.5rem 0 1.5rem 0;
    }
    
    .code{
        font-size: 27px;
        letter-spacing: 3px;
    }

    .girl{
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0%);
    }

    .girlCont{
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
   .textCont {
        padding-top: 0;
    }
    
    .buttonCont{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .code{
        font-size: 19px;
    }
}