.pay_img {
    width: 170px;
    height: 170px;
    border-radius: 15px;
}
.pay_method {
    width: 100%;
    height: 330px;
    padding-top: 62px;
    text-align: center;
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
}
.pay_method h2 span {
    color: #ffa105;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the full div */
    z-index: -1; /* Puts the video behind the content */
}
.my-own-btn{
    background-color: #FFFFFF33 !important;
    font-size: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 8px rgba(255, 255, 255, 0.5) inset;
    padding: 10px 30px 10px 30px !important;
}
.overla-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    object-fit: cover; /* Ensures the video covers the full div */
}
.mrge{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mrge .my-own-btn{
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: none !important;
}
.lb_walb .lb_walb_con span , .lb_parnter h2 span, .lb_why h2 span , .lb_why .why_ul li .why_cnt h4, .lb_footer .ftr_title span, .lb_footer .ftr_wa h2 span{
    color: #ffa105 !important;
}
.lb_why .why_ul li{
    background: #18181878 !important;
    backdrop-filter: blur(5px);
}

.anounce_bar {
    position: absolute;
    margin-top: 40px;
    margin-left: -15px;
    height: 38px;
    width: 100%;
    float: left;
    z-index: 9999999;
}
.anounce_bar .notce {
    float: left;
    width: 9%;
    height: 38px;
    padding: 10;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(45deg, #930a0a, #a57a00) !important;
}
.anounce_bar .news {
    float: left;
    width: 91%;
    height: 38px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: black;
}
.position-relative {
    position: relative !important;
}
.sitess .flip-box{
    background-color: transparent !important;
    width: 100% !important;
    perspective: 1000px !important;
    border-radius: 16px !important;
}
.sitess .flip-box-inner {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 230px !important;
    transition: transform 0.8s ease !important;
    transform-style: preserve-3d !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #ccc !important;
}
.sitess .flip-box-front, .flip-box-back {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden !important;
    background-image: linear-gradient(45deg, #930a0a, #a57a00) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}
.sitess .flip-box-front {
    z-index: 2 !important;
}
.sitess .flip-box-back {
    transform: rotateY(180deg) !important;
    background: linear-gradient(45deg, #930a0a, #a57a00) !important;
}
.sitess .flip-box-front img {
    max-width: 100% !important;
    height: 100px !important;
    object-fit: contain !important;
    margin-bottom: 10px !important;
    margin: 0px auto !important;
}
.sitess .a_parnter {
    background: linear-gradient(45deg, #000000, #580049) !important;
    color: #fff !important;
    padding: 6px 10px !important;
    text-align: center !important;
    font-size: 12px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    box-shadow: 0 0 5px white !important;
    transition: background 0.3s ease !important;
}
.lb_footer .ftr_wa .ftr_walink .a_wa , .lb_footer .ftr_gs .a_gs1{
    background-image: linear-gradient(45deg, #930a0a, #a57a00) !important;
    border: white 1px solid !important;
}
.sitess .flip-box-back ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sitess .flip-box-back li {
    font-size: 12px !important;
    margin-bottom: 8px !important;
    color: white !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}
.sitess .copy_text {
    font-weight: 600 !important;
    color: white !important;
}
.sitess .copy_icon {
    cursor: pointer !important;
    stroke: #ffffff !important;
    transition: transform 0.2s ease !important;
}
.lb_walb .lb_walb_con .lb_walb_btn .a_wa{
    background-image: linear-gradient(45deg, #930a0a, #a57a00) !important;
    border: white 1px solid !important;
}
.lb_slider{
    background: url(../images/images-bnr.jpg) no-repeat center center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
html, body {
  scroll-behavior: smooth; /* only affects anchor jumps */
  -webkit-overflow-scrolling: touch; /* smooth swipe on iOS */
}
@media screen and (max-width: 767px) {
    .pay_method {
        height: 258px;
        padding-top: 50px;
        font-size: 18px;
    }
    .pay_method .pay_img {
        width: 100px;
        height: 100px;
        border-radius: 15px;
    }
    .lb_walb{
        background-position: center center !important;
    }
    .lb_walb .lb_walb_con h4 {
        margin-bottom: 20px !important;
        margin-top: 30px  !important;
        font-size: 22px !important;
    }
    .anounce_bar {
        margin-top: 10px;
        margin-left: -15px;
    }
    .anounce_bar .notce {
        width: 20%;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        height: 30px;
    }
    .anounce_bar .news {
        width: 80%;
        padding-top: 5px;
        height: 30px;
    }
    .lb_slider .mainslider {
        padding: 175px 0 0 !important;
    }
    .flip-box {
        height: 100% !important;
    }
}