/*font-family*/
@font-face {
    font-family: 'hisense_sans_alfabetbold';
    src: url('../fonts2/hisensesansalfabet-bold-webfont.woff2') format('woff2'),
        url('../fonts2/hisensesansalfabet-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hisense_sans_alfabetlight';
    src: url('../fonts2/hisensesansalfabet-light-webfont.woff2') format('woff2'),
        url('../fonts2/hisensesansalfabet-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hisense_sans_alfabetmedium';
    src: url('../fonts2/hisensesansalfabet-medium-webfont.woff2') format('woff2'),
        url('../fonts2/hisensesansalfabet-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hisense_sans_alfabetregular';
    src: url('../fonts2/hisensesansalfabet-regular-webfont.woff2') format('woff2'),
        url('../fonts2/hisensesansalfabet-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

sup {
    vertical-align: super;
    font-size: 18px;
}

/*container*/
.container {
    padding: 0 15px;
    max-width: 1580px;
    margin: 0 auto;
}

img {
    width: 100%;
    height: auto;
}

/* start-header*/
.header {
    position: absolute;
    top: 4.5%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 110px;
    display: block;
}

/*header-end*/
/*start-offer-listing section*/
.offers-listing {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
}

.offers-listing:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1.3%;
    background-image: url('../images/background-layer.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*banner*/
.banner {
    margin-bottom: 28px;
    padding-top: 26px;
}

.banner img {
    width: 100%;
    display: block;
    min-height: 260px;
}

/*listing-block*/
h2 {
    font-size: 34px;
    line-height: 0.95;
    margin-bottom: 7px;
    word-spacing: 7px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(23, 111, 139, 1) 28%, rgba(40, 198, 190, 1) 91%, rgba(0, 212, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'hisense_sans_alfabetbold';
}

.off-purchase {
    font-size: 18px;
    font-family: 'hisense_sans_alfabetmedium';
    word-spacing: 2px;
}

.applicable {
    font-family: 'hisense_sans_alfabetmedium';
}

.coupon-code {
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    background: linear-gradient(90deg, #0d396b 20%, #1a7e93 40%, #26bfb9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'hisense_sans_alfabetbold';
    text-transform: uppercase;
}

p {
    background: linear-gradient(90deg, #061848 20%, #039bae 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-family: 'hisense_sans_alfabetregular';
}

.btn {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(6, 26, 74, 0.9) 18%, #045b7c 44%, #04819a 55%);
    padding: 10px 45px 10px 17px;
    font-family: 'hisense_sans_alfabetmedium';
    color: #fff;
    text-decoration: none;
    border-radius: 3px 3px 13px 13px;
    position: absolute;
    left: 25px;
    bottom: 1px;
    line-height: 1;
}

/* .btn:after{
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    background: url('../images/btn-shadow.png') no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 13px;
} */
.btn:before {
    content: '';
    position: absolute;
    right: 13px;
    top: 26%;
    background: url(../images/arrow-btn.png) no-repeat;
    height: 22px;
    width: 22px;
    background-size: 22px;
}

.offer-box {
    margin-bottom: 50px;
    position: relative;
}

.left-box {
    /* max-width: 800px; */
    width: 100%;
    padding: 8px 0 40px;
    margin-bottom: 30px;
    position: relative;
}

.sub-left-box {
    padding: 15px 10px 30px;
    /* background-color: rgba(245,246,248,0.5); */
    margin-bottom: 5px;
    border-radius: 10px;
}

.right-box {
    /* max-width: 865px; */
    width: 100%;
    padding: 30px 25px 42px;
    display: flex;
    background-color: rgba(224, 228, 232, 0.5);
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    min-height: 200px;
    position: relative;
}

.sub-item {
    display: block;
}

.amazon-offer {
    flex-direction: row-reverse;
}

.custom {
    padding: 0 20px;
}

.deals {
    margin: 30px 0;
    text-align: center;
    /* text-shadow: 2px 0px 4px rgba(0,0,0,0.7); */
}

h3 {
    font-size: 16px;
    font-family: 'hisense_sans_alfabetmedium';
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(23, 111, 139, 1) 28%, rgba(40, 198, 190, 1) 91%, rgba(0, 212, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
}

.hisense-box .left-box {
    padding-top: 30px;
}

.hisense-box .left-box img,
.amazon-offer .left-box img {
    margin-bottom: 12px;
}

/*listing-end*/
/*end-offer-listing section*/
/*footer-start*/
.footer {
    background-color: #00a9a5;
    text-align: center;
    padding: 13px 0;
    margin-top: -52px;
    position: relative;
    z-index: 1;

}

.footer p {
    color: #fff;
    word-break: unset;
    font-size: 12px;
    margin-bottom: 8px;
    font-family: 'hisense_sans_alfabetbold';
    -webkit-text-fill-color: floralwhite;
}

.footer p:last-child {
    margin-bottom: 0;
}

.remove-btn-arrow:before {
    display: none;
}

.remove-btn-arrow {
    padding-left: 20px;
    padding-right: 20px;
}


/*footer-end*/
@media screen and (max-width:767px) {
    .offer-box {
        position: relative;
        margin-bottom: 70px;
    }

    .left-box {
        padding-bottom: 0;
        position: unset;
    }

    .btn {
        bottom: -46px;
    }
}

@media screen and (min-width:768px) {

    /*header-start*/
    .logo {
        margin-left: 3%;
    }

    .logo img {
        width: 150px;
    }

    /*header-end*/
    /*start-listing-block*/
    .offer-box {
        background-image: url('../images/left-background.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        margin-bottom: 30px;
        min-height: 475px;
        border-radius: 10px;
    }

    .offers-listing {
        padding-bottom: 200px;
    }

    .amazon-offer {
        background-image: url('../images/bottom-background.png;');
    }

    .banner {
        margin-bottom: 45px;
    }

    h2 {
        font-size: 42px;
    }

    .off-purchase {
        font-size: 21px;
        padding-right: 28px;
        word-break: break-word;
    }

    .sub-left-box,
    .right-box {
        background-color: transparent;
    }

    .left-box {
        margin-bottom: 0;
    }

    .left-box,
    .right-box {
        width: 50%;
    }

    .right-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .secondary-left {
        min-height: 384px;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-bottom: 0;
    }

    .sub-item {
        display: flex;
    }

    .sub-item .secondary-btn {
        bottom: -54px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .coupon-code {
        font-size: 25px;
    }

    .btn {
        padding: 12px 81px 12px 32px;
        font-size: 24px;
        bottom: 37px;
        border-radius: 5px 5px 15px 15px;
    }

    .remove-btn-arrow {
        padding-right: 36px;
        padding-left: 36px;
    }

    .btn:before {
        right: 25px;
        top: 14%;
        height: 32px;
        width: 32px;
        background-size: 32px;
    }

    /*end-listing-block*/

}

@media screen and (min-width:1024px) {

    /*header-start*/
    .logo img {
        width: 205px;
    }

    /*header-end*/
    /*start-listing-block*/
    h2 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .off-purchase {
        font-size: 25px;
    }

    p {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .coupon-code {
        font-size: 33px;
        margin-bottom: 55px;
    }

    .offer-box {
        min-height: 570px;
    }

    .left-box {
        padding: 15px 15px 40px;
    }

    .btn {
        padding: 19px 107px 19px 51px;
        font-size: 30px;
        bottom: 34px;
        letter-spacing: 1px;
        border-radius: 0 0 25px 25px;
    }

    .share-point .btn,
    .hisense-box .btn {
        padding-right: 51px;
        padding-left: 51px;
    }

    /* .noon-offer .btn{
        bottom: 15px;
    }
    .hisense-box .btn{
        bottom: 18px;
    } */
    .btn:before {
        right: 37px;
        top: 14%;
        height: 43px;
        width: 43px;
        background-size: 43px;
    }

    .image-wrapper {
        padding: 40px;
    }

    .offers-listing {
        padding-bottom: 308px;
    }

    .deals {
        margin-top: 60px;
    }

    /*end-listing-block*/
    /*footer-start*/
    .footer p {
        font-size: 16px;
    }

    /*footer-end*/

}

@media screen and (min-width: 1200px) {

    /*header-start*/
    .logo {
        margin-left: 4%;
    }

    .logo img {
        width: 265px;
    }

    /*header-end*/
    /*start-listing-block*/
    h2 {
        font-size: 74px;
        margin-bottom: 22px;
    }

    .off-purchase {
        font-size: 28px;
    }

    p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .coupon-code {
        font-size: 40px;
    }

    .offer-box {
        min-height: 620px;
    }

    .image-wrapper {
        padding: 40px 70px;
    }

    .btn {
        padding: 25px 179px 25px 80px;
        font-size: 43px;
        bottom: 16px;
    }

    /* .share-point .btn:before,.hisense-box .btn:before{
        right: 23px;
    } */
    .btn:before {
        right: 59px;
        top: 14%;
        height: 65px;
        width: 65px;
        background-size: 65px;
    }

    .deals {
        margin-top: 90px;
    }

    h3 {
        font-size: 24px;
    }

    /*end-listing-block*/
    /*footer-start*/
    .footer {
        padding: 22px 0;
    }

    .footer p {
        font-size: 20px;
        margin-bottom: 12px;
    }

    /*footer-end*/
}

@media screen and (min-width: 1600px) {

    /*header-start*/
    .logo {
        margin-left: 2.2%;
    }

    .logo img {
        width: 280px;
    }

    /*header-end*/
    /*start-listing-block*/
    .banner {
        margin-bottom: 60px;
    }

    .amazon-offer {
        margin-left: -55px;
        margin-right: 20px;
    }

    h2 {
        font-size: 89px;
        margin-bottom: 35px;
    }

    p {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .coupon-code {
        font-size: 43px;
    }

    .offer-box {
        min-height: 633px;
        margin-bottom: 63px;
    }

    .btn {
        padding: 31px 165px 31px 65px;
        font-size: 65px;
        bottom: -15px;
    }

    .share-point .btn,
    .hisense-box .btn {
        padding-right: 60px;
        padding-left: 60px;
        bottom: -14px;
    }

    .noon-offer .btn {
        bottom: -13px;
    }

    .noon-offer {
        margin-bottom: 130px;
    }

    .hisense-box .btn {
        bottom: -13px;
    }

    .btn:before {
        right: 50px;
        top: 16%;
        height: 84px;
        width: 84px;
        background-size: 84px;
    }

    .deals {
        margin-top: 110px;
    }

    h3 {
        font-size: 31px;
    }

    /*end-listing-block*/
    /*footer-start*/
    .footer {
        padding: 32px 0;
    }

    /*footer-end*/
}

@media screen and (min-width: 1650px) and (max-width: 1798px) {
    .logo {
        margin-left: 0;
    }
}

@media screen and (min-width: 1799px) {

    /* .header {
        top: 70px;
    }   */
    .logo {
        margin-left: 17px;
    }

    .logo img {
        width: 350px;
    }

    .offers-listing:before {
        height: 2.5%;
    }

    .banner {
        padding-top: 67px;
        margin-bottom: 80px;
    }

    .container {
        padding: 0;
        max-width: 1585px;
    }

    .sub-left-box {
        padding: 33px 0px 0px 15px;
    }

    h2 {
        line-height: 0.9;
        letter-spacing: -1px;
        word-spacing: 9.1px;
        margin-bottom: 9px;
    }

    .off-purchase {
        margin-left: 8px;
        letter-spacing: 0.1px;
        word-spacing: 2px;
        padding-right: 48px;
        margin-bottom: 17px;
    }

    .applicable {
        line-height: 1.2;
        letter-spacing: -0.1px;
        margin-bottom: 16px;
    }

    .total-amount {
        line-height: 1.3;
        word-spacing: 1px;
        margin-bottom: 18px;
    }

    p {
        margin-left: 8px;
    }

    .coupon-code {
        word-spacing: -4px;
    }

    .left-box {
        width: 50.5%;
        padding: 15px 0px 40px 15px
    }

    .right-box {
        width: 49.5%;
    }

    .btn {
        padding: 26px 186px 35px 77px;
        left: 45px;
        bottom: -14px;
        letter-spacing: -1px;
        border-radius: 0 0 38px 38px;
    }

    .btn:before {
        right: 37px;
        top: 15%;
    }

    .image-wrapper {
        padding: 38px 33px 0 16px;
    }

    .offer-box {
        margin-bottom: 42px;
    }

    .amazon-offer {
        margin-left: -64px;
        margin-right: 74px;
        margin-bottom: 67px;
    }

    .amazon-offer h2 {
        padding-left: 10px;
        letter-spacing: -1.5px;
        margin-bottom: -3px;
    }

    .amazon-offer .off-purchase {
        margin-left: 9px;
    }

    .amazon-offer .total-amount {
        padding-right: 40px;
    }

    .amazon-offer .right-box .image-wrapper {
        padding: 64px 43px 0 72px;
    }

    .amazon-offer .secondary-btn {
        left: 84px;
        bottom: -14px;
    }

    .noon-offer h2 {
        margin-bottom: 2px;
        padding-left: 3px;
        letter-spacing: -1.6px;
        padding-top: 4px;
    }

    .noon-offer .off-purchase {
        margin-left: 0;
        margin-bottom: 19px
    }

    .noon-offer p {
        margin-left: 0;
    }

    .noon-offer {
        margin-bottom: 80px;
    }

    .noon-offer .total-amount {
        padding-right: 50px;
    }

    .noon-offer .right-box {
        padding: 0 54px 75px 94px;
    }

    h3 {
        font-size: 39px;
        padding: 0 0 0 24px;
    }

    .share-point .left-box {
        display: block;
    }

    .share-point .left-box .image-wrapper {
        padding: 63px 33px 0 68px;
    }

    .share-point .left-box img {
        margin-bottom: 9px;
    }

    .share-point .btn,
    .hisense-box .left-box .btn {
        bottom: -13px;
        left: 50px;
    }

    .share-point .right-box {
        display: block;
        padding: 179px 9px 0px 27px;
    }

    .hisense-box .left-box .image-wrapper {
        padding: 70px 180px 0 66px;
    }

    .hisense-box .left-box img {
        margin-bottom: 9px;
    }

    .hisense-box .left-box h3 {
        padding-right: 10px;
    }

    .hisense-box .right-box {
        padding: 0;
    }

    .hisense-box .right-box .image-wrapper {
        padding: 16px 104px 11px 26px;
    }

    .deals {
        margin-top: 84px;
        letter-spacing: 3px;
        word-spacing: 5px;
        line-height: 1.35;
        font-size: 105px;
        padding: 0px 16px 0 8px;
        font-weight: normal;
    }

    .footer p {
        font-size: 23px;
        font-weight: normal;
        margin-bottom: 8px;
        line-height: 0.9;
        padding-left: 30px;
        padding-right: 15px;
    }

    .footer {
        padding: 30px 0 30px;
        margin-top: -87px;
    }


}

