.cryptocurrency-banner{background: #F1F3F5; padding: 180px 0 161px;position: relative;overflow: hidden;}
.cryptocurrency-banner .text-box{max-width: 38%;position: relative;z-index: 10;}
.cryptocurrency-banner h2{color: var(--v-black);font-size: 48px;font-weight: 600;line-height: 60px;margin-bottom: 16px;}
.cryptocurrency-banner p{color: var(--v-black);font-size: var(--fs-16);font-weight: 400;margin-bottom: 16px;}
.cryptocurrency-banner .img-box{position: absolute;bottom: 0;right: 0;}

.cryptocurrency-row1{padding: 75px 0 104px;}
.cryptocurrency-row1 ul{display: flex;}
.cryptocurrency-row1 ul li{width: 26%;margin-right: 64px;}
.cryptocurrency-row1 ul li:last-child{margin-top: 0;}
.cryptocurrency-row1 ul li span{color: var(--v-orange);font-size: var(--fs-60);font-weight: 500;line-height: 72px;}
.cryptocurrency-row1 ul li p{color: #101828;font-size: var(--fs-18);font-weight: 600;line-height: 28px;margin: 0;}

.cryptocurrency-row2{background:url(/wp-content/themes/vantage/images/cryptocurrency-row2-banner.webp) left center no-repeat;background-size: cover;padding: 96px 0;position: relative;}
.cryptocurrency-row2 .inner{position: relative;z-index: 10;display: flex;}
.cryptocurrency-row2::after{content: "";display: block;width: 100%;height: 100%;background: rgb(242,243,245,0.8);position: absolute;left: 0;top: 0;z-index: 1;}
.cryptocurrency-row2 .img-box{padding: 32px;background: var(--v-white);border-radius: 16px;text-align: center;display: flex;align-items: center;}
.cryptocurrency-row2 .text-box{width: 33%;margin-left: 32px;padding-top: 60px;}
.cryptocurrency-row2 h2{color: var(--v-black-light);font-size: var(--fs-36);font-weight: 500;line-height: 44px;margin-bottom: 32px;}
.cryptocurrency-row2 h2 span{color: var(--v-orange);}
.cryptocurrency-row2 p{color: #636363;font-size: var(--fs-16);font-weight: 400;margin: 0;}

.cryptocurrency-row3{padding: 96px 0;}
.cryptocurrency-row3 .title-box{max-width: 78%;margin: 0 auto;margin-bottom: 27px;text-align: center;}
.cryptocurrency-row3 h2{color: var(--v-black-light);font-size: var(--fs-56);font-weight: 500;margin-bottom: 32px;}
.cryptocurrency-row3 h2 span{color: var(--v-orange);}
.cryptocurrency-row3 p{color: var(--v-black);font-size: var(--fs-18);font-weight: 400;margin: 0;}
.cryptocurrency-row3 .table-con{width: 1034px;margin: 0 auto;}
.cryptocurrency-row3 .table-con table{width: 100%;box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);border-radius: 16px;overflow: hidden;}
.cryptocurrency-row3 .table-con table th{background: #E25628;padding: 16px 0;text-align: center;color: var(--v-white);font-size: var(--fs-16);font-weight: 600;}
.cryptocurrency-row3 .table-con table td{padding: 16px 0;color: var(--v-black-light);font-size: var(--fs-16);font-weight: 400;text-align: center;}
.cryptocurrency-row3 .table-con table td span{color: #E25628;}
.cryptocurrency-row3 .table-con table tr:nth-child(odd) td{background: #F5F5F5;}
.cryptocurrency-row3 .table-con table tr:nth-child(even) td{background: #FFF;}

.currencies-info-list{padding: 96px 0;}
.currencies-info-list h2{color: var(--v-black-light);font-size: var(--fs-56);font-weight: 500;margin-bottom: 32px;text-align: center;}
.currencies-info-list h2 span{color: var(--v-orange);}
.currencies-info-list p{font-size: var(--fs-18);font-weight: 400;color: var(--v-black);text-align: center;max-width: 1103px;line-height: 1.4;margin: 0 auto 45px;}
.currencies-info-list .table-wrap{border-radius: 16px;overflow: hidden;box-shadow: 0px 15px 30px #0000001A;max-width: 1036px;margin: 0 auto;}
.currencies-info-list .table-wrap .head{display: flex;text-align: center;background-color: #E25628;padding-right: 6px;}
.currencies-info-list .table-wrap .head p{margin-bottom: 0;width: 25%;padding: 16px 36px;font-size: var(--fs-16);font-weight: 600;color: var(--v-white);}
.currencies-info-list .list-info-wrap{overflow-y: scroll;height: 272px;}
.currencies-info-list .list-info-item{display: flex;text-align: center;}
.currencies-info-list .list-info-item:nth-of-type(odd){background-color: var(--v-grey-light2);}
.currencies-info-list .list-info-item .item{margin-bottom: 0;padding: 16px 32px;font-size: var(--fs-16);width: 25%;color: var(--v-black-light);line-height: 1.4;display: flex;align-items: center;justify-content: center;}


.cryptocurrency-row5{background: #F1F3F5;padding: 96px 0;}
.cryptocurrency-row5 .title-box h2{font-size: var(--fs-56);color: var(--v-black-light);font-weight: 500;text-align: center;margin-bottom: 32px;line-height: 1;}
.cryptocurrency-row5 .title-box h2 span{color: var(--v-orange);}
.cryptocurrency-row5 .content ul{display: flex; justify-content: space-between; max-width: 1216px; margin: 0 auto;}
.cryptocurrency-row5 .content ul li{padding: 32px 10px; margin-right: 16px; background: #f1f3f5; text-align: center; border-radius: 16px; width: 20%; height: auto; transition: .3s; max-width: 217px;}
.cryptocurrency-row5 .content ul li .img-box{width: 40px; height: 40px; margin: 0 auto; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;}
.cryptocurrency-row5 .content ul li .img-box img{transition: .3s;}
.cryptocurrency-row5 .content ul li h3{color: var(--v-black); font-size: var(--fs-20); font-weight: 600; line-height: 1; margin-bottom: 8px; transition: .3s;}
.cryptocurrency-row5 .content ul li p{color: #636363; font-size: var(--fs-16); font-weight: 400; line-height: 1.2; transition: .3s; margin: 0;}
.cryptocurrency-row5 .content ul li:hover{background: #034753;}
.cryptocurrency-row5 .content ul li:hover h3{color: var(--v-white);}
.cryptocurrency-row5 .content ul li:hover p{color: rgba(255, 255, 255, 0.90);}
.cryptocurrency-row5 .content ul li .img-box .icon-hover{display: none;}
.cryptocurrency-row5 .content ul li:hover .img-box img:first-of-type{display: none;}
.cryptocurrency-row5 .content ul li:hover .img-box .icon-hover{display: inline-block;}
.cryptocurrency-row5 .button-box{margin-top: 32px; text-align: center;}

.deposit-bonus-anytime{padding: 96px 0;}
.deposit-bonus-anytime .anytime-con{display: flex;}
.deposit-bonus-anytime .anytime-left{width: 50%;background:url(/wp-content/themes/vantage/images/deposit-bonus-anytime-img1.webp) center center no-repeat; background-size:cover;background-position: 0% center;padding: 73px 100px 64px 70px;border-radius: 16px 0 0 16px;}
.deposit-bonus-anytime .anytime-right{width: 50%;background:url(/wp-content/themes/vantage/images/deposit-bonus-anytime-img2-new.webp) center center no-repeat; background-size:cover;padding: 73px 100px 64px 70px;border-radius: 0px 16px 16px 0;}
.deposit-bonus-anytime .anytime-con h2{font-size: var(--fs-32);font-weight: 600;margin-bottom: 13px;color: var(--v-white);line-height: 37px;}
.deposit-bonus-anytime .anytime-con p{font-size: var(--fs-14);font-weight: 400;margin-bottom: 10px;color: var(--v-white);line-height: 16px;}
.deposit-bonus-anytime .anytime-con p:nth-last-of-type(1){margin-bottom: 0px;}
.deposit-bonus-anytime .link-box{display: flex;margin-top: 46px;}
.deposit-bonus-anytime .link-box a:first-child{margin-right: 16px;}

html[lang='ar-AE'] .cryptocurrency-banner .text-box{text-align: right !important;}
html[lang='ar-AE'] .deposit-bonus-anytime .anytime-left{text-align: right !important;}
html[lang='ar-AE'] .cryptocurrency-row2 .text-box{text-align: right !important;}
html[lang='ar-AE'] .deposit-bonus-anytime .link-box{justify-content: flex-end;}

@media(max-width:1600px) {
    .cryptocurrency-banner{padding: 140px 0;}
    .cryptocurrency-banner .text-box{max-width: 48%;}
}
@media(max-width:1440px) {
    .cryptocurrency-row1{padding: 60px 0 80px;}

    .cryptocurrency-row2 .text-box{width: 40%;}
}
@media (max-width:1260px){	
    .currencies-info-list{padding: 60px 0;}
}
@media(max-width:1240px) {
    .cryptocurrency-banner{padding: 100px 0 120px;}
    .cryptocurrency-banner h2{font-size: var(--fs-38);line-height: 1.22;}
    .cryptocurrency-banner .img-box{bottom: -70px;right: -50px;}

    .cryptocurrency-row1 ul li{width: 30%;margin-right: 50px;}

    .cryptocurrency-row2{padding: 80px 0;}
    .cryptocurrency-row2 .text-box{width: 50%;padding-top: 30px;}

    .cryptocurrency-row3{padding: 80px 0;}

    .cryptocurrency-row5{padding: 86px 0;}

    .deposit-bonus-anytime{padding: 86px 0;}
    .deposit-bonus-anytime .anytime-left{padding: 60px 70px;}
    .deposit-bonus-anytime .anytime-right{padding: 60px 70px;}
}
@media(max-width:1200px) {
    .cryptocurrency-row2 .text-box{padding-top: 0;}

    .cryptocurrency-row3 .table-con{width: 100%;}

    .deposit-bonus-anytime .anytime-left{padding: 50px 40px;}
    .deposit-bonus-anytime .anytime-right{padding: 50px 40px;}
}
@media(max-width:1024px) {
    .cryptocurrency-banner{padding: 80px 0 100px;}
    .cryptocurrency-banner .img-box{right: -275px;}

    .cryptocurrency-row1{padding: 50px 0 70px;}
    .cryptocurrency-row1 ul li{margin-right: 40px;}
    .cryptocurrency-row1 ul li span{line-height: 1.2;}

    .cryptocurrency-row2{padding: 70px 0;}
    .cryptocurrency-row2 .text-box{width: 80%;}

    .cryptocurrency-row3{padding: 70px 0;}

    .cryptocurrency-row5{padding: 70px 0;}
    .cryptocurrency-row5 .content ul{flex-wrap: wrap; justify-content: center;}
    .cryptocurrency-row5 .content ul li{max-width: 100%; width: 30%; margin-bottom: 16px;}

    .deposit-bonus-anytime{padding: 70px 0;}
}
@media(max-width:980px) {
    .deposit-bonus-anytime .anytime-con{flex-direction: column;}
    .deposit-bonus-anytime .anytime-left{width: 100%;border-radius: 16px 16px 0 0px;}
    .deposit-bonus-anytime .anytime-right{width: 100%;height: 374px;border-radius: 0px 0px 16px 16px;}
}
@media(max-width:768px) {
    .cryptocurrency-banner .text-box{max-width: 100%;}
    .cryptocurrency-banner .img-box{bottom: -220px;}

    .cryptocurrency-row1{padding: 40px 0 60px;}
    .cryptocurrency-row1 ul li{margin-right: 20px;}

    .cryptocurrency-row2{padding: 60px 0;}
    .cryptocurrency-row2 .inner{flex-direction: column;}
    .cryptocurrency-row2 .text-box{width: 100%;margin: 20px 0 0;}
    .cryptocurrency-row2 h2{margin-bottom: 20px;line-height: 1.22;}
    .cryptocurrency-row2 .img-box{padding: 16px;}

    .cryptocurrency-row3 .title-box{max-width: 100%;}
    .cryptocurrency-row3{padding: 60px 0;}
    .cryptocurrency-row3 h2{margin-bottom: 20px;}
		
    .currencies-info-list{padding: 40px 0;}
    .currencies-info-list h2{margin-bottom: 20px;}
    .currencies-info-list p{margin-bottom: 30px;}

    .cryptocurrency-row5{padding: 60px 0;}
    .cryptocurrency-row5 .content ul li{width: 46%;}

    .deposit-bonus-anytime{padding: 60px 0;}
}
@media(max-width:620px) {
    .cryptocurrency-row3 .table-con table td{padding: 16px;}
}
@media(max-width:510px) {
    .cryptocurrency-banner{padding: 80px 0 50px;}
    .cryptocurrency-banner .img-box{bottom: 0;right: 0;}

    .cryptocurrency-row1{padding: 30px 0 40px;}
    .cryptocurrency-row1 ul li{width: 100%;}
    .cryptocurrency-row1 ul li p{line-height: 20px;}

    .cryptocurrency-row2{padding: 50px 0;}

    .cryptocurrency-row3{padding: 50px 0;}
    .cryptocurrency-row3 .table-con{overflow-x: scroll;}
		
    .currencies-info-list .table-wrap .head p{padding: 16px 5px;}
    .currencies-info-list .list-info-item .item{padding: 16px 5px;overflow-wrap: anywhere;}

    .cryptocurrency-row5{padding: 50px 0;}
    .cryptocurrency-row5 .title-box h2{margin-bottom: 32px; line-height: 1.22;}
    .cryptocurrency-row5 .content ul li{width: 100%; margin-right: 0; padding: 16px 10px; background: #034753;}
    .cryptocurrency-row5 .content ul li .img-box .icon-hover{display: inline-block;}
    .cryptocurrency-row5 .content ul li .img-box img:first-of-type{display: none;}
    .cryptocurrency-row5 .content ul li h3{color: var(--v-white);}
    .cryptocurrency-row5 .content ul li p{color: rgba(255, 255, 255, 0.90);}
    .cryptocurrency-row5 .button-box{margin-top: 16px;}

    .deposit-bonus-anytime{padding: 48px 0;}
    .deposit-bonus-anytime .anytime-con h2{font-size: 24px;margin-bottom: 32px;line-height: 32px;}
    .deposit-bonus-anytime .anytime-con p{font-size: 14px;line-height: 18px;}
    .deposit-bonus-anytime .anytime-left{padding: 40px 24px;}
    .deposit-bonus-anytime .link-box{margin-top: 32px;}
    .deposit-bonus-anytime .link-box img{width: 140px;height: 44px;}
    .deposit-bonus-anytime .anytime-right{height: 280px;padding: 40px 24px;}
}
@media(max-width:350px) {
    .cryptocurrency-banner{padding: 80px 0 30px;}
}
/* ! vantagenl|2025-10-15 13:50:00 ! */
