.homePg .bgCover {
    background-image: url('../img/home-pgbg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainBg {
    position: relative;
    background-image: url('../img/portrait-background-mobile-320.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 1024px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.mainOffer {
    display: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
    text-align: center;
    padding: 30% 0 0;
    margin: auto;
}

.pt01 {
    font-size: 95px;
    line-height: 74px;
    font-weight: bold;
    color: #fffc01;
}

.pt02 {
    font-size: 27px;
    line-height: 40px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.mainOffer .ctaBtn {
    font-size: 25px;
    line-height: 25px;
    padding: 15px;
    max-width: 250px;
    width: 100%;
    margin: 5px auto;
}

.wnersWrap, .progWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 6px;
    margin: 10px auto;
}

.wnersTitle, .progTitle {
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffc01;
    padding: 0 10px;
    font-size: 15px;
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
}

.wnersBlk, .progBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 6px 6px 0;
}

.wiBlk1 {
    font-size: 14px;
    padding: 0 5px;
    color: #47a0f2;
}

.wiBlk2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2px;
}

.wnersBlkCta {
    display: inherit;
    background-color: #ffb001;
    border-radius: 6px;
    padding: 0px 10px;
    color: #141414;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.progAmt {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #47a0f2;
    margin: auto;
}

.headText{
    color: #78f2ff;
    font-size: 22px;
    font-weight: 600;
}

.infoBox{
    margin: 0 auto;
    width: 100%;
    text-align:center;
}


     .icon-box.light:hover {
        cursor: default;
    }

 .icon-box {
    text-align: center;
    padding: 15px 0px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    background: #0201259c;
    margin-block: 6px;
    border: 2px solid #01b0c2;
    width: 100%;
}

 .icon-box h4 a {
    color: #ffffff;
    transition: ease-in-out 0.3s;
}

 .icon-box h4 {
    color: #ffffff;
    margin-top: 10px;
    line-height: 1;
    font-size: 20px;
}


 .icon-box p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #9EA3A6;
    margin-bottom: 10px;
}


.hpImg {
    -webkit-transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
    opacity: 0.5;
}

#hpinfo .is-active .hpImg {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#hpinfo .is-active .hpImg02 {
    -webkit-animation: swirly 5s linear infinite;
    animation: swirly 5s linear infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-box: fill-box;
}

@-webkit-keyframes swirly {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swirly {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lineEnter {
    opacity: 0;
}

#hpinfo .is-active .lineEnter {
    -webkit-animation: lineFadeIn 1s infinite alternate;
    animation: lineFadeIn 1s infinite alternate;
}


@-webkit-keyframes lineFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes lineFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*-----media queries----------------------------------------------------------------------------------*/
@media (max-width: 320px) and (max-height: 480px) {
    .mainOffer {
        max-width: 230px;
        text-align: left;
        padding: 18% 0 0;
        margin: 5px;
    }

        .mainOffer .ctaBtn {
            font-size: 20px;
            line-height: 20px;
            padding: 10px;
            max-width: 200px;
            margin: 5px 0px;
        }

    .pt01 {
        font-size: 80px;
        line-height: 70px;
    }

    .pt02 {
        line-height: 27px;
    }

    .mainBg {
        background-image: url('../img/landscape-background-med.jpg');
    }
}


@media screen and ( max-height: 480px ) {
    .mainBg {
        background-image: url('../img/portrait-background-mobile-320.jpg');
    }
}

@media (min-width:481px) {

    .infoBox {
    margin: 0 auto;
    width: 33%;
    text-align: center;
}

    .mainOffer .ctaBtn {
        font-size: 20px;
        line-height: 20px;
        padding: 10px;
        max-width: 200px;
    }

    .mainOffer {
        text-align: left;
        max-width: 50%;
        padding: 10% 20px 0;
        margin: 0;
    }

    .pt01 {
        font-size: 100px;
        line-height: 105px;
    }

    .pt02 {
        font-size: 35px;
        line-height: 35px;
    }

    .mainBg {
        background-image: url('../img/landscape-background-med.jpg');
    }

    .mainOffer .ctaBtn {
        margin: 10px 0;
    }
}

@media (min-width:768px) {
    .slots h2 {
        font-size: 27px;
    }

    .wnersProg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px
    }

    .wnersWrap, .progWrap {
        margin: 0;
        width: 100%;
    }

    .mainOffer .ctaBtn {
        font-size: 38px;
        line-height: 35px;
        padding: 20px;
        max-width: 350px;
        width: 100%;
        margin: 15px auto;
    }

    .pt01 {
        font-size: 145px;
        line-height: 140px;
    }

    .mainOffer {
        text-align: center;
        max-width: 700px;
        padding: 15% 0 0;
        margin: auto;
    }

    .mainBg {
        background-image: url('../img/portrait-background-mobile.jpg');
    }
}

@media (min-width:1000px) {
    .wnersTitle, .progTitle {
        font-size: 17px;
    }

    .wiBlk1 {
        font-size: 14px;
    }

    .mainOffer .ctaBtn {
        margin: 5px 0;
    }

    .mainOffer {
        text-align: left;
        max-width: 50%;
        padding: 11% 20px 0;
        margin: 0;
    }

    .pt01 {
        font-size: 180px;
        line-height: 160px;
    }

    .pt02 {
        font-size: 60px;
        line-height: 70px;
    }

    .mainBg {
        background-image: url('../img/landscape-background-med.jpg');
    }
}

@media (min-width:1025px) {

    .progAmt {
        font-size: 30px;
    }

    .wnersTitle, .progTitle {
        font-size: 25px;
    }

    .wiBlk1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
    }


    .mainOffer .ctaBtn {
        font-size: 40px;
        line-height: 30px;
    }

    .pt01 {
        font-size: 230px;
        line-height: 220px;
    }

    .pt02 {
        font-size: 75px;
        line-height: 71px;
    }
}


@media (min-width:1441px) {

    .pt01 {
        font-size: 235px;
        line-height: 215px;
    }

    .pt02 {
        font-size: 80px;
        line-height: 70px;
    }

    .logo {
        max-width: 250px;
    }

    .mainBg {
        background-image: url('../img/landscape-background-lrg.jpg');
        background-size: auto;
    }
}
