﻿
* {
    font-family: "Raleway", sans-serif;
}

html, body {
    overflow-x: hidden;
}

.xpal-copy-rights {
    direction: ltr !important;
    text-align: left;
}

.td-mark {
    font-size: 0.7rem;
    vertical-align: text-top;
    line-height: 0.3;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: black;
    z-index: 999999;
    animation-name: stickyHeader;
    animation-duration: 0.75s;
}

@keyframes stickyHeader {
    from {
        top: -80px;
    }

    to {
        top: 0;
    }
}

header {
    padding: 25px 0 15px 0;
    background-color: transparent;
}

.header-faq {
    padding: 25px 0 15px 0;
    background-color: transparent;
}

header .navbar .navbar-brand .logo-header {
    width: 100%;
}

.navbar-brand {
    width: 20%;
}

header .navbar .navbar-nav .li-separator {
    font-size: 12px;
    color: #696969;
    line-height: 12px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

header .navbar .navbar-nav li {
    cursor: pointer;
}

    header .navbar .navbar-nav li a {
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

        header .navbar .navbar-nav li a:hover,
        header .navbar .navbar-nav li a:active {
            color: #fff;
        }

.text-right {
    text-align: right !important;
}

.width-85 {
    width: 85% !important;
}

.width-76 {
    width: 76% !important;
}

.width-logo-100 {
    width: 65px !important;
}

@media screen and (max-width: 768px) {
    .ios-link-footer,
    .android-link-footer,
    .apk-link-footer {
        display: none;
    }
    header.sticky {
        position: static !important;
    }

    .navbar-brand {
        width: 70%;
    }

    header .navbar .navbar-brand .logo-header {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-collapse {
        background-color: #000;
    }

        header .navbar .navbar-collapse .li-separator {
            display: none;
        }

        header .navbar .navbar-collapse .navbar-nav {
            align-items: center;
        }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
  
}

@media(min-width: 993px) and (max-width: 1199px) {

    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }
    header .navbar .navbar-nav li a {
        font-size: 0.5rem;
    }
    footer ul li a {
        font-size: 0.5rem;
    }

}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #000;
    }

.xfsett {
    bottom: 0;
    width: 100%;
}

.row > * {
    margin-top: 0;
}

.secnd-col {
    margin-bottom: 3rem !important;
    margin-top: 80px;
}

/*FOOTER SECTION */

footer {
    padding: 50px 0px 0px 0px;
    background-color: #0F0F0F;

}

h3.compnay-text {
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 0.9rem;
}

footer ul li a {
    font-size: 0.8rem;
    color: #cccbc7;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

footer ul li {
    margin-bottom: 5px;
}

.patent-img {
    width: 25% !important;
    float: right;
    transform: rotate(348deg);
    position: relative;
    right: 10px;
    top: 15px;
}

.row.footer-revert {
    margin-bottom: 25px;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

img.footer-xpal-bubble-logo {
    width: 4%;
}

footer ul {
    padding: 0;
}

footer h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 1.5rem;
}
a#footer-about-mob {
    display: none;
}
footer ul li {
    list-style: none;
}

img.footer-apple {
    position: relative;
}

footer .social-icons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.col-md-6.col-sm-12.social-icons a img {
    width: 120%;
}

i.fa-brands.fa-x-twitter {
    font-size: 17px;
    color: #ffffff;
}

footer .social-icons a img {
    width: 50%;
}

footer .store-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 8px;
    gap: 23px;
}

img.footer-ios-icon, img.footer-android-icon {
    width: 50%;
}

a.footer-ios {
    position: relative;
    z-index: 11;
}

    a.footer-ios::after {
        content: '';
        position: absolute;
        background: linear-gradient(142deg, rgba(25, 24, 24, 1) 54%, rgba(4, 4, 4, 1) 84%);
        width: 35px;
        height: 35px;
        left: -10px;
        top: -4px;
        z-index: -1;
        border-radius: 50%;
    }

a.footer-android {
    position: relative;
    z-index: 11;
}

    a.footer-android::after {
        content: '';
        position: absolute;
        background: linear-gradient(142deg, rgba(25, 24, 24, 1) 54%, rgba(4, 4, 4, 1) 84%);
        width: 35px;
        height: 35px;
        left: -13px;
        top: -5px;
        z-index: -1;
        border-radius: 50%;
    }


.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}


footer .store-icons a.ios-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

footer .store-icons a.android-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

footer .footer-text p,
footer .inner-pages a,
footer .inner-pages p {
    color: #929292;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}


footer .inner-pages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.text-decoration-none:hover {
    color: #cccbc7;
}

.footer-bootom-main {
    display: flex;
    color: #929292;
    font-size: 0.6rem;
    justify-content: space-between;
}
footer .patent-container{
    position:relative;
}

    footer .patent-container img {
        position: absolute;
        width: 18%;
        right: 0%;
        bottom: 46%;
    }
@media(max-width: 992px) {
    footer .logo {
        width: 7%;
    }
    footer .patent-container img {
        width: 26%;
    }
}

@media(max-width: 786px) {
    footer .logo {
        width: 8%;
    }
    footer .patent-container img {
        width: 29%;

    
    }

}

@media(max-width: 525px) {
    footer .logo {
        width: 11%;
    }
    a#footer-about-mob {
        display: block;
    }
    a#footer-6 {
        display: none;
    }
    footer .patent-container img {
        width: 40%;
        bottom: 81%;
    }
}

@media(max-width: 425px) {
    footer .logo {
        width: 15%;
    }

    footer .store-icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 3rem;
    }

    footer .inner-pages {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    footer .social-icons a img {
        width: 85% !important;
        /*margin-inline: 20px !important;*/
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {

    footer ul li a {
        font-size: 0.68rem;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
    footer ul li a {
        font-size: 0.68rem;
    }
}

.security-mobile {
    display: none !important;
}

.security-mobile1 {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .secnd-col {
        margin-top: 106px;
    }
    footer ul li a {
        font-size: 0.5rem;
    }
}

    @media(max-width:768px) {
        footer .store-icons a:nth-child(1) {
            margin-right: 0px !important;
        }

        footer .store-icons {
            justify-content: left;
            margin:0px;
        }

            footer .store-icons a {
                padding: 10px 0px !important;
            }

        footer .security-mobile1 a {
            width: 15rem !important;
        }

        .section-2b .store-icons a:nth-child(2) {
            margin-left: 0px !important;
        }

        .section-2b .store-icons a {
            margin: 12px 0px;
            padding: 0px !important;
        }

        footer .store-icons a {
            background: none;
        }

        footer .one-col {
            margin-bottom: 0px !important;
            position: relative;
            z-index: 99;
        }

        .col-md-6.col-sm-12.badge-div-footer {
            /*    margin-top: -345px;*/
            position: relative;
            z-index: unset;
        }

        .security-web {
            display: none !important;
        }

        .security-mobile {
            display: block !important;
        }

        .hide-android {
            display: none;
        }

        .hide-ios {
            display: none;
        }

        .security-mobile1 {
            display: flex !important;
        }

        footer .one-col ul {
            margin-bottom: 0px !important;
        }

        footer .secnd-col {
            margin-bottom: 1.5rem !important;
            position: relative;
            z-index: 99;
        }

        .patent-img {
            width: 35% !important;
        }

        footer .first-end-text {
            margin-bottom: 1rem;
        }

        footer .footer-revert {
            display: flex;
            flex-direction: column-reverse;
            margin-bottom: 2.5rem !important;
        }

        .col-md-6.col-sm-12.social-icons a img {
            width: 100%;
        }

        i.fa-brands.fa-x-twitter {
            font-size: 15px;
        }

        footer .store-icons {
            margin-top: 0px !important;
            margin-bottom: 2.5rem;
        }

        footer .security-mobile1 img {
            width: 100px !important;
        }

        .footer-end-revert {
            display: flex;
        }

        footer .footer-text p,
        footer .inner-pages a,
        footer .inner-pages p {
            font-size: 0.7rem;
        }
    }

    .header .navbar .navbar-nav li a.goldLink {
        color: #d7c478 !important;
    }

    .goldLink {
        color: #d7c478 !important;
    }

    .navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='7' y2='7'/%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='15' y2='15'/%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='23' y2='23'/%3E%3C/svg%3E");
    }

    @media (max-width: 767px) {
        .patent-img {
            width: 25% !important;
        }

        .secnd-col {
            margin-top: unset;
        }

        img.footer-xpal-bubble-logo {
            width: 11%;
        }

        .col-md-6.col-sm-12.badge-div-footer {
            margin-top: -345px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {

        header .navbar .navbar-nav li a {
            font-size: 0.5rem;
        }

        .goldLinkLi {
            display: none !important;
        }

        footer ul li a {
            font-size: 0.5rem;
        }
    }





