* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

:root {
    --bor-col-one: #ffffff27;
    --bor-col-two: #ffffffa6;
    --shad-col-one: #ffffff;
}


::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #101010;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #282828;
}
::-webkit-scrollbar-corner {
    background: #101010;
}
body{
    background-color: rgb(19, 19, 19);
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Bai Jamjuree', sans-serif;
    overflow-x: hidden;
}
.menu-sec{
    width: 100%;
    min-height: 100vh;
    background-color: rgb(0, 0, 0);
    padding: 80px 16px 175px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}
.menu-sec .hashtxt{
    width: 100%;
    font-size: 14px;
    position: absolute;
    bottom: 16px;
    left: 0px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.menu-sec .hashtxt .txt{
    width: fit-content;
    min-width: 300px;
    padding: 7px 10px;
    border-radius: 10em;
    color: #FFFFFF;
    border: 1px solid #ffffff70;
}
.menu-sec .content{
    max-width: 1400px;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.btn {
    background-size: 50%,100%;
}

.btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10em;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out,-webkit-box-shadow .4s ease-in-out;
}

.btn {
    position: relative;
    margin: auto;
    background: -webkit-gradient(linear,left top,right top,from(#700f46),color-stop(#d61361),color-stop(#f41445),color-stop(#fc1e39),color-stop(#ff4f28),to(#ffb11e));
    background: linear-gradient(90deg,#700f46,#d61361,#f41445,#fc1e39,#ff4f28,#ffb11e);
    background: url(/img/white-noise.png),linear-gradient(87.58deg,#700f46 .61%,#d61361 27.89%,#f41445 51.19%,#fc1e39 81.31%,#ff4f28 90.97%,#ffb11e 109.72%);
    background: url(/img/white-noise.png),linear-gradient(87.58deg,#061e18 0%,#587f69 25%, #ece5a1 50%,#D6C318 75%, #061e18 100%);
    background: url(/img/white-noise.png),linear-gradient(87.58deg, #081f19 0%,#0b352a 30%, #1e6e56 50%, #629277 100%);
    background: transparent;
    background-size: auto, auto;
    background-size: 35%,100%;
    background-blend-mode: overlay,normal;
    border-radius: 10em;
    text-decoration: none;
    padding: .85rem 2rem;
    padding: .85rem 10px;
    font-weight: 800;
    display: inline-block;
    -webkit-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out;
    min-width: 200px;
    font-size: 24px;
    border: 2px solid
}

a{
    color: #ddc36d;

}

.btn svg {
    display: inline;
    width: .8rem;
    vertical-align: middle;
    margin-left: .3rem;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
    position: relative;
    top: -1px;
}

.btn:hover:not([disabled]) svg {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.btn:hover::after {
    -webkit-box-shadow: 0 0 24px #ddc36d;
    box-shadow: 0 0 24px #ddc36d;
}
.menu-sec .btns{
    width: 100%;
    max-width: 500px;
    flex-wrap: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.menu-sec .back{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

.menu-sec .back::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.menu-sec .head{
    padding-bottom: 32px;
}
.menu-sec .head .logo {
    box-sizing: border-box;
}
.menu-sec .head .logo img{
    width: 100%;
    max-width: 350px;
}
.btn-row {
    min-width: 100%;
    width:100%;
}
.btn {
    min-width: 100%;
    width: 100%;
}
.social{
    color: #FFFFFF;
}
.social .tit{
    font-size: 24px;
}
.social .btns-row{
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.social .icon a img{
    width: 28px;
}
.popup{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.507);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100000000;
    padding: 10px;
    overflow-y: auto;
}
.popup.act{
    display: flex;
}
.popup .box{
    width: 100%;
    max-width: 500px;
    background: #181818;
    color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #ddc36d;
    overflow: hidden;
    padding: 60px 10px 80px;
    position: relative;
    opacity: 0;
    bottom: -100px;
    transition: bottom 0.3s ease-in-out, opacity 0.4s ease-in;
}
.popup.tran .box{
    opacity: 1;
    bottom: 0px;
}
.popup .tit{
    font-size: 24px;
    width: 100%;
    padding-bottom: 18px;
    text-align: center;
    color: #ddc36d;
}
.popup .box.custom1 .tit{
    font-size: 28px;
}
.popup .box .tandc{
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 14px;
}
.popup .desc{
    font-size: 18px;
}
.popup .box.custom1 .desc{
    font-size: 22px;
    letter-spacing: 1px;
}
.popup .row{
    display: flex;
    flex-flow: row nowrap;
    gap: 6px;
}
.popup .row.tob{
    padding-bottom: 6px;
    border-bottom: 1px solid #ddc36d3f;
}
.popup .box.custom1 .row{
    padding-bottom: 6px;
}
.gol{
    color: #ddc36d;
}
.popup .row.tob .last{
    margin-left: auto;
}
.popup .row .icon img{
    width: 16px;
}
button{
    background: transparent;
    border: 0px;
    outline: 0px;
}
.flx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.clos-btn{
    position: absolute;
    top: 18px;
    right: 18px;
}
.clos-btn img{
    width: 24px;
    height: 24px;
    cursor: pointer;
} 
.sm-txt{
    font-size: 16px;
    padding-top: 14px;
}
.med-txt{
    font-size: 16px;
}
.bg-txt{
    font-size: 18px;
}
.pd-top{
    padding-top: 10px;
}
.pad-top{
    padding: 7px 0px;
}
.pad-top-bg{
    padding-top: 12px
}

.popup .row.tob:last-child{
    border-bottom: 0px;
}
.popup .icn-dhs{
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.popup .icn-dhs img{
    width: 24px;
    height: 24px;
}
.bold{
    font-weight: bold;
}
.custom-av-del{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.custom-av-del .list-row{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-top: 14px;
}
.custom-av-del.custom1 .list-row{
    padding-top: 0px;
    padding-bottom: 14px;
}
.custom-av-del .list-row .img{
    width: 70px;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
    background: url(img/careem.svg) no-repeat center;
    background-size: 100% !important;
    cursor: pointer;
}
.custom-av-del .list-row .img.talabat{
    background: url(img/talabat.png) no-repeat center;
}
.custom-av-del .list-row .img.noon{
    background: url(img/noon.png) no-repeat center;
}
.custom-av-del .list-row .img.careem{
    background: url(img/careem.svg) no-repeat center;
    background-size: 130% !important;
}
.custom-av-del:after{
    display: none;
}
.social .tit a{
    color: #FFFFFF !important;
}
.icn-22 img{
    width: 22px !important;
    height: 22px !important;
}
.pointer{
    cursor: pointer;
}
#popUpSpOf .row.pointer{
    padding-top: 12px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.507);
}
.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
}
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
@media (max-width: 950px) {
    .btn-row {
        min-width: 100%;
        width:100%;
    }
    .btn-row .btn {
        min-width: 100%;
        font-size: 24px;
    }
    .btn-row .btn.txt-sm {
        font-size: 20px;
    }
    
    .btn svg {
        width: 2.3rem;
    }
    .menu-sec .hashtxt .txt{
        width: fit-content;
        min-width: calc(100% - 32px);
    }
    .menu-sec .head .logo img {
        max-width: 275px;
    }
    .custom-av-del .tit{
        font-size: 22px;
    }
    .social .tit {
        font-size: 20px;
    }
}