/* Done By kayan.dev */

/* Pre Loader */

body::before {
    content: " ";
    background-color: #424242;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 9998;
    opacity:0;
    animation:intro 2s;
}

body:after {
    z-index: 9999;
    position: fixed;
    content: "";
    background-image: url('https://cdn.salla.sa/RPmXX/PvFp64L4D3FlEnUhA88iy5kdbre57FnPcXSN9yYT.png') !important;
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat;
    width: 0px;
    transform: translate(100px, -100px);
    height: 200px;
    right: 50%;
    top: 50%;
    opacity:0;
    visibility: visible !important;
    background-color: transparent !important;
    animation:intro_logo 2s;
}




/* Header  */

.site-header {
    background: linear-gradient(#383D41, rgba(200,230,228,1) 0%, rgba(224,239,239,1) 70%, rgba(254,254,254,1) 100%);
}


/* &lt;Body&gt; */

a.btn.btn--oval.btn--padded.narrow.btn--primary.outlined.font-base {
    border: 0px !important;
    text-decoration: underline;
}

.title--has-dash:before{
    display: none;
}

.store-feature {
    text-align: center;
    background-color: #fff !important;
    padding: 15px;
    border: 2px solid #1b808f;
    border-radius: 20px 20px 20px 20px;
    height: 200px;
}

/******
.store-feature:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 70px;
    border: 10px solid #2A98A8;
    border-radius: 15px;
    height: 70px;
    z-index: 0;
}
.store-feature:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: ##2A98A8;
    width: 70px;
    border: 10px solid #2A98A8;
    border-radius: 15px;
    height: 70px;
    z-index: 0;
}
*******/



/* Footer */

.nav-mobile .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 12px 12px 0 0;
    background-color: #2A98A8;
}

.nav-mobile .main-nav li a.active, .nav-mobile .main-nav li a:hover {
    color: var(--color-main-d);
}

.footer {
    border-top: 5px solid #FFFFFF;
    background-color: #2A98A8;
}

.footer__bottom .container>:last-child {
    display: none;
}

.footer__bottom {
    padding: 15px 0;
    background-color: #2A98A8;
    font-size: var(--font-sm);
    color: white;
}

.footer .footer-list{
   justify-content: center; 
}

.footer__block p {
    margin: 0;
    line-height: 2.5;
}

@media only screen and (max-width: 767px){
.footer__block {
    padding: 0 0 10px;
    align-items: center;
}
}

.footer__block>:first-child {
    flex: auto;
    text-align-last: center;
}

/* The End */



/************* edits ***************/
.site-header {
    background-image: linear-gradient(180deg, #2a98a8, #1b808f) !important;
}


footer.footer {
    background-image: linear-gradient(180deg, #2a98a8, #1b808f) !important;
        border-radius: 100px 100px 0 0;
}

.title.title--primary.title--has-dash.mb-20 {
    color: #222 !important;
    font-size: 20px;
    font-weight: bold;
}
.footer__top .row{
    position:relative;
    margin-top:150px;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.footer__top .row::before {
    content: "";
    background-image: url(https://i.ibb.co/5cPjvhn/QCC2c-Qa-Bm-Tj-Z28-RHOUWi2-B34-AWe0iy-JXBIz2-O3-ZQ-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height:200px;
    width: 200px;
    position:absolute;
    top:-60%;
    right: 50%;
    transform: translate(50%)
    
}


i.sicon-whatsapp2 {
    background: transparent;
    height: 30px;
    width: 30px;
    position:relative;
    border-radius:50%;
    border: 1px #fff solid;
}

i.sicon-whatsapp2::before{
    top:50%;
    color: #fff;
    position:absolute;
    transform: translate(-50%,-50%)
}

i.sicon-iphone {
    background: transparent;
    height: 30px;
    width: 30px;
    position:relative;
    border-radius:50%;
    border: 1px #fff solid;
}
i.sicon-iphone::before{
    top:50%;
    color: #fff;
    position:absolute;
    transform: translate(-50%,-50%)
}

i.sicon-instagram {
    background: transparent;
    height: 40px;
    width: 40px;
    position:relative;
    border-radius:50%;
    border: 1px #fff solid;
}
i.sicon-instagram::before{
    top:50%;
    color: #fff;
    position:absolute;
    transform: translate(50%,-50%)
    
}

.footer__bottom {
    display: none;
}

.footer .footer-list li a,.footer__block p {
    color: #fff;
}

.footer .footer-list--payment-methods li {
    background-color: #fff;
}

span.w-14.bg-white.rounded.p-1.my-1.flex-center.object-contain.max-h-\[24px\] {
    display: none;
}

div.footer__top > div > div:nth-child(3) {
padding-right:100px;
    
}
body ul.footer-list--social-links li:hover a {
background: transparent;
}
@media (max-width:767px){

.footer__top .row {
    margin-top: 100px;
    flex-wrap: wrap;
    gap: 2rem;
    text-align: center;
}

.footer__top * {
    text-align: center;
}

.footer__top .row::before {
    top: -15%;
}

i.sicon-whatsapp2::before {
    transform: translate(50%, -50%);
}

i.sicon-iphone::before {
    transform: translate(50%, -50%);
}
div.footer__top > div > div:nth-child(3) {
padding-right:0px;
    
}
}