.video-background{
    position: absolute;
    top: 0;
    right: 0;
    height:100%;
    width:65%;
    object-fit:cover;
    @media (max-width: 600px){
        width:100%;
        height:80%;
        top:unset;
        bottom:0;
    }
    @media (min-width:600px) and (max-width: 992px){
        width:100%!important;
    }

}

.body-lang-ar .video-background,
.body-lang-ur .video-background{
    right:unset!important;
    left:0!important;
}

.mt-200{
    @media (max-width: 600px){
        margin-top:100px!important;
        margin-bottom:0!important;
    }
    @media (min-width:600px) and (max-width: 992px){
        margin-top:200px!important;
        margin-bottom:0!important;
    }
}

.breadcrumbs{
    display:none!important;
}

.hero{
    position:relative;
    background:black;
}

.hero-details{
    z-index: 2;
}
des_br{
    @media (min-width: 600px) {
        display: block;
    }
}
mob_br{
    @media (max-width: 600px) {
        display: block;
    }
}
.fs-1{
    @media (max-width: 600px) {
        font-size: 36px!important;
        line-height: 40px;
    }
}

.boost .fs-5{
    @media (max-width: 600px) {
        font-size: 18px!important;
    }
}

.rewards-sect .fs-5{
    @media (max-width: 600px) {
        width: 79%;
        font-size: 20px!important;
        line-height: 30px;
        margin:0 auto;
        margin-top:30px!important;
        display: block;
    }
}

.fs-16{
    font-size: 16px;
}

.fs-20{
    font-size: 20px;
}

.fs-28{
    font-size:28px!important;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}

.swiper-pagination-bullet{
    width: 12px!important;
    height: 12px!important;
    background: #D9D9D9!important;
    opacity:1!important;
}

.swiper-pagination-bullet-active{
    background: #CD0511!important;
}

.swiper-pagination{
    @media (min-width: 992px) {
        display:none!important;
    }
}

.rewards-box {
    height: 385px!important; /* change as needed */
    border-radius: 40px;
    background: #f1f1f1;
    padding: 32px 40px 32px 40px;
    background-position: bottom!important;
    background-size:cover!important;
    transition: background-size 0.4s ease;
    position: relative;
    overflow: hidden;

}

.rewards-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
    /* Smooth zoom effect – desktop only */
    .rewards-box:hover::before {
        transform: scale(1.15);
    }
}

.rewards-box:nth-child(1)::before{
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/prize-1.webp') no-repeat;
}

.rewards-box:nth-child(2)::before{
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/prize-2.webp') no-repeat;
}

.rewards-box:nth-child(3)::before{
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/prize-3.webp') no-repeat;
}

.rewards-box:nth-child(4)::before{
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/prize-4.webp') no-repeat;
}

.rewards-box span{
    display: block;
    position: relative;
    color: white;
    font-size: 24px !important;
    font-weight: 600;
    @media (max-width: 600px) {
        font-size: 22px !important;
    }
}

.bg-grey{
    background: #F4F4F4;
}

.how-to{
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/how_bkg.webp') no-repeat;
    background-size: cover;
    background-position: center;
    padding:90px!important;
    border-radius:40px;
    margin-top:74px;
    @media (max-width: 600px) {
        border-radius:unset!important;
        padding:26px!important;
        width:100%!important;
        overflow-x: scroll;
        margin-top:0px!important;
    }
    @media (max-width: 992px) {
        width: 97%;
        margin: 0 auto;
        padding:35px!important;
        margin-top:50px!important;

    }
}

@media (min-width: 576px) and (max-width: 992px){
    .bg-grey.p-0.pt-5 .container {
        max-width: unset!important;
    }
    .rewards-sect .container{
        max-width: unset!important;
    }
}

@media (max-width: 600px){
    .bg-grey.p-0.pt-5 .container,
    .rewards-sect .container{
        padding-right:0px!important;
        overflow-x: hidden;
    }
}



.timeline{
    counter-reset: test 0;
    position: relative;
    @media (max-width: 600px) {
        width:200%!important;
        left:-10%!important;
    }
}

.timeline li{
    list-style: none;
    float: left;
    width: 33.3333%;
    position: relative;
    text-align: center;
}

.timeline ul:nth-child(1){
    color: #4caf50;
    position: relative;
    display: block;
    z-index: 1;
}

.timeline li:before{
    counter-increment: test;
    content: counter(test);
    width: 70px;
    height: 70px;
    border-radius: 20px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: white;
    color: black;
    transition: all ease-in-out .3s;
    z-index: 10;
    position: relative;
    font-size:28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans';
}


.timeline {
    display: flex;
    flex-direction: row;
}

/* Arabic */
.body-lang-rtl .timeline {
    flex-direction: row;
}



.timeline li:after{
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #f2f2f2;
    top: 30px;
    left: -35%;
    transition: all ease-in-out .3s;
    z-index: 1;
}

.body-lang-rtl .timeline li:after{
    left:65%;
}
.timeline li:first-child:after{
    content: none;
}

.timeline-box{
    margin:0 auto;
    margin-top:20px;
    color:white;
    @media (max-width: 600px) {
        width: 80%!important;
    }
    @media (min-width: 1200px) {
        width: 295px!important;
    }
}

.levels-box,
.levels-box-mob{
    width: 310px;
    height: 380px;
    border-radius: 40px !important;
    background-size: cover!important;
    background-position: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position:relative;
    overflow: hidden;
    transition:0.3s;
}
.levels-box-mob{
    height:auto!important;
}
.levels-box{
    @media (min-width: 768px) and (max-width: 1400px) {
        width: 24%;
        margin-bottom: 20px!important;
    }
}
.levels-box:nth-child(1):hover img,
.levels-box:nth-child(2):hover img,
.levels-box:nth-child(3):hover img,
.levels-box:nth-child(4):hover img{
    @media (min-width: 768px) and (max-width: 1400px) {
        transform: scale(0.7) translateY(-50%)!important;
    }
}

.levels-box-mob:nth-child(1){
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels1.webp') no-repeat;
}
.levels-box-mob:nth-child(2){
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels2.webp') no-repeat;
}
.levels-box-mob:nth-child(3){
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels3.webp') no-repeat;
}
.levels-box-mob:nth-child(4){
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels4.webp') no-repeat;
}


.levels-box span,
.levels-box-mob span{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:15px!important;
    z-index: 1;
}

.levels-box:nth-child(1) img{
    transition:0.3s;
}



.levels-box:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels1.webp') no-repeat;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.levels-box:nth-child(1)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #CD0511 31.73%, #8C040C 100%);
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}


.levels-box:nth-child(1):hover::before{
    opacity: 0;
}

.levels-box:nth-child(1):hover::after{
    opacity: 1;
}

.levels-box:nth-child(2) img{
    transition:0.3s;
}


.levels-box:nth-child(2):hover img{
    z-index: 5;
    transform: scale(0.7) translateY(-50%);
    transition:0.3s;
}

.levels-box:nth-child(2)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels2.webp') no-repeat;
    background-size: cover;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.levels-box:nth-child(2)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #BAC2C6 8.17%, #758289 97.6%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}


.levels-box:nth-child(2):hover::before{
    opacity: 0;
}

.levels-box:nth-child(2):hover::after{
    opacity: 1;
}

.levels-box:nth-child(3)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels3.webp') no-repeat;
    background-size: cover;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.levels-box:nth-child(3)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #CBAF6A 12.5%, #887245 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.levels-box:nth-child(3) img{
    transition:0.3s;
}

.levels-box:nth-child(3):hover img{
    z-index: 5;
    transform: scale(0.7) translateY(-50%);
    transition:0.3s;
}


.levels-box:nth-child(3):hover::before{
    opacity: 0;
}

.levels-box:nth-child(3):hover::after{
    opacity: 1;
}

.levels-box:nth-child(4) img{
    transition:0.3s;
}

.levels-box:nth-child(4):hover img{
    z-index: 5;
    transform: scale(0.7) translateY(-50%);
    transition:0.3s;
}

.levels-box:nth-child(4)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/bkg_levels4.webp') no-repeat;
    background-size: cover;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.levels-box:nth-child(4)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #7B7F89 15.38%, #32343B 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}


.levels-box:nth-child(4):hover::before{
    opacity: 0;
}

.levels-box:nth-child(4):hover::after{
    opacity: 1;
}

.levels-box:nth-child(1):hover img,
.levels-box:nth-child(2):hover img,
.levels-box:nth-child(3):hover img,
.levels-box:nth-child(4):hover img{
    z-index: 5;
    transform: scale(0.7) translateY(-80%);
    transition:0.3s;
}

.levels-box:nth-child(1) span,
.levels-box:nth-child(2) span,
.levels-box:nth-child(3) span,
.levels-box:nth-child(4) span{
    transition:0.3s;
}

.levels-box:nth-child(1):hover span,
.levels-box:nth-child(2):hover span,
.levels-box:nth-child(3):hover span,
.levels-box:nth-child(4):hover span{
    z-index: 5;
    transform: scale(0.9);
    margin-top:-30%!important;
    transition:0.3s;
    position: relative;
    display: block;
    @media (min-width: 992px) and (max-width: 1400px) {
        margin-top:-15%!important;
    }

}

.levels-box:nth-child(1) p,
.levels-box:nth-child(2) p,
.levels-box:nth-child(3) p,
.levels-box:nth-child(4) p{
    opacity:0;
    transition:0.3s;
    position:relative;
    height: 0;
}

.levels-box:nth-child(1):hover p,
.levels-box:nth-child(2):hover p,
.levels-box:nth-child(3):hover p,
.levels-box:nth-child(4):hover p{
    z-index: 5;
    opacity:1;
    transition:0.3s;
    position:relative;
    height:10%;
}

.ko-order{
    order: 1;
    padding-top: 20px !important;
}

.body-lang-ar .levels-box p{
    font-size:16px!important;
}


.level-badge{
    width: 115px;
    height: 132px;
    display: block;
    z-index: 1;
}

.boost{
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/boost_bkg.webp') no-repeat;
    background-size: cover;
    padding-bottom: 235px;
    @media (max-width: 992px) {
        padding-bottom: 0;
    }
}

.boost-box{
    border-radius: 40px;
    min-height: 180px;
    min-width: 640px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width:388px;
    position:relative;
    background-size: cover!important;
    @media (max-width: 992px) {
        min-width: unset;
        width: 90%!important;
        margin:0 auto;
        margin-bottom: 50px!important;
    }
    @media (min-width: 992px) and (max-width: 1399px) {
        min-width: unset;
        width: 49%!important;

    }


}

.d-block.fs-5.text-center.mt-3{
    width:95%!important;
    margin:0 auto;
    padding-right: 8px;
}

.boost-details{
    width: 388px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    @media (max-width: 600px) {
        width:auto;
    }
}

.boost-img{
    height:86px;
    position: absolute;
    top: -50px;
    @media (max-width: 600px) {
        width:70px;
        height:auto;
        top: -34px;
    }
}

.boost-img.diamond{
    width: 90px;
}

.boost-box:nth-child(1){
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/crystals_bkg .webp') no-repeat;
}

.boost-box:nth-child(2){
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/missions_bkg.webp') no-repeat;
}

.text-dark.small,
.text-white.small{
    width:max-content;
    margin:0 auto;
}

.boost-box-loyalty{
    border-radius: 40px;
    min-height: 180px;
    min-width: 640px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width:388px;
    background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images_new/join_bkg_final.webp') no-repeat;
    position:absolute;
    top:-200px;
    z-index:10;
    @media (max-width: 992px) {
        position:relative;
        min-width: unset;
        width:auto;
        top: auto;
        border-radius:unset;
    }
}

.faq-adjust{
    padding-top: 20vh;
    @media (max-width: 992px) {
        padding-top: 0px!important;
    }
}

.faq-adjust h2{
    font-family:"Open Sans", Arial, sans-serif;!important;
    font-weight:600;
}

.bg-black .container.position-relative{
    @media (max-width: 992px) {
        max-width: 100% !important;
    }
}

.font-open-sans{font-family:"Open Sans", Arial, sans-serif;!important;}

.accordion-button,
.accordion-item{
    background:black!important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button:not(.collapsed),
.accordion-body p{
    color:white!important;
}

.accordion-flush .accordion-item .accordion-button::after{
    filter:invert(1);
}

#account-accordion{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.btn-u-black{background-color:#222222;}
.btn-u-black:hover{background-color:#151515;}
#loyalty-sprite-1{display:block; background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hotforex-bars-sprite.png') no-repeat -3px -5px;width: 115px;height: 22px;}
#loyalty-sprite-2{display:block; background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hotforex-bars-sprite.png') no-repeat -4px -42px;width: 128px;height: 22px;}
#loyalty-sprite-3{display:block; background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hotforex-bars-sprite.png') no-repeat -5px -79px;width: 127px;height: 20px;}
#loyalty-sprite-4{display:block; background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hotforex-bars-sprite.png') no-repeat -3px -148px;width: 114px;height: 22px;}
#loyalty-sprite-5{display:block; background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hotforex-bars-sprite.png') no-repeat -3px -113px;width: 125px;height: 22px;}
#loyalty-sprite-6{display:block; background: url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hotforex-bars-sprite.png') no-repeat -3px -179px;width: 125px;height: 22px;}

@media only screen and (min-width: 768px){
    .container .col-md-5 {width: 36.5%;}
    .container .col-md-7 {width: 63.501%;}
}
@media (max-width:1200px){.hidden990{display:none;}
	.loyalty-h1{font-size: 22px !important;}
	}
@media (max-width:1024px){
	#loyalty-1 p{width:auto !important;}
	}
@media (max-width:992px){
	.loyalty-h1{font-size: 22px !important;}
	#loyalty-1 img{margin:auto !important;padding-left: 10px!important;}
	#loyalty-3-box-1{height:auto !important;text-align: center;}
	#loyalty-3-box-4{padding:0 !important;}
	#loyalty-3-box-5{text-align:center;height: auto !important;}
	.red-sm-line{margin: 20px auto !important;}
	#loyalty-3-box-3{background-position: 0px -70px !important;}
	}

@media (max-width:768px){
	#loyalty-3-box-3 {background-position: center center !important;}
	}

#loyalty-1 {background-color: #202020 !important;}

#loyalty-1 h2 {
    font-size: 30px;
    font-family:Roboto;
    font-weight:500;
    }
#loyalty .levels {
    width: 580px;
    margin: auto;
    font-size:16px
    }

.f-10 {
    font-size: 10px;
    }
.f-12 {
    font-size: 12px;
    }
#loyalty .sub-des {
    width: 235px;
    margin: auto;
    margin-bottom: 15px;
    }
.silver { color: #959595;}
.gold {color: #C1AC77;}
.platinum {color: #797979;}

.benefit { background-color: #F7F7F7 !important; }

.benefit .wth {
    width: 265px;
    margin: auto;
    }
@media (max-width:992px) {
    .benefit .wth {
       width: auto;
       }
    }
.black {
    background-color: #202020 !important;
    }

.black .pd {
    padding-top: 60px;
    padding-bottom: 60px;
    }
.box1 {
    height:270px;
    padding: 15px 20px;
    padding-top: 0;
    }
.box1 .brd-top {
    width:80px;
    border-bottom:3px solid #2F2F2F;
    }
.box1 h2 {
    font-size: 24px;
    line-height: 27px;
    }
.box1 p {font-size:13px !important }

.box2 {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/box-money.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:270px;
    padding: 15px 20px;
    }
.box2 p {font-size:13px !important}

.box3 {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/box-autochartist.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:270px;
    padding: 25px 20px;
    background-position-y:-25px;
    }
.body-hfm .box3 {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hfm_box_autochartist.jpg);
}
.box3 h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    }
.box4 h2 {
    font-size: 21px;
    line-height: 22px;
    margin-top: 10px;
    }
.box4 .box4-a {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/loyalty_bonus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:270px;
    padding: 25px 20px;
    overflow:hidden;
    }
/*
.hfke .box4 .box4-a{
    background-image:url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/ke_loyalty_bonus.jpg');
    height:540px
}
*/
.body-hfm .box4 .box4-a{
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/hfm_loyalty_bonus.jpg);
}
.box4 .box4-a p {
    position: absolute;
    background-color: #DA2B2B;
    top: 20px;
    right: -35px;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    width: 146px;
    text-align: center;
    transform: rotate(45deg);
    text-transform:uppercase;
    font-size:16px;
    }
.box4 .box4-b {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/box-VPS.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:270px;
    padding: 25px 20px;
    }
.box4 .box4-c {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/box-analysis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:270px;
    padding: 25px 20px;
    }
/*
.hfke .box4 .box4-c {
    background-image:url('/assets/hfnew/images/inner/funding/loyalty-program/ke_box-analysis.jpg');
    height:540px
}
*/
.box4 .box4-d {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/box-VPS-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:270px;
    padding: 25px 20px;
    }
.hfsc .box4 .box4-d{
    width:760px;
    background-image:url('/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/sc_box-VPS-3.jpg');
}
.box-bl {
    background-image:url(/assets/hfappnew/websites/main/inside-pages/promotions/loyalty-program/images/box-black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border:6px solid #DA2B2B;
    height:540px;
    padding: 30px 30px;
    }
.box-bl h2 {
    font-size: 21px;
    line-height: 22px;
    }
.box-bl .bdr-red {
    width:100px;
    border-bottom:2px solid #DA2B2B;
    }
.box-bl p {font-size:13px !important}
.box-bl .login {
    font-size:12px;
    width: 200px;
    text-align: center;
    }
.box-bl .btn-open {
    font-size:12px;
    width: 200px;
    text-align: center;
    }
.box-bl span {font-size: 10px; }