.banner{height: auto;padding: 320px 0 400px;position: relative;overflow: hidden;z-index: 0;}
.banner .inner{max-width: 1440px;}
.banner::before{content: '';display: block;width: 1100px;height: 100%;background: linear-gradient(90deg, rgba(0, 23, 31, 0.8) 60%, rgba(0, 23, 31, 0) 100%);position: absolute;left: 0;top: 0;z-index: 10;}
.banner .video-box video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.banner .mb-video{display: none;}
.banner .text-box{max-width: 700px;position: relative;z-index: 10;}
.banner h2{color: var(--v-white);font-size: 64px;font-weight: 600;line-height: 77px;margin-bottom: 12px;}
.banner h2 span{color: var(--v-orange);}
.banner p{color: var(--v-white);font-size: 28px;font-weight: 600;line-height: 34px;margin-bottom: 24px;}
.banner .orange-button.p18{padding: 16px 36px;}

.row1{background: url(/image/eid-row1-bg.webp) left top no-repeat;background-size: cover; padding: 96px 0;overflow: hidden;}
.row1 .inner{max-width: 1400px;position: relative;}
.row1 .title-box{text-align: center;margin-bottom: 44px;position: relative;z-index: 10;}
.row1 h2{color: var(--v-white);font-size: 48px;font-weight: 600;line-height: 58px;margin-bottom: 16px;}
.row1 h3{color: var(--v-orange-light);font-size: 28px;font-weight: 700;line-height: 36px;margin-bottom: 0;}
.row1 h2 span{color: var(--v-orange-light);}
.row1 p{color: var(--v-white);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin-bottom: 0;}
.row1 ul{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;column-gap: 32px;row-gap: 0;}
.row1 ul:last-child{column-gap: 24px;row-gap: 0;margin-top: -40px;}
.row1 ul h3{color: var(--v-white);font-weight: 600;margin-top: 20px;}
.row1 ul li{width: 355px;position: relative;transition: all .3s linear;z-index: 100;}
/* .row1 ul li .img-box{position: relative;overflow: hidden;}
.row1 ul li .img-box::before{content: '';width: 504px;height: 863px;background: rgb(255 255 255 / 10%);transform: rotate(-48deg);position: absolute;top: 232px;left: -360px;transition: all .3s linear;} */
.row1 ul li:hover{transform: translateY(-42px);}
/* .row1 ul li:hover .img-box::before{top: -509px;left: 250px;} */
.row1 ul li .text-box{width: 246px; position: absolute;top: 144px;left: 50%;transform: translateX(-50%);text-align: center;}
.row1 ul li h2{color: var(--v-orange-light);font-size: 48px;font-weight: 600;line-height: 58px;margin-bottom: 0;}
.row1 ul li h3{color: var(--v-orange-light);font-size: 28px;font-weight: 600;line-height: 34px;margin-bottom: 8px;margin-top: 0;}
.row1 ul li p{color: var(--v-white);font-size: var(--fs-18);font-weight: 500;line-height: 23px;margin-bottom: 12px;}
.row1 ul li p span{display: inline-block;color: rgb(255 255 255 / 80%);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin-top: 8px;}
.row1 ul li:last-child p{font-size: var(--fs-16);line-height: 24px;}
.row1 ul li .icon-box{position: absolute;left: 50px;bottom: 0;bottom: -36px;}
.row1 ul li .mb{display: none;}
.row1 .light{position: absolute;}
.row1 .light1{top: -87px;left: -67px;}
.row1 .light2{top: -96px;right: -140px;animation: ani 4.6s ease-in-out infinite;transform-origin: center top;}
.row1 .moon{top: -210px;right: -225px;}
.row1 .moon.fixed{position: fixed;right: 26px;z-index: 99;}
.row1 .light2.fixed{position: fixed;right: 108px;z-index: 99;}
@keyframes ani {
    0%{
        transform: rotate(0deg);
    }
    14% {
        transform: rotate(-9deg);
    }
    28%{
        transform: rotate(5deg);
    }
    42% {
        transform: rotate(-5deg);
    }
    56% {
        transform: rotate(3deg);
    }
    70% {
        transform: rotate(-3deg);
    }
    84% {
        transform: rotate(3deg);
    }
    94% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.row2{background: url(/image/eid-row2-bg.webp) left top no-repeat;background-size: cover; padding: 96px 0 157px;position: relative;}
.row2::before{content: '';display: block;width: 386px;height: 389px;background: url(/image/eid-row2-img2.webp?v=1) left top no-repeat;background-size: cover;position: absolute;bottom: 0;left: 0;transform: rotate(180deg);}
.row2::after{content: '';display: block;width: 386px;height: 389px;background: url(/image/eid-row2-img2.webp?v=1) left top no-repeat;background-size: cover;position: absolute;top: 0;right: 0;}
.row2 .inner{max-width: 1400px;}
.row2 .title-box{text-align: center;margin-bottom: 84px;}
.row2 h2{color: var(--v-white);font-size: 48px;font-weight: 600;line-height: 58px;margin-bottom: 12px;}
.row2 h2 span{color: var(--v-orange-light);}
.row2 p{font-size: 14px;color: rgba(255, 255, 255, 0.7);font-weight: 400;line-height: 20px;margin-bottom: 0;}
.row2 .p1{font-size: var(--fs-20);font-weight: 500;line-height: 26px;margin-bottom: 32px;}
.row2 .tnc{color: var(--v-white);font-size: 14px;font-weight: 400;line-height: 20px;margin-bottom: 4px;}
.row2 .tnc a{color: rgba(255, 255, 255, 0.7);text-decoration: underline;}
.row2 .open-account-btn{line-height: 23px;padding: 20px 72px 20px 28px;margin-bottom: 10px;}
.row2 .open-account-btn .btn-icon{width: 56px;height: 48px;border-radius: 28px;}
.row2 .open-account-btn:hover{padding-right: 75px;}
.row2 .step-wrapper{position: relative;z-index: 100;}
.row2 .step-banner{background: url(/image/eid-row2-img.webp) left top no-repeat;background-size: cover; padding: 32px 40px 34px;position: relative;border-radius: 16px 16px 0 0;}
.row2 .step-banner h2{color: var(--v-white);font-size: 28px;font-weight: 600;line-height: 34px;margin-bottom: 0;}
.row2 .img-box{position: absolute;right: 0;bottom: 0;}
.row2 .step-list{background: var(--v-white);border-radius: 0 0 16px 16px;padding: 32px 40px;}
.row2 .step-list ul{display: flex;justify-content: center;gap: 40px;}
.row2 .step-list ul li{width: 333px;}
.row2 .step-list .step{width: 52px;height: 52px;background: var(--v-orange);border-radius: 50%;color: var(--v-white);font-size: 20px;font-weight: 600;line-height: 24px;display: flex;justify-content: center;align-items: center;margin-bottom: 8px;}
.row2 .step-list h3{color: var(--v-orange);font-size: var(--fs-20);font-weight: 600;line-height: 24px;margin-bottom: 12px;}
.row2 .step-list p{color: var(--v-black);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin-bottom: 0;}

.popup-wrapper{background: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;position: fixed;left: 0px;top: 0px;z-index: 999;display: none;}
.popup-wrapper .inner{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.popup{width: 100%;max-width: 632px;background: var(--v-white);border-radius: 16px;padding: 40px 60px;text-align: center;position: relative;}
.popup .close{position: absolute;top: 12px;right: 12px;}
.popup h2{color: var(--v-black);font-size: var(--fs-32);font-weight: 600;line-height: 38px;margin-bottom: 32px;}
.popup .btn-box{display: flex;justify-content: center;gap: 16px;}
.popup .btn-box a{text-transform: uppercase;line-height: 23px;}
.popup .orange-button{padding: 16px 36px;box-shadow: 0px 8px 20px 0px #B75D2670;}
.popup .green-button{padding: 16px 42px;}

.popup-wrapper-moblie{display: none;width: 100%;position: fixed;z-index: 999;bottom: 0;left: 0px;}
.popup-wrapper-moblie .hide-btn-box {position: absolute;top: 0px;left: 0px;height: 17px;width: 100%;z-index: 5;}
.popup-wrapper-moblie .hide-btn {width: 36px;height: 5px;border-radius: 3px;background: #3C3C434D;position: absolute;left: 50%;transform: translateX(-50%);top: 6px;}
.popup-wrapper-moblie .popup-cover{position: fixed;left: 0px;top: 0px;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .5);}
.popup-wrapper-moblie .popup{max-width: 100%;border-radius: 20px 20px 0 0;padding: 25px 20px 32px;}
.popup-wrapper-moblie .popup h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.popup-wrapper-moblie .popup .btn-box{flex-direction: column;align-items: center;}
.popup-wrapper-moblie .popup .btn-box a{width: 100%; font-size: 18px;line-height: 23px;padding: 16px 112px;}
.popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 119px;}

.faq-module{background: #F5F5F5;padding: 96px 0;position: relative;z-index: 99;}
.faq-module .inner .faq-module-h2{font-size: 48px;font-weight: 600;line-height: 58px; margin-bottom: 54px;color: #002329;text-align: center;}
.faq-module .inner .faq-module-h2 span{color: var(--v-orange);}
.faq-module .inner .faq-module-top-text{ text-align:center; color: var(--v-black);font-size: var(--fs-18);}
.faq-module .inner .faq-module-top-text a{ text-decoration:underline; color: var(--v-black);}
.faq-module .inner .faq-module-top-text a:hover{ text-decoration:underline; color: var(--v-black);}
.faq-module-inner .faq-list{transition: all .3s;margin: 26px 0;}
.faq-module-inner .faq-list.active{background: #D9D9D94D;}
.faq-module-inner .faq-list .faq-module-tit{font-size: var(--fs-22);font-weight: 500;color: var(--v-black);cursor: pointer;padding: 16px 45px 10px 10px;border-bottom: 1px solid #C6C6C6;}
.faq-module-inner .faq-list .faq-module-tit .list-serial{display: flex;align-items: center;}
.faq-module-inner .faq-list .faq-module-tit span.serial{width: auto;margin-right: 6px;font-style: italic;color: var( --v-grey);display: block;height: 100%;min-width: 16px;}
.faq-module-inner .faq-list .faq-module-tit h3{font-size: var(--fs-20);font-weight: 600;line-height: 24px;display: flex;}
.faq-module-inner .faq-list .faq-module-tit p{margin-bottom: 0px;}
.faq-module-inner .faq-list a{text-decoration: underline;}
.faq-module-inner .faq-list .add-subtract::before{height: 15px;right: 8px;}
.faq-module-inner .faq-list .add-subtract::after{width: 15px;}

.faq-module-inner .faq-list .faq-module-tit p.faq-module-icon{width: 88px;height: 22px; display: flex; justify-content: flex-end;position: relative;}
.faq-module-inner .faq-list .faq-module-detial{display: none;font-size: var(--fs-16);color: #404040;line-height: 24px; padding: 20px;}
.faq-module-inner .faq-list .faq-module-detial ol{padding-left: 25px;}
.faq-module-inner .faq-list .faq-module-detial ol li{list-style: auto;}
.faq-module-inner .faq-list .faq-module-detial p{margin: 0;}

footer{position: relative;z-index: 100;}

html[lang='ar-AE'] .banner .text-box,
html[lang='ar-AE'] .row2 .step-list ul li,
html[lang='ar-AE'] .faq-module-inner .faq-list .faq-module-detial{text-align: right;}
html[lang='ar-AE'] .row1 ul:last-child li:nth-child(1) p{margin-bottom: -3px;}
html[lang='ar-AE'] .row2 .step-list ul{flex-direction: row-reverse;}
html[lang='ar-AE'] .faq-module-inner .faq-list .faq-module-tit{padding: 16px 10px 10px 45px;}

html[lang='fr-FR'] .row1 ul li h3{font-size: 26px;line-height: 32px;}

@media (max-width:1800px) {
    .row1 .moon{right: -60px;}
    .row1 .light2{right: -25px;}
}
@media (max-width:1600px) {
    .row1 .light1{left: 20px;}
}
@media (max-width:1540px) {
    .row1 .moon{right: 40px;}
    .row1 .light2{right: 122px;}
}
@media (max-width:1440px) {
    .banner{padding: 260px 0 340px;}
    .banner h2{font-size: 60px;line-height: 1.22;}
}
@media (max-width:1340px) {
    html[lang='ar-AE'] .banner .text-box{max-width: 540px;}
    html[lang='fr-FR'] .banner .text-box{max-width: 600px;}
}
@media (max-width:1240px) {
    .banner{padding: 160px 0 220px;}
    .banner::before{width: 620px;}
    .banner h2{font-size: 42px;}
    .banner p{font-size: 22px;}

    html[lang='fr-FR'] .banner .text-box{max-width: 500px;}
}
@media (max-width:1024px) {
    .row1 h2{font-size: 38px;line-height: 1.22;}

    .row2 h2{font-size: 40px;line-height: 1.22;}

    .faq-module{padding: 80px 0;}
    .faq-module .inner .faq-module-h2{font-size: 40px;line-height: 1.22;margin-bottom: 32px;}

    html[lang='ar-AE'] .banner .text-box{max-width: 430px;}
}
@media (max-width:940px) {
    .banner{padding: 120px 0 180px;}
    .banner h2{font-size: 36px;}
    .banner p{font-size: 18px;line-height: 24px;}

    html[lang='fr-FR'] .banner .text-box{max-width: 390px;}
}
@media (max-width:880px) {
    .row1 ul:last-child{column-gap: 6px;row-gap: 0;}

    .row2 .title-box{margin-bottom: 168px;}
}
@media (max-width:840px) {
    .row1 ul li{width: 300px;}
    .row1 ul li .text-box{top: 120px;}
    .row1 ul li h2{font-size: 34px;line-height: 30px;}
    .row1 ul li h3{font-size: 24px;line-height: 28px;}
    .row1 ul li p{font-size: 16px;}
    .row1 ul:last-child li .icon-box{bottom: -62px;left: 30px;}

    html[lang='ar-AE'] .banner .text-box{max-width: 350px;}
    html[lang='fr-FR'] .row1 ul li h3{font-size: 24px;line-height: 28px;}
}
@media (max-width:768px) {
    .banner{padding: 0;}
    .banner::before{display: none;}
    .banner .pc-video{display: none;}
    .banner .mb-video{display: block;}
    .banner .video-box video{position: relative;}
    .banner .text-box{padding: 64px 0 104px;}
    .banner h2{color: var(--v-black-light);}
    .banner p{color: var(--v-black-light);}

    .row1{background: linear-gradient(180deg, #00171F 0%, #00171F 100%);position: relative;}
    .row1::before{content: '';display: block;width: 100%;height: 100%;background: linear-gradient(50deg, rgba(3, 72, 84, 0.2) 75.17%, #15A59C 100%);position: absolute;top: 0;left: 0;}
    .row1 .inner{position: static;}
    .row1 .title-box{margin-top: -190px;}
    .row1 ul{column-gap: 0;row-gap: 16px;}
    .row1 ul:last-child{margin-top: 16px;gap: 44px;}
    .row1 ul li{width: 100%;display: flex;justify-content: center;align-items: center;gap: 48px;}
    .row1 ul li .text-box{width: 50%;position: static;text-align: left;transform: translateX(0);}
    .row1 ul li h3 br{display: none;}
    .row1 ul li .icon-box,
    .row1 ul:last-child li .icon-box{left: 32px;bottom: 120px;}
    .row1 ul .or{position: absolute;left: 176px;margin-top: 0;}
    .row1 ul li:hover{transform: translateY(0);}
    .row1 ul li .pc{display: none;}
    .row1 ul li .mb{display: block;}
    .row1 .light1{display: none;}
    .row1 ul li .img-box{width: 50%;}
    .row1 .moon{position: relative;top: -250px;right: auto;text-align: center;}
    .row1 .light2{right: auto;left: 47%;top: -325px;}

    .row2::before,
    .row2::after{width: 257px;height: 259px;}
    .row2{background: linear-gradient(346.43deg, #15A59C 0%, #012732 50%, #01374B 100%);}
    .row2 .title-box{margin-bottom: 84px;}
    .row2 .step-banner{background: url(/image/eid-row2-img-mobile.webp) left top no-repeat;background-size: cover;padding: 32px 40px 279px;}
    .row2 .step-banner h2{text-align: center;}
    .row2 .img-box{right: auto;left: 0;width: 100%;text-align: center;}
    .row2 .step-list{padding: 32px 20px;}
    .row2 .step-list ul{flex-direction: column;}
    .row2 .step-list ul li{width: 100%;display: flex;gap: 16px;}
    .row2 .step-list .step{width: 42px;height: 42px;}

    .faq-module{padding: 70px 0;}

    html[lang='ar-AE'] .banner .text-box{max-width: 100%;}
    html[lang='ar-AE'] .row1 ul li{flex-direction: row-reverse;}
    html[lang='ar-AE'] .row2 .step-list ul {flex-direction: column;}

    html[lang='fr-FR'] .banner .text-box{max-width: 100%;}
}
@media (max-width:700px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 20px;bottom: 90px;}
}
@media (max-width:680px) {
    .row1 ul .or{left: 160px;}

    .row2 .step-list .text{max-width: 85%;}
}
@media (max-width:640px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 10px;bottom: 80px;}
}
@media (max-width:620px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 0px;bottom: 60px;}
    .row1 ul .or{left: 144px;}

    .popup{padding: 40px 20px;}
    .popup h2{font-size: 26px;line-height: 1.22;}
    .popup .orange-button{padding: 12px 24px;}
    .popup .green-button{padding: 12px 24px;}
}
@media (max-width:560px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: -10px;bottom: 40px;}
    .row1 ul .or{left: 130px;}
}
@media (max-width:510px) {
    .banner .text-box{padding: 32px 0 52px;}
    .banner h2{color: var(--v-black-light);font-size: 28px;line-height: 34px;margin-bottom: 8px;}
    .banner p{color: var(--v-black-light);font-size: 16px;font-weight: 500;line-height: 24px;margin-bottom: 24px;}
    .banner .orange-button.p18{padding: 12px 20px;font-size: 16px;}

    .row1{padding: 0 0 32px;}
    .row1 .title-box{margin-top: -53px;margin-bottom: 24px;}
    .row1 h3{font-size: 16px;font-weight: 500;line-height: 24px;}
    .row1 h2{font-size: 20px;line-height: 24px;margin-bottom: 8px;}
    .row1 p{line-height: 20px;}
    .row1 .moon{width: 219px;top: -77px;left: 100px;}
    .row1 .light2{width: 80px;left: 215px;top: -165px;}
    .row1 ul li{gap: 36px;}
    .row1 ul li h2{font-size: 28px;line-height: 34px;}
    .row1 ul li h3{font-size: 20px;line-height: 24px;margin-bottom: 4px;}
    .row1 ul li p{font-size: 14px;line-height: 21px;margin-bottom: 12px;}
    .row1 ul li p span{line-height: 20px;}
    .row1 ul li .img-box{width: 115px;}
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{width: 128px;left: 67px;bottom: 30px;}
    .row1 ul li .text-box{width: 201px;}
    .row1 ul .or{left: 120px;}

    .row2{padding: 32px 0;}
    .row2::before,
    .row2::after{width: 125px;height: 130px;z-index: 101;}
    .row2 .title-box{margin-bottom: 24px;}
    .row2 h2{font-size: 20px;line-height: 24px;margin-bottom: 4px;}
    .row2 .p1{font-size: 14px;line-height: 21px;margin-bottom: 24px;}
    .row2 .open-account-btn{font-size: 14px;line-height: 21px;padding: 11px 52px 11px 24px;margin-bottom: 16px;}
    .row2 .open-account-btn .btn-icon{width: 40px;height: 36px;}
    .row2 .open-account-btn:hover{padding-right: 60px;}
    .row2 .step-banner{padding: 20px 40px 236px;overflow: hidden;}
    .row2 .img-box{bottom: -10px;}
    .row2 .step-banner h2{font-size: 20px;line-height: 24px;}
    .row2 .step-list ul{gap: 19px;}
    .row2 .step-list{padding: 16px 12px 20px;}
    .row2 .step-list .step{width: 24px;height: 24px;margin-bottom: 0;font-size: 14px;line-height: 20px;}
    .row2 .step-list h3{line-height: 19px;margin-bottom: 6px;}
    .row2 .step-list p{line-height: 20px;}

    .faq-module{padding: 32px 0 86px;}
    .faq-module .inner .faq-module-h2{font-size: 20px;line-height: 24px;}
    .faq-module .inner .faq-module-h2{margin-bottom: 20px;}
    .faq-module-inner .faq-list{margin: 0;}
    .faq-module-inner .faq-list .faq-module-tit{padding: 16px 21px 17px 10px;}
    .faq-module-inner .faq-list .faq-module-tit h3{font-size: 14px;line-height: 21px;}
    .faq-module-inner .faq-list .faq-module-tit p.faq-module-icon{width: auto;}
    .faq-module-inner .faq-list .add-subtract::before{height: 12px;right: 6px;}
    .faq-module-inner .faq-list .add-subtract::after{width: 12px;}
    .faq-module-inner .faq-list .faq-module-detial{line-height: 20px;padding: 8px 12px 12px;}

    .popup{padding: 20px 30px;}
    .popup h2{font-size: 20px;margin-bottom: 20px;}
    .popup .close img{width: 30px;}

    html[lang='ar-AE'] .faq-module-inner .faq-list .faq-module-tit{padding: 16px 10px 17px 21px;}
    html[lang='fr-FR'] .row1 ul li h3{font-size: 20px;line-height: 24px;}
}
@media (max-width:490px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 54px;}
    .row1 ul .or{left: 110px;}

    html[lang='fr-FR'] .popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 90px;}
}
@media (max-width:470px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 45px;}
}
@media (max-width:460px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 40px;}
    .row1 ul .or{left: 90px;}
}
@media (max-width:440px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 30px;}

    html[lang='fr-FR'] .popup-wrapper-moblie .popup .btn-box a.orange-button{padding: 16px 80px;}
    html[lang='fr-FR'] .popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 50px;}
}
@media (max-width:420px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 20px;}

    .popup .btn-box{gap: 10px;}
    .popup .orange-button{padding: 12px 15px;}
    .popup .green-button{padding: 12px 20px;}

    html[lang='ar-AE'] .popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 90px;}
}
@media (max-width:400px) {
    .row1 ul li .icon-box, 
    .row1 ul:last-child li .icon-box{left: 10px;}
    .row1 ul .or{left: 70px;}

    .popup{padding: 30px 10px;}
    .popup .btn-box a{font-size: 12px;}
}
@media (max-width:393px) {
    .row1 .moon{left: 42px;}
    .row1 .light2{left: 162px;}
    .row1 ul li{justify-content: flex-start;}
    .row1 ul li .icon-box{left: 3px;}
    .row1 ul:last-child li .icon-box{left: -7px;}
    .row1 ul .or{font-size: 20px;left: 75px;}

    .popup-wrapper-moblie .popup .btn-box a{width: max-content;font-size: 18px;line-height: 23px;padding: 16px 112px;}
    .popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 119px;}
}
@media (max-width:380px) {
    .row1 ul .or{left: 60px;}

    .popup-wrapper-moblie .popup .btn-box a{padding: 16px 80px;}
    .popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 86px;}

    html[lang='ar-AE'] .popup-wrapper-moblie .popup .btn-box a.green-button{padding: 16px 60px;}
}
/* ! vantagemarekts|2025-10-23 14:20:00 ! */
