body {

    min-height: 100%;
    color: #fff;
    font-family: 'Inter';
    background-color: #000;
    overflow: auto;
    --minContent: 0;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: STRETCH;
}

body::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    pointer-events: none;
    /* don't block clicks */
    background: none;

    z-index: 9;
    /* make sure it's above page content */
}

body.scrolled::after {
    background: linear-gradient(to top, rgba(100, 93, 192, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}


.container {
    margin: 0px;
    padding: 0px;
    ;
}

.subscribe-plan {
    align-self: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 0.75;
    letter-spacing: 0px;
    z-index: 2;
    /* background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%) top left / auto auto no-repeat; */
    background: linear-gradient(180deg, #fff 0%, #00000000 100%) top left / auto auto no-repeat;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    --minContent: 254;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.btn-subscribe {
    width: 118px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    letter-spacing: -0.14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 20px;
    --minContent: 118;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}



/* card-a */

.card-a {

    top: 24px;
    left: 0;
    width: 128px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--blue-50);
    padding-bottom: 2px;
    border: 1px solid #fff;
    border-radius: 16px;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: HUG;
}

.card-text1 {
    margin: 0 -1px;
    text-align: center;
    --minContent: 126;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

/* end card-a*/




/* column-a */

.column-a {
    margin: -1px -1px 0 -1px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: left;
    background: linear-gradient(90deg, #043df4 0%, #704eff 100%) top left / auto auto no-repeat;
    padding: 38px 6px 12px 8px;
    border-radius: 16px;
    --minContent: 126;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}

.column-text {
    font-size: 12px;
    font-weight: 500;
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.column-text-top {
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.column-title {
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

/* end column-a*/


.recharge-travel-rect {

    width: 128px;
    height: 136px;
    border: 1px solid #2667ff;
    border-radius: 16px;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-btn-at {

    top: 0;
    left: 74px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    color: var(--orange-600);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    background-color: var(--black-100);
    padding: 4px 13px 4px 12px;
    border-radius: 12px;
    --minContent: 65;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}



/* card-b */

.card-b {

    left: 0;
    width: 128px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--orange-50);
    padding-bottom: 2px;
    border: 1px solid #fff;
    border-radius: 16px;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: HUG;
}

.card-card-myntra-discount {
    margin: -1px -1px 0 -1px;
    color: var(--black-100);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    background: linear-gradient(0deg, #ae282e 0%, #ff5230 100%) top left / auto auto no-repeat;
    padding: 96px 8px 12px 8px;
    border-radius: 16px;
    --minContent: 126;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}

.card-text2 {
    margin: 0 -1px;
    color: var(--orange-600);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    --minContent: 126;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

/* end card-b*/




/* logo-a */

.logo-a {
    border: 1px solid #fff;
    border-radius: 16px;
    --minContent: 128;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.logo-group {
    margin: 0 auto;
    --minContent: 106;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

/* end logo-a*/


.img {
    width: 180px;
    flex-shrink: 0;
    border-radius: 12px;
    --minContent: 193;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}



/* column-b */

.column-b {
    display: flex;
    flex-direction: column;
    --minContent: 127;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.column-text-3-months {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    --minContent: 127;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.column-text2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    --minContent: 127;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

/* end column-b*/


._16-ott-rect {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    aspect-ratio: 1 / 1;
    border: 1px solid #2667ff;
    border-radius: 8px;
    --minContent: 56;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.iocn {
    width: 32px;
    flex-shrink: 0;
    align-self: center;
    --minContent: 43;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.subtitle-b {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    --minContent: 135;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.text-a {
    font-size: 14px;
    --minContent: 135;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.btn-view-more {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 9px;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    padding: 4px 5px;
    border: 0.5px solid #fff;
    border-radius: 12px;
    background-color: transparent;
    --minContent: 69;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.col2 {

    top: 165px;
    left: 50%;
    translate: -50% 0;
    width: 232px;
    display: flex;
    flex-direction: column;
    gap: 58px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 113px;
    --minContent: 232;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
}

.top-blur {

    top: 0;
    left: 0;
    right: 0;
    filter: blur(0px);
    height: 413px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, #ff5230 48%, #a556fb 85%) top left / auto auto no-repeat;
    --minContent: 151;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 55%), linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 45%);
    mask-composite: intersect;
    width: 100vw;
    left: -40%;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.subtitle3 {

    z-index: 2;
    margin: -9px -41px 0 -41px;
    --minContent: 232;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;


    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.5px;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 1.5s;
}

.subtitle3 .bold {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 116.667% */
    letter-spacing: -0.5px;
}

.go-vip-logo {

    z-index: 1;
    margin: 33px 24px 40px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-family: 'ITC Garamond Std';
    font-style: italic;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 2px;
    --minContent: 232;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.go-vip-logo-text {
    /* text-shadow: -0.1px -0.1px 0px #fff, 0.1px -0.1px 0px #fff, 0.1px 0.1px 0px #fff, -0.1px 0.1px 0px #fff; */
    --minContent: 147;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: fadeIn 1.5s ease-in forwards;
    animation-delay: 1.5s;
}

.go-vip-logo-line {

    top: 64px;
    left: -21px;
    rotate: 180deg;
    transform-origin: 50% 50%;
    width: 32px;
    height: 0;
    --minContent: 32;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.go-vip-logo-center {
    margin-left: -1px;
    margin-top: -6px;
    width: 96px;
    height: 52px;
    flex-shrink: 0;
    --minContent: 95;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 1s;
}

.go-vip-logo-text1 {
    margin-left: -1px;
    margin-top: 6px;
}

.go-vip-logo-text-bottom {
    align-self: stretch;
}

.btn-inclusions {
    font-size: 20px;
    line-height: 16px;
    font-weight: 300;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    margin-left: 1px;
    width: 101px;
    display: flex;
    justify-content: center;
    align-self: center;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: 0px;
    text-align: center;
    background-color: #0c0c0c;
    padding: 12px 8px 10px 8px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    --minContent: 102;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: fadeIn 3s ease-in forwards;
    animation-duration: 1s;
    animation-delay: 1.5s;
    opacity: 0;
}

.col3 {

    top: 1830px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: url(../assets/col.png) center / contain no-repeat;
    padding-top: 286px;
    padding-bottom: 371px;
    --minContent: 360;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}

.subtitle-a {
    margin: 34px 11px 0 11px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    --minContent: 360;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    z-index: 2;
    position: relative;
}



/* component-a */

.component-a {
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans';
    line-height: 1;
    letter-spacing: 0px;
    overflow: hidden;
    --minContent: 0;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.component-brand1 {
    margin-right: -1480px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    --minContent: -1016;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    margin-right: 0 !important;
    /* remove big negative margin */
    padding: 0 8px !important;
    /* reduce padding if needed */
    flex: 1 1 auto;
    /* let it shrink/grow properly */
    max-width: 100vw;
    /* prevent overflow */
    box-sizing: border-box;
}

.component-brand2 {

    padding-left: 64px;
    padding-bottom: 64px;
    --minContent: 136;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.component-text1 {

    z-index: 2;
    margin-left: auto;
    width: 72px;
    padding: 18px 15px;
    --minContent: 72;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MAX;
    --pConstraintVertical: MIN;
}

.component-graphic1 {

    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    aspect-ratio: 9140338 / 9077561;
    --minContent: 47;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: CENTER;
}

.component-col1 {

    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    --minContent: 42;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.component-subtitle1 {
    width: 100%;
    text-align: left;
    --minContent: 42;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: MIN;
}

.component-text-off1 {
    width: 100%;
    text-align: center;
    --minContent: 42;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: MIN;
}

.component-brand3 {

    color: #dd17aa;
    text-align: center;
    padding-left: 64px;
    padding-bottom: 64px;
    --minContent: 136;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.component-logo {

    top: 24px;
    left: 0;
    background-color: #dd17aa;
    padding: 73px 10px 15px 10px;
    border: 1px solid #fff;
    border-radius: 16px;
    --minContent: 128;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.component-group {
    margin: 0 auto;
    width: 106px;
    aspect-ratio: 60490588 / 12547261;
    --minContent: 106;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.component-text2 {

    z-index: 2;
    margin-left: auto;
    width: 72px;
    padding: 18px 20px 18px 21px;
    --minContent: 72;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MAX;
    --pConstraintVertical: MIN;
}

.component-graphic2 {

    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    aspect-ratio: 9140338 / 9077561;
    --minContent: 47;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: CENTER;
}

.component-col2 {

    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    --minContent: 31;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.component-subtitle2 {
    width: 100%;
    --minContent: 31;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: MIN;
}

.component-text-off2 {
    width: 100%;
    --minContent: 31;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: MIN;
}

/* end component-a*/

.subscription-plans {
    /* background: linear-gradient(to right,
            rgba(38, 103, 255, 0.6) 0%,
            rgba(38, 103, 255, 0) 15%,
            rgba(38, 103, 255, 0) 85%,
            rgba(38, 103, 255, 0.6) 100%),
        #000; */
    background: linear-gradient(180deg, #000000 0%, rgb(38 103 255) 20%, rgb(38 103 255) 25%, rgb(38 103 255) 40%, rgb(0 0 0) 97%);
    ;
    /* background: linear-gradient(to right, rgba(38, 103, 255, 0.6) 0%, rgba(38, 103, 255, 0) 30%, rgba(38, 103, 255, 0) 70%, rgba(38, 103, 255, 0.6) 100%), #000;; */
    padding: 10px 0px;
}

.blur-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 1958px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: blur(60px);
    pointer-events: none;
    clip-path: polygon(20% 0, 80% 0, 100% 100%, 24 100%);
    z-index: 2;
    width: 100%;
    height: 477px;
}

.orange-shadow {
    background: linear-gradient(to right, #ff523099 0%, rgba(38, 103, 255, 0) 15%, rgba(38, 103, 255, 0) 85%, #ff523099 100%), #000
}

.subscribe-plan1 {
    margin: 45px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    --minContent: 286;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    z-index: 2;
    position: relative;
}

.subscribe-plan-subscribe-plan-subscribe-plan {
    margin-left: -1px;
}

.subscribe-plan-now1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-shrink: 0;
    line-height: 1;
}

.subscribe-plan-img-circle-a {

    top: 92px;
    width: 24px;
    border-radius: 50%;
    --minContent: 24;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-msg1 {

    top: 12px;
    right: 10px;
    --minContent: 84;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
    padding: 5px;
    border-radius: 37px;
    border: 0.5px solid var(--Highlight-Purple-Gradient-100, #043DF4);
}

.subscription-saperator {
    border-top: 2px solid transparent;
    border-image: linear-gradient(to right, transparent, #c3c8d2, transparent) 1;

    top: 73px;
    left: 0px;
    width: 100%;
}


.subscription-saperator2 {
    border-top: 2px solid transparent;
    border-image: linear-gradient(to right, transparent, #c3c8d2, transparent) 1;

    bottom: 40px;
    left: 0px;
    width: 100%;
}

.subscribe-plan-text-validity1 {

    top: 24px;
    left: 126px;
    --minContent: 42;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-one-month {

    top: 40px;
    left: 126px;
    --minContent: 64;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-starter {

    top: 16px;
    left: 20px;
    --minContent: 54;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-title1 {

    top: 36px;
    left: 20px;
    --minContent: 61;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-plus-6-more {

    top: 99px;
    left: 122px;
    --minContent: 48;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-btn1 {

    top: 89px;
    right: 10px;
    font-weight: 600;
}

.subscribe-plan-img1 {

    top: 92px;
    left: 16px;
    width: 24px;
    --minContent: 24;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-img-circle1 {
    left: 42px;
}

.subscribe-plan-img-circle2 {
    left: 68px;
}

.subscribe-plan-circle {
    left: 94px;
    height: 24px;
    background-color: #fff;
}

.subscribe-plan-symbol {

    top: 77%;
    left: 25%;
    margin-left: 0px;
    margin-top: 0px;
    width: 20px;
    --minContent: -38;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: CENTER;
    translate: 0% 0%;
}

.subscribe-plan2 {
    margin: 45px 16px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    --minContent: 296;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.subscribe-plan-subscribe-plan {
    margin-left: 4px;
}

.subscribe-plan-now2 {

    flex-shrink: 0;
    line-height: 1;
    --minContent: 0;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

/* .subscribe-plan-row{
    background-image: url(../../assets/images/line.png);
    background-position: top;
} */
.borderImg {
    width: 80%;
    height: 1px;

    top: 76px;
    z-index: 11;
    left: 30px;
}

.subscribe-plan-row {

    top: 89px;
    left: 16px;
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-weight: 600;
    letter-spacing: -0.12px;
    --minContent: 300;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-img {
    margin-top: 3px;
    width: 24px;
    flex-shrink: 0;
    --minContent: 24;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-img-circle-b {
    margin-top: 3px;
    width: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    --minContent: 24;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-plus-16-more {
    margin-left: 4px;
    margin-top: 9px;
    --minContent: 58;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-btn2 {
    margin-left: 55px;
    flex-shrink: 0;
}

.subscribe-plan-text-msg2 {

    top: 12px;
    right: 10px;
    --minContent: 80;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
    padding: 5px;
    border-radius: 37px;
    border: 0.5px solid var(--Highlight-Purple-Gradient-100, #043DF4);
}

.subscribe-plan-text-platinum {

    top: 16px;
    left: 20px;
    --minContent: 67;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-title2 {

    top: 36px;
    left: 20px;
    --minContent: 62;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-validity2 {

    top: 24px;
    left: 133px;
    --minContent: 42;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subscribe-plan-text-monthly {

    top: 40px;
    left: 133px;
    --minContent: 111;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.subtitle4 {
    margin: 0px 11px 0 11px;
    text-align: center;
    --minContent: 360;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    z-index: 2;
    position: relative;
}

.recharge-travel {
    margin-right: -888px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    padding: 0 16px;
    --minContent: -424;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    margin-right: 0 !important;
    /* remove big negative margin */
    padding: 0 8px !important;
    /* reduce padding if needed */
    flex: 1 1 auto;
    /* let it shrink/grow properly */
    max-width: 100vw;
    /* prevent overflow */
    box-sizing: border-box;
}

.recharge-travel-flight {

    width: 152px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    --minContent: 152;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.card4 .col .column-text-bottom {
    margin-top: 12px;
}

.recharge-travel-rect1 {
    top: 24px;
    left: 0;
}

.recharge-travel-artboard1 {

    top: -39px;
    left: 12px;
    width: 156px;
    max-width: none;
    --minContent: 156;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.recharge-travel-hotel {

    width: 152px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    --minContent: 152;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.card5 .col .column-text-bottom {
    margin-top: 12px;
}

.recharge-travel-rect2 {
    top: 24px;
    left: 0;
}

.recharge-travel-artboard2 {

    top: -6px;
    right: -1px;
    width: 93px;
    --minContent: 93;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MAX;
    --pConstraintVertical: MIN;
}

.recharge-travel-mobile {

    margin-top: 24px;
    flex-shrink: 0;
    background-color: var(--blue-50);
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.card6 {

    top: -1px;
    left: -1px;
    margin-left: unset;
    margin-right: unset;
    margin-top: unset;
    width: 128px;
}

.card6 .column-text-top {
    margin-right: 2px;
}

.card6 .column-title {
    margin-right: 2px;
}

.card6 .column-text1 {
    margin-right: 2px;
}

.card6 .column-text-bottom {
    margin-top: 12px;
}

.recharge-travel-text {

    top: 120px;
    left: 50%;
    translate: -50% 0;
    width: max-content;
    text-align: center;
    --minContent: 111;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.recharge-travel-rect3 {
    top: -1px;
    left: -1px;
}

._20-plus-brands-offers {
    margin: 10px -889px 0 1px;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    padding: 14px 16px 0 16px;
    --minContent: -400;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    margin-right: 0 !important;
    /* remove big negative margin */
    padding: 0 8px !important;
    /* reduce padding if needed */
    flex: 1 1 auto;
    /* let it shrink/grow properly */
    max-width: 100vw;
    /* prevent overflow */
    box-sizing: border-box;
}

._20-plus-brands-offers-chip1 {

    width: 128px;
    height: 146px;
    flex-shrink: 0;
    line-height: 1;
    text-align: left;
    --minContent: 146;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

._20-plus-brands-offers-group1 {

    top: 10px;
    left: 0;
    color: var(--black-100);
    background-color: var(--orange-50);
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
}

._20-plus-brands-offers-rect {

    top: -1px;
    left: -1px;
    width: 128px;
    height: 120px;
    background: linear-gradient(0deg, #ae282e 0%, #ff5230 100%) top left / auto auto no-repeat;
    border-radius: 16px;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-text-flat {

    top: 73px;
    left: 7px;
    --minContent: 25;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-text {

    top: 92px;
    left: 64px;
    font-size: 12px;
    font-weight: 500;
    --minContent: 24;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-text-worth-of {

    top: 120px;
    left: 50%;
    translate: -50% 0;
    width: max-content;
    color: var(--orange-600);
    text-align: center;
    --minContent: 68;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-title {

    top: 83px;
    left: 7px;
    --minContent: 57;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-group2 {

    top: -1px;
    left: -1px;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
}

._20-plus-brands-offers-group3 {

    top: 7px;
    left: 7px;
    width: 52px;
    height: 48px;
    background-color: var(--orange-800);
    border-radius: 8px;
    --minContent: 52;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-symbol1 {

    top: 38%;
    left: 4%;
    width: 92%;
    --minContent: 31;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: SCALE;
}

._20-plus-brands-offers-group4 {

    z-index: 2;
    top: 49px;
    left: 68px;
    width: 78px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --minContent: 78;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-group5 {

    margin-left: -3px;
    margin-top: -3px;
    height: 58px;
    flex-shrink: 0;
    padding-right: 3px;
    padding-bottom: 3px;
    --minContent: 51;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-symbol2 {

    top: 5%;
    left: 4%;
    width: 96%;
    --minContent: 51;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: SCALE;
}

._20-plus-brands-offers-symbol3 {

    z-index: 1;
    height: 100%;
    --minContent: 51;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: SCALE;
}

._20-plus-brands-offers-btn-at1 {
    z-index: 3;
}

._20-plus-brands-offers-chip2 {

    margin-left: 6px;
    width: 152px;
    height: 146px;
    flex-shrink: 0;
    --minContent: 158;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.card7 {
    top: 10px;
}

._20-plus-brands-offers-group6 {

    top: 10px;
    left: 0;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
}

._20-plus-brands-offers-group7 {

    top: 7px;
    left: 7px;
    background-color: var(--black-100);
    padding: 12px 9px 12px 8px;
    border-radius: 8px;
    --minContent: 52;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-group8 {
    margin: 0 auto;
    width: 35px;
    height: 24px;
    --minContent: 35;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-btn-at2 {
    line-height: 1;
}

._20-plus-brands-offers-clothing {

    top: 27px;
    left: 60px;
    width: 92px !important;
    --minContent: 92;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-chip3 {

    opacity: 0.3;
    margin-top: 10px;
    width: 152px;
    height: 136px;
    flex-shrink: 0;
    overflow: hidden;
    --minContent: 152;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.card8 {
    top: 0;
}

._20-plus-brands-offers-group9 {

    top: 0;
    left: 0;
    --minContent: 128;
    --hSizing: FIXED;
    --vSizing: FIXED;
}

._20-plus-brands-offers-layer {

    top: 7px;
    left: 7px;
    width: 52px;
    background-color: #ec5b24;
    padding: 12px 1px;
    border-radius: 8px;
    --minContent: 52;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-clip-path {
    --minContent: 33;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

._20-plus-brands-offers-symbol4 {

    top: 22px;
    left: 36px;
    width: 120px;
    --minContent: 120;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.gift-card .logo1 {

    top: 24px;
    left: 0;
    background-color: #0078ae;
    padding: 59px 10px 19px 10px;
}

.gift-card .logo1 .logo-group {
    width: 106px;
    aspect-ratio: 14903907 / 4501013;
}

.gift-card .brand {
    margin-top: 24px;
    background-color: #010202;
    padding: 67px 16px 15px 17px;
}

.gift-card .brand .logo-group {
    width: 93px;
    height: 28px;
}

.subtitle7 {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 75px;
    position: relative;

}

.subtitle7::after {
    content: "";
    position: absolute;
    bottom: -25px;
    z-index: 111;
    width: 100%;
    height: 1px;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../assets/images/line.png');

}


.moives-showcase {

    z-index: 4;
    top: 967px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 140px;
    --minContent: 360;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}



/* component-b */

.component-b {
    container: component-b / inline-size;

    z-index: 3;
    top: 364px;
    right: 0;
    width: calc(100% - 0px);
    height: 108px;
    max-width: 434px;
    overflow: hidden;
    --minContent: 611;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MAX;
    --pConstraintVertical: MIN;
}

.component-row1 {

    top: 0;
    left: 16px;
    right: -1238px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 16px;
    --minContent: 611;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    margin-right: 0 !important;
    /* remove big negative margin */
    padding: 0 8px !important;
    /* reduce padding if needed */
    flex: 1 1 auto;
    /* let it shrink/grow properly */
    max-width: 100vw;
    /* prevent overflow */
    box-sizing: border-box;
}

/* end component-b*/




/* component-c */

.component-c {
    container: component-c / inline-size;

    z-index: 2;
    margin-right: 0px;
    height: 108px;
    flex-shrink: 0;
    --minContent: 328;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.component-row2 {

    top: 0;
    left: 16px;
    right: 0px;
    display: flex;
    align-items: center;
    gap: 16px;
    --minContent: 402;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    margin-right: 0 !important;
    /* remove big negative margin */
    padding: 0 8px !important;
    /* reduce padding if needed */
    flex: 1 1 auto;
    /* let it shrink/grow properly */
    max-width: 100vw;
    /* prevent overflow */
    box-sizing: border-box;
}

/* end component-c*/


.moives-showcase-rect {

    top: 0;
    left: 0;
    right: 0;
    height: 488px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%) top left / auto auto no-repeat;
    --minContent: 234;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.moives-showcase-big-carousel {

    z-index: 1;
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    gap: 138px;
    background: url('../../assets/images/template/moives-showcase-big-carousel.png') top left / cover no-repeat;

    padding: 16px 12px 13px 12px;
    border-radius: 16px;
    --minContent: 360;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.moives-showcase-jio-hotstar {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: start;
    aspect-ratio: 36880496 / 9273823;
    --minContent: 99;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.moives-showcase-group1 {

    width: 27px;
    height: 25px;
    flex-shrink: 0;
    background-image: linear-gradient(311deg, #f50181 1%, #eb0589 9%, #d20fa0 20%, #aa21c5 35%, #8333ea 48%, #4e64f2 64%, #258cf9 78%, #0ba4fd 90%, #02aeff 97%);
    --minContent: 27;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.moives-showcase-graphic {

    top: 11%;
    left: 9%;
    width: 81%;
    --minContent: 14;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: SCALE;
}

.moives-showcase-group2 {
    margin-top: 7px;
    width: 69px;
    height: 11px;
    flex-shrink: 0;
    --minContent: 69;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.moives-showcase-text {
    --minContent: 328;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.group {

    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    position: relative;
}

._20-plus-ott-offers {
    background: #2667ff;
    padding: 4px;
    /* top: 0;
    left: -2px;
    right: -2px; */
    display: flex;
    flex-direction: column;
    letter-spacing: 0px;
    --minContent: 364;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    z-index: 2;
    position: relative;
}

._20-plus-ott-offers-blue-light-down {
    filter: blur(0px);
    height: 117px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77%, #2667ff 129%) top left / auto auto no-repeat;
    --minContent: 237;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

._20-plus-ott-offers-blue-light2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 79%, #2667ff 126%) top left / auto auto no-repeat
}

._20-plus-ott-offers-4-logo {
    margin: 0 2px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #2667ff;
    padding: 2px;
    --minContent: 364;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

._20-plus-ott-offers-row-top {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    --minContent: 356;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}



/* card-c */

.card-c {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    /* height: fit-content; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    background-color: #0c0c0c;
    padding: 12px 0;
    border-radius: 8px;

}

.ottImgSec {
    height: 60px;
    display: flex;
}

.card-prime {
    flex-shrink: 0;
    align-self: center;
    --minContent: 86;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

/* end card-c*/


.card-left1 {
    padding-left: 24px;
    padding-right: 26px;
}

.card-left1 .card-prime {
    margin-left: 2px;
    width: 85px;
    aspect-ratio: 2454542 / 1622987;
}

.card-right1 {
    padding-left: 26px;
    padding-right: 24px;
}

.card-right1 .card-prime {
    margin-left: -1px;
    width: 68px;
    aspect-ratio: 39 / 32;
}

._20-plus-ott-offers-row-bottom {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    --minContent: 356;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}

.card-left2 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
    background-color: #0c0c0c;
    padding: 11px 25px 11px 23px;
    border: 1px solid #000;
    border-radius: 8px;
    --minContent: 177;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.card-left-jio-hotstar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    align-self: center;
    aspect-ratio: 6402130 / 3670007;
    --minContent: 98;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.card-left-group1 {

    width: 38px;
    height: 35px;
    flex-shrink: 0;
    background-image: linear-gradient(311deg, #f50181 1%, #eb0589 9%, #d20fa0 20%, #aa21c5 35%, #8333ea 48%, #4e64f2 64%, #258cf9 78%, #0ba4fd 90%, #02aeff 97%);
    --minContent: 38;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.card-left-graphic {

    top: 11%;
    left: 10%;
    width: 81%;
    --minContent: 20;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: SCALE;
}

.card-left-group2 {
    width: 98px;
    height: 16px;
    flex-shrink: 0;
    --minContent: 98;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.card-right2 {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
    background-color: #0c0c0c;
    padding: 12px 24px 12px 26px;
    border-radius: 8px;
    --minContent: 177;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: MAX;
    --pConstraintVertical: MIN;
}

.card-right-symbol {
    margin-left: -1px;
    /* width: 24%; */
    flex-shrink: 0;
    align-self: center;
    --minContent: 35;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: CENTER;
}

._20-plus-ott-offers-col1 {
    /* margin: -2px 2px 0 2px; */
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    background-color: #2667ff;
    padding: 2px;
    overflow: hidden;
    --minContent: 364;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

._20-plus-ott-offers-col2 {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #0c0c0c;
    padding-top: 20px;
    padding-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    --minContent: 356;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}



/* _16-ott */

._16-ott {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --minContent: 0;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

._16-ott-row {
    margin-right: -1044px;
    display: flex;
    align-items: center;
    gap: 8px;
    --minContent: -668;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}



/* logo-b */

.logo-b {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 56px;
    flex-shrink: 0;
    background-color: #fff;
    padding-left: 3px;
    border: 1px solid #2667ff;
    border-radius: 8px;
    --minContent: 56;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.logo-symbol {
    --minContent: 32;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: CENTER;
}

/* end logo-b*/

.owl-next,
.owl-prev {
    display: none;
}

._16-ott-logo1 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background-color: #000;
    border: 1px solid #2667ff;
    border-radius: 8px;
    padding: 0px;
}

._16-ott-logo1 img {
    border-radius: 8px !important;
}

._16-ott-symbol1 {

    top: 28%;
    left: 4%;
    width: 93%;
    --minContent: 33;
    --hSizing: FILL;
    --vSizing: FILL;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: SCALE;
}

.card-logo {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    background-color: #fff;
    padding: 18px 3px 15px 1px;
    border: 1px solid #2667ff;
    border-radius: 8px;
    --minContent: 56;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

.card-logo-symbol {
    flex-shrink: 0;
    --minContent: 33;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: SCALE;
    --pConstraintVertical: MIN;
}

._16-ott-logo2 {

    width: 56px;
    flex-shrink: 0;
    overflow: hidden;
    --minContent: 56;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: CENTER;
}

._16-ott-group {

    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    --minContent: 56;
    --hSizing: FIXED;
    --vSizing: FIXED;
}

._16-ott-symbol2 {

    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 71px;
    max-width: none;
    --minContent: 71;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: CENTER;
}

/* end _16-ott*/


._20-plus-ott-offers-text {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Light", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    position: relative;
}

._16-ott1 .logo2 {
    padding-top: 9px;
    padding-right: 2px;
    padding-bottom: 10px;
}

._16-ott1 .logo3 {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

._16-ott1 .logo4 {
    background-color: #000;
    padding: 14px 1px 15px 2px;
}

._16-ott1 .card-logo-symbol1 {
    width: 100%;
}

._16-ott1 .card-logo-symbol2 {
    margin-left: 32px;
    width: 33%;
}

._16-ott1 ._16-ott-rect1 {

    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 56px;
    background-color: #000;
}

._16-ott1 ._16-ott-rect2 {

    z-index: 1;
}

.title-enjoy-20-plus {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Medium", sans-serif;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 41px;
}

.subtitle8 {
    text-align: center;
    line-height: 28px;
    font-family: "Inter-Medium", sans-serif;
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

.sub-text2 {
    font-family: "Inter-Light", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 300;
}

.footer {

    top: 810vw;
    /* background-image: url('../images/template/footer.svg'); */
    width: 100%;
}

/* ._4-tile {
   
    z-index: 5;
    top: 465px;
    left: 50%;
    translate: -50% 0;
    width: 296px;
    height: 282px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    --minContent: 296;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
} */
._4-tileContainer {
    position: relative;
}

._4-tile {
    display: grid;
    grid-template-columns: 50% 49%;
    gap: 3px;
    background-position: center;
    background-size: cover;
}

.card-fade-bg {

    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 122px;
    background-color: #ff5230;
    padding: 0 128px;
    --minContent: 282;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-fade-bg-rect {
    transform-origin: 50% 50%;
    background-position: top left;
    background-size: auto auto;
    background-repeat: no-repeat;
    --minContent: 40;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MAX;
    --pConstraintVertical: MIN;
}

.card-fade-bg-rect1 {

    top: 99px;
    right: 24px;
    rotate: -90deg;
    width: 40px;
    height: 88px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, #0c0c0c 118%, #0c0c0c 136%);
}

.card-fade-bg-rect2 {

    top: 100px;
    left: 23px;
    rotate: -90deg;
    width: 40px;
    height: 86px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, #0c0c0c 121%, #0c0c0c 142%);
}

.card-fade-bg-rect3 {
    flex-shrink: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0c0c0c 68%, #0c0c0c 100%);
    aspect-ratio: 28 / 55;
}

.card-fade-bg-rect4 {
    flex-shrink: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0c0c0c 68%, #0c0c0c 100%);
    aspect-ratio: 28 / 55;
}

.card-ott,
.card-cashback,
.card-deals,
.card-gift {
    opacity: 0;
    transform: translate(0, 0) scale(.95);
    will-change: transform, opacity;
}

@keyframes enterTopLeft {
    from {
        opacity: 0;
        transform: translate(-120%, -120%) scale(.95);
    }

    to {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes enterTopRight {
    from {
        opacity: 0;
        transform: translate(120%, -120%) scale(.95);
    }

    to {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes enterBottomLeft {
    from {
        opacity: 0;
        transform: translate(-120%, 120%) scale(.95);
    }

    to {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes enterBottomRight {
    from {
        opacity: 0;
        transform: translate(120%, 120%) scale(.95);
    }

    to {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

.card-ott {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    background-color: #0c0c0c;
    padding: 24px 22px 19px 22px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    --minContent: 179;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: enterTopLeft 1s cubic-bezier(.2, .85, .25, 1) 1.5s forwards;
}

.rectangle-1 {
    background: #0c0c0c;
    border-radius: 0px 0px 2px 2px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(41deg, rgba(101, 101, 101, 1) 1%, rgba(16, 16, 16, 1) 10%, rgba(0, 0, 0, 1) 100%);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
    background-color: transparent;
}

.rectangle-2 {
    background: #0c0c0c;
    border-radius: 0px 0px 2px 2px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(311deg, rgba(101, 101, 101, 1) 1%, rgba(16, 16, 16, 1) 25%, rgba(0, 0, 0, 1) 100%);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 49vw;
    top: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
    background-color: transparent;
}

.rectangle-3 {
    background: #0c0c0c;
    border-radius: 0px 0px 2px 2px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(122deg, rgba(101, 101, 101, 1) 1%, rgba(16, 16, 16, 1) 25%, rgba(0, 0, 0, 1) 100%);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
    background-color: transparent;
}

.rectangle-4 {
    background: #0c0c0c;
    border-radius: 0px 0px 2px 2px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(229.11deg, rgba(101, 101, 101, 1) 1%, rgba(16, 16, 16, 1) 10%, rgba(0, 0, 0, 1) 100%);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 49vw;
    top: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
    background-color: transparent;
}

.card-ott-iocn {
    margin-left: 11px;
    height: 26px;
}

.card-ott-subtitle {
    margin-left: 10px;
    margin-right: 10px;
}

.card-ott-btn-view {
    margin-left: 12px;
}

.card-cashback {

    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    background-color: #0c0c0c;
    padding: 18px 40px 19px 40px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    --minContent: 179;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: enterTopRight 1s cubic-bezier(.2, .85, .25, 1) 1.5s forwards;
}

.card-cashback-iocn {
    margin-left: -13px;
    aspect-ratio: 1 / 1;
}

.card-cashback-text {
    margin-left: 10px;
    margin-right: 10px;
}

.card-cashback-btn-view {
    margin-left: -12px;
}

.card-deals {

    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    background-color: #0c0c0c;
    padding: 22px 32px 19px 32px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    --minContent: 179;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: enterBottomLeft 1s cubic-bezier(.2, .85, .25, 1) 1.5s forwards;
}

.card-deals-iocn {
    /* margin-left: 13px; */
    width: 28px;
    flex-shrink: 0;
    align-self: center;
    aspect-ratio: 1 / 1;
    --minContent: 41;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.card-deals-subtitle {
    margin-top: 8px;
    text-transform: uppercase;
    --minContent: 115;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-deals-text {
    font-size: 14px;
    --minContent: 115;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-deals-btn-view {
    margin-left: 12px;
}

.card-gift {

    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    background-color: #0c0c0c;
    padding: 28px 39px 19px 28px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    --minContent: 179;
    --hSizing: FIXED;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
    opacity: 0;
    animation: enterBottomRight 1s cubic-bezier(.2, .85, .25, 1) 1.5s forwards;
}

.card-gift-col-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-gift-iocn {
    width: 32px;
    flex-shrink: 0;
    aspect-ratio: 16 / 11;
    --minContent: 32;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}

.card-gift-col-bottom {
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-gift-subtitle {
    text-transform: uppercase;
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-gift-text {
    font-size: 14px;
    --minContent: 112;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.card-gift-btn-view {
    margin-top: 0;
    align-self: unset;
    font-weight: 400;
}

.col4 {

    z-index: 6;
    top: 258px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #010c32;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    background: linear-gradient(180deg, rgba(103, 87, 255, 0) 66%, #000 99%) top left / auto auto no-repeat;
    padding: 562px 11px 24px 11px;
    border-radius: 12px;
    --minContent: 326;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
}



.top-chrome {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    --minContent: 234;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 135px;
    font-size: 11px;
    font-weight: 500;
    line-height: 0.909;
    background-color: #000;
    padding: 12px 11px;
    --minContent: 318;
    --hSizing: FILL;
    --vSizing: HUG;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    z-index: 11;
}

.nav-go-vip-logo {
    width: 74px;
    height: 40px;
    flex-shrink: 0;
    --minContent: 74;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.btn-subscribe-now {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    background-color: rgba(217, 217, 217, 0.1);
    padding: 8px 12px;
    border: 0.5px solid #fff;
    border-radius: 24px;
    --minContent: 127;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.btn-subscribe-now-icon {
    width: 15px;
    height: 16px;
    flex-shrink: 0;
    --minContent: 15;
    --hSizing: FIXED;
    --vSizing: FIXED;
    --pConstraintHorizontal: MIN;
    --pConstraintVertical: MIN;
}

.btn-subscribe-now-label {
    margin-top: 3px;
    --minContent: 80;
    --hSizing: HUG;
    --vSizing: HUG;
    --pConstraintHorizontal: CENTER;
    --pConstraintVertical: MIN;
}



/* container queries (flex rows) */

@container component-b (width < 610px) {
    .component-row1 {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
}

@container component-c (width < 401px) {
    .component-row2 {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
}

.swiper {
    width: 100%;
    padding: 10px 0;
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.swiper-slide img {
    height: 120px;
    border-radius: 10px;
    margin-right: 20px;
}

.validText {
    display: flex;
    flex-direction: column;
    gap: 3px;

}

.top1,
.top2 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.top1Bottom {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
    padding-top: 15px;
}

.top2ImgContain {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
}

.card5Contain .subtitle8 {
    margin-top: 58px;
    margin-bottom: 0px;
}

.mainCard1,
._4-tile {
    background-image: url('../../assets/images/topRedBlur.png');
}

._4-tile {
    animation: fadeIn 4s ease-in both;
    animation-duration: 1s;
    animation-delay: 1.5s;
    opacity: 0;
    background-image: url('../../assets/images/fade-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.mainCard1 {
    animation: bottomtotop 2s cubic-bezier(.2, .85, .25, 1) both;
    background-position: center -90px;
    background-size: cover;
}



@keyframes bottomtotop {
    from {
        transform: translate(0%, 100%) scale(1);
    }

    to {
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }
}

.popup-content img {
    margin: 0 auto;
}

.popup-content .cashbackimg {
    width: 100% !important;
    margin-top: 20px;
}

.popup-content .emdLogo {
    width: 80px !important;
    margin-top: 5px;
}

.popup-content .fullcashBackimg {
    width: 100% !important;
    margin-top: 20px;
    height: 150px;
}

.allCashBackimg {

    width: 100% !important;
}

.popup-content h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.ellipse {
    background: #0c0c0c;
    border-radius: 6%;
    height: 185px;
    position: relative;
    filter: blur(25.55px);
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 1860px;
    width: 100%;
}

.ellipse1 {
    background: #0c0c0c;
    border-radius: 6%;
    height: 185px;
    position: relative;
    filter: blur(25.55px);
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 2375px;
    width: 100%;
}

.ellipse2 {
    background: #0c0c0c;
    border-radius: 50%;
    height: 185px;
    position: relative;
    filter: blur(20px);
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 2709px;
    width: 100%;
}


.ellipse3 {
    background: #0c0c0c;
    border-radius: 6%;
    height: 185px;
    position: relative;
    filter: blur(25.55px);
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 3011px;
    width: 100%;
}

.light-up {
    filter: blur(0px);
    height: 117px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, #2667ff 120%) top left / auto auto no-repeat;
    --minContent: 237;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    position: absolute;
    top: -104px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.light-down {
    filter: blur(0px);
    height: 117px;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 79%, #2667ff 126%) top left / auto auto no-repeat;
    --minContent: 237;
    --hSizing: FILL;
    --vSizing: FIXED;
    --pConstraintHorizontal: STRETCH;
    --pConstraintVertical: MIN;
    position: absolute;
    /* top: 1875px; */
    left: 0px;
    width: 100%;
    z-index: 2;
}

.owl-carousel {
    z-index: 2;
}

.govipLine {

    position: relative;
}

.govipLine::before {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to left, #ffffff, #00000000);
    position: absolute;
    display: flex;
    left: -44px;
    width: 20%;
    top: 17px;
    opacity: 0;
    animation: fadeIn 1.5s ease-in forwards;
    animation-delay: 1.5s;
}

.govipLine::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(to right, #fff, transparent);
    position: absolute;
    display: flex;
    right: -44px;
    width: 20%;
    top: 17px;
    opacity: 0;
    animation: fadeIn 1.5s ease-in forwards;
    animation-delay: 1.5s;
}

.go-vip-logo-text {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    white-space: nowrap;
}

.discountText {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    margin-top: 10px;
}

.btn-join-now {
    display: none;
    box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.28);
    width: 304px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0px;
    background: linear-gradient(90deg, #d4a537 0%, #ffe98f 50%, #b8860b 100%) top left / auto auto no-repeat;
    padding: 16px 0px;
    border-radius: 12px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 30px;
    z-index: 111;
    font-weight: 600;
}


.btn-join-now.visible {
    display: block;
}

